@aws-sdk/client-sesv2 3.1075.0 → 3.1076.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 CHANGED
@@ -1,21 +1,210 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultSESv2HttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { BatchGetMetricData$, CancelExportJob$, CreateConfigurationSet$, CreateConfigurationSetEventDestination$, CreateContact$, CreateContactList$, CreateCustomVerificationEmailTemplate$, CreateDedicatedIpPool$, CreateDeliverabilityTestReport$, CreateEmailIdentity$, CreateEmailIdentityPolicy$, CreateEmailTemplate$, CreateExportJob$, CreateImportJob$, CreateMultiRegionEndpoint$, CreateTenant$, CreateTenantResourceAssociation$, DeleteConfigurationSet$, DeleteConfigurationSetEventDestination$, DeleteContact$, DeleteContactList$, DeleteCustomVerificationEmailTemplate$, DeleteDedicatedIpPool$, DeleteEmailIdentity$, DeleteEmailIdentityPolicy$, DeleteEmailTemplate$, DeleteMultiRegionEndpoint$, DeleteSuppressedDestination$, DeleteTenant$, DeleteTenantResourceAssociation$, GetAccount$, GetBlacklistReports$, GetConfigurationSet$, GetConfigurationSetEventDestinations$, GetContact$, GetContactList$, GetCustomVerificationEmailTemplate$, GetDedicatedIp$, GetDedicatedIpPool$, GetDedicatedIps$, GetDeliverabilityDashboardOptions$, GetDeliverabilityTestReport$, GetDomainDeliverabilityCampaign$, GetDomainStatisticsReport$, GetEmailAddressInsights$, GetEmailIdentity$, GetEmailIdentityPolicies$, GetEmailTemplate$, GetExportJob$, GetImportJob$, GetMessageInsights$, GetMultiRegionEndpoint$, GetReputationEntity$, GetSuppressedDestination$, GetTenant$, ListConfigurationSets$, ListContactLists$, ListContacts$, ListCustomVerificationEmailTemplates$, ListDedicatedIpPools$, ListDeliverabilityTestReports$, ListDomainDeliverabilityCampaigns$, ListEmailIdentities$, ListEmailTemplates$, ListExportJobs$, ListImportJobs$, ListMultiRegionEndpoints$, ListRecommendations$, ListReputationEntities$, ListResourceTenants$, ListSuppressedDestinations$, ListTagsForResource$, ListTenantResources$, ListTenants$, PutAccountDedicatedIpWarmupAttributes$, PutAccountDetails$, PutAccountSendingAttributes$, PutAccountSuppressionAttributes$, PutAccountVdmAttributes$, PutConfigurationSetArchivingOptions$, PutConfigurationSetDeliveryOptions$, PutConfigurationSetReputationOptions$, PutConfigurationSetSendingOptions$, PutConfigurationSetSuppressionOptions$, PutConfigurationSetTrackingOptions$, PutConfigurationSetVdmOptions$, PutDedicatedIpInPool$, PutDedicatedIpPoolScalingAttributes$, PutDedicatedIpWarmupAttributes$, PutDeliverabilityDashboardOption$, PutEmailIdentityConfigurationSetAttributes$, PutEmailIdentityDkimAttributes$, PutEmailIdentityDkimSigningAttributes$, PutEmailIdentityFeedbackAttributes$, PutEmailIdentityMailFromAttributes$, PutSuppressedDestination$, PutTenantSuppressionAttributes$, SendBulkEmail$, SendCustomVerificationEmail$, SendEmail$, TagResource$, TestRenderEmailTemplate$, UntagResource$, UpdateConfigurationSetEventDestination$, UpdateContact$, UpdateContactList$, UpdateCustomVerificationEmailTemplate$, UpdateEmailIdentityPolicy$, UpdateEmailTemplate$, UpdateReputationEntityCustomerManagedStatus$, UpdateReputationEntityPolicy$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { SESv2ServiceException } = require("./models/SESv2ServiceException");
18
- exports.SESv2ServiceException = SESv2ServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveParams, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, resolveAwsSdkSigV4AConfig, AwsSdkSigV4Signer, AwsSdkSigV4ASigner, NODE_SIGV4A_CONFIG_OPTIONS, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { SignatureV4MultiRegion } = require("@aws-sdk/signature-v4-multi-region");
13
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
15
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
16
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+
18
+ const m = "ref";
19
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [m]: "EndpointId" }, h = { [m]: "Endpoint" }, i = { [m]: d }, j = { "authSchemes": [{ "name": "sigv4a", "signingName": "ses", "signingRegionSet": ["*"] }] }, k = {}, l = [{ [m]: "Region" }];
20
+ const _data = {
21
+ conditions: [
22
+ [c, l],
23
+ ["aws.partition", l, d],
24
+ [c, [g]],
25
+ ["isValidHostLabel", [g, b]],
26
+ [c, [h]],
27
+ [e, [{ [m]: "UseFIPS" }, b]],
28
+ [e, [{ [m]: "UseDualStack" }, b]],
29
+ [e, [{ fn: f, argv: [i, "supportsDualStack"] }, b]],
30
+ [e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]]
31
+ ],
32
+ results: [
33
+ [a],
34
+ [h, j],
35
+ ["https://{EndpointId}.endpoints.email.global.{PartitionResult#dualStackDnsSuffix}", j],
36
+ [a, "DualStack is enabled but this partition does not support DualStack"],
37
+ ["https://{EndpointId}.endpoints.email.{PartitionResult#dnsSuffix}", j],
38
+ [a, "Invalid Configuration: FIPS is not supported with multi-region endpoints"],
39
+ [a, "EndpointId must be a valid host label"],
40
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
41
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
42
+ [h, k],
43
+ ["https://email-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
44
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
45
+ ["https://email-fips.{Region}.{PartitionResult#dnsSuffix}", k],
46
+ [a, "FIPS is enabled but this partition does not support FIPS"],
47
+ ["https://email.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
48
+ ["https://email.{Region}.{PartitionResult#dnsSuffix}", k],
49
+ [a, "Invalid Configuration: Missing Region"]
50
+ ]
51
+ };
52
+ const root = 2;
53
+ const r = 100_000_000;
54
+ const nodes = new Int32Array([
55
+ -1, 1, -1,
56
+ 0, 3, 4,
57
+ 1, 5, 4,
58
+ 4, 14, r + 16,
59
+ 2, 16, 6,
60
+ 4, 14, 7,
61
+ 5, 10, 8,
62
+ 6, 9, r + 15,
63
+ 7, r + 14, r + 3,
64
+ 6, 12, 11,
65
+ 8, r + 12, r + 13,
66
+ 7, 13, r + 11,
67
+ 8, r + 10, r + 11,
68
+ 5, r + 7, 15,
69
+ 6, r + 8, r + 9,
70
+ 3, 17, r + 6,
71
+ 4, 21, 18,
72
+ 5, r + 5, 19,
73
+ 6, 20, r + 4,
74
+ 7, r + 2, r + 3,
75
+ 5, r + 5, r + 1,
76
+ ]);
77
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
78
+
79
+ const cache = new EndpointCache({
80
+ size: 50,
81
+ params: ["Endpoint", "EndpointId", "Region", "UseDualStack", "UseFIPS"],
82
+ });
83
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
84
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
85
+ endpointParams: endpointParams,
86
+ logger: context.logger,
87
+ }));
88
+ };
89
+ customEndpointFunctions.aws = awsEndpointFunctions;
90
+
91
+ const createEndpointRuleSetHttpAuthSchemeParametersProvider = (defaultHttpAuthSchemeParametersProvider) => async (config, context, input) => {
92
+ if (!input) {
93
+ throw new Error("Could not find `input` for `defaultEndpointRuleSetHttpAuthSchemeParametersProvider`");
94
+ }
95
+ const defaultParameters = await defaultHttpAuthSchemeParametersProvider(config, context, input);
96
+ const instructionsFn = getSmithyContext(context)?.commandInstance?.constructor
97
+ ?.getEndpointParameterInstructions;
98
+ if (!instructionsFn) {
99
+ throw new Error(`getEndpointParameterInstructions() is not defined on '${context.commandName}'`);
100
+ }
101
+ const endpointParameters = await resolveParams(input, { getEndpointParameterInstructions: instructionsFn }, config);
102
+ return Object.assign(defaultParameters, endpointParameters);
103
+ };
104
+ const _defaultSESv2HttpAuthSchemeParametersProvider = async (config, context, input) => {
105
+ return {
106
+ operation: getSmithyContext(context).operation,
107
+ region: await normalizeProvider(config.region)() || (() => {
108
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
109
+ })(),
110
+ };
111
+ };
112
+ const defaultSESv2HttpAuthSchemeParametersProvider = createEndpointRuleSetHttpAuthSchemeParametersProvider(_defaultSESv2HttpAuthSchemeParametersProvider);
113
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
114
+ return {
115
+ schemeId: "aws.auth#sigv4",
116
+ signingProperties: {
117
+ name: "ses",
118
+ region: authParameters.region,
119
+ },
120
+ propertiesExtractor: (config, context) => ({
121
+ signingProperties: {
122
+ config,
123
+ context,
124
+ },
125
+ }),
126
+ };
127
+ }
128
+ function createAwsAuthSigv4aHttpAuthOption(authParameters) {
129
+ return {
130
+ schemeId: "aws.auth#sigv4a",
131
+ signingProperties: {
132
+ name: "ses",
133
+ region: authParameters.region,
134
+ },
135
+ propertiesExtractor: (config, context) => ({
136
+ signingProperties: {
137
+ config,
138
+ context,
139
+ },
140
+ }),
141
+ };
142
+ }
143
+ const createEndpointRuleSetHttpAuthSchemeProvider = (defaultEndpointResolver, defaultHttpAuthSchemeResolver, createHttpAuthOptionFunctions) => {
144
+ const endpointRuleSetHttpAuthSchemeProvider = (authParameters) => {
145
+ const endpoint = defaultEndpointResolver(authParameters);
146
+ const authSchemes = endpoint.properties?.authSchemes;
147
+ if (!authSchemes) {
148
+ return defaultHttpAuthSchemeResolver(authParameters);
149
+ }
150
+ const options = [];
151
+ for (const scheme of authSchemes) {
152
+ const { name: resolvedName, properties = {}, ...rest } = scheme;
153
+ const name = resolvedName.toLowerCase();
154
+ if (resolvedName !== name) {
155
+ console.warn(`HttpAuthScheme has been normalized with lowercasing: '${resolvedName}' to '${name}'`);
156
+ }
157
+ let schemeId;
158
+ if (name === "sigv4a") {
159
+ schemeId = "aws.auth#sigv4a";
160
+ const sigv4Present = authSchemes.find((s) => {
161
+ const name = s.name.toLowerCase();
162
+ return name !== "sigv4a" && name.startsWith("sigv4");
163
+ });
164
+ if (SignatureV4MultiRegion.sigv4aDependency() === "none" && sigv4Present) {
165
+ continue;
166
+ }
167
+ }
168
+ else if (name.startsWith("sigv4")) {
169
+ schemeId = "aws.auth#sigv4";
170
+ }
171
+ else {
172
+ throw new Error(`Unknown HttpAuthScheme found in '@smithy.rules#endpointRuleSet': '${name}'`);
173
+ }
174
+ const createOption = createHttpAuthOptionFunctions[schemeId];
175
+ if (!createOption) {
176
+ throw new Error(`Could not find HttpAuthOption create function for '${schemeId}'`);
177
+ }
178
+ const option = createOption(authParameters);
179
+ option.schemeId = schemeId;
180
+ option.signingProperties = { ...(option.signingProperties || {}), ...rest, ...properties };
181
+ options.push(option);
182
+ }
183
+ return options;
184
+ };
185
+ return endpointRuleSetHttpAuthSchemeProvider;
186
+ };
187
+ const _defaultSESv2HttpAuthSchemeProvider = (authParameters) => {
188
+ const options = [];
189
+ switch (authParameters.operation) {
190
+ default: {
191
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
192
+ options.push(createAwsAuthSigv4aHttpAuthOption(authParameters));
193
+ }
194
+ }
195
+ return options;
196
+ };
197
+ const defaultSESv2HttpAuthSchemeProvider = createEndpointRuleSetHttpAuthSchemeProvider(defaultEndpointResolver, _defaultSESv2HttpAuthSchemeProvider, {
198
+ "aws.auth#sigv4": createAwsAuthSigv4HttpAuthOption,
199
+ "aws.auth#sigv4a": createAwsAuthSigv4aHttpAuthOption,
200
+ });
201
+ const resolveHttpAuthSchemeConfig = (config) => {
202
+ const config_0 = resolveAwsSdkSigV4Config(config);
203
+ const config_1 = resolveAwsSdkSigV4AConfig(config_0);
204
+ return Object.assign(config_1, {
205
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
206
+ });
207
+ };
19
208
 
20
209
  const resolveClientEndpointParameters = (options) => {
21
210
  return Object.assign(options, {
@@ -31,6 +220,3288 @@ const commonParams = {
31
220
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
221
  };
33
222
 
223
+ var version = "3.1075.0";
224
+ var packageInfo = {
225
+ version: version};
226
+
227
+ class SESv2ServiceException extends ServiceException {
228
+ constructor(options) {
229
+ super(options);
230
+ Object.setPrototypeOf(this, SESv2ServiceException.prototype);
231
+ }
232
+ }
233
+
234
+ class AccountSuspendedException extends SESv2ServiceException {
235
+ name = "AccountSuspendedException";
236
+ $fault = "client";
237
+ constructor(opts) {
238
+ super({
239
+ name: "AccountSuspendedException",
240
+ $fault: "client",
241
+ ...opts,
242
+ });
243
+ Object.setPrototypeOf(this, AccountSuspendedException.prototype);
244
+ }
245
+ }
246
+ class AlreadyExistsException extends SESv2ServiceException {
247
+ name = "AlreadyExistsException";
248
+ $fault = "client";
249
+ constructor(opts) {
250
+ super({
251
+ name: "AlreadyExistsException",
252
+ $fault: "client",
253
+ ...opts,
254
+ });
255
+ Object.setPrototypeOf(this, AlreadyExistsException.prototype);
256
+ }
257
+ }
258
+ class BadRequestException extends SESv2ServiceException {
259
+ name = "BadRequestException";
260
+ $fault = "client";
261
+ constructor(opts) {
262
+ super({
263
+ name: "BadRequestException",
264
+ $fault: "client",
265
+ ...opts,
266
+ });
267
+ Object.setPrototypeOf(this, BadRequestException.prototype);
268
+ }
269
+ }
270
+ class InternalServiceErrorException extends SESv2ServiceException {
271
+ name = "InternalServiceErrorException";
272
+ $fault = "server";
273
+ constructor(opts) {
274
+ super({
275
+ name: "InternalServiceErrorException",
276
+ $fault: "server",
277
+ ...opts,
278
+ });
279
+ Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
280
+ }
281
+ }
282
+ class NotFoundException extends SESv2ServiceException {
283
+ name = "NotFoundException";
284
+ $fault = "client";
285
+ constructor(opts) {
286
+ super({
287
+ name: "NotFoundException",
288
+ $fault: "client",
289
+ ...opts,
290
+ });
291
+ Object.setPrototypeOf(this, NotFoundException.prototype);
292
+ }
293
+ }
294
+ class TooManyRequestsException extends SESv2ServiceException {
295
+ name = "TooManyRequestsException";
296
+ $fault = "client";
297
+ constructor(opts) {
298
+ super({
299
+ name: "TooManyRequestsException",
300
+ $fault: "client",
301
+ ...opts,
302
+ });
303
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
304
+ }
305
+ }
306
+ class ConcurrentModificationException extends SESv2ServiceException {
307
+ name = "ConcurrentModificationException";
308
+ $fault = "server";
309
+ constructor(opts) {
310
+ super({
311
+ name: "ConcurrentModificationException",
312
+ $fault: "server",
313
+ ...opts,
314
+ });
315
+ Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
316
+ }
317
+ }
318
+ class ConflictException extends SESv2ServiceException {
319
+ name = "ConflictException";
320
+ $fault = "client";
321
+ constructor(opts) {
322
+ super({
323
+ name: "ConflictException",
324
+ $fault: "client",
325
+ ...opts,
326
+ });
327
+ Object.setPrototypeOf(this, ConflictException.prototype);
328
+ }
329
+ }
330
+ class LimitExceededException extends SESv2ServiceException {
331
+ name = "LimitExceededException";
332
+ $fault = "client";
333
+ constructor(opts) {
334
+ super({
335
+ name: "LimitExceededException",
336
+ $fault: "client",
337
+ ...opts,
338
+ });
339
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
340
+ }
341
+ }
342
+ class MailFromDomainNotVerifiedException extends SESv2ServiceException {
343
+ name = "MailFromDomainNotVerifiedException";
344
+ $fault = "client";
345
+ constructor(opts) {
346
+ super({
347
+ name: "MailFromDomainNotVerifiedException",
348
+ $fault: "client",
349
+ ...opts,
350
+ });
351
+ Object.setPrototypeOf(this, MailFromDomainNotVerifiedException.prototype);
352
+ }
353
+ }
354
+ class MessageRejected extends SESv2ServiceException {
355
+ name = "MessageRejected";
356
+ $fault = "client";
357
+ constructor(opts) {
358
+ super({
359
+ name: "MessageRejected",
360
+ $fault: "client",
361
+ ...opts,
362
+ });
363
+ Object.setPrototypeOf(this, MessageRejected.prototype);
364
+ }
365
+ }
366
+ class SendingPausedException extends SESv2ServiceException {
367
+ name = "SendingPausedException";
368
+ $fault = "client";
369
+ constructor(opts) {
370
+ super({
371
+ name: "SendingPausedException",
372
+ $fault: "client",
373
+ ...opts,
374
+ });
375
+ Object.setPrototypeOf(this, SendingPausedException.prototype);
376
+ }
377
+ }
378
+ class InvalidNextTokenException extends SESv2ServiceException {
379
+ name = "InvalidNextTokenException";
380
+ $fault = "client";
381
+ constructor(opts) {
382
+ super({
383
+ name: "InvalidNextTokenException",
384
+ $fault: "client",
385
+ ...opts,
386
+ });
387
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
388
+ }
389
+ }
390
+
391
+ const _A = "Attachment";
392
+ const _AA = "ArchiveArn";
393
+ const _AAp = "ApplicationArn";
394
+ const _ACEA = "AdditionalContactEmailAddress";
395
+ const _ACEAd = "AdditionalContactEmailAddresses";
396
+ const _AD = "AccountDetails";
397
+ const _ADt = "AttributesData";
398
+ const _AE = "AdminEmail";
399
+ const _AEE = "AlreadyExistsException";
400
+ const _AL = "AttachmentList";
401
+ const _AO = "ArchivingOptions";
402
+ const _AS = "AccountStatus";
403
+ const _ASD = "ActiveSubscribedDomains";
404
+ const _ASE = "AccountSuspendedException";
405
+ const _ASMS = "AwsSesManagedStatus";
406
+ const _AT = "AssociatedTimestamp";
407
+ const _AWE = "AutoWarmupEnabled";
408
+ const _Ag = "Aggregation";
409
+ const _At = "Attachments";
410
+ const _Att = "Attributes";
411
+ const _B = "Body";
412
+ const _BA = "BccAddresses";
413
+ const _BE = "BlacklistEntry";
414
+ const _BEC = "BulkEmailContent";
415
+ const _BEE = "BulkEmailEntry";
416
+ const _BEEL = "BulkEmailEntryList";
417
+ const _BEER = "BulkEmailEntryResult";
418
+ const _BEERL = "BulkEmailEntryResultList";
419
+ const _BEERu = "BulkEmailEntryResults";
420
+ const _BEEu = "BulkEmailEntries";
421
+ const _BEl = "BlacklistEntries";
422
+ const _BGMD = "BatchGetMetricData";
423
+ const _BGMDQ = "BatchGetMetricDataQuery";
424
+ const _BGMDQa = "BatchGetMetricDataQueries";
425
+ const _BGMDR = "BatchGetMetricDataRequest";
426
+ const _BGMDRa = "BatchGetMetricDataResponse";
427
+ const _BIN = "BlacklistItemNames";
428
+ const _BOMF = "BehaviorOnMxFailure";
429
+ const _BR = "BlacklistReport";
430
+ const _BRE = "BadRequestException";
431
+ const _BST = "BounceSubType";
432
+ const _BT = "BounceType";
433
+ const _Bo = "Bounce";
434
+ const _C = "Complaint";
435
+ const _CA = "CcAddresses";
436
+ const _CC = "CreateContact";
437
+ const _CCL = "CreateContactList";
438
+ const _CCLR = "CreateContactListRequest";
439
+ const _CCLRr = "CreateContactListResponse";
440
+ const _CCR = "CreateContactRequest";
441
+ const _CCRr = "CreateContactResponse";
442
+ const _CCS = "CreateConfigurationSet";
443
+ const _CCSED = "CreateConfigurationSetEventDestination";
444
+ const _CCSEDR = "CreateConfigurationSetEventDestinationRequest";
445
+ const _CCSEDRr = "CreateConfigurationSetEventDestinationResponse";
446
+ const _CCSR = "CreateConfigurationSetRequest";
447
+ const _CCSRr = "CreateConfigurationSetResponse";
448
+ const _CCVET = "CreateCustomVerificationEmailTemplate";
449
+ const _CCVETR = "CreateCustomVerificationEmailTemplateRequest";
450
+ const _CCVETRr = "CreateCustomVerificationEmailTemplateResponse";
451
+ const _CD = "ContentDisposition";
452
+ const _CDIP = "CreateDedicatedIpPool";
453
+ const _CDIPR = "CreateDedicatedIpPoolRequest";
454
+ const _CDIPRr = "CreateDedicatedIpPoolResponse";
455
+ const _CDTR = "CreateDeliverabilityTestReport";
456
+ const _CDTRR = "CreateDeliverabilityTestReportRequest";
457
+ const _CDTRRr = "CreateDeliverabilityTestReportResponse";
458
+ const _CDo = "ContentDescription";
459
+ const _CDr = "CreateDate";
460
+ const _CE = "ConflictException";
461
+ const _CEI = "CreateEmailIdentity";
462
+ const _CEIP = "CreateEmailIdentityPolicy";
463
+ const _CEIPR = "CreateEmailIdentityPolicyRequest";
464
+ const _CEIPRr = "CreateEmailIdentityPolicyResponse";
465
+ const _CEIR = "CreateEmailIdentityRequest";
466
+ const _CEIRr = "CreateEmailIdentityResponse";
467
+ const _CEJ = "CancelExportJob";
468
+ const _CEJR = "CancelExportJobRequest";
469
+ const _CEJRa = "CancelExportJobResponse";
470
+ const _CEJRr = "CreateExportJobRequest";
471
+ const _CEJRre = "CreateExportJobResponse";
472
+ const _CEJr = "CreateExportJob";
473
+ const _CET = "CreateEmailTemplate";
474
+ const _CETR = "CreateEmailTemplateRequest";
475
+ const _CETRr = "CreateEmailTemplateResponse";
476
+ const _CFT = "ComplaintFeedbackType";
477
+ const _CI = "ContentId";
478
+ const _CIJ = "CreateImportJob";
479
+ const _CIJR = "CreateImportJobRequest";
480
+ const _CIJRr = "CreateImportJobResponse";
481
+ const _CIa = "CampaignId";
482
+ const _CIas = "CaseId";
483
+ const _CL = "ContactLanguage";
484
+ const _CLD = "ContactListDestination";
485
+ const _CLIA = "ContactListImportAction";
486
+ const _CLN = "ContactListName";
487
+ const _CLo = "ContactList";
488
+ const _CLon = "ContactLists";
489
+ const _CME = "ConcurrentModificationException";
490
+ const _CMRE = "CreateMultiRegionEndpoint";
491
+ const _CMRER = "CreateMultiRegionEndpointRequest";
492
+ const _CMRERr = "CreateMultiRegionEndpointResponse";
493
+ const _CMS = "CustomerManagedStatus";
494
+ const _CRD = "CustomRedirectDomain";
495
+ const _CS = "ConfigurationSets";
496
+ const _CSKL = "CurrentSigningKeyLength";
497
+ const _CSN = "ConfigurationSetName";
498
+ const _CST = "ComplaintSubType";
499
+ const _CT = "ContentType";
500
+ const _CTE = "ContentTransferEncoding";
501
+ const _CTEo = "ConditionThresholdEnabled";
502
+ const _CTR = "CreateTenantRequest";
503
+ const _CTRA = "CreateTenantResourceAssociation";
504
+ const _CTRAR = "CreateTenantResourceAssociationRequest";
505
+ const _CTRARr = "CreateTenantResourceAssociationResponse";
506
+ const _CTRr = "CreateTenantResponse";
507
+ const _CTo = "CompletedTimestamp";
508
+ const _CTon = "ConditionThreshold";
509
+ const _CTr = "CreatedTimestamp";
510
+ const _CTre = "CreateTenant";
511
+ const _CV = "ConfidenceVerdict";
512
+ const _CVET = "CustomVerificationEmailTemplates";
513
+ const _CVETL = "CustomVerificationEmailTemplatesList";
514
+ const _CVETM = "CustomVerificationEmailTemplateMetadata";
515
+ const _CVT = "ConfidenceVerdictThreshold";
516
+ const _CWD = "CloudWatchDestination";
517
+ const _CWDC = "CloudWatchDimensionConfiguration";
518
+ const _CWDCl = "CloudWatchDimensionConfigurations";
519
+ const _Ca = "Cause";
520
+ const _Ch = "Charset";
521
+ const _Co = "Contact";
522
+ const _Cod = "Code";
523
+ const _Con = "Content";
524
+ const _Cont = "Contacts";
525
+ const _D = "Dimensions";
526
+ const _DA = "DkimAttributes";
527
+ const _DAa = "DashboardAttributes";
528
+ const _DC = "DiagnosticCode";
529
+ const _DCL = "DeleteContactList";
530
+ const _DCLR = "DeleteContactListRequest";
531
+ const _DCLRe = "DeleteContactListResponse";
532
+ const _DCR = "DeleteContactRequest";
533
+ const _DCRe = "DeleteContactResponse";
534
+ const _DCS = "DeleteConfigurationSet";
535
+ const _DCSED = "DeleteConfigurationSetEventDestination";
536
+ const _DCSEDR = "DeleteConfigurationSetEventDestinationRequest";
537
+ const _DCSEDRe = "DeleteConfigurationSetEventDestinationResponse";
538
+ const _DCSR = "DeleteConfigurationSetRequest";
539
+ const _DCSRe = "DeleteConfigurationSetResponse";
540
+ const _DCVET = "DeleteCustomVerificationEmailTemplate";
541
+ const _DCVETR = "DeleteCustomVerificationEmailTemplateRequest";
542
+ const _DCVETRe = "DeleteCustomVerificationEmailTemplateResponse";
543
+ const _DCe = "DefaultContent";
544
+ const _DCel = "DeleteContact";
545
+ const _DCi = "DimensionConfigurations";
546
+ const _DDC = "DomainDeliverabilityCampaign";
547
+ const _DDCL = "DomainDeliverabilityCampaignList";
548
+ const _DDCo = "DomainDeliverabilityCampaigns";
549
+ const _DDIP = "DeleteDedicatedIpPool";
550
+ const _DDIPR = "DeleteDedicatedIpPoolRequest";
551
+ const _DDIPRe = "DeleteDedicatedIpPoolResponse";
552
+ const _DDTO = "DomainDeliverabilityTrackingOption";
553
+ const _DDTOo = "DomainDeliverabilityTrackingOptions";
554
+ const _DDV = "DefaultDimensionValue";
555
+ const _DE = "DashboardEnabled";
556
+ const _DEI = "DeleteEmailIdentity";
557
+ const _DEIP = "DeleteEmailIdentityPolicy";
558
+ const _DEIPR = "DeleteEmailIdentityPolicyRequest";
559
+ const _DEIPRe = "DeleteEmailIdentityPolicyResponse";
560
+ const _DEIR = "DeleteEmailIdentityRequest";
561
+ const _DEIRe = "DeleteEmailIdentityResponse";
562
+ const _DET = "DefaultEmailTags";
563
+ const _DETR = "DeleteEmailTemplateRequest";
564
+ const _DETRe = "DeleteEmailTemplateResponse";
565
+ const _DETe = "DeleteEmailTemplate";
566
+ const _DF = "DataFormat";
567
+ const _DI = "DedicatedIp";
568
+ const _DIAWE = "DedicatedIpAutoWarmupEnabled";
569
+ const _DIL = "DedicatedIpList";
570
+ const _DIP = "DomainIspPlacements";
571
+ const _DIPe = "DedicatedIpPool";
572
+ const _DIPed = "DedicatedIpPools";
573
+ const _DIPo = "DomainIspPlacement";
574
+ const _DIe = "DedicatedIps";
575
+ const _DMRE = "DeleteMultiRegionEndpoint";
576
+ const _DMRER = "DeleteMultiRegionEndpointRequest";
577
+ const _DMRERe = "DeleteMultiRegionEndpointResponse";
578
+ const _DN = "DimensionName";
579
+ const _DNi = "DisplayName";
580
+ const _DO = "DeliveryOptions";
581
+ const _DOa = "DashboardOptions";
582
+ const _DP = "DkimPercentage";
583
+ const _DPN = "DestinationPoolName";
584
+ const _DR = "DeleteRate";
585
+ const _DS = "DkimStatus";
586
+ const _DSA = "DkimSigningAttributes";
587
+ const _DSAO = "DomainSigningAttributesOrigin";
588
+ const _DSAe = "DeliveryStreamArn";
589
+ const _DSD = "DeleteSuppressedDestination";
590
+ const _DSDR = "DeleteSuppressedDestinationRequest";
591
+ const _DSDRe = "DeleteSuppressedDestinationResponse";
592
+ const _DSPK = "DomainSigningPrivateKey";
593
+ const _DSS = "DomainSigningSelector";
594
+ const _DSSe = "DefaultSubscriptionStatus";
595
+ const _DT = "DkimTokens";
596
+ const _DTR = "DeleteTenantRequest";
597
+ const _DTRA = "DeleteTenantResourceAssociation";
598
+ const _DTRAR = "DeleteTenantResourceAssociationRequest";
599
+ const _DTRARe = "DeleteTenantResourceAssociationResponse";
600
+ const _DTRe = "DeleteTenantResponse";
601
+ const _DTRel = "DeliverabilityTestReport";
602
+ const _DTReli = "DeliverabilityTestReports";
603
+ const _DTS = "DeliverabilityTestStatus";
604
+ const _DTe = "DeleteTenant";
605
+ const _DV = "DailyVolume";
606
+ const _DVS = "DimensionValueSource";
607
+ const _DVa = "DailyVolumes";
608
+ const _Da = "Data";
609
+ const _De = "Description";
610
+ const _Des = "Destination";
611
+ const _Det = "Details";
612
+ const _Do = "Domain";
613
+ const _E = "Errors";
614
+ const _EA = "EmailAddress";
615
+ const _EAFL = "EmailAddressFilterList";
616
+ const _EAIME = "EmailAddressInsightsMailboxEvaluations";
617
+ const _EAIV = "EmailAddressInsightsVerdict";
618
+ const _EBA = "EventBusArn";
619
+ const _EBD = "EventBridgeDestination";
620
+ const _EC = "EmailContent";
621
+ const _ED = "EndDate";
622
+ const _EDD = "EventDestinationDefinition";
623
+ const _EDN = "EventDestinationName";
624
+ const _EDS = "ExportDataSource";
625
+ const _EDv = "EventDestination";
626
+ const _EDve = "EventDetails";
627
+ const _EDven = "EventDestinations";
628
+ const _EDx = "ExportDestination";
629
+ const _EDxp = "ExportDimensions";
630
+ const _EFE = "EmailForwardingEnabled";
631
+ const _EI = "EmailIdentity";
632
+ const _EIL = "EmailInsightsList";
633
+ const _EIm = "EmailInsights";
634
+ const _EIma = "EmailIdentities";
635
+ const _EIn = "EndpointId";
636
+ const _EJ = "ExportJobs";
637
+ const _EJS = "ExportJobSummary";
638
+ const _EJSL = "ExportJobSummaryList";
639
+ const _EM = "EngagementMetrics";
640
+ const _EMr = "ErrorMessage";
641
+ const _EMx = "ExportMetric";
642
+ const _EMxp = "ExportMetrics";
643
+ const _EN = "EndpointName";
644
+ const _ERC = "ExportedRecordsCount";
645
+ const _ES = "EmailSubject";
646
+ const _ESFL = "EmailSubjectFilterList";
647
+ const _EST = "ExportSourceType";
648
+ const _ESn = "EnforcementStatus";
649
+ const _ESx = "ExportStatistics";
650
+ const _ET = "EmailTags";
651
+ const _ETC = "EmailTemplateContent";
652
+ const _ETM = "EmailTemplateMetadata";
653
+ const _ETML = "EmailTemplateMetadataList";
654
+ const _ETr = "ErrorType";
655
+ const _En = "Enabled";
656
+ const _Er = "Error";
657
+ const _Es = "Esps";
658
+ const _Ev = "Events";
659
+ const _Eva = "Evaluations";
660
+ const _Ex = "Exclude";
661
+ const _F = "Filter";
662
+ const _FA = "FromAddress";
663
+ const _FEA = "FromEmailAddress";
664
+ const _FEAIA = "FromEmailAddressIdentityArn";
665
+ const _FFEA = "FeedbackForwardingEmailAddress";
666
+ const _FFEAIA = "FeedbackForwardingEmailAddressIdentityArn";
667
+ const _FFS = "FeedbackForwardingStatus";
668
+ const _FI = "FailureInfo";
669
+ const _FIe = "FeedbackId";
670
+ const _FN = "FileName";
671
+ const _FRC = "FailedRecordsCount";
672
+ const _FRSU = "FailedRecordsS3Url";
673
+ const _FRURL = "FailureRedirectionURL";
674
+ const _FS = "FilteredStatus";
675
+ const _FSDT = "FirstSeenDateTime";
676
+ const _G = "Global";
677
+ const _GA = "GuardianAttributes";
678
+ const _GAR = "GetAccountRequest";
679
+ const _GARe = "GetAccountResponse";
680
+ const _GAe = "GetAccount";
681
+ const _GBR = "GetBlacklistReports";
682
+ const _GBRR = "GetBlacklistReportsRequest";
683
+ const _GBRRe = "GetBlacklistReportsResponse";
684
+ const _GC = "GetContact";
685
+ const _GCL = "GetContactList";
686
+ const _GCLR = "GetContactListRequest";
687
+ const _GCLRe = "GetContactListResponse";
688
+ const _GCR = "GetContactRequest";
689
+ const _GCRe = "GetContactResponse";
690
+ const _GCS = "GetConfigurationSet";
691
+ const _GCSED = "GetConfigurationSetEventDestinations";
692
+ const _GCSEDR = "GetConfigurationSetEventDestinationsRequest";
693
+ const _GCSEDRe = "GetConfigurationSetEventDestinationsResponse";
694
+ const _GCSR = "GetConfigurationSetRequest";
695
+ const _GCSRe = "GetConfigurationSetResponse";
696
+ const _GCVET = "GetCustomVerificationEmailTemplate";
697
+ const _GCVETR = "GetCustomVerificationEmailTemplateRequest";
698
+ const _GCVETRe = "GetCustomVerificationEmailTemplateResponse";
699
+ const _GDDC = "GetDomainDeliverabilityCampaign";
700
+ const _GDDCR = "GetDomainDeliverabilityCampaignRequest";
701
+ const _GDDCRe = "GetDomainDeliverabilityCampaignResponse";
702
+ const _GDDO = "GetDeliverabilityDashboardOptions";
703
+ const _GDDOR = "GetDeliverabilityDashboardOptionsRequest";
704
+ const _GDDORe = "GetDeliverabilityDashboardOptionsResponse";
705
+ const _GDI = "GetDedicatedIp";
706
+ const _GDIP = "GetDedicatedIpPool";
707
+ const _GDIPR = "GetDedicatedIpPoolRequest";
708
+ const _GDIPRe = "GetDedicatedIpPoolResponse";
709
+ const _GDIR = "GetDedicatedIpRequest";
710
+ const _GDIRe = "GetDedicatedIpResponse";
711
+ const _GDIRet = "GetDedicatedIpsRequest";
712
+ const _GDIRete = "GetDedicatedIpsResponse";
713
+ const _GDIe = "GetDedicatedIps";
714
+ const _GDSR = "GetDomainStatisticsReport";
715
+ const _GDSRR = "GetDomainStatisticsReportRequest";
716
+ const _GDSRRe = "GetDomainStatisticsReportResponse";
717
+ const _GDTR = "GetDeliverabilityTestReport";
718
+ const _GDTRR = "GetDeliverabilityTestReportRequest";
719
+ const _GDTRRe = "GetDeliverabilityTestReportResponse";
720
+ const _GEAI = "GetEmailAddressInsights";
721
+ const _GEAIR = "GetEmailAddressInsightsRequest";
722
+ const _GEAIRe = "GetEmailAddressInsightsResponse";
723
+ const _GEI = "GetEmailIdentity";
724
+ const _GEIP = "GetEmailIdentityPolicies";
725
+ const _GEIPR = "GetEmailIdentityPoliciesRequest";
726
+ const _GEIPRe = "GetEmailIdentityPoliciesResponse";
727
+ const _GEIR = "GetEmailIdentityRequest";
728
+ const _GEIRe = "GetEmailIdentityResponse";
729
+ const _GEJ = "GetExportJob";
730
+ const _GEJR = "GetExportJobRequest";
731
+ const _GEJRe = "GetExportJobResponse";
732
+ const _GET = "GetEmailTemplate";
733
+ const _GETR = "GetEmailTemplateRequest";
734
+ const _GETRe = "GetEmailTemplateResponse";
735
+ const _GIJ = "GetImportJob";
736
+ const _GIJR = "GetImportJobRequest";
737
+ const _GIJRe = "GetImportJobResponse";
738
+ const _GMI = "GetMessageInsights";
739
+ const _GMIR = "GetMessageInsightsRequest";
740
+ const _GMIRe = "GetMessageInsightsResponse";
741
+ const _GMRE = "GetMultiRegionEndpoint";
742
+ const _GMRER = "GetMultiRegionEndpointRequest";
743
+ const _GMRERe = "GetMultiRegionEndpointResponse";
744
+ const _GO = "GuardianOptions";
745
+ const _GRE = "GetReputationEntity";
746
+ const _GRER = "GetReputationEntityRequest";
747
+ const _GRERe = "GetReputationEntityResponse";
748
+ const _GSD = "GetSuppressedDestination";
749
+ const _GSDR = "GetSuppressedDestinationRequest";
750
+ const _GSDRe = "GetSuppressedDestinationResponse";
751
+ const _GT = "GetTenant";
752
+ const _GTR = "GetTenantRequest";
753
+ const _GTRe = "GetTenantResponse";
754
+ const _H = "Html";
755
+ const _HP = "HttpsPolicy";
756
+ const _HVDR = "HasValidDnsRecords";
757
+ const _HVS = "HasValidSyntax";
758
+ const _He = "Headers";
759
+ const _I = "Id";
760
+ const _IC = "InboxCount";
761
+ const _ID = "ImportDestination";
762
+ const _IDS = "ImportDataSource";
763
+ const _IDT = "ImportDestinationType";
764
+ const _IDs = "IsDisposable";
765
+ const _IE = "InsightsEvent";
766
+ const _IEA = "InsightsEmailAddress";
767
+ const _IEn = "InsightsEvents";
768
+ const _II = "IdentityInfo";
769
+ const _IIL = "IdentityInfoList";
770
+ const _IJ = "ImportJobs";
771
+ const _IJS = "ImportJobSummary";
772
+ const _IJSL = "ImportJobSummaryList";
773
+ const _IN = "IspName";
774
+ const _INTE = "InvalidNextTokenException";
775
+ const _INd = "IdentityName";
776
+ const _IP = "InboxPercentage";
777
+ const _IPTO = "InboxPlacementTrackingOption";
778
+ const _IPs = "IspPlacements";
779
+ const _IPsp = "IspPlacement";
780
+ const _IRA = "IsRoleAddress";
781
+ const _IRAa = "IamRoleArn";
782
+ const _IRC = "InboxRawCount";
783
+ const _IRI = "IsRandomInput";
784
+ const _ISEE = "InternalServiceErrorException";
785
+ const _IT = "IdentityType";
786
+ const _IU = "ImageUrl";
787
+ const _IV = "IsValid";
788
+ const _Im = "Impact";
789
+ const _In = "Insights";
790
+ const _Inc = "Include";
791
+ const _Ip = "Ip";
792
+ const _Is = "Isp";
793
+ const _JI = "JobId";
794
+ const _JS = "JobStatus";
795
+ const _K = "Key";
796
+ const _KFD = "KinesisFirehoseDestination";
797
+ const _LC = "ListContacts";
798
+ const _LCF = "ListContactsFilter";
799
+ const _LCL = "ListContactLists";
800
+ const _LCLR = "ListContactListsRequest";
801
+ const _LCLRi = "ListContactListsResponse";
802
+ const _LCR = "ListContactsRequest";
803
+ const _LCRi = "ListContactsResponse";
804
+ const _LCS = "ListConfigurationSets";
805
+ const _LCSR = "ListConfigurationSetsRequest";
806
+ const _LCSRi = "ListConfigurationSetsResponse";
807
+ const _LCT = "LastCheckedTimestamp";
808
+ const _LCVET = "ListCustomVerificationEmailTemplates";
809
+ const _LCVETR = "ListCustomVerificationEmailTemplatesRequest";
810
+ const _LCVETRi = "ListCustomVerificationEmailTemplatesResponse";
811
+ const _LDDC = "ListDomainDeliverabilityCampaigns";
812
+ const _LDDCR = "ListDomainDeliverabilityCampaignsRequest";
813
+ const _LDDCRi = "ListDomainDeliverabilityCampaignsResponse";
814
+ const _LDE = "LastDeliveryEvent";
815
+ const _LDIP = "ListDedicatedIpPools";
816
+ const _LDIPR = "ListDedicatedIpPoolsRequest";
817
+ const _LDIPRi = "ListDedicatedIpPoolsResponse";
818
+ const _LDTR = "ListDeliverabilityTestReports";
819
+ const _LDTRR = "ListDeliverabilityTestReportsRequest";
820
+ const _LDTRRi = "ListDeliverabilityTestReportsResponse";
821
+ const _LEE = "LimitExceededException";
822
+ const _LEEa = "LastEngagementEvent";
823
+ const _LEI = "ListEmailIdentities";
824
+ const _LEIR = "ListEmailIdentitiesRequest";
825
+ const _LEIRi = "ListEmailIdentitiesResponse";
826
+ const _LEJ = "ListExportJobs";
827
+ const _LEJR = "ListExportJobsRequest";
828
+ const _LEJRi = "ListExportJobsResponse";
829
+ const _LET = "ListEmailTemplates";
830
+ const _LETR = "ListEmailTemplatesRequest";
831
+ const _LETRi = "ListEmailTemplatesResponse";
832
+ const _LFS = "LastFreshStart";
833
+ const _LIJ = "ListImportJobs";
834
+ const _LIJR = "ListImportJobsRequest";
835
+ const _LIJRi = "ListImportJobsResponse";
836
+ const _LKGT = "LastKeyGenerationTimestamp";
837
+ const _LMO = "ListManagementOptions";
838
+ const _LMRE = "ListMultiRegionEndpoints";
839
+ const _LMRER = "ListMultiRegionEndpointsRequest";
840
+ const _LMRERi = "ListMultiRegionEndpointsResponse";
841
+ const _LOC = "ListOfContacts";
842
+ const _LOCL = "ListOfContactLists";
843
+ const _LR = "ListRecommendations";
844
+ const _LRE = "ListReputationEntities";
845
+ const _LRER = "ListReputationEntitiesRequest";
846
+ const _LRERi = "ListReputationEntitiesResponse";
847
+ const _LRR = "ListRecommendationsRequest";
848
+ const _LRRi = "ListRecommendationsResponse";
849
+ const _LRT = "ListResourceTenants";
850
+ const _LRTR = "ListResourceTenantsRequest";
851
+ const _LRTRi = "ListResourceTenantsResponse";
852
+ const _LSD = "ListSuppressedDestinations";
853
+ const _LSDR = "ListSuppressedDestinationsRequest";
854
+ const _LSDRi = "ListSuppressedDestinationsResponse";
855
+ const _LSDT = "LastSeenDateTime";
856
+ const _LST = "LastSuccessTimestamp";
857
+ const _LT = "ListingTime";
858
+ const _LTFR = "ListTagsForResource";
859
+ const _LTFRR = "ListTagsForResourceRequest";
860
+ const _LTFRRi = "ListTagsForResourceResponse";
861
+ const _LTR = "ListTenantsRequest";
862
+ const _LTRR = "ListTenantResourcesRequest";
863
+ const _LTRRi = "ListTenantResourcesResponse";
864
+ const _LTRi = "ListTenantsResponse";
865
+ const _LTRis = "ListTenantResources";
866
+ const _LTi = "ListTenants";
867
+ const _LUT = "LastUpdatedTimestamp";
868
+ const _LUTa = "LastUpdateTime";
869
+ const _M = "Metric";
870
+ const _MDE = "MetricDataError";
871
+ const _MDEL = "MetricDataErrorList";
872
+ const _MDR = "MetricDataResult";
873
+ const _MDRL = "MetricDataResultList";
874
+ const _MDS = "MaxDeliverySeconds";
875
+ const _MDSe = "MetricsDataSource";
876
+ const _ME = "MailboxExists";
877
+ const _MET = "MatchingEventTypes";
878
+ const _MFA = "MailFromAttributes";
879
+ const _MFD = "MailFromDomain";
880
+ const _MFDNVE = "MailFromDomainNotVerifiedException";
881
+ const _MFDS = "MailFromDomainStatus";
882
+ const _MH = "MessageHeader";
883
+ const _MHL = "MessageHeaderList";
884
+ const _MHS = "Max24HourSend";
885
+ const _MI = "MessageId";
886
+ const _MIDS = "MessageInsightsDataSource";
887
+ const _MIF = "MessageInsightsFilters";
888
+ const _MP = "MissingPercentage";
889
+ const _MR = "MessageRejected";
890
+ const _MRE = "MultiRegionEndpoints";
891
+ const _MREu = "MultiRegionEndpoint";
892
+ const _MRa = "MaxResults";
893
+ const _MSR = "MaxSendRate";
894
+ const _MT = "MailType";
895
+ const _MTL = "MessageTagList";
896
+ const _MTe = "MessageTag";
897
+ const _MV = "MailboxValidation";
898
+ const _Me = "Message";
899
+ const _Met = "Metrics";
900
+ const _N = "Namespace";
901
+ const _NFE = "NotFoundException";
902
+ const _NSKL = "NextSigningKeyLength";
903
+ const _NT = "NextToken";
904
+ const _Na = "Name";
905
+ const _OCT = "OverallConfidenceThreshold";
906
+ const _OP = "OverallPlacement";
907
+ const _OSD = "OptimizedSharedDelivery";
908
+ const _OV = "OverallVolume";
909
+ const _P = "Policy";
910
+ const _PAD = "PutAccountDetails";
911
+ const _PADIWA = "PutAccountDedicatedIpWarmupAttributes";
912
+ const _PADIWAR = "PutAccountDedicatedIpWarmupAttributesRequest";
913
+ const _PADIWARu = "PutAccountDedicatedIpWarmupAttributesResponse";
914
+ const _PADR = "PutAccountDetailsRequest";
915
+ const _PADRu = "PutAccountDetailsResponse";
916
+ const _PAE = "ProductionAccessEnabled";
917
+ const _PASA = "PutAccountSendingAttributes";
918
+ const _PASAR = "PutAccountSendingAttributesRequest";
919
+ const _PASARu = "PutAccountSendingAttributesResponse";
920
+ const _PASARut = "PutAccountSuppressionAttributesRequest";
921
+ const _PASARutc = "PutAccountSuppressionAttributesResponse";
922
+ const _PASAu = "PutAccountSuppressionAttributes";
923
+ const _PAVA = "PutAccountVdmAttributes";
924
+ const _PAVAR = "PutAccountVdmAttributesRequest";
925
+ const _PAVARu = "PutAccountVdmAttributesResponse";
926
+ const _PCSAO = "PutConfigurationSetArchivingOptions";
927
+ const _PCSAOR = "PutConfigurationSetArchivingOptionsRequest";
928
+ const _PCSAORu = "PutConfigurationSetArchivingOptionsResponse";
929
+ const _PCSDO = "PutConfigurationSetDeliveryOptions";
930
+ const _PCSDOR = "PutConfigurationSetDeliveryOptionsRequest";
931
+ const _PCSDORu = "PutConfigurationSetDeliveryOptionsResponse";
932
+ const _PCSRO = "PutConfigurationSetReputationOptions";
933
+ const _PCSROR = "PutConfigurationSetReputationOptionsRequest";
934
+ const _PCSRORu = "PutConfigurationSetReputationOptionsResponse";
935
+ const _PCSSO = "PutConfigurationSetSendingOptions";
936
+ const _PCSSOR = "PutConfigurationSetSendingOptionsRequest";
937
+ const _PCSSORu = "PutConfigurationSetSendingOptionsResponse";
938
+ const _PCSSORut = "PutConfigurationSetSuppressionOptionsRequest";
939
+ const _PCSSORuto = "PutConfigurationSetSuppressionOptionsResponse";
940
+ const _PCSSOu = "PutConfigurationSetSuppressionOptions";
941
+ const _PCSTO = "PutConfigurationSetTrackingOptions";
942
+ const _PCSTOR = "PutConfigurationSetTrackingOptionsRequest";
943
+ const _PCSTORu = "PutConfigurationSetTrackingOptionsResponse";
944
+ const _PCSVO = "PutConfigurationSetVdmOptions";
945
+ const _PCSVOR = "PutConfigurationSetVdmOptionsRequest";
946
+ const _PCSVORu = "PutConfigurationSetVdmOptionsResponse";
947
+ const _PD = "PinpointDestination";
948
+ const _PDDO = "PutDeliverabilityDashboardOption";
949
+ const _PDDOR = "PutDeliverabilityDashboardOptionRequest";
950
+ const _PDDORu = "PutDeliverabilityDashboardOptionResponse";
951
+ const _PDIIP = "PutDedicatedIpInPool";
952
+ const _PDIIPR = "PutDedicatedIpInPoolRequest";
953
+ const _PDIIPRu = "PutDedicatedIpInPoolResponse";
954
+ const _PDIPSA = "PutDedicatedIpPoolScalingAttributes";
955
+ const _PDIPSAR = "PutDedicatedIpPoolScalingAttributesRequest";
956
+ const _PDIPSARu = "PutDedicatedIpPoolScalingAttributesResponse";
957
+ const _PDIWA = "PutDedicatedIpWarmupAttributes";
958
+ const _PDIWAR = "PutDedicatedIpWarmupAttributesRequest";
959
+ const _PDIWARu = "PutDedicatedIpWarmupAttributesResponse";
960
+ const _PEICSA = "PutEmailIdentityConfigurationSetAttributes";
961
+ const _PEICSAR = "PutEmailIdentityConfigurationSetAttributesRequest";
962
+ const _PEICSARu = "PutEmailIdentityConfigurationSetAttributesResponse";
963
+ const _PEIDA = "PutEmailIdentityDkimAttributes";
964
+ const _PEIDAR = "PutEmailIdentityDkimAttributesRequest";
965
+ const _PEIDARu = "PutEmailIdentityDkimAttributesResponse";
966
+ const _PEIDSA = "PutEmailIdentityDkimSigningAttributes";
967
+ const _PEIDSAR = "PutEmailIdentityDkimSigningAttributesRequest";
968
+ const _PEIDSARu = "PutEmailIdentityDkimSigningAttributesResponse";
969
+ const _PEIFA = "PutEmailIdentityFeedbackAttributes";
970
+ const _PEIFAR = "PutEmailIdentityFeedbackAttributesRequest";
971
+ const _PEIFARu = "PutEmailIdentityFeedbackAttributesResponse";
972
+ const _PEIMFA = "PutEmailIdentityMailFromAttributes";
973
+ const _PEIMFAR = "PutEmailIdentityMailFromAttributesRequest";
974
+ const _PEIMFARu = "PutEmailIdentityMailFromAttributesResponse";
975
+ const _PESD = "PendingExpirationSubscribedDomains";
976
+ const _PI = "ProjectedInbox";
977
+ const _PK = "PrivateKey";
978
+ const _PN = "PoolName";
979
+ const _PNS = "PrimaryNameServer";
980
+ const _PNo = "PolicyName";
981
+ const _PRC = "ProcessedRecordsCount";
982
+ const _PS = "PageSize";
983
+ const _PSD = "PutSuppressedDestination";
984
+ const _PSDR = "PutSuppressedDestinationRequest";
985
+ const _PSDRu = "PutSuppressedDestinationResponse";
986
+ const _PSl = "PlacementStatistics";
987
+ const _PSr = "ProjectedSpam";
988
+ const _PTSA = "PutTenantSuppressionAttributes";
989
+ const _PTSAR = "PutTenantSuppressionAttributesRequest";
990
+ const _PTSARu = "PutTenantSuppressionAttributesResponse";
991
+ const _PV = "ProjectedVolume";
992
+ const _Po = "Policies";
993
+ const _Q = "Queries";
994
+ const _R = "Results";
995
+ const _RA = "ResourceArn";
996
+ const _RC = "RawContent";
997
+ const _RD = "ReviewDetails";
998
+ const _RDR = "ReadDeleteRate";
999
+ const _RDo = "RoutesDetails";
1000
+ const _RDou = "RouteDetails";
1001
+ const _RE = "ReputationEntity";
1002
+ const _REC = "ReplacementEmailContent";
1003
+ const _REL = "ReputationEntitiesList";
1004
+ const _REP = "ReputationEntityPolicy";
1005
+ const _RER = "ReputationEntityReference";
1006
+ const _RET = "ReputationEntityType";
1007
+ const _REe = "ReputationEntities";
1008
+ const _RH = "ReplacementHeaders";
1009
+ const _RI = "ReportId";
1010
+ const _RIe = "ReputationImpact";
1011
+ const _RL = "RecommendationsList";
1012
+ const _RM = "RawMessage";
1013
+ const _RME = "ReputationMetricsEnabled";
1014
+ const _RMP = "ReputationManagementPolicy";
1015
+ const _RN = "RblName";
1016
+ const _RNe = "ReportName";
1017
+ const _RO = "ReputationOptions";
1018
+ const _RR = "ReadRate";
1019
+ const _RRP = "ReadRatePercent";
1020
+ const _RT = "ReplacementTags";
1021
+ const _RTA = "ReplyToAddresses";
1022
+ const _RTD = "ReplacementTemplateData";
1023
+ const _RTM = "ResourceTenantMetadata";
1024
+ const _RTML = "ResourceTenantMetadataList";
1025
+ const _RTe = "ResourceTenants";
1026
+ const _RTen = "RenderedTemplate";
1027
+ const _RTep = "ReplacementTemplate";
1028
+ const _RTes = "ResourceType";
1029
+ const _Ra = "Raw";
1030
+ const _Re = "Recommendations";
1031
+ const _Rea = "Reasons";
1032
+ const _Reas = "Reason";
1033
+ const _Rec = "Recommendation";
1034
+ const _Reg = "Regions";
1035
+ const _Regi = "Region";
1036
+ const _Ro = "Routes";
1037
+ const _Rou = "Route";
1038
+ const _S = "Status";
1039
+ const _SA = "SuppressionAttributes";
1040
+ const _SAO = "SigningAttributesOrigin";
1041
+ const _SAi = "SigningAttributes";
1042
+ const _SBE = "SendBulkEmail";
1043
+ const _SBER = "SendBulkEmailRequest";
1044
+ const _SBERe = "SendBulkEmailResponse";
1045
+ const _SC = "SpamCount";
1046
+ const _SCT = "SuppressionConditionThreshold";
1047
+ const _SCTu = "SuppressionConfidenceThreshold";
1048
+ const _SCVE = "SendCustomVerificationEmail";
1049
+ const _SCVER = "SendCustomVerificationEmailRequest";
1050
+ const _SCVERe = "SendCustomVerificationEmailResponse";
1051
+ const _SD = "StartDate";
1052
+ const _SDA = "SuppressedDestinationAttributes";
1053
+ const _SDS = "SuppressedDestinationSummaries";
1054
+ const _SDSu = "SuppressedDestinationSummary";
1055
+ const _SDn = "SnsDestination";
1056
+ const _SDu = "SuppressedDestination";
1057
+ const _SDub = "SubscribedDomain";
1058
+ const _SDubs = "SubscribedDomains";
1059
+ const _SE = "SigningEnabled";
1060
+ const _SED = "SubscriptionExpiryDate";
1061
+ const _SER = "SendEmailRequest";
1062
+ const _SERe = "SendEmailResponse";
1063
+ const _SEe = "SendingEnabled";
1064
+ const _SEen = "SendEmail";
1065
+ const _SHZ = "SigningHostedZone";
1066
+ const _SI = "SendingIps";
1067
+ const _SLD = "SuppressionListDestination";
1068
+ const _SLH = "SentLast24Hours";
1069
+ const _SLIA = "SuppressionListImportAction";
1070
+ const _SM = "ScalingMode";
1071
+ const _SN = "SerialNumber";
1072
+ const _SO = "SendingOptions";
1073
+ const _SOAR = "SOARecord";
1074
+ const _SOu = "SuppressionOptions";
1075
+ const _SP = "SpamPercentage";
1076
+ const _SPE = "SendingPausedException";
1077
+ const _SPN = "SendingPoolName";
1078
+ const _SPp = "SpfPercentage";
1079
+ const _SQ = "SendQuota";
1080
+ const _SR = "SuppressedReasons";
1081
+ const _SRC = "SpamRawCount";
1082
+ const _SRURL = "SuccessRedirectionURL";
1083
+ const _SRt = "StatusRecord";
1084
+ const _SS = "SendingStatus";
1085
+ const _SSA = "SendingStatusAggregate";
1086
+ const _SSD = "SubscriptionStartDate";
1087
+ const _SSu = "SuppressionScope";
1088
+ const _SSub = "SubscriptionStatus";
1089
+ const _SU = "S3Url";
1090
+ const _SVA = "SuppressionValidationAttributes";
1091
+ const _SVO = "SuppressionValidationOptions";
1092
+ const _Si = "Simple";
1093
+ const _St = "Statistics";
1094
+ const _Su = "Subject";
1095
+ const _T = "Text";
1096
+ const _TA = "TenantArn";
1097
+ const _TAe = "TemplateArn";
1098
+ const _TAo = "ToAddresses";
1099
+ const _TAop = "TopicArn";
1100
+ const _TC = "TemplateContent";
1101
+ const _TD = "TemplateData";
1102
+ const _TDP = "TopicDefaultPreferences";
1103
+ const _TF = "TopicFilter";
1104
+ const _TI = "TenantId";
1105
+ const _TIL = "TenantInfoList";
1106
+ const _TIe = "TenantInfo";
1107
+ const _TIr = "TrackedIsps";
1108
+ const _TK = "TagKeys";
1109
+ const _TL = "TagList";
1110
+ const _TM = "TemplatesMetadata";
1111
+ const _TMRE = "TooManyRequestsException";
1112
+ const _TN = "TemplateName";
1113
+ const _TNe = "TenantName";
1114
+ const _TNo = "TopicName";
1115
+ const _TO = "TrackingOptions";
1116
+ const _TP = "TopicPreferences";
1117
+ const _TPL = "TopicPreferenceList";
1118
+ const _TPl = "TlsPolicy";
1119
+ const _TPo = "TopicPreference";
1120
+ const _TR = "TenantResources";
1121
+ const _TRET = "TestRenderEmailTemplate";
1122
+ const _TRETR = "TestRenderEmailTemplateRequest";
1123
+ const _TRETRe = "TestRenderEmailTemplateResponse";
1124
+ const _TRL = "TenantResourceList";
1125
+ const _TRR = "TagResourceRequest";
1126
+ const _TRRa = "TagResourceResponse";
1127
+ const _TRa = "TagResource";
1128
+ const _TRe = "TenantResource";
1129
+ const _TS = "TemplateSubject";
1130
+ const _TSA = "TenantSuppressionAttributes";
1131
+ const _Ta = "Tags";
1132
+ const _Tag = "Tag";
1133
+ const _Te = "Template";
1134
+ const _Ten = "Tenant";
1135
+ const _Tena = "Tenants";
1136
+ const _Ti = "Timestamp";
1137
+ const _Tim = "Timestamps";
1138
+ const _To = "Topics";
1139
+ const _Tok = "Tokens";
1140
+ const _Top = "Topic";
1141
+ const _Ty = "Type";
1142
+ const _UA = "UnsubscribeAll";
1143
+ const _UC = "UpdateContact";
1144
+ const _UCD = "UseCaseDescription";
1145
+ const _UCL = "UpdateContactList";
1146
+ const _UCLR = "UpdateContactListRequest";
1147
+ const _UCLRp = "UpdateContactListResponse";
1148
+ const _UCR = "UpdateContactRequest";
1149
+ const _UCRp = "UpdateContactResponse";
1150
+ const _UCSED = "UpdateConfigurationSetEventDestination";
1151
+ const _UCSEDR = "UpdateConfigurationSetEventDestinationRequest";
1152
+ const _UCSEDRp = "UpdateConfigurationSetEventDestinationResponse";
1153
+ const _UCVET = "UpdateCustomVerificationEmailTemplate";
1154
+ const _UCVETR = "UpdateCustomVerificationEmailTemplateRequest";
1155
+ const _UCVETRp = "UpdateCustomVerificationEmailTemplateResponse";
1156
+ const _UDIPU = "UseDefaultIfPreferenceUnavailable";
1157
+ const _UEIP = "UpdateEmailIdentityPolicy";
1158
+ const _UEIPR = "UpdateEmailIdentityPolicyRequest";
1159
+ const _UEIPRp = "UpdateEmailIdentityPolicyResponse";
1160
+ const _UET = "UpdateEmailTemplate";
1161
+ const _UETR = "UpdateEmailTemplateRequest";
1162
+ const _UETRp = "UpdateEmailTemplateResponse";
1163
+ const _UR = "UntagResource";
1164
+ const _URECMS = "UpdateReputationEntityCustomerManagedStatus";
1165
+ const _URECMSR = "UpdateReputationEntityCustomerManagedStatusRequest";
1166
+ const _URECMSRp = "UpdateReputationEntityCustomerManagedStatusResponse";
1167
+ const _UREP = "UpdateReputationEntityPolicy";
1168
+ const _UREPR = "UpdateReputationEntityPolicyRequest";
1169
+ const _UREPRp = "UpdateReputationEntityPolicyResponse";
1170
+ const _URR = "UntagResourceRequest";
1171
+ const _URRn = "UntagResourceResponse";
1172
+ const _V = "Value";
1173
+ const _VA = "VdmAttributes";
1174
+ const _VAa = "ValidationAttributes";
1175
+ const _VE = "VdmEnabled";
1176
+ const _VFSS = "VerifiedForSendingStatus";
1177
+ const _VI = "VerificationInfo";
1178
+ const _VO = "VdmOptions";
1179
+ const _VOa = "ValidationOptions";
1180
+ const _VS = "VolumeStatistics";
1181
+ const _VSe = "VerificationStatus";
1182
+ const _Va = "Values";
1183
+ const _WP = "WarmupPercentage";
1184
+ const _WS = "WarmupStatus";
1185
+ const _WURL = "WebsiteURL";
1186
+ const _c = "client";
1187
+ const _e = "error";
1188
+ const _h = "http";
1189
+ const _hE = "httpError";
1190
+ const _hQ = "httpQuery";
1191
+ const _m = "message";
1192
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sesv2";
1193
+ const _se = "server";
1194
+ const n0 = "com.amazonaws.sesv2";
1195
+ const _s_registry = TypeRegistry.for(_s);
1196
+ var SESv2ServiceException$ = [-3, _s, "SESv2ServiceException", 0, [], []];
1197
+ _s_registry.registerError(SESv2ServiceException$, SESv2ServiceException);
1198
+ const n0_registry = TypeRegistry.for(n0);
1199
+ var AccountSuspendedException$ = [-3, n0, _ASE,
1200
+ { [_e]: _c, [_hE]: 400 },
1201
+ [_m],
1202
+ [0]
1203
+ ];
1204
+ n0_registry.registerError(AccountSuspendedException$, AccountSuspendedException);
1205
+ var AlreadyExistsException$ = [-3, n0, _AEE,
1206
+ { [_e]: _c, [_hE]: 400 },
1207
+ [_m],
1208
+ [0]
1209
+ ];
1210
+ n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
1211
+ var BadRequestException$ = [-3, n0, _BRE,
1212
+ { [_e]: _c, [_hE]: 400 },
1213
+ [_m],
1214
+ [0]
1215
+ ];
1216
+ n0_registry.registerError(BadRequestException$, BadRequestException);
1217
+ var ConcurrentModificationException$ = [-3, n0, _CME,
1218
+ { [_e]: _se, [_hE]: 500 },
1219
+ [_m],
1220
+ [0]
1221
+ ];
1222
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
1223
+ var ConflictException$ = [-3, n0, _CE,
1224
+ { [_e]: _c, [_hE]: 409 },
1225
+ [_m],
1226
+ [0]
1227
+ ];
1228
+ n0_registry.registerError(ConflictException$, ConflictException);
1229
+ var InternalServiceErrorException$ = [-3, n0, _ISEE,
1230
+ { [_e]: _se, [_hE]: 500 },
1231
+ [_m],
1232
+ [0]
1233
+ ];
1234
+ n0_registry.registerError(InternalServiceErrorException$, InternalServiceErrorException);
1235
+ var InvalidNextTokenException$ = [-3, n0, _INTE,
1236
+ { [_e]: _c, [_hE]: 400 },
1237
+ [_m],
1238
+ [0]
1239
+ ];
1240
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
1241
+ var LimitExceededException$ = [-3, n0, _LEE,
1242
+ { [_e]: _c, [_hE]: 400 },
1243
+ [_m],
1244
+ [0]
1245
+ ];
1246
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
1247
+ var MailFromDomainNotVerifiedException$ = [-3, n0, _MFDNVE,
1248
+ { [_e]: _c, [_hE]: 400 },
1249
+ [_m],
1250
+ [0]
1251
+ ];
1252
+ n0_registry.registerError(MailFromDomainNotVerifiedException$, MailFromDomainNotVerifiedException);
1253
+ var MessageRejected$ = [-3, n0, _MR,
1254
+ { [_e]: _c, [_hE]: 400 },
1255
+ [_m],
1256
+ [0]
1257
+ ];
1258
+ n0_registry.registerError(MessageRejected$, MessageRejected);
1259
+ var NotFoundException$ = [-3, n0, _NFE,
1260
+ { [_e]: _c, [_hE]: 404 },
1261
+ [_m],
1262
+ [0]
1263
+ ];
1264
+ n0_registry.registerError(NotFoundException$, NotFoundException);
1265
+ var SendingPausedException$ = [-3, n0, _SPE,
1266
+ { [_e]: _c, [_hE]: 400 },
1267
+ [_m],
1268
+ [0]
1269
+ ];
1270
+ n0_registry.registerError(SendingPausedException$, SendingPausedException);
1271
+ var TooManyRequestsException$ = [-3, n0, _TMRE,
1272
+ { [_e]: _c, [_hE]: 429 },
1273
+ [_m],
1274
+ [0]
1275
+ ];
1276
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
1277
+ const errorTypeRegistries = [
1278
+ _s_registry,
1279
+ n0_registry,
1280
+ ];
1281
+ var AdditionalContactEmailAddress = [0, n0, _ACEA, 8, 0];
1282
+ var EmailSubject = [0, n0, _ES, 8, 0];
1283
+ var InsightsEmailAddress = [0, n0, _IEA, 8, 0];
1284
+ var PrivateKey = [0, n0, _PK, 8, 0];
1285
+ var UseCaseDescription = [0, n0, _UCD, 8, 0];
1286
+ var WebsiteURL = [0, n0, _WURL, 8, 0];
1287
+ var AccountDetails$ = [3, n0, _AD,
1288
+ 0,
1289
+ [_MT, _WURL, _CL, _UCD, _ACEAd, _RD],
1290
+ [0, [() => WebsiteURL, 0], 0, [() => UseCaseDescription, 0], [() => AdditionalContactEmailAddresses, 0], () => ReviewDetails$]
1291
+ ];
1292
+ var ArchivingOptions$ = [3, n0, _AO,
1293
+ 0,
1294
+ [_AA],
1295
+ [0]
1296
+ ];
1297
+ var Attachment$ = [3, n0, _A,
1298
+ 0,
1299
+ [_RC, _FN, _CD, _CDo, _CI, _CTE, _CT],
1300
+ [21, 0, 0, 0, 0, 0, 0], 2
1301
+ ];
1302
+ var BatchGetMetricDataQuery$ = [3, n0, _BGMDQ,
1303
+ 0,
1304
+ [_I, _N, _M, _SD, _ED, _D],
1305
+ [0, 0, 0, 4, 4, 128 | 0], 5
1306
+ ];
1307
+ var BatchGetMetricDataRequest$ = [3, n0, _BGMDR,
1308
+ 0,
1309
+ [_Q],
1310
+ [() => BatchGetMetricDataQueries], 1
1311
+ ];
1312
+ var BatchGetMetricDataResponse$ = [3, n0, _BGMDRa,
1313
+ 0,
1314
+ [_R, _E],
1315
+ [() => MetricDataResultList, () => MetricDataErrorList]
1316
+ ];
1317
+ var BlacklistEntry$ = [3, n0, _BE,
1318
+ 0,
1319
+ [_RN, _LT, _De],
1320
+ [0, 4, 0]
1321
+ ];
1322
+ var Body$ = [3, n0, _B,
1323
+ 0,
1324
+ [_T, _H],
1325
+ [() => Content$, () => Content$]
1326
+ ];
1327
+ var Bounce$ = [3, n0, _Bo,
1328
+ 0,
1329
+ [_BT, _BST, _DC],
1330
+ [0, 0, 0]
1331
+ ];
1332
+ var BulkEmailContent$ = [3, n0, _BEC,
1333
+ 0,
1334
+ [_Te],
1335
+ [() => Template$]
1336
+ ];
1337
+ var BulkEmailEntry$ = [3, n0, _BEE,
1338
+ 0,
1339
+ [_Des, _RT, _REC, _RH],
1340
+ [() => Destination$, () => MessageTagList, () => ReplacementEmailContent$, () => MessageHeaderList], 1
1341
+ ];
1342
+ var BulkEmailEntryResult$ = [3, n0, _BEER,
1343
+ 0,
1344
+ [_S, _Er, _MI],
1345
+ [0, 0, 0]
1346
+ ];
1347
+ var CancelExportJobRequest$ = [3, n0, _CEJR,
1348
+ 0,
1349
+ [_JI],
1350
+ [[0, 1]], 1
1351
+ ];
1352
+ var CancelExportJobResponse$ = [3, n0, _CEJRa,
1353
+ 0,
1354
+ [],
1355
+ []
1356
+ ];
1357
+ var CloudWatchDestination$ = [3, n0, _CWD,
1358
+ 0,
1359
+ [_DCi],
1360
+ [() => CloudWatchDimensionConfigurations], 1
1361
+ ];
1362
+ var CloudWatchDimensionConfiguration$ = [3, n0, _CWDC,
1363
+ 0,
1364
+ [_DN, _DVS, _DDV],
1365
+ [0, 0, 0], 3
1366
+ ];
1367
+ var Complaint$ = [3, n0, _C,
1368
+ 0,
1369
+ [_CST, _CFT],
1370
+ [0, 0]
1371
+ ];
1372
+ var Contact$ = [3, n0, _Co,
1373
+ 0,
1374
+ [_EA, _TP, _TDP, _UA, _LUT],
1375
+ [0, () => TopicPreferenceList, () => TopicPreferenceList, 2, 4]
1376
+ ];
1377
+ var ContactList$ = [3, n0, _CLo,
1378
+ 0,
1379
+ [_CLN, _LUT],
1380
+ [0, 4]
1381
+ ];
1382
+ var ContactListDestination$ = [3, n0, _CLD,
1383
+ 0,
1384
+ [_CLN, _CLIA],
1385
+ [0, 0], 2
1386
+ ];
1387
+ var Content$ = [3, n0, _Con,
1388
+ 0,
1389
+ [_Da, _Ch],
1390
+ [0, 0], 1
1391
+ ];
1392
+ var CreateConfigurationSetEventDestinationRequest$ = [3, n0, _CCSEDR,
1393
+ 0,
1394
+ [_CSN, _EDN, _EDv],
1395
+ [[0, 1], 0, () => EventDestinationDefinition$], 3
1396
+ ];
1397
+ var CreateConfigurationSetEventDestinationResponse$ = [3, n0, _CCSEDRr,
1398
+ 0,
1399
+ [],
1400
+ []
1401
+ ];
1402
+ var CreateConfigurationSetRequest$ = [3, n0, _CCSR,
1403
+ 0,
1404
+ [_CSN, _TO, _DO, _RO, _SO, _Ta, _SOu, _VO, _AO],
1405
+ [0, () => TrackingOptions$, () => DeliveryOptions$, () => ReputationOptions$, () => SendingOptions$, () => TagList, () => SuppressionOptions$, () => VdmOptions$, () => ArchivingOptions$], 1
1406
+ ];
1407
+ var CreateConfigurationSetResponse$ = [3, n0, _CCSRr,
1408
+ 0,
1409
+ [],
1410
+ []
1411
+ ];
1412
+ var CreateContactListRequest$ = [3, n0, _CCLR,
1413
+ 0,
1414
+ [_CLN, _To, _De, _Ta],
1415
+ [0, () => Topics, 0, () => TagList], 1
1416
+ ];
1417
+ var CreateContactListResponse$ = [3, n0, _CCLRr,
1418
+ 0,
1419
+ [],
1420
+ []
1421
+ ];
1422
+ var CreateContactRequest$ = [3, n0, _CCR,
1423
+ 0,
1424
+ [_CLN, _EA, _TP, _UA, _ADt],
1425
+ [[0, 1], 0, () => TopicPreferenceList, 2, 0], 2
1426
+ ];
1427
+ var CreateContactResponse$ = [3, n0, _CCRr,
1428
+ 0,
1429
+ [],
1430
+ []
1431
+ ];
1432
+ var CreateCustomVerificationEmailTemplateRequest$ = [3, n0, _CCVETR,
1433
+ 0,
1434
+ [_TN, _FEA, _TS, _TC, _SRURL, _FRURL, _Ta],
1435
+ [0, 0, 0, 0, 0, 0, () => TagList], 6
1436
+ ];
1437
+ var CreateCustomVerificationEmailTemplateResponse$ = [3, n0, _CCVETRr,
1438
+ 0,
1439
+ [],
1440
+ []
1441
+ ];
1442
+ var CreateDedicatedIpPoolRequest$ = [3, n0, _CDIPR,
1443
+ 0,
1444
+ [_PN, _Ta, _SM],
1445
+ [0, () => TagList, 0], 1
1446
+ ];
1447
+ var CreateDedicatedIpPoolResponse$ = [3, n0, _CDIPRr,
1448
+ 0,
1449
+ [],
1450
+ []
1451
+ ];
1452
+ var CreateDeliverabilityTestReportRequest$ = [3, n0, _CDTRR,
1453
+ 0,
1454
+ [_FEA, _Con, _RNe, _Ta],
1455
+ [0, () => EmailContent$, 0, () => TagList], 2
1456
+ ];
1457
+ var CreateDeliverabilityTestReportResponse$ = [3, n0, _CDTRRr,
1458
+ 0,
1459
+ [_RI, _DTS],
1460
+ [0, 0], 2
1461
+ ];
1462
+ var CreateEmailIdentityPolicyRequest$ = [3, n0, _CEIPR,
1463
+ 0,
1464
+ [_EI, _PNo, _P],
1465
+ [[0, 1], [0, 1], 0], 3
1466
+ ];
1467
+ var CreateEmailIdentityPolicyResponse$ = [3, n0, _CEIPRr,
1468
+ 0,
1469
+ [],
1470
+ []
1471
+ ];
1472
+ var CreateEmailIdentityRequest$ = [3, n0, _CEIR,
1473
+ 0,
1474
+ [_EI, _Ta, _DSA, _CSN],
1475
+ [0, () => TagList, [() => DkimSigningAttributes$, 0], 0], 1
1476
+ ];
1477
+ var CreateEmailIdentityResponse$ = [3, n0, _CEIRr,
1478
+ 0,
1479
+ [_IT, _VFSS, _DA],
1480
+ [0, 2, () => DkimAttributes$]
1481
+ ];
1482
+ var CreateEmailTemplateRequest$ = [3, n0, _CETR,
1483
+ 0,
1484
+ [_TN, _TC, _Ta],
1485
+ [0, () => EmailTemplateContent$, () => TagList], 2
1486
+ ];
1487
+ var CreateEmailTemplateResponse$ = [3, n0, _CETRr,
1488
+ 0,
1489
+ [],
1490
+ []
1491
+ ];
1492
+ var CreateExportJobRequest$ = [3, n0, _CEJRr,
1493
+ 0,
1494
+ [_EDS, _EDx],
1495
+ [[() => ExportDataSource$, 0], () => ExportDestination$], 2
1496
+ ];
1497
+ var CreateExportJobResponse$ = [3, n0, _CEJRre,
1498
+ 0,
1499
+ [_JI],
1500
+ [0]
1501
+ ];
1502
+ var CreateImportJobRequest$ = [3, n0, _CIJR,
1503
+ 0,
1504
+ [_ID, _IDS],
1505
+ [() => ImportDestination$, () => ImportDataSource$], 2
1506
+ ];
1507
+ var CreateImportJobResponse$ = [3, n0, _CIJRr,
1508
+ 0,
1509
+ [_JI],
1510
+ [0]
1511
+ ];
1512
+ var CreateMultiRegionEndpointRequest$ = [3, n0, _CMRER,
1513
+ 0,
1514
+ [_EN, _Det, _Ta],
1515
+ [0, () => Details$, () => TagList], 2
1516
+ ];
1517
+ var CreateMultiRegionEndpointResponse$ = [3, n0, _CMRERr,
1518
+ 0,
1519
+ [_S, _EIn],
1520
+ [0, 0]
1521
+ ];
1522
+ var CreateTenantRequest$ = [3, n0, _CTR,
1523
+ 0,
1524
+ [_TNe, _Ta, _SA],
1525
+ [0, () => TagList, () => TenantSuppressionAttributes$], 1
1526
+ ];
1527
+ var CreateTenantResourceAssociationRequest$ = [3, n0, _CTRAR,
1528
+ 0,
1529
+ [_TNe, _RA],
1530
+ [0, 0], 2
1531
+ ];
1532
+ var CreateTenantResourceAssociationResponse$ = [3, n0, _CTRARr,
1533
+ 0,
1534
+ [],
1535
+ []
1536
+ ];
1537
+ var CreateTenantResponse$ = [3, n0, _CTRr,
1538
+ 0,
1539
+ [_TNe, _TI, _TA, _CTr, _Ta, _SS, _SA],
1540
+ [0, 0, 0, 4, () => TagList, 0, () => TenantSuppressionAttributes$]
1541
+ ];
1542
+ var CustomVerificationEmailTemplateMetadata$ = [3, n0, _CVETM,
1543
+ 0,
1544
+ [_TN, _FEA, _TS, _SRURL, _FRURL],
1545
+ [0, 0, 0, 0, 0]
1546
+ ];
1547
+ var DailyVolume$ = [3, n0, _DV,
1548
+ 0,
1549
+ [_SD, _VS, _DIP],
1550
+ [4, () => VolumeStatistics$, () => DomainIspPlacements]
1551
+ ];
1552
+ var DashboardAttributes$ = [3, n0, _DAa,
1553
+ 0,
1554
+ [_EM],
1555
+ [0]
1556
+ ];
1557
+ var DashboardOptions$ = [3, n0, _DOa,
1558
+ 0,
1559
+ [_EM],
1560
+ [0]
1561
+ ];
1562
+ var DedicatedIp$ = [3, n0, _DI,
1563
+ 0,
1564
+ [_Ip, _WS, _WP, _PN],
1565
+ [0, 0, 1, 0], 3
1566
+ ];
1567
+ var DedicatedIpPool$ = [3, n0, _DIPe,
1568
+ 0,
1569
+ [_PN, _SM],
1570
+ [0, 0], 2
1571
+ ];
1572
+ var DeleteConfigurationSetEventDestinationRequest$ = [3, n0, _DCSEDR,
1573
+ 0,
1574
+ [_CSN, _EDN],
1575
+ [[0, 1], [0, 1]], 2
1576
+ ];
1577
+ var DeleteConfigurationSetEventDestinationResponse$ = [3, n0, _DCSEDRe,
1578
+ 0,
1579
+ [],
1580
+ []
1581
+ ];
1582
+ var DeleteConfigurationSetRequest$ = [3, n0, _DCSR,
1583
+ 0,
1584
+ [_CSN],
1585
+ [[0, 1]], 1
1586
+ ];
1587
+ var DeleteConfigurationSetResponse$ = [3, n0, _DCSRe,
1588
+ 0,
1589
+ [],
1590
+ []
1591
+ ];
1592
+ var DeleteContactListRequest$ = [3, n0, _DCLR,
1593
+ 0,
1594
+ [_CLN],
1595
+ [[0, 1]], 1
1596
+ ];
1597
+ var DeleteContactListResponse$ = [3, n0, _DCLRe,
1598
+ 0,
1599
+ [],
1600
+ []
1601
+ ];
1602
+ var DeleteContactRequest$ = [3, n0, _DCR,
1603
+ 0,
1604
+ [_CLN, _EA],
1605
+ [[0, 1], [0, 1]], 2
1606
+ ];
1607
+ var DeleteContactResponse$ = [3, n0, _DCRe,
1608
+ 0,
1609
+ [],
1610
+ []
1611
+ ];
1612
+ var DeleteCustomVerificationEmailTemplateRequest$ = [3, n0, _DCVETR,
1613
+ 0,
1614
+ [_TN],
1615
+ [[0, 1]], 1
1616
+ ];
1617
+ var DeleteCustomVerificationEmailTemplateResponse$ = [3, n0, _DCVETRe,
1618
+ 0,
1619
+ [],
1620
+ []
1621
+ ];
1622
+ var DeleteDedicatedIpPoolRequest$ = [3, n0, _DDIPR,
1623
+ 0,
1624
+ [_PN],
1625
+ [[0, 1]], 1
1626
+ ];
1627
+ var DeleteDedicatedIpPoolResponse$ = [3, n0, _DDIPRe,
1628
+ 0,
1629
+ [],
1630
+ []
1631
+ ];
1632
+ var DeleteEmailIdentityPolicyRequest$ = [3, n0, _DEIPR,
1633
+ 0,
1634
+ [_EI, _PNo],
1635
+ [[0, 1], [0, 1]], 2
1636
+ ];
1637
+ var DeleteEmailIdentityPolicyResponse$ = [3, n0, _DEIPRe,
1638
+ 0,
1639
+ [],
1640
+ []
1641
+ ];
1642
+ var DeleteEmailIdentityRequest$ = [3, n0, _DEIR,
1643
+ 0,
1644
+ [_EI],
1645
+ [[0, 1]], 1
1646
+ ];
1647
+ var DeleteEmailIdentityResponse$ = [3, n0, _DEIRe,
1648
+ 0,
1649
+ [],
1650
+ []
1651
+ ];
1652
+ var DeleteEmailTemplateRequest$ = [3, n0, _DETR,
1653
+ 0,
1654
+ [_TN],
1655
+ [[0, 1]], 1
1656
+ ];
1657
+ var DeleteEmailTemplateResponse$ = [3, n0, _DETRe,
1658
+ 0,
1659
+ [],
1660
+ []
1661
+ ];
1662
+ var DeleteMultiRegionEndpointRequest$ = [3, n0, _DMRER,
1663
+ 0,
1664
+ [_EN],
1665
+ [[0, 1]], 1
1666
+ ];
1667
+ var DeleteMultiRegionEndpointResponse$ = [3, n0, _DMRERe,
1668
+ 0,
1669
+ [_S],
1670
+ [0]
1671
+ ];
1672
+ var DeleteSuppressedDestinationRequest$ = [3, n0, _DSDR,
1673
+ 0,
1674
+ [_EA, _TNe],
1675
+ [[0, 1], [0, { [_hQ]: _TNe }]], 1
1676
+ ];
1677
+ var DeleteSuppressedDestinationResponse$ = [3, n0, _DSDRe,
1678
+ 0,
1679
+ [],
1680
+ []
1681
+ ];
1682
+ var DeleteTenantRequest$ = [3, n0, _DTR,
1683
+ 0,
1684
+ [_TNe],
1685
+ [0], 1
1686
+ ];
1687
+ var DeleteTenantResourceAssociationRequest$ = [3, n0, _DTRAR,
1688
+ 0,
1689
+ [_TNe, _RA],
1690
+ [0, 0], 2
1691
+ ];
1692
+ var DeleteTenantResourceAssociationResponse$ = [3, n0, _DTRARe,
1693
+ 0,
1694
+ [],
1695
+ []
1696
+ ];
1697
+ var DeleteTenantResponse$ = [3, n0, _DTRe,
1698
+ 0,
1699
+ [],
1700
+ []
1701
+ ];
1702
+ var DeliverabilityTestReport$ = [3, n0, _DTRel,
1703
+ 0,
1704
+ [_RI, _RNe, _Su, _FEA, _CDr, _DTS],
1705
+ [0, 0, 0, 0, 4, 0]
1706
+ ];
1707
+ var DeliveryOptions$ = [3, n0, _DO,
1708
+ 0,
1709
+ [_TPl, _SPN, _MDS],
1710
+ [0, 0, 1]
1711
+ ];
1712
+ var Destination$ = [3, n0, _Des,
1713
+ 0,
1714
+ [_TAo, _CA, _BA],
1715
+ [64 | 0, 64 | 0, 64 | 0]
1716
+ ];
1717
+ var Details$ = [3, n0, _Det,
1718
+ 0,
1719
+ [_RDo],
1720
+ [() => RoutesDetails], 1
1721
+ ];
1722
+ var DkimAttributes$ = [3, n0, _DA,
1723
+ 0,
1724
+ [_SE, _S, _Tok, _SHZ, _SAO, _NSKL, _CSKL, _LKGT],
1725
+ [2, 0, 64 | 0, 0, 0, 0, 0, 4]
1726
+ ];
1727
+ var DkimSigningAttributes$ = [3, n0, _DSA,
1728
+ 0,
1729
+ [_DSS, _DSPK, _NSKL, _DSAO],
1730
+ [0, [() => PrivateKey, 0], 0, 0]
1731
+ ];
1732
+ var DomainDeliverabilityCampaign$ = [3, n0, _DDC,
1733
+ 0,
1734
+ [_CIa, _IU, _Su, _FA, _SI, _FSDT, _LSDT, _IC, _SC, _RR, _DR, _RDR, _PV, _Es],
1735
+ [0, 0, 0, 0, 64 | 0, 4, 4, 1, 1, 1, 1, 1, 1, 64 | 0]
1736
+ ];
1737
+ var DomainDeliverabilityTrackingOption$ = [3, n0, _DDTO,
1738
+ 0,
1739
+ [_Do, _SSD, _IPTO],
1740
+ [0, 4, () => InboxPlacementTrackingOption$]
1741
+ ];
1742
+ var DomainIspPlacement$ = [3, n0, _DIPo,
1743
+ 0,
1744
+ [_IN, _IRC, _SRC, _IP, _SP],
1745
+ [0, 1, 1, 1, 1]
1746
+ ];
1747
+ var EmailAddressInsightsMailboxEvaluations$ = [3, n0, _EAIME,
1748
+ 0,
1749
+ [_HVS, _HVDR, _ME, _IRA, _IDs, _IRI],
1750
+ [() => EmailAddressInsightsVerdict$, () => EmailAddressInsightsVerdict$, () => EmailAddressInsightsVerdict$, () => EmailAddressInsightsVerdict$, () => EmailAddressInsightsVerdict$, () => EmailAddressInsightsVerdict$]
1751
+ ];
1752
+ var EmailAddressInsightsVerdict$ = [3, n0, _EAIV,
1753
+ 0,
1754
+ [_CV],
1755
+ [0]
1756
+ ];
1757
+ var EmailContent$ = [3, n0, _EC,
1758
+ 0,
1759
+ [_Si, _Ra, _Te],
1760
+ [() => Message$, () => RawMessage$, () => Template$]
1761
+ ];
1762
+ var EmailInsights$ = [3, n0, _EIm,
1763
+ 0,
1764
+ [_Des, _Is, _Ev],
1765
+ [[() => InsightsEmailAddress, 0], 0, () => InsightsEvents]
1766
+ ];
1767
+ var EmailTemplateContent$ = [3, n0, _ETC,
1768
+ 0,
1769
+ [_Su, _T, _H],
1770
+ [0, 0, 0]
1771
+ ];
1772
+ var EmailTemplateMetadata$ = [3, n0, _ETM,
1773
+ 0,
1774
+ [_TN, _CTr],
1775
+ [0, 4]
1776
+ ];
1777
+ var EventBridgeDestination$ = [3, n0, _EBD,
1778
+ 0,
1779
+ [_EBA],
1780
+ [0], 1
1781
+ ];
1782
+ var EventDestination$ = [3, n0, _EDv,
1783
+ 0,
1784
+ [_Na, _MET, _En, _KFD, _CWD, _SDn, _EBD, _PD],
1785
+ [0, 64 | 0, 2, () => KinesisFirehoseDestination$, () => CloudWatchDestination$, () => SnsDestination$, () => EventBridgeDestination$, () => PinpointDestination$], 2
1786
+ ];
1787
+ var EventDestinationDefinition$ = [3, n0, _EDD,
1788
+ 0,
1789
+ [_En, _MET, _KFD, _CWD, _SDn, _EBD, _PD],
1790
+ [2, 64 | 0, () => KinesisFirehoseDestination$, () => CloudWatchDestination$, () => SnsDestination$, () => EventBridgeDestination$, () => PinpointDestination$]
1791
+ ];
1792
+ var EventDetails$ = [3, n0, _EDve,
1793
+ 0,
1794
+ [_Bo, _C],
1795
+ [() => Bounce$, () => Complaint$]
1796
+ ];
1797
+ var ExportDataSource$ = [3, n0, _EDS,
1798
+ 0,
1799
+ [_MDSe, _MIDS],
1800
+ [() => MetricsDataSource$, [() => MessageInsightsDataSource$, 0]]
1801
+ ];
1802
+ var ExportDestination$ = [3, n0, _EDx,
1803
+ 0,
1804
+ [_DF, _SU],
1805
+ [0, 0], 1
1806
+ ];
1807
+ var ExportJobSummary$ = [3, n0, _EJS,
1808
+ 0,
1809
+ [_JI, _EST, _JS, _CTr, _CTo],
1810
+ [0, 0, 0, 4, 4]
1811
+ ];
1812
+ var ExportMetric$ = [3, n0, _EMx,
1813
+ 0,
1814
+ [_Na, _Ag],
1815
+ [0, 0]
1816
+ ];
1817
+ var ExportStatistics$ = [3, n0, _ESx,
1818
+ 0,
1819
+ [_PRC, _ERC],
1820
+ [1, 1]
1821
+ ];
1822
+ var FailureInfo$ = [3, n0, _FI,
1823
+ 0,
1824
+ [_FRSU, _EMr],
1825
+ [0, 0]
1826
+ ];
1827
+ var GetAccountRequest$ = [3, n0, _GAR,
1828
+ 0,
1829
+ [],
1830
+ []
1831
+ ];
1832
+ var GetAccountResponse$ = [3, n0, _GARe,
1833
+ 0,
1834
+ [_DIAWE, _ESn, _PAE, _SQ, _SEe, _SA, _Det, _VA],
1835
+ [2, 0, 2, () => SendQuota$, 2, () => SuppressionAttributes$, [() => AccountDetails$, 0], () => VdmAttributes$]
1836
+ ];
1837
+ var GetBlacklistReportsRequest$ = [3, n0, _GBRR,
1838
+ 0,
1839
+ [_BIN],
1840
+ [[64 | 0, { [_hQ]: _BIN }]], 1
1841
+ ];
1842
+ var GetBlacklistReportsResponse$ = [3, n0, _GBRRe,
1843
+ 0,
1844
+ [_BR],
1845
+ [() => BlacklistReport], 1
1846
+ ];
1847
+ var GetConfigurationSetEventDestinationsRequest$ = [3, n0, _GCSEDR,
1848
+ 0,
1849
+ [_CSN],
1850
+ [[0, 1]], 1
1851
+ ];
1852
+ var GetConfigurationSetEventDestinationsResponse$ = [3, n0, _GCSEDRe,
1853
+ 0,
1854
+ [_EDven],
1855
+ [() => EventDestinations]
1856
+ ];
1857
+ var GetConfigurationSetRequest$ = [3, n0, _GCSR,
1858
+ 0,
1859
+ [_CSN],
1860
+ [[0, 1]], 1
1861
+ ];
1862
+ var GetConfigurationSetResponse$ = [3, n0, _GCSRe,
1863
+ 0,
1864
+ [_CSN, _TO, _DO, _RO, _SO, _Ta, _SOu, _VO, _AO],
1865
+ [0, () => TrackingOptions$, () => DeliveryOptions$, () => ReputationOptions$, () => SendingOptions$, () => TagList, () => SuppressionOptions$, () => VdmOptions$, () => ArchivingOptions$]
1866
+ ];
1867
+ var GetContactListRequest$ = [3, n0, _GCLR,
1868
+ 0,
1869
+ [_CLN],
1870
+ [[0, 1]], 1
1871
+ ];
1872
+ var GetContactListResponse$ = [3, n0, _GCLRe,
1873
+ 0,
1874
+ [_CLN, _To, _De, _CTr, _LUT, _Ta],
1875
+ [0, () => Topics, 0, 4, 4, () => TagList]
1876
+ ];
1877
+ var GetContactRequest$ = [3, n0, _GCR,
1878
+ 0,
1879
+ [_CLN, _EA],
1880
+ [[0, 1], [0, 1]], 2
1881
+ ];
1882
+ var GetContactResponse$ = [3, n0, _GCRe,
1883
+ 0,
1884
+ [_CLN, _EA, _TP, _TDP, _UA, _ADt, _CTr, _LUT],
1885
+ [0, 0, () => TopicPreferenceList, () => TopicPreferenceList, 2, 0, 4, 4]
1886
+ ];
1887
+ var GetCustomVerificationEmailTemplateRequest$ = [3, n0, _GCVETR,
1888
+ 0,
1889
+ [_TN],
1890
+ [[0, 1]], 1
1891
+ ];
1892
+ var GetCustomVerificationEmailTemplateResponse$ = [3, n0, _GCVETRe,
1893
+ 0,
1894
+ [_TN, _FEA, _TS, _TC, _Ta, _SRURL, _FRURL],
1895
+ [0, 0, 0, 0, () => TagList, 0, 0]
1896
+ ];
1897
+ var GetDedicatedIpPoolRequest$ = [3, n0, _GDIPR,
1898
+ 0,
1899
+ [_PN],
1900
+ [[0, 1]], 1
1901
+ ];
1902
+ var GetDedicatedIpPoolResponse$ = [3, n0, _GDIPRe,
1903
+ 0,
1904
+ [_DIPe],
1905
+ [() => DedicatedIpPool$]
1906
+ ];
1907
+ var GetDedicatedIpRequest$ = [3, n0, _GDIR,
1908
+ 0,
1909
+ [_Ip],
1910
+ [[0, 1]], 1
1911
+ ];
1912
+ var GetDedicatedIpResponse$ = [3, n0, _GDIRe,
1913
+ 0,
1914
+ [_DI],
1915
+ [() => DedicatedIp$]
1916
+ ];
1917
+ var GetDedicatedIpsRequest$ = [3, n0, _GDIRet,
1918
+ 0,
1919
+ [_PN, _NT, _PS],
1920
+ [[0, { [_hQ]: _PN }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]]
1921
+ ];
1922
+ var GetDedicatedIpsResponse$ = [3, n0, _GDIRete,
1923
+ 0,
1924
+ [_DIe, _NT],
1925
+ [() => DedicatedIpList, 0]
1926
+ ];
1927
+ var GetDeliverabilityDashboardOptionsRequest$ = [3, n0, _GDDOR,
1928
+ 0,
1929
+ [],
1930
+ []
1931
+ ];
1932
+ var GetDeliverabilityDashboardOptionsResponse$ = [3, n0, _GDDORe,
1933
+ 0,
1934
+ [_DE, _SED, _AS, _ASD, _PESD],
1935
+ [2, 4, 0, () => DomainDeliverabilityTrackingOptions, () => DomainDeliverabilityTrackingOptions], 1
1936
+ ];
1937
+ var GetDeliverabilityTestReportRequest$ = [3, n0, _GDTRR,
1938
+ 0,
1939
+ [_RI],
1940
+ [[0, 1]], 1
1941
+ ];
1942
+ var GetDeliverabilityTestReportResponse$ = [3, n0, _GDTRRe,
1943
+ 0,
1944
+ [_DTRel, _OP, _IPs, _Me, _Ta],
1945
+ [() => DeliverabilityTestReport$, () => PlacementStatistics$, () => IspPlacements, 0, () => TagList], 3
1946
+ ];
1947
+ var GetDomainDeliverabilityCampaignRequest$ = [3, n0, _GDDCR,
1948
+ 0,
1949
+ [_CIa],
1950
+ [[0, 1]], 1
1951
+ ];
1952
+ var GetDomainDeliverabilityCampaignResponse$ = [3, n0, _GDDCRe,
1953
+ 0,
1954
+ [_DDC],
1955
+ [() => DomainDeliverabilityCampaign$], 1
1956
+ ];
1957
+ var GetDomainStatisticsReportRequest$ = [3, n0, _GDSRR,
1958
+ 0,
1959
+ [_Do, _SD, _ED],
1960
+ [[0, 1], [4, { [_hQ]: _SD }], [4, { [_hQ]: _ED }]], 3
1961
+ ];
1962
+ var GetDomainStatisticsReportResponse$ = [3, n0, _GDSRRe,
1963
+ 0,
1964
+ [_OV, _DVa],
1965
+ [() => OverallVolume$, () => DailyVolumes], 2
1966
+ ];
1967
+ var GetEmailAddressInsightsRequest$ = [3, n0, _GEAIR,
1968
+ 0,
1969
+ [_EA],
1970
+ [0], 1
1971
+ ];
1972
+ var GetEmailAddressInsightsResponse$ = [3, n0, _GEAIRe,
1973
+ 0,
1974
+ [_MV],
1975
+ [() => MailboxValidation$]
1976
+ ];
1977
+ var GetEmailIdentityPoliciesRequest$ = [3, n0, _GEIPR,
1978
+ 0,
1979
+ [_EI],
1980
+ [[0, 1]], 1
1981
+ ];
1982
+ var GetEmailIdentityPoliciesResponse$ = [3, n0, _GEIPRe,
1983
+ 0,
1984
+ [_Po],
1985
+ [128 | 0]
1986
+ ];
1987
+ var GetEmailIdentityRequest$ = [3, n0, _GEIR,
1988
+ 0,
1989
+ [_EI],
1990
+ [[0, 1]], 1
1991
+ ];
1992
+ var GetEmailIdentityResponse$ = [3, n0, _GEIRe,
1993
+ 0,
1994
+ [_IT, _FFS, _VFSS, _DA, _MFA, _Po, _Ta, _CSN, _VSe, _VI],
1995
+ [0, 2, 2, () => DkimAttributes$, () => MailFromAttributes$, 128 | 0, () => TagList, 0, 0, () => VerificationInfo$]
1996
+ ];
1997
+ var GetEmailTemplateRequest$ = [3, n0, _GETR,
1998
+ 0,
1999
+ [_TN],
2000
+ [[0, 1]], 1
2001
+ ];
2002
+ var GetEmailTemplateResponse$ = [3, n0, _GETRe,
2003
+ 0,
2004
+ [_TN, _TC, _Ta],
2005
+ [0, () => EmailTemplateContent$, () => TagList], 2
2006
+ ];
2007
+ var GetExportJobRequest$ = [3, n0, _GEJR,
2008
+ 0,
2009
+ [_JI],
2010
+ [[0, 1]], 1
2011
+ ];
2012
+ var GetExportJobResponse$ = [3, n0, _GEJRe,
2013
+ 0,
2014
+ [_JI, _EST, _JS, _EDx, _EDS, _CTr, _CTo, _FI, _St],
2015
+ [0, 0, 0, () => ExportDestination$, [() => ExportDataSource$, 0], 4, 4, () => FailureInfo$, () => ExportStatistics$]
2016
+ ];
2017
+ var GetImportJobRequest$ = [3, n0, _GIJR,
2018
+ 0,
2019
+ [_JI],
2020
+ [[0, 1]], 1
2021
+ ];
2022
+ var GetImportJobResponse$ = [3, n0, _GIJRe,
2023
+ 0,
2024
+ [_JI, _ID, _IDS, _FI, _JS, _CTr, _CTo, _PRC, _FRC],
2025
+ [0, () => ImportDestination$, () => ImportDataSource$, () => FailureInfo$, 0, 4, 4, 1, 1]
2026
+ ];
2027
+ var GetMessageInsightsRequest$ = [3, n0, _GMIR,
2028
+ 0,
2029
+ [_MI],
2030
+ [[0, 1]], 1
2031
+ ];
2032
+ var GetMessageInsightsResponse$ = [3, n0, _GMIRe,
2033
+ 0,
2034
+ [_MI, _FEA, _Su, _ET, _In],
2035
+ [0, [() => InsightsEmailAddress, 0], [() => EmailSubject, 0], () => MessageTagList, [() => EmailInsightsList, 0]]
2036
+ ];
2037
+ var GetMultiRegionEndpointRequest$ = [3, n0, _GMRER,
2038
+ 0,
2039
+ [_EN],
2040
+ [[0, 1]], 1
2041
+ ];
2042
+ var GetMultiRegionEndpointResponse$ = [3, n0, _GMRERe,
2043
+ 0,
2044
+ [_EN, _EIn, _Ro, _S, _CTr, _LUT],
2045
+ [0, 0, () => Routes, 0, 4, 4]
2046
+ ];
2047
+ var GetReputationEntityRequest$ = [3, n0, _GRER,
2048
+ 0,
2049
+ [_RER, _RET],
2050
+ [[0, 1], [0, 1]], 2
2051
+ ];
2052
+ var GetReputationEntityResponse$ = [3, n0, _GRERe,
2053
+ 0,
2054
+ [_RE],
2055
+ [() => ReputationEntity$]
2056
+ ];
2057
+ var GetSuppressedDestinationRequest$ = [3, n0, _GSDR,
2058
+ 0,
2059
+ [_EA, _TNe],
2060
+ [[0, 1], [0, { [_hQ]: _TNe }]], 1
2061
+ ];
2062
+ var GetSuppressedDestinationResponse$ = [3, n0, _GSDRe,
2063
+ 0,
2064
+ [_SDu],
2065
+ [() => SuppressedDestination$], 1
2066
+ ];
2067
+ var GetTenantRequest$ = [3, n0, _GTR,
2068
+ 0,
2069
+ [_TNe],
2070
+ [0], 1
2071
+ ];
2072
+ var GetTenantResponse$ = [3, n0, _GTRe,
2073
+ 0,
2074
+ [_Ten],
2075
+ [() => Tenant$]
2076
+ ];
2077
+ var GuardianAttributes$ = [3, n0, _GA,
2078
+ 0,
2079
+ [_OSD],
2080
+ [0]
2081
+ ];
2082
+ var GuardianOptions$ = [3, n0, _GO,
2083
+ 0,
2084
+ [_OSD],
2085
+ [0]
2086
+ ];
2087
+ var IdentityInfo$ = [3, n0, _II,
2088
+ 0,
2089
+ [_IT, _INd, _SEe, _VSe],
2090
+ [0, 0, 2, 0]
2091
+ ];
2092
+ var ImportDataSource$ = [3, n0, _IDS,
2093
+ 0,
2094
+ [_SU, _DF],
2095
+ [0, 0], 2
2096
+ ];
2097
+ var ImportDestination$ = [3, n0, _ID,
2098
+ 0,
2099
+ [_SLD, _CLD],
2100
+ [() => SuppressionListDestination$, () => ContactListDestination$]
2101
+ ];
2102
+ var ImportJobSummary$ = [3, n0, _IJS,
2103
+ 0,
2104
+ [_JI, _ID, _JS, _CTr, _PRC, _FRC],
2105
+ [0, () => ImportDestination$, 0, 4, 1, 1]
2106
+ ];
2107
+ var InboxPlacementTrackingOption$ = [3, n0, _IPTO,
2108
+ 0,
2109
+ [_G, _TIr],
2110
+ [2, 64 | 0]
2111
+ ];
2112
+ var InsightsEvent$ = [3, n0, _IE,
2113
+ 0,
2114
+ [_Ti, _Ty, _Det],
2115
+ [4, 0, () => EventDetails$]
2116
+ ];
2117
+ var IspPlacement$ = [3, n0, _IPsp,
2118
+ 0,
2119
+ [_IN, _PSl],
2120
+ [0, () => PlacementStatistics$]
2121
+ ];
2122
+ var KinesisFirehoseDestination$ = [3, n0, _KFD,
2123
+ 0,
2124
+ [_IRAa, _DSAe],
2125
+ [0, 0], 2
2126
+ ];
2127
+ var ListConfigurationSetsRequest$ = [3, n0, _LCSR,
2128
+ 0,
2129
+ [_NT, _PS],
2130
+ [[0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]]
2131
+ ];
2132
+ var ListConfigurationSetsResponse$ = [3, n0, _LCSRi,
2133
+ 0,
2134
+ [_CS, _NT],
2135
+ [64 | 0, 0]
2136
+ ];
2137
+ var ListContactListsRequest$ = [3, n0, _LCLR,
2138
+ 0,
2139
+ [_PS, _NT],
2140
+ [[1, { [_hQ]: _PS }], [0, { [_hQ]: _NT }]]
2141
+ ];
2142
+ var ListContactListsResponse$ = [3, n0, _LCLRi,
2143
+ 0,
2144
+ [_CLon, _NT],
2145
+ [() => ListOfContactLists, 0]
2146
+ ];
2147
+ var ListContactsFilter$ = [3, n0, _LCF,
2148
+ 0,
2149
+ [_FS, _TF],
2150
+ [0, () => TopicFilter$]
2151
+ ];
2152
+ var ListContactsRequest$ = [3, n0, _LCR,
2153
+ 0,
2154
+ [_CLN, _F, _PS, _NT],
2155
+ [[0, 1], () => ListContactsFilter$, 1, 0], 1
2156
+ ];
2157
+ var ListContactsResponse$ = [3, n0, _LCRi,
2158
+ 0,
2159
+ [_Cont, _NT],
2160
+ [() => ListOfContacts, 0]
2161
+ ];
2162
+ var ListCustomVerificationEmailTemplatesRequest$ = [3, n0, _LCVETR,
2163
+ 0,
2164
+ [_NT, _PS],
2165
+ [[0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]]
2166
+ ];
2167
+ var ListCustomVerificationEmailTemplatesResponse$ = [3, n0, _LCVETRi,
2168
+ 0,
2169
+ [_CVET, _NT],
2170
+ [() => CustomVerificationEmailTemplatesList, 0]
2171
+ ];
2172
+ var ListDedicatedIpPoolsRequest$ = [3, n0, _LDIPR,
2173
+ 0,
2174
+ [_NT, _PS],
2175
+ [[0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]]
2176
+ ];
2177
+ var ListDedicatedIpPoolsResponse$ = [3, n0, _LDIPRi,
2178
+ 0,
2179
+ [_DIPed, _NT],
2180
+ [64 | 0, 0]
2181
+ ];
2182
+ var ListDeliverabilityTestReportsRequest$ = [3, n0, _LDTRR,
2183
+ 0,
2184
+ [_NT, _PS],
2185
+ [[0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]]
2186
+ ];
2187
+ var ListDeliverabilityTestReportsResponse$ = [3, n0, _LDTRRi,
2188
+ 0,
2189
+ [_DTReli, _NT],
2190
+ [() => DeliverabilityTestReports, 0], 1
2191
+ ];
2192
+ var ListDomainDeliverabilityCampaignsRequest$ = [3, n0, _LDDCR,
2193
+ 0,
2194
+ [_SD, _ED, _SDub, _NT, _PS],
2195
+ [[4, { [_hQ]: _SD }], [4, { [_hQ]: _ED }], [0, 1], [0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]], 3
2196
+ ];
2197
+ var ListDomainDeliverabilityCampaignsResponse$ = [3, n0, _LDDCRi,
2198
+ 0,
2199
+ [_DDCo, _NT],
2200
+ [() => DomainDeliverabilityCampaignList, 0], 1
2201
+ ];
2202
+ var ListEmailIdentitiesRequest$ = [3, n0, _LEIR,
2203
+ 0,
2204
+ [_NT, _PS],
2205
+ [[0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]]
2206
+ ];
2207
+ var ListEmailIdentitiesResponse$ = [3, n0, _LEIRi,
2208
+ 0,
2209
+ [_EIma, _NT],
2210
+ [() => IdentityInfoList, 0]
2211
+ ];
2212
+ var ListEmailTemplatesRequest$ = [3, n0, _LETR,
2213
+ 0,
2214
+ [_NT, _PS],
2215
+ [[0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]]
2216
+ ];
2217
+ var ListEmailTemplatesResponse$ = [3, n0, _LETRi,
2218
+ 0,
2219
+ [_TM, _NT],
2220
+ [() => EmailTemplateMetadataList, 0]
2221
+ ];
2222
+ var ListExportJobsRequest$ = [3, n0, _LEJR,
2223
+ 0,
2224
+ [_NT, _PS, _EST, _JS],
2225
+ [0, 1, 0, 0]
2226
+ ];
2227
+ var ListExportJobsResponse$ = [3, n0, _LEJRi,
2228
+ 0,
2229
+ [_EJ, _NT],
2230
+ [() => ExportJobSummaryList, 0]
2231
+ ];
2232
+ var ListImportJobsRequest$ = [3, n0, _LIJR,
2233
+ 0,
2234
+ [_IDT, _NT, _PS],
2235
+ [0, 0, 1]
2236
+ ];
2237
+ var ListImportJobsResponse$ = [3, n0, _LIJRi,
2238
+ 0,
2239
+ [_IJ, _NT],
2240
+ [() => ImportJobSummaryList, 0]
2241
+ ];
2242
+ var ListManagementOptions$ = [3, n0, _LMO,
2243
+ 0,
2244
+ [_CLN, _TNo],
2245
+ [0, 0], 1
2246
+ ];
2247
+ var ListMultiRegionEndpointsRequest$ = [3, n0, _LMRER,
2248
+ 0,
2249
+ [_NT, _PS],
2250
+ [[0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]]
2251
+ ];
2252
+ var ListMultiRegionEndpointsResponse$ = [3, n0, _LMRERi,
2253
+ 0,
2254
+ [_MRE, _NT],
2255
+ [() => MultiRegionEndpoints, 0]
2256
+ ];
2257
+ var ListRecommendationsRequest$ = [3, n0, _LRR,
2258
+ 0,
2259
+ [_F, _NT, _PS],
2260
+ [128 | 0, 0, 1]
2261
+ ];
2262
+ var ListRecommendationsResponse$ = [3, n0, _LRRi,
2263
+ 0,
2264
+ [_Re, _NT],
2265
+ [() => RecommendationsList, 0]
2266
+ ];
2267
+ var ListReputationEntitiesRequest$ = [3, n0, _LRER,
2268
+ 0,
2269
+ [_F, _NT, _PS],
2270
+ [128 | 0, 0, 1]
2271
+ ];
2272
+ var ListReputationEntitiesResponse$ = [3, n0, _LRERi,
2273
+ 0,
2274
+ [_REe, _NT],
2275
+ [() => ReputationEntitiesList, 0]
2276
+ ];
2277
+ var ListResourceTenantsRequest$ = [3, n0, _LRTR,
2278
+ 0,
2279
+ [_RA, _PS, _NT],
2280
+ [0, 1, 0], 1
2281
+ ];
2282
+ var ListResourceTenantsResponse$ = [3, n0, _LRTRi,
2283
+ 0,
2284
+ [_RTe, _NT],
2285
+ [() => ResourceTenantMetadataList, 0]
2286
+ ];
2287
+ var ListSuppressedDestinationsRequest$ = [3, n0, _LSDR,
2288
+ 0,
2289
+ [_TNe, _Rea, _SD, _ED, _NT, _PS],
2290
+ [[0, { [_hQ]: _TNe }], [64 | 0, { [_hQ]: _Reas }], [4, { [_hQ]: _SD }], [4, { [_hQ]: _ED }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _PS }]]
2291
+ ];
2292
+ var ListSuppressedDestinationsResponse$ = [3, n0, _LSDRi,
2293
+ 0,
2294
+ [_SDS, _NT],
2295
+ [() => SuppressedDestinationSummaries, 0]
2296
+ ];
2297
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2298
+ 0,
2299
+ [_RA],
2300
+ [[0, { [_hQ]: _RA }]], 1
2301
+ ];
2302
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2303
+ 0,
2304
+ [_Ta],
2305
+ [() => TagList], 1
2306
+ ];
2307
+ var ListTenantResourcesRequest$ = [3, n0, _LTRR,
2308
+ 0,
2309
+ [_TNe, _F, _PS, _NT],
2310
+ [0, 128 | 0, 1, 0], 1
2311
+ ];
2312
+ var ListTenantResourcesResponse$ = [3, n0, _LTRRi,
2313
+ 0,
2314
+ [_TR, _NT],
2315
+ [() => TenantResourceList, 0]
2316
+ ];
2317
+ var ListTenantsRequest$ = [3, n0, _LTR,
2318
+ 0,
2319
+ [_NT, _PS],
2320
+ [0, 1]
2321
+ ];
2322
+ var ListTenantsResponse$ = [3, n0, _LTRi,
2323
+ 0,
2324
+ [_Tena, _NT],
2325
+ [() => TenantInfoList, 0]
2326
+ ];
2327
+ var MailboxValidation$ = [3, n0, _MV,
2328
+ 0,
2329
+ [_IV, _Eva],
2330
+ [() => EmailAddressInsightsVerdict$, () => EmailAddressInsightsMailboxEvaluations$]
2331
+ ];
2332
+ var MailFromAttributes$ = [3, n0, _MFA,
2333
+ 0,
2334
+ [_MFD, _MFDS, _BOMF],
2335
+ [0, 0, 0], 3
2336
+ ];
2337
+ var Message$ = [3, n0, _Me,
2338
+ 0,
2339
+ [_Su, _B, _He, _At],
2340
+ [() => Content$, () => Body$, () => MessageHeaderList, () => AttachmentList], 2
2341
+ ];
2342
+ var MessageHeader$ = [3, n0, _MH,
2343
+ 0,
2344
+ [_Na, _V],
2345
+ [0, 0], 2
2346
+ ];
2347
+ var MessageInsightsDataSource$ = [3, n0, _MIDS,
2348
+ 0,
2349
+ [_SD, _ED, _Inc, _Ex, _MRa],
2350
+ [4, 4, [() => MessageInsightsFilters$, 0], [() => MessageInsightsFilters$, 0], 1], 2
2351
+ ];
2352
+ var MessageInsightsFilters$ = [3, n0, _MIF,
2353
+ 0,
2354
+ [_FEA, _Des, _Su, _Is, _LDE, _LEEa],
2355
+ [[() => EmailAddressFilterList, 0], [() => EmailAddressFilterList, 0], [() => EmailSubjectFilterList, 0], 64 | 0, 64 | 0, 64 | 0]
2356
+ ];
2357
+ var MessageTag$ = [3, n0, _MTe,
2358
+ 0,
2359
+ [_Na, _V],
2360
+ [0, 0], 2
2361
+ ];
2362
+ var MetricDataError$ = [3, n0, _MDE,
2363
+ 0,
2364
+ [_I, _Cod, _Me],
2365
+ [0, 0, 0]
2366
+ ];
2367
+ var MetricDataResult$ = [3, n0, _MDR,
2368
+ 0,
2369
+ [_I, _Tim, _Va],
2370
+ [0, 64 | 4, 64 | 1]
2371
+ ];
2372
+ var MetricsDataSource$ = [3, n0, _MDSe,
2373
+ 0,
2374
+ [_D, _N, _Met, _SD, _ED],
2375
+ [[2, n0, _EDxp, 0, 0, 64 | 0], 0, () => ExportMetrics, 4, 4], 5
2376
+ ];
2377
+ var MultiRegionEndpoint$ = [3, n0, _MREu,
2378
+ 0,
2379
+ [_EN, _S, _EIn, _Reg, _CTr, _LUT],
2380
+ [0, 0, 0, 64 | 0, 4, 4]
2381
+ ];
2382
+ var OverallVolume$ = [3, n0, _OV,
2383
+ 0,
2384
+ [_VS, _RRP, _DIP],
2385
+ [() => VolumeStatistics$, 1, () => DomainIspPlacements]
2386
+ ];
2387
+ var PinpointDestination$ = [3, n0, _PD,
2388
+ 0,
2389
+ [_AAp],
2390
+ [0]
2391
+ ];
2392
+ var PlacementStatistics$ = [3, n0, _PSl,
2393
+ 0,
2394
+ [_IP, _SP, _MP, _SPp, _DP],
2395
+ [1, 1, 1, 1, 1]
2396
+ ];
2397
+ var PutAccountDedicatedIpWarmupAttributesRequest$ = [3, n0, _PADIWAR,
2398
+ 0,
2399
+ [_AWE],
2400
+ [2]
2401
+ ];
2402
+ var PutAccountDedicatedIpWarmupAttributesResponse$ = [3, n0, _PADIWARu,
2403
+ 0,
2404
+ [],
2405
+ []
2406
+ ];
2407
+ var PutAccountDetailsRequest$ = [3, n0, _PADR,
2408
+ 0,
2409
+ [_MT, _WURL, _CL, _UCD, _ACEAd, _PAE],
2410
+ [0, [() => WebsiteURL, 0], 0, [() => UseCaseDescription, 0], [() => AdditionalContactEmailAddresses, 0], 2], 2
2411
+ ];
2412
+ var PutAccountDetailsResponse$ = [3, n0, _PADRu,
2413
+ 0,
2414
+ [],
2415
+ []
2416
+ ];
2417
+ var PutAccountSendingAttributesRequest$ = [3, n0, _PASAR,
2418
+ 0,
2419
+ [_SEe],
2420
+ [2]
2421
+ ];
2422
+ var PutAccountSendingAttributesResponse$ = [3, n0, _PASARu,
2423
+ 0,
2424
+ [],
2425
+ []
2426
+ ];
2427
+ var PutAccountSuppressionAttributesRequest$ = [3, n0, _PASARut,
2428
+ 0,
2429
+ [_SR, _VAa],
2430
+ [64 | 0, () => SuppressionValidationAttributes$]
2431
+ ];
2432
+ var PutAccountSuppressionAttributesResponse$ = [3, n0, _PASARutc,
2433
+ 0,
2434
+ [],
2435
+ []
2436
+ ];
2437
+ var PutAccountVdmAttributesRequest$ = [3, n0, _PAVAR,
2438
+ 0,
2439
+ [_VA],
2440
+ [() => VdmAttributes$], 1
2441
+ ];
2442
+ var PutAccountVdmAttributesResponse$ = [3, n0, _PAVARu,
2443
+ 0,
2444
+ [],
2445
+ []
2446
+ ];
2447
+ var PutConfigurationSetArchivingOptionsRequest$ = [3, n0, _PCSAOR,
2448
+ 0,
2449
+ [_CSN, _AA],
2450
+ [[0, 1], 0], 1
2451
+ ];
2452
+ var PutConfigurationSetArchivingOptionsResponse$ = [3, n0, _PCSAORu,
2453
+ 0,
2454
+ [],
2455
+ []
2456
+ ];
2457
+ var PutConfigurationSetDeliveryOptionsRequest$ = [3, n0, _PCSDOR,
2458
+ 0,
2459
+ [_CSN, _TPl, _SPN, _MDS],
2460
+ [[0, 1], 0, 0, 1], 1
2461
+ ];
2462
+ var PutConfigurationSetDeliveryOptionsResponse$ = [3, n0, _PCSDORu,
2463
+ 0,
2464
+ [],
2465
+ []
2466
+ ];
2467
+ var PutConfigurationSetReputationOptionsRequest$ = [3, n0, _PCSROR,
2468
+ 0,
2469
+ [_CSN, _RME],
2470
+ [[0, 1], 2], 1
2471
+ ];
2472
+ var PutConfigurationSetReputationOptionsResponse$ = [3, n0, _PCSRORu,
2473
+ 0,
2474
+ [],
2475
+ []
2476
+ ];
2477
+ var PutConfigurationSetSendingOptionsRequest$ = [3, n0, _PCSSOR,
2478
+ 0,
2479
+ [_CSN, _SEe],
2480
+ [[0, 1], 2], 1
2481
+ ];
2482
+ var PutConfigurationSetSendingOptionsResponse$ = [3, n0, _PCSSORu,
2483
+ 0,
2484
+ [],
2485
+ []
2486
+ ];
2487
+ var PutConfigurationSetSuppressionOptionsRequest$ = [3, n0, _PCSSORut,
2488
+ 0,
2489
+ [_CSN, _SSu, _SR, _VOa],
2490
+ [[0, 1], 0, 64 | 0, () => SuppressionValidationOptions$], 1
2491
+ ];
2492
+ var PutConfigurationSetSuppressionOptionsResponse$ = [3, n0, _PCSSORuto,
2493
+ 0,
2494
+ [],
2495
+ []
2496
+ ];
2497
+ var PutConfigurationSetTrackingOptionsRequest$ = [3, n0, _PCSTOR,
2498
+ 0,
2499
+ [_CSN, _CRD, _HP],
2500
+ [[0, 1], 0, 0], 1
2501
+ ];
2502
+ var PutConfigurationSetTrackingOptionsResponse$ = [3, n0, _PCSTORu,
2503
+ 0,
2504
+ [],
2505
+ []
2506
+ ];
2507
+ var PutConfigurationSetVdmOptionsRequest$ = [3, n0, _PCSVOR,
2508
+ 0,
2509
+ [_CSN, _VO],
2510
+ [[0, 1], () => VdmOptions$], 1
2511
+ ];
2512
+ var PutConfigurationSetVdmOptionsResponse$ = [3, n0, _PCSVORu,
2513
+ 0,
2514
+ [],
2515
+ []
2516
+ ];
2517
+ var PutDedicatedIpInPoolRequest$ = [3, n0, _PDIIPR,
2518
+ 0,
2519
+ [_Ip, _DPN],
2520
+ [[0, 1], 0], 2
2521
+ ];
2522
+ var PutDedicatedIpInPoolResponse$ = [3, n0, _PDIIPRu,
2523
+ 0,
2524
+ [],
2525
+ []
2526
+ ];
2527
+ var PutDedicatedIpPoolScalingAttributesRequest$ = [3, n0, _PDIPSAR,
2528
+ 0,
2529
+ [_PN, _SM],
2530
+ [[0, 1], 0], 2
2531
+ ];
2532
+ var PutDedicatedIpPoolScalingAttributesResponse$ = [3, n0, _PDIPSARu,
2533
+ 0,
2534
+ [],
2535
+ []
2536
+ ];
2537
+ var PutDedicatedIpWarmupAttributesRequest$ = [3, n0, _PDIWAR,
2538
+ 0,
2539
+ [_Ip, _WP],
2540
+ [[0, 1], 1], 2
2541
+ ];
2542
+ var PutDedicatedIpWarmupAttributesResponse$ = [3, n0, _PDIWARu,
2543
+ 0,
2544
+ [],
2545
+ []
2546
+ ];
2547
+ var PutDeliverabilityDashboardOptionRequest$ = [3, n0, _PDDOR,
2548
+ 0,
2549
+ [_DE, _SDubs],
2550
+ [2, () => DomainDeliverabilityTrackingOptions], 1
2551
+ ];
2552
+ var PutDeliverabilityDashboardOptionResponse$ = [3, n0, _PDDORu,
2553
+ 0,
2554
+ [],
2555
+ []
2556
+ ];
2557
+ var PutEmailIdentityConfigurationSetAttributesRequest$ = [3, n0, _PEICSAR,
2558
+ 0,
2559
+ [_EI, _CSN],
2560
+ [[0, 1], 0], 1
2561
+ ];
2562
+ var PutEmailIdentityConfigurationSetAttributesResponse$ = [3, n0, _PEICSARu,
2563
+ 0,
2564
+ [],
2565
+ []
2566
+ ];
2567
+ var PutEmailIdentityDkimAttributesRequest$ = [3, n0, _PEIDAR,
2568
+ 0,
2569
+ [_EI, _SE],
2570
+ [[0, 1], 2], 1
2571
+ ];
2572
+ var PutEmailIdentityDkimAttributesResponse$ = [3, n0, _PEIDARu,
2573
+ 0,
2574
+ [],
2575
+ []
2576
+ ];
2577
+ var PutEmailIdentityDkimSigningAttributesRequest$ = [3, n0, _PEIDSAR,
2578
+ 0,
2579
+ [_EI, _SAO, _SAi],
2580
+ [[0, 1], 0, [() => DkimSigningAttributes$, 0]], 2
2581
+ ];
2582
+ var PutEmailIdentityDkimSigningAttributesResponse$ = [3, n0, _PEIDSARu,
2583
+ 0,
2584
+ [_DS, _DT, _SHZ],
2585
+ [0, 64 | 0, 0]
2586
+ ];
2587
+ var PutEmailIdentityFeedbackAttributesRequest$ = [3, n0, _PEIFAR,
2588
+ 0,
2589
+ [_EI, _EFE],
2590
+ [[0, 1], 2], 1
2591
+ ];
2592
+ var PutEmailIdentityFeedbackAttributesResponse$ = [3, n0, _PEIFARu,
2593
+ 0,
2594
+ [],
2595
+ []
2596
+ ];
2597
+ var PutEmailIdentityMailFromAttributesRequest$ = [3, n0, _PEIMFAR,
2598
+ 0,
2599
+ [_EI, _MFD, _BOMF],
2600
+ [[0, 1], 0, 0], 1
2601
+ ];
2602
+ var PutEmailIdentityMailFromAttributesResponse$ = [3, n0, _PEIMFARu,
2603
+ 0,
2604
+ [],
2605
+ []
2606
+ ];
2607
+ var PutSuppressedDestinationRequest$ = [3, n0, _PSDR,
2608
+ 0,
2609
+ [_EA, _Reas, _TNe],
2610
+ [0, 0, 0], 2
2611
+ ];
2612
+ var PutSuppressedDestinationResponse$ = [3, n0, _PSDRu,
2613
+ 0,
2614
+ [],
2615
+ []
2616
+ ];
2617
+ var PutTenantSuppressionAttributesRequest$ = [3, n0, _PTSAR,
2618
+ 0,
2619
+ [_TNe, _SR, _SSu],
2620
+ [0, 64 | 0, 0], 1
2621
+ ];
2622
+ var PutTenantSuppressionAttributesResponse$ = [3, n0, _PTSARu,
2623
+ 0,
2624
+ [],
2625
+ []
2626
+ ];
2627
+ var RawMessage$ = [3, n0, _RM,
2628
+ 0,
2629
+ [_Da],
2630
+ [21], 1
2631
+ ];
2632
+ var Recommendation$ = [3, n0, _Rec,
2633
+ 0,
2634
+ [_RA, _Ty, _De, _S, _CTr, _LUT, _Im],
2635
+ [0, 0, 0, 0, 4, 4, 0]
2636
+ ];
2637
+ var ReplacementEmailContent$ = [3, n0, _REC,
2638
+ 0,
2639
+ [_RTep],
2640
+ [() => ReplacementTemplate$]
2641
+ ];
2642
+ var ReplacementTemplate$ = [3, n0, _RTep,
2643
+ 0,
2644
+ [_RTD],
2645
+ [0]
2646
+ ];
2647
+ var ReputationEntity$ = [3, n0, _RE,
2648
+ 0,
2649
+ [_RER, _RET, _RMP, _CMS, _ASMS, _SSA, _RIe],
2650
+ [0, 0, 0, () => StatusRecord$, () => StatusRecord$, 0, 0]
2651
+ ];
2652
+ var ReputationOptions$ = [3, n0, _RO,
2653
+ 0,
2654
+ [_RME, _LFS],
2655
+ [2, 4]
2656
+ ];
2657
+ var ResourceTenantMetadata$ = [3, n0, _RTM,
2658
+ 0,
2659
+ [_TNe, _TI, _RA, _AT],
2660
+ [0, 0, 0, 4]
2661
+ ];
2662
+ var ReviewDetails$ = [3, n0, _RD,
2663
+ 0,
2664
+ [_S, _CIas],
2665
+ [0, 0]
2666
+ ];
2667
+ var Route$ = [3, n0, _Rou,
2668
+ 0,
2669
+ [_Regi],
2670
+ [0], 1
2671
+ ];
2672
+ var RouteDetails$ = [3, n0, _RDou,
2673
+ 0,
2674
+ [_Regi],
2675
+ [0], 1
2676
+ ];
2677
+ var SendBulkEmailRequest$ = [3, n0, _SBER,
2678
+ 0,
2679
+ [_DCe, _BEEu, _FEA, _FEAIA, _RTA, _FFEA, _FFEAIA, _DET, _CSN, _EIn, _TNe],
2680
+ [() => BulkEmailContent$, () => BulkEmailEntryList, 0, 0, 64 | 0, 0, 0, () => MessageTagList, 0, 0, 0], 2
2681
+ ];
2682
+ var SendBulkEmailResponse$ = [3, n0, _SBERe,
2683
+ 0,
2684
+ [_BEERu],
2685
+ [() => BulkEmailEntryResultList], 1
2686
+ ];
2687
+ var SendCustomVerificationEmailRequest$ = [3, n0, _SCVER,
2688
+ 0,
2689
+ [_EA, _TN, _CSN],
2690
+ [0, 0, 0], 2
2691
+ ];
2692
+ var SendCustomVerificationEmailResponse$ = [3, n0, _SCVERe,
2693
+ 0,
2694
+ [_MI],
2695
+ [0]
2696
+ ];
2697
+ var SendEmailRequest$ = [3, n0, _SER,
2698
+ 0,
2699
+ [_Con, _FEA, _FEAIA, _Des, _RTA, _FFEA, _FFEAIA, _ET, _CSN, _EIn, _TNe, _LMO],
2700
+ [() => EmailContent$, 0, 0, () => Destination$, 64 | 0, 0, 0, () => MessageTagList, 0, 0, 0, () => ListManagementOptions$], 1
2701
+ ];
2702
+ var SendEmailResponse$ = [3, n0, _SERe,
2703
+ 0,
2704
+ [_MI],
2705
+ [0]
2706
+ ];
2707
+ var SendingOptions$ = [3, n0, _SO,
2708
+ 0,
2709
+ [_SEe],
2710
+ [2]
2711
+ ];
2712
+ var SendQuota$ = [3, n0, _SQ,
2713
+ 0,
2714
+ [_MHS, _MSR, _SLH],
2715
+ [1, 1, 1]
2716
+ ];
2717
+ var SnsDestination$ = [3, n0, _SDn,
2718
+ 0,
2719
+ [_TAop],
2720
+ [0], 1
2721
+ ];
2722
+ var SOARecord$ = [3, n0, _SOAR,
2723
+ 0,
2724
+ [_PNS, _AE, _SN],
2725
+ [0, 0, 1]
2726
+ ];
2727
+ var StatusRecord$ = [3, n0, _SRt,
2728
+ 0,
2729
+ [_S, _Ca, _LUT],
2730
+ [0, 0, 4]
2731
+ ];
2732
+ var SuppressedDestination$ = [3, n0, _SDu,
2733
+ 0,
2734
+ [_EA, _Reas, _LUTa, _Att, _TNe],
2735
+ [0, 0, 4, () => SuppressedDestinationAttributes$, 0], 3
2736
+ ];
2737
+ var SuppressedDestinationAttributes$ = [3, n0, _SDA,
2738
+ 0,
2739
+ [_MI, _FIe],
2740
+ [0, 0]
2741
+ ];
2742
+ var SuppressedDestinationSummary$ = [3, n0, _SDSu,
2743
+ 0,
2744
+ [_EA, _Reas, _LUTa],
2745
+ [0, 0, 4], 3
2746
+ ];
2747
+ var SuppressionAttributes$ = [3, n0, _SA,
2748
+ 0,
2749
+ [_SR, _VAa],
2750
+ [64 | 0, () => SuppressionValidationAttributes$]
2751
+ ];
2752
+ var SuppressionConditionThreshold$ = [3, n0, _SCT,
2753
+ 0,
2754
+ [_CTEo, _OCT],
2755
+ [0, () => SuppressionConfidenceThreshold$], 1
2756
+ ];
2757
+ var SuppressionConfidenceThreshold$ = [3, n0, _SCTu,
2758
+ 0,
2759
+ [_CVT],
2760
+ [0], 1
2761
+ ];
2762
+ var SuppressionListDestination$ = [3, n0, _SLD,
2763
+ 0,
2764
+ [_SLIA],
2765
+ [0], 1
2766
+ ];
2767
+ var SuppressionOptions$ = [3, n0, _SOu,
2768
+ 0,
2769
+ [_SR, _SSu, _VOa],
2770
+ [64 | 0, 0, () => SuppressionValidationOptions$]
2771
+ ];
2772
+ var SuppressionValidationAttributes$ = [3, n0, _SVA,
2773
+ 0,
2774
+ [_CTon],
2775
+ [() => SuppressionConditionThreshold$], 1
2776
+ ];
2777
+ var SuppressionValidationOptions$ = [3, n0, _SVO,
2778
+ 0,
2779
+ [_CTon],
2780
+ [() => SuppressionConditionThreshold$], 1
2781
+ ];
2782
+ var Tag$ = [3, n0, _Tag,
2783
+ 0,
2784
+ [_K, _V],
2785
+ [0, 0], 2
2786
+ ];
2787
+ var TagResourceRequest$ = [3, n0, _TRR,
2788
+ 0,
2789
+ [_RA, _Ta],
2790
+ [0, () => TagList], 2
2791
+ ];
2792
+ var TagResourceResponse$ = [3, n0, _TRRa,
2793
+ 0,
2794
+ [],
2795
+ []
2796
+ ];
2797
+ var Template$ = [3, n0, _Te,
2798
+ 0,
2799
+ [_TN, _TAe, _TC, _TD, _He, _At],
2800
+ [0, 0, () => EmailTemplateContent$, 0, () => MessageHeaderList, () => AttachmentList]
2801
+ ];
2802
+ var Tenant$ = [3, n0, _Ten,
2803
+ 0,
2804
+ [_TNe, _TI, _TA, _CTr, _Ta, _SS, _SA],
2805
+ [0, 0, 0, 4, () => TagList, 0, () => TenantSuppressionAttributes$]
2806
+ ];
2807
+ var TenantInfo$ = [3, n0, _TIe,
2808
+ 0,
2809
+ [_TNe, _TI, _TA, _CTr],
2810
+ [0, 0, 0, 4]
2811
+ ];
2812
+ var TenantResource$ = [3, n0, _TRe,
2813
+ 0,
2814
+ [_RTes, _RA],
2815
+ [0, 0]
2816
+ ];
2817
+ var TenantSuppressionAttributes$ = [3, n0, _TSA,
2818
+ 0,
2819
+ [_SR, _SSu],
2820
+ [64 | 0, 0]
2821
+ ];
2822
+ var TestRenderEmailTemplateRequest$ = [3, n0, _TRETR,
2823
+ 0,
2824
+ [_TN, _TD],
2825
+ [[0, 1], 0], 2
2826
+ ];
2827
+ var TestRenderEmailTemplateResponse$ = [3, n0, _TRETRe,
2828
+ 0,
2829
+ [_RTen],
2830
+ [0], 1
2831
+ ];
2832
+ var Topic$ = [3, n0, _Top,
2833
+ 0,
2834
+ [_TNo, _DNi, _DSSe, _De],
2835
+ [0, 0, 0, 0], 3
2836
+ ];
2837
+ var TopicFilter$ = [3, n0, _TF,
2838
+ 0,
2839
+ [_TNo, _UDIPU],
2840
+ [0, 2]
2841
+ ];
2842
+ var TopicPreference$ = [3, n0, _TPo,
2843
+ 0,
2844
+ [_TNo, _SSub],
2845
+ [0, 0], 2
2846
+ ];
2847
+ var TrackingOptions$ = [3, n0, _TO,
2848
+ 0,
2849
+ [_CRD, _HP],
2850
+ [0, 0], 1
2851
+ ];
2852
+ var UntagResourceRequest$ = [3, n0, _URR,
2853
+ 0,
2854
+ [_RA, _TK],
2855
+ [[0, { [_hQ]: _RA }], [64 | 0, { [_hQ]: _TK }]], 2
2856
+ ];
2857
+ var UntagResourceResponse$ = [3, n0, _URRn,
2858
+ 0,
2859
+ [],
2860
+ []
2861
+ ];
2862
+ var UpdateConfigurationSetEventDestinationRequest$ = [3, n0, _UCSEDR,
2863
+ 0,
2864
+ [_CSN, _EDN, _EDv],
2865
+ [[0, 1], [0, 1], () => EventDestinationDefinition$], 3
2866
+ ];
2867
+ var UpdateConfigurationSetEventDestinationResponse$ = [3, n0, _UCSEDRp,
2868
+ 0,
2869
+ [],
2870
+ []
2871
+ ];
2872
+ var UpdateContactListRequest$ = [3, n0, _UCLR,
2873
+ 0,
2874
+ [_CLN, _To, _De],
2875
+ [[0, 1], () => Topics, 0], 1
2876
+ ];
2877
+ var UpdateContactListResponse$ = [3, n0, _UCLRp,
2878
+ 0,
2879
+ [],
2880
+ []
2881
+ ];
2882
+ var UpdateContactRequest$ = [3, n0, _UCR,
2883
+ 0,
2884
+ [_CLN, _EA, _TP, _UA, _ADt],
2885
+ [[0, 1], [0, 1], () => TopicPreferenceList, 2, 0], 2
2886
+ ];
2887
+ var UpdateContactResponse$ = [3, n0, _UCRp,
2888
+ 0,
2889
+ [],
2890
+ []
2891
+ ];
2892
+ var UpdateCustomVerificationEmailTemplateRequest$ = [3, n0, _UCVETR,
2893
+ 0,
2894
+ [_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
2895
+ [[0, 1], 0, 0, 0, 0, 0], 6
2896
+ ];
2897
+ var UpdateCustomVerificationEmailTemplateResponse$ = [3, n0, _UCVETRp,
2898
+ 0,
2899
+ [],
2900
+ []
2901
+ ];
2902
+ var UpdateEmailIdentityPolicyRequest$ = [3, n0, _UEIPR,
2903
+ 0,
2904
+ [_EI, _PNo, _P],
2905
+ [[0, 1], [0, 1], 0], 3
2906
+ ];
2907
+ var UpdateEmailIdentityPolicyResponse$ = [3, n0, _UEIPRp,
2908
+ 0,
2909
+ [],
2910
+ []
2911
+ ];
2912
+ var UpdateEmailTemplateRequest$ = [3, n0, _UETR,
2913
+ 0,
2914
+ [_TN, _TC],
2915
+ [[0, 1], () => EmailTemplateContent$], 2
2916
+ ];
2917
+ var UpdateEmailTemplateResponse$ = [3, n0, _UETRp,
2918
+ 0,
2919
+ [],
2920
+ []
2921
+ ];
2922
+ var UpdateReputationEntityCustomerManagedStatusRequest$ = [3, n0, _URECMSR,
2923
+ 0,
2924
+ [_RET, _RER, _SS],
2925
+ [[0, 1], [0, 1], 0], 3
2926
+ ];
2927
+ var UpdateReputationEntityCustomerManagedStatusResponse$ = [3, n0, _URECMSRp,
2928
+ 0,
2929
+ [],
2930
+ []
2931
+ ];
2932
+ var UpdateReputationEntityPolicyRequest$ = [3, n0, _UREPR,
2933
+ 0,
2934
+ [_RET, _RER, _REP],
2935
+ [[0, 1], [0, 1], 0], 3
2936
+ ];
2937
+ var UpdateReputationEntityPolicyResponse$ = [3, n0, _UREPRp,
2938
+ 0,
2939
+ [],
2940
+ []
2941
+ ];
2942
+ var VdmAttributes$ = [3, n0, _VA,
2943
+ 0,
2944
+ [_VE, _DAa, _GA],
2945
+ [0, () => DashboardAttributes$, () => GuardianAttributes$], 1
2946
+ ];
2947
+ var VdmOptions$ = [3, n0, _VO,
2948
+ 0,
2949
+ [_DOa, _GO],
2950
+ [() => DashboardOptions$, () => GuardianOptions$]
2951
+ ];
2952
+ var VerificationInfo$ = [3, n0, _VI,
2953
+ 0,
2954
+ [_LCT, _LST, _ETr, _SOAR],
2955
+ [4, 4, 0, () => SOARecord$]
2956
+ ];
2957
+ var VolumeStatistics$ = [3, n0, _VS,
2958
+ 0,
2959
+ [_IRC, _SRC, _PI, _PSr],
2960
+ [1, 1, 1, 1]
2961
+ ];
2962
+ var AdditionalContactEmailAddresses = [1, n0, _ACEAd,
2963
+ 8, [() => AdditionalContactEmailAddress,
2964
+ 0]
2965
+ ];
2966
+ var AttachmentList = [1, n0, _AL,
2967
+ 0, () => Attachment$
2968
+ ];
2969
+ var BatchGetMetricDataQueries = [1, n0, _BGMDQa,
2970
+ 0, () => BatchGetMetricDataQuery$
2971
+ ];
2972
+ var BlacklistEntries = [1, n0, _BEl,
2973
+ 0, () => BlacklistEntry$
2974
+ ];
2975
+ var BulkEmailEntryList = [1, n0, _BEEL,
2976
+ 0, () => BulkEmailEntry$
2977
+ ];
2978
+ var BulkEmailEntryResultList = [1, n0, _BEERL,
2979
+ 0, () => BulkEmailEntryResult$
2980
+ ];
2981
+ var CloudWatchDimensionConfigurations = [1, n0, _CWDCl,
2982
+ 0, () => CloudWatchDimensionConfiguration$
2983
+ ];
2984
+ var CustomVerificationEmailTemplatesList = [1, n0, _CVETL,
2985
+ 0, () => CustomVerificationEmailTemplateMetadata$
2986
+ ];
2987
+ var DailyVolumes = [1, n0, _DVa,
2988
+ 0, () => DailyVolume$
2989
+ ];
2990
+ var DedicatedIpList = [1, n0, _DIL,
2991
+ 0, () => DedicatedIp$
2992
+ ];
2993
+ var DeliverabilityTestReports = [1, n0, _DTReli,
2994
+ 0, () => DeliverabilityTestReport$
2995
+ ];
2996
+ var DomainDeliverabilityCampaignList = [1, n0, _DDCL,
2997
+ 0, () => DomainDeliverabilityCampaign$
2998
+ ];
2999
+ var DomainDeliverabilityTrackingOptions = [1, n0, _DDTOo,
3000
+ 0, () => DomainDeliverabilityTrackingOption$
3001
+ ];
3002
+ var DomainIspPlacements = [1, n0, _DIP,
3003
+ 0, () => DomainIspPlacement$
3004
+ ];
3005
+ var EmailAddressFilterList = [1, n0, _EAFL,
3006
+ 0, [() => InsightsEmailAddress,
3007
+ 0]
3008
+ ];
3009
+ var EmailInsightsList = [1, n0, _EIL,
3010
+ 0, [() => EmailInsights$,
3011
+ 0]
3012
+ ];
3013
+ var EmailSubjectFilterList = [1, n0, _ESFL,
3014
+ 0, [() => EmailSubject,
3015
+ 0]
3016
+ ];
3017
+ var EmailTemplateMetadataList = [1, n0, _ETML,
3018
+ 0, () => EmailTemplateMetadata$
3019
+ ];
3020
+ var EventDestinations = [1, n0, _EDven,
3021
+ 0, () => EventDestination$
3022
+ ];
3023
+ var ExportJobSummaryList = [1, n0, _EJSL,
3024
+ 0, () => ExportJobSummary$
3025
+ ];
3026
+ var ExportMetrics = [1, n0, _EMxp,
3027
+ 0, () => ExportMetric$
3028
+ ];
3029
+ var IdentityInfoList = [1, n0, _IIL,
3030
+ 0, () => IdentityInfo$
3031
+ ];
3032
+ var ImportJobSummaryList = [1, n0, _IJSL,
3033
+ 0, () => ImportJobSummary$
3034
+ ];
3035
+ var InsightsEvents = [1, n0, _IEn,
3036
+ 0, () => InsightsEvent$
3037
+ ];
3038
+ var IspPlacements = [1, n0, _IPs,
3039
+ 0, () => IspPlacement$
3040
+ ];
3041
+ var ListOfContactLists = [1, n0, _LOCL,
3042
+ 0, () => ContactList$
3043
+ ];
3044
+ var ListOfContacts = [1, n0, _LOC,
3045
+ 0, () => Contact$
3046
+ ];
3047
+ var MessageHeaderList = [1, n0, _MHL,
3048
+ 0, () => MessageHeader$
3049
+ ];
3050
+ var MessageTagList = [1, n0, _MTL,
3051
+ 0, () => MessageTag$
3052
+ ];
3053
+ var MetricDataErrorList = [1, n0, _MDEL,
3054
+ 0, () => MetricDataError$
3055
+ ];
3056
+ var MetricDataResultList = [1, n0, _MDRL,
3057
+ 0, () => MetricDataResult$
3058
+ ];
3059
+ var MultiRegionEndpoints = [1, n0, _MRE,
3060
+ 0, () => MultiRegionEndpoint$
3061
+ ];
3062
+ var RecommendationsList = [1, n0, _RL,
3063
+ 0, () => Recommendation$
3064
+ ];
3065
+ var ReputationEntitiesList = [1, n0, _REL,
3066
+ 0, () => ReputationEntity$
3067
+ ];
3068
+ var ResourceTenantMetadataList = [1, n0, _RTML,
3069
+ 0, () => ResourceTenantMetadata$
3070
+ ];
3071
+ var Routes = [1, n0, _Ro,
3072
+ 0, () => Route$
3073
+ ];
3074
+ var RoutesDetails = [1, n0, _RDo,
3075
+ 0, () => RouteDetails$
3076
+ ];
3077
+ var SuppressedDestinationSummaries = [1, n0, _SDS,
3078
+ 0, () => SuppressedDestinationSummary$
3079
+ ];
3080
+ var TagList = [1, n0, _TL,
3081
+ 0, () => Tag$
3082
+ ];
3083
+ var TenantInfoList = [1, n0, _TIL,
3084
+ 0, () => TenantInfo$
3085
+ ];
3086
+ var TenantResourceList = [1, n0, _TRL,
3087
+ 0, () => TenantResource$
3088
+ ];
3089
+ var TopicPreferenceList = [1, n0, _TPL,
3090
+ 0, () => TopicPreference$
3091
+ ];
3092
+ var Topics = [1, n0, _To,
3093
+ 0, () => Topic$
3094
+ ];
3095
+ var BlacklistReport = [2, n0, _BR,
3096
+ 0, 0, () => BlacklistEntries
3097
+ ];
3098
+ var BatchGetMetricData$ = [9, n0, _BGMD,
3099
+ { [_h]: ["POST", "/v2/email/metrics/batch", 200] }, () => BatchGetMetricDataRequest$, () => BatchGetMetricDataResponse$
3100
+ ];
3101
+ var CancelExportJob$ = [9, n0, _CEJ,
3102
+ { [_h]: ["PUT", "/v2/email/export-jobs/{JobId}/cancel", 200] }, () => CancelExportJobRequest$, () => CancelExportJobResponse$
3103
+ ];
3104
+ var CreateConfigurationSet$ = [9, n0, _CCS,
3105
+ { [_h]: ["POST", "/v2/email/configuration-sets", 200] }, () => CreateConfigurationSetRequest$, () => CreateConfigurationSetResponse$
3106
+ ];
3107
+ var CreateConfigurationSetEventDestination$ = [9, n0, _CCSED,
3108
+ { [_h]: ["POST", "/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations", 200] }, () => CreateConfigurationSetEventDestinationRequest$, () => CreateConfigurationSetEventDestinationResponse$
3109
+ ];
3110
+ var CreateContact$ = [9, n0, _CC,
3111
+ { [_h]: ["POST", "/v2/email/contact-lists/{ContactListName}/contacts", 200] }, () => CreateContactRequest$, () => CreateContactResponse$
3112
+ ];
3113
+ var CreateContactList$ = [9, n0, _CCL,
3114
+ { [_h]: ["POST", "/v2/email/contact-lists", 200] }, () => CreateContactListRequest$, () => CreateContactListResponse$
3115
+ ];
3116
+ var CreateCustomVerificationEmailTemplate$ = [9, n0, _CCVET,
3117
+ { [_h]: ["POST", "/v2/email/custom-verification-email-templates", 200] }, () => CreateCustomVerificationEmailTemplateRequest$, () => CreateCustomVerificationEmailTemplateResponse$
3118
+ ];
3119
+ var CreateDedicatedIpPool$ = [9, n0, _CDIP,
3120
+ { [_h]: ["POST", "/v2/email/dedicated-ip-pools", 200] }, () => CreateDedicatedIpPoolRequest$, () => CreateDedicatedIpPoolResponse$
3121
+ ];
3122
+ var CreateDeliverabilityTestReport$ = [9, n0, _CDTR,
3123
+ { [_h]: ["POST", "/v2/email/deliverability-dashboard/test", 200] }, () => CreateDeliverabilityTestReportRequest$, () => CreateDeliverabilityTestReportResponse$
3124
+ ];
3125
+ var CreateEmailIdentity$ = [9, n0, _CEI,
3126
+ { [_h]: ["POST", "/v2/email/identities", 200] }, () => CreateEmailIdentityRequest$, () => CreateEmailIdentityResponse$
3127
+ ];
3128
+ var CreateEmailIdentityPolicy$ = [9, n0, _CEIP,
3129
+ { [_h]: ["POST", "/v2/email/identities/{EmailIdentity}/policies/{PolicyName}", 200] }, () => CreateEmailIdentityPolicyRequest$, () => CreateEmailIdentityPolicyResponse$
3130
+ ];
3131
+ var CreateEmailTemplate$ = [9, n0, _CET,
3132
+ { [_h]: ["POST", "/v2/email/templates", 200] }, () => CreateEmailTemplateRequest$, () => CreateEmailTemplateResponse$
3133
+ ];
3134
+ var CreateExportJob$ = [9, n0, _CEJr,
3135
+ { [_h]: ["POST", "/v2/email/export-jobs", 200] }, () => CreateExportJobRequest$, () => CreateExportJobResponse$
3136
+ ];
3137
+ var CreateImportJob$ = [9, n0, _CIJ,
3138
+ { [_h]: ["POST", "/v2/email/import-jobs", 200] }, () => CreateImportJobRequest$, () => CreateImportJobResponse$
3139
+ ];
3140
+ var CreateMultiRegionEndpoint$ = [9, n0, _CMRE,
3141
+ { [_h]: ["POST", "/v2/email/multi-region-endpoints", 200] }, () => CreateMultiRegionEndpointRequest$, () => CreateMultiRegionEndpointResponse$
3142
+ ];
3143
+ var CreateTenant$ = [9, n0, _CTre,
3144
+ { [_h]: ["POST", "/v2/email/tenants", 200] }, () => CreateTenantRequest$, () => CreateTenantResponse$
3145
+ ];
3146
+ var CreateTenantResourceAssociation$ = [9, n0, _CTRA,
3147
+ { [_h]: ["POST", "/v2/email/tenants/resources", 200] }, () => CreateTenantResourceAssociationRequest$, () => CreateTenantResourceAssociationResponse$
3148
+ ];
3149
+ var DeleteConfigurationSet$ = [9, n0, _DCS,
3150
+ { [_h]: ["DELETE", "/v2/email/configuration-sets/{ConfigurationSetName}", 200] }, () => DeleteConfigurationSetRequest$, () => DeleteConfigurationSetResponse$
3151
+ ];
3152
+ var DeleteConfigurationSetEventDestination$ = [9, n0, _DCSED,
3153
+ { [_h]: ["DELETE", "/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}", 200] }, () => DeleteConfigurationSetEventDestinationRequest$, () => DeleteConfigurationSetEventDestinationResponse$
3154
+ ];
3155
+ var DeleteContact$ = [9, n0, _DCel,
3156
+ { [_h]: ["DELETE", "/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}", 200] }, () => DeleteContactRequest$, () => DeleteContactResponse$
3157
+ ];
3158
+ var DeleteContactList$ = [9, n0, _DCL,
3159
+ { [_h]: ["DELETE", "/v2/email/contact-lists/{ContactListName}", 200] }, () => DeleteContactListRequest$, () => DeleteContactListResponse$
3160
+ ];
3161
+ var DeleteCustomVerificationEmailTemplate$ = [9, n0, _DCVET,
3162
+ { [_h]: ["DELETE", "/v2/email/custom-verification-email-templates/{TemplateName}", 200] }, () => DeleteCustomVerificationEmailTemplateRequest$, () => DeleteCustomVerificationEmailTemplateResponse$
3163
+ ];
3164
+ var DeleteDedicatedIpPool$ = [9, n0, _DDIP,
3165
+ { [_h]: ["DELETE", "/v2/email/dedicated-ip-pools/{PoolName}", 200] }, () => DeleteDedicatedIpPoolRequest$, () => DeleteDedicatedIpPoolResponse$
3166
+ ];
3167
+ var DeleteEmailIdentity$ = [9, n0, _DEI,
3168
+ { [_h]: ["DELETE", "/v2/email/identities/{EmailIdentity}", 200] }, () => DeleteEmailIdentityRequest$, () => DeleteEmailIdentityResponse$
3169
+ ];
3170
+ var DeleteEmailIdentityPolicy$ = [9, n0, _DEIP,
3171
+ { [_h]: ["DELETE", "/v2/email/identities/{EmailIdentity}/policies/{PolicyName}", 200] }, () => DeleteEmailIdentityPolicyRequest$, () => DeleteEmailIdentityPolicyResponse$
3172
+ ];
3173
+ var DeleteEmailTemplate$ = [9, n0, _DETe,
3174
+ { [_h]: ["DELETE", "/v2/email/templates/{TemplateName}", 200] }, () => DeleteEmailTemplateRequest$, () => DeleteEmailTemplateResponse$
3175
+ ];
3176
+ var DeleteMultiRegionEndpoint$ = [9, n0, _DMRE,
3177
+ { [_h]: ["DELETE", "/v2/email/multi-region-endpoints/{EndpointName}", 200] }, () => DeleteMultiRegionEndpointRequest$, () => DeleteMultiRegionEndpointResponse$
3178
+ ];
3179
+ var DeleteSuppressedDestination$ = [9, n0, _DSD,
3180
+ { [_h]: ["DELETE", "/v2/email/suppression/addresses/{EmailAddress}", 200] }, () => DeleteSuppressedDestinationRequest$, () => DeleteSuppressedDestinationResponse$
3181
+ ];
3182
+ var DeleteTenant$ = [9, n0, _DTe,
3183
+ { [_h]: ["POST", "/v2/email/tenants/delete", 200] }, () => DeleteTenantRequest$, () => DeleteTenantResponse$
3184
+ ];
3185
+ var DeleteTenantResourceAssociation$ = [9, n0, _DTRA,
3186
+ { [_h]: ["POST", "/v2/email/tenants/resources/delete", 200] }, () => DeleteTenantResourceAssociationRequest$, () => DeleteTenantResourceAssociationResponse$
3187
+ ];
3188
+ var GetAccount$ = [9, n0, _GAe,
3189
+ { [_h]: ["GET", "/v2/email/account", 200] }, () => GetAccountRequest$, () => GetAccountResponse$
3190
+ ];
3191
+ var GetBlacklistReports$ = [9, n0, _GBR,
3192
+ { [_h]: ["GET", "/v2/email/deliverability-dashboard/blacklist-report", 200] }, () => GetBlacklistReportsRequest$, () => GetBlacklistReportsResponse$
3193
+ ];
3194
+ var GetConfigurationSet$ = [9, n0, _GCS,
3195
+ { [_h]: ["GET", "/v2/email/configuration-sets/{ConfigurationSetName}", 200] }, () => GetConfigurationSetRequest$, () => GetConfigurationSetResponse$
3196
+ ];
3197
+ var GetConfigurationSetEventDestinations$ = [9, n0, _GCSED,
3198
+ { [_h]: ["GET", "/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations", 200] }, () => GetConfigurationSetEventDestinationsRequest$, () => GetConfigurationSetEventDestinationsResponse$
3199
+ ];
3200
+ var GetContact$ = [9, n0, _GC,
3201
+ { [_h]: ["GET", "/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}", 200] }, () => GetContactRequest$, () => GetContactResponse$
3202
+ ];
3203
+ var GetContactList$ = [9, n0, _GCL,
3204
+ { [_h]: ["GET", "/v2/email/contact-lists/{ContactListName}", 200] }, () => GetContactListRequest$, () => GetContactListResponse$
3205
+ ];
3206
+ var GetCustomVerificationEmailTemplate$ = [9, n0, _GCVET,
3207
+ { [_h]: ["GET", "/v2/email/custom-verification-email-templates/{TemplateName}", 200] }, () => GetCustomVerificationEmailTemplateRequest$, () => GetCustomVerificationEmailTemplateResponse$
3208
+ ];
3209
+ var GetDedicatedIp$ = [9, n0, _GDI,
3210
+ { [_h]: ["GET", "/v2/email/dedicated-ips/{Ip}", 200] }, () => GetDedicatedIpRequest$, () => GetDedicatedIpResponse$
3211
+ ];
3212
+ var GetDedicatedIpPool$ = [9, n0, _GDIP,
3213
+ { [_h]: ["GET", "/v2/email/dedicated-ip-pools/{PoolName}", 200] }, () => GetDedicatedIpPoolRequest$, () => GetDedicatedIpPoolResponse$
3214
+ ];
3215
+ var GetDedicatedIps$ = [9, n0, _GDIe,
3216
+ { [_h]: ["GET", "/v2/email/dedicated-ips", 200] }, () => GetDedicatedIpsRequest$, () => GetDedicatedIpsResponse$
3217
+ ];
3218
+ var GetDeliverabilityDashboardOptions$ = [9, n0, _GDDO,
3219
+ { [_h]: ["GET", "/v2/email/deliverability-dashboard", 200] }, () => GetDeliverabilityDashboardOptionsRequest$, () => GetDeliverabilityDashboardOptionsResponse$
3220
+ ];
3221
+ var GetDeliverabilityTestReport$ = [9, n0, _GDTR,
3222
+ { [_h]: ["GET", "/v2/email/deliverability-dashboard/test-reports/{ReportId}", 200] }, () => GetDeliverabilityTestReportRequest$, () => GetDeliverabilityTestReportResponse$
3223
+ ];
3224
+ var GetDomainDeliverabilityCampaign$ = [9, n0, _GDDC,
3225
+ { [_h]: ["GET", "/v2/email/deliverability-dashboard/campaigns/{CampaignId}", 200] }, () => GetDomainDeliverabilityCampaignRequest$, () => GetDomainDeliverabilityCampaignResponse$
3226
+ ];
3227
+ var GetDomainStatisticsReport$ = [9, n0, _GDSR,
3228
+ { [_h]: ["GET", "/v2/email/deliverability-dashboard/statistics-report/{Domain}", 200] }, () => GetDomainStatisticsReportRequest$, () => GetDomainStatisticsReportResponse$
3229
+ ];
3230
+ var GetEmailAddressInsights$ = [9, n0, _GEAI,
3231
+ { [_h]: ["POST", "/v2/email/email-address-insights", 200] }, () => GetEmailAddressInsightsRequest$, () => GetEmailAddressInsightsResponse$
3232
+ ];
3233
+ var GetEmailIdentity$ = [9, n0, _GEI,
3234
+ { [_h]: ["GET", "/v2/email/identities/{EmailIdentity}", 200] }, () => GetEmailIdentityRequest$, () => GetEmailIdentityResponse$
3235
+ ];
3236
+ var GetEmailIdentityPolicies$ = [9, n0, _GEIP,
3237
+ { [_h]: ["GET", "/v2/email/identities/{EmailIdentity}/policies", 200] }, () => GetEmailIdentityPoliciesRequest$, () => GetEmailIdentityPoliciesResponse$
3238
+ ];
3239
+ var GetEmailTemplate$ = [9, n0, _GET,
3240
+ { [_h]: ["GET", "/v2/email/templates/{TemplateName}", 200] }, () => GetEmailTemplateRequest$, () => GetEmailTemplateResponse$
3241
+ ];
3242
+ var GetExportJob$ = [9, n0, _GEJ,
3243
+ { [_h]: ["GET", "/v2/email/export-jobs/{JobId}", 200] }, () => GetExportJobRequest$, () => GetExportJobResponse$
3244
+ ];
3245
+ var GetImportJob$ = [9, n0, _GIJ,
3246
+ { [_h]: ["GET", "/v2/email/import-jobs/{JobId}", 200] }, () => GetImportJobRequest$, () => GetImportJobResponse$
3247
+ ];
3248
+ var GetMessageInsights$ = [9, n0, _GMI,
3249
+ { [_h]: ["GET", "/v2/email/insights/{MessageId}", 200] }, () => GetMessageInsightsRequest$, () => GetMessageInsightsResponse$
3250
+ ];
3251
+ var GetMultiRegionEndpoint$ = [9, n0, _GMRE,
3252
+ { [_h]: ["GET", "/v2/email/multi-region-endpoints/{EndpointName}", 200] }, () => GetMultiRegionEndpointRequest$, () => GetMultiRegionEndpointResponse$
3253
+ ];
3254
+ var GetReputationEntity$ = [9, n0, _GRE,
3255
+ { [_h]: ["GET", "/v2/email/reputation/entities/{ReputationEntityType}/{ReputationEntityReference}", 200] }, () => GetReputationEntityRequest$, () => GetReputationEntityResponse$
3256
+ ];
3257
+ var GetSuppressedDestination$ = [9, n0, _GSD,
3258
+ { [_h]: ["GET", "/v2/email/suppression/addresses/{EmailAddress}", 200] }, () => GetSuppressedDestinationRequest$, () => GetSuppressedDestinationResponse$
3259
+ ];
3260
+ var GetTenant$ = [9, n0, _GT,
3261
+ { [_h]: ["POST", "/v2/email/tenants/get", 200] }, () => GetTenantRequest$, () => GetTenantResponse$
3262
+ ];
3263
+ var ListConfigurationSets$ = [9, n0, _LCS,
3264
+ { [_h]: ["GET", "/v2/email/configuration-sets", 200] }, () => ListConfigurationSetsRequest$, () => ListConfigurationSetsResponse$
3265
+ ];
3266
+ var ListContactLists$ = [9, n0, _LCL,
3267
+ { [_h]: ["GET", "/v2/email/contact-lists", 200] }, () => ListContactListsRequest$, () => ListContactListsResponse$
3268
+ ];
3269
+ var ListContacts$ = [9, n0, _LC,
3270
+ { [_h]: ["POST", "/v2/email/contact-lists/{ContactListName}/contacts/list", 200] }, () => ListContactsRequest$, () => ListContactsResponse$
3271
+ ];
3272
+ var ListCustomVerificationEmailTemplates$ = [9, n0, _LCVET,
3273
+ { [_h]: ["GET", "/v2/email/custom-verification-email-templates", 200] }, () => ListCustomVerificationEmailTemplatesRequest$, () => ListCustomVerificationEmailTemplatesResponse$
3274
+ ];
3275
+ var ListDedicatedIpPools$ = [9, n0, _LDIP,
3276
+ { [_h]: ["GET", "/v2/email/dedicated-ip-pools", 200] }, () => ListDedicatedIpPoolsRequest$, () => ListDedicatedIpPoolsResponse$
3277
+ ];
3278
+ var ListDeliverabilityTestReports$ = [9, n0, _LDTR,
3279
+ { [_h]: ["GET", "/v2/email/deliverability-dashboard/test-reports", 200] }, () => ListDeliverabilityTestReportsRequest$, () => ListDeliverabilityTestReportsResponse$
3280
+ ];
3281
+ var ListDomainDeliverabilityCampaigns$ = [9, n0, _LDDC,
3282
+ { [_h]: ["GET", "/v2/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns", 200] }, () => ListDomainDeliverabilityCampaignsRequest$, () => ListDomainDeliverabilityCampaignsResponse$
3283
+ ];
3284
+ var ListEmailIdentities$ = [9, n0, _LEI,
3285
+ { [_h]: ["GET", "/v2/email/identities", 200] }, () => ListEmailIdentitiesRequest$, () => ListEmailIdentitiesResponse$
3286
+ ];
3287
+ var ListEmailTemplates$ = [9, n0, _LET,
3288
+ { [_h]: ["GET", "/v2/email/templates", 200] }, () => ListEmailTemplatesRequest$, () => ListEmailTemplatesResponse$
3289
+ ];
3290
+ var ListExportJobs$ = [9, n0, _LEJ,
3291
+ { [_h]: ["POST", "/v2/email/list-export-jobs", 200] }, () => ListExportJobsRequest$, () => ListExportJobsResponse$
3292
+ ];
3293
+ var ListImportJobs$ = [9, n0, _LIJ,
3294
+ { [_h]: ["POST", "/v2/email/import-jobs/list", 200] }, () => ListImportJobsRequest$, () => ListImportJobsResponse$
3295
+ ];
3296
+ var ListMultiRegionEndpoints$ = [9, n0, _LMRE,
3297
+ { [_h]: ["GET", "/v2/email/multi-region-endpoints", 200] }, () => ListMultiRegionEndpointsRequest$, () => ListMultiRegionEndpointsResponse$
3298
+ ];
3299
+ var ListRecommendations$ = [9, n0, _LR,
3300
+ { [_h]: ["POST", "/v2/email/vdm/recommendations", 200] }, () => ListRecommendationsRequest$, () => ListRecommendationsResponse$
3301
+ ];
3302
+ var ListReputationEntities$ = [9, n0, _LRE,
3303
+ { [_h]: ["POST", "/v2/email/reputation/entities", 200] }, () => ListReputationEntitiesRequest$, () => ListReputationEntitiesResponse$
3304
+ ];
3305
+ var ListResourceTenants$ = [9, n0, _LRT,
3306
+ { [_h]: ["POST", "/v2/email/resources/tenants/list", 200] }, () => ListResourceTenantsRequest$, () => ListResourceTenantsResponse$
3307
+ ];
3308
+ var ListSuppressedDestinations$ = [9, n0, _LSD,
3309
+ { [_h]: ["GET", "/v2/email/suppression/addresses", 200] }, () => ListSuppressedDestinationsRequest$, () => ListSuppressedDestinationsResponse$
3310
+ ];
3311
+ var ListTagsForResource$ = [9, n0, _LTFR,
3312
+ { [_h]: ["GET", "/v2/email/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3313
+ ];
3314
+ var ListTenantResources$ = [9, n0, _LTRis,
3315
+ { [_h]: ["POST", "/v2/email/tenants/resources/list", 200] }, () => ListTenantResourcesRequest$, () => ListTenantResourcesResponse$
3316
+ ];
3317
+ var ListTenants$ = [9, n0, _LTi,
3318
+ { [_h]: ["POST", "/v2/email/tenants/list", 200] }, () => ListTenantsRequest$, () => ListTenantsResponse$
3319
+ ];
3320
+ var PutAccountDedicatedIpWarmupAttributes$ = [9, n0, _PADIWA,
3321
+ { [_h]: ["PUT", "/v2/email/account/dedicated-ips/warmup", 200] }, () => PutAccountDedicatedIpWarmupAttributesRequest$, () => PutAccountDedicatedIpWarmupAttributesResponse$
3322
+ ];
3323
+ var PutAccountDetails$ = [9, n0, _PAD,
3324
+ { [_h]: ["POST", "/v2/email/account/details", 200] }, () => PutAccountDetailsRequest$, () => PutAccountDetailsResponse$
3325
+ ];
3326
+ var PutAccountSendingAttributes$ = [9, n0, _PASA,
3327
+ { [_h]: ["PUT", "/v2/email/account/sending", 200] }, () => PutAccountSendingAttributesRequest$, () => PutAccountSendingAttributesResponse$
3328
+ ];
3329
+ var PutAccountSuppressionAttributes$ = [9, n0, _PASAu,
3330
+ { [_h]: ["PUT", "/v2/email/account/suppression", 200] }, () => PutAccountSuppressionAttributesRequest$, () => PutAccountSuppressionAttributesResponse$
3331
+ ];
3332
+ var PutAccountVdmAttributes$ = [9, n0, _PAVA,
3333
+ { [_h]: ["PUT", "/v2/email/account/vdm", 200] }, () => PutAccountVdmAttributesRequest$, () => PutAccountVdmAttributesResponse$
3334
+ ];
3335
+ var PutConfigurationSetArchivingOptions$ = [9, n0, _PCSAO,
3336
+ { [_h]: ["PUT", "/v2/email/configuration-sets/{ConfigurationSetName}/archiving-options", 200] }, () => PutConfigurationSetArchivingOptionsRequest$, () => PutConfigurationSetArchivingOptionsResponse$
3337
+ ];
3338
+ var PutConfigurationSetDeliveryOptions$ = [9, n0, _PCSDO,
3339
+ { [_h]: ["PUT", "/v2/email/configuration-sets/{ConfigurationSetName}/delivery-options", 200] }, () => PutConfigurationSetDeliveryOptionsRequest$, () => PutConfigurationSetDeliveryOptionsResponse$
3340
+ ];
3341
+ var PutConfigurationSetReputationOptions$ = [9, n0, _PCSRO,
3342
+ { [_h]: ["PUT", "/v2/email/configuration-sets/{ConfigurationSetName}/reputation-options", 200] }, () => PutConfigurationSetReputationOptionsRequest$, () => PutConfigurationSetReputationOptionsResponse$
3343
+ ];
3344
+ var PutConfigurationSetSendingOptions$ = [9, n0, _PCSSO,
3345
+ { [_h]: ["PUT", "/v2/email/configuration-sets/{ConfigurationSetName}/sending", 200] }, () => PutConfigurationSetSendingOptionsRequest$, () => PutConfigurationSetSendingOptionsResponse$
3346
+ ];
3347
+ var PutConfigurationSetSuppressionOptions$ = [9, n0, _PCSSOu,
3348
+ { [_h]: ["PUT", "/v2/email/configuration-sets/{ConfigurationSetName}/suppression-options", 200] }, () => PutConfigurationSetSuppressionOptionsRequest$, () => PutConfigurationSetSuppressionOptionsResponse$
3349
+ ];
3350
+ var PutConfigurationSetTrackingOptions$ = [9, n0, _PCSTO,
3351
+ { [_h]: ["PUT", "/v2/email/configuration-sets/{ConfigurationSetName}/tracking-options", 200] }, () => PutConfigurationSetTrackingOptionsRequest$, () => PutConfigurationSetTrackingOptionsResponse$
3352
+ ];
3353
+ var PutConfigurationSetVdmOptions$ = [9, n0, _PCSVO,
3354
+ { [_h]: ["PUT", "/v2/email/configuration-sets/{ConfigurationSetName}/vdm-options", 200] }, () => PutConfigurationSetVdmOptionsRequest$, () => PutConfigurationSetVdmOptionsResponse$
3355
+ ];
3356
+ var PutDedicatedIpInPool$ = [9, n0, _PDIIP,
3357
+ { [_h]: ["PUT", "/v2/email/dedicated-ips/{Ip}/pool", 200] }, () => PutDedicatedIpInPoolRequest$, () => PutDedicatedIpInPoolResponse$
3358
+ ];
3359
+ var PutDedicatedIpPoolScalingAttributes$ = [9, n0, _PDIPSA,
3360
+ { [_h]: ["PUT", "/v2/email/dedicated-ip-pools/{PoolName}/scaling", 200] }, () => PutDedicatedIpPoolScalingAttributesRequest$, () => PutDedicatedIpPoolScalingAttributesResponse$
3361
+ ];
3362
+ var PutDedicatedIpWarmupAttributes$ = [9, n0, _PDIWA,
3363
+ { [_h]: ["PUT", "/v2/email/dedicated-ips/{Ip}/warmup", 200] }, () => PutDedicatedIpWarmupAttributesRequest$, () => PutDedicatedIpWarmupAttributesResponse$
3364
+ ];
3365
+ var PutDeliverabilityDashboardOption$ = [9, n0, _PDDO,
3366
+ { [_h]: ["PUT", "/v2/email/deliverability-dashboard", 200] }, () => PutDeliverabilityDashboardOptionRequest$, () => PutDeliverabilityDashboardOptionResponse$
3367
+ ];
3368
+ var PutEmailIdentityConfigurationSetAttributes$ = [9, n0, _PEICSA,
3369
+ { [_h]: ["PUT", "/v2/email/identities/{EmailIdentity}/configuration-set", 200] }, () => PutEmailIdentityConfigurationSetAttributesRequest$, () => PutEmailIdentityConfigurationSetAttributesResponse$
3370
+ ];
3371
+ var PutEmailIdentityDkimAttributes$ = [9, n0, _PEIDA,
3372
+ { [_h]: ["PUT", "/v2/email/identities/{EmailIdentity}/dkim", 200] }, () => PutEmailIdentityDkimAttributesRequest$, () => PutEmailIdentityDkimAttributesResponse$
3373
+ ];
3374
+ var PutEmailIdentityDkimSigningAttributes$ = [9, n0, _PEIDSA,
3375
+ { [_h]: ["PUT", "/v2/email/identities/{EmailIdentity}/dkim/signing", 200] }, () => PutEmailIdentityDkimSigningAttributesRequest$, () => PutEmailIdentityDkimSigningAttributesResponse$
3376
+ ];
3377
+ var PutEmailIdentityFeedbackAttributes$ = [9, n0, _PEIFA,
3378
+ { [_h]: ["PUT", "/v2/email/identities/{EmailIdentity}/feedback", 200] }, () => PutEmailIdentityFeedbackAttributesRequest$, () => PutEmailIdentityFeedbackAttributesResponse$
3379
+ ];
3380
+ var PutEmailIdentityMailFromAttributes$ = [9, n0, _PEIMFA,
3381
+ { [_h]: ["PUT", "/v2/email/identities/{EmailIdentity}/mail-from", 200] }, () => PutEmailIdentityMailFromAttributesRequest$, () => PutEmailIdentityMailFromAttributesResponse$
3382
+ ];
3383
+ var PutSuppressedDestination$ = [9, n0, _PSD,
3384
+ { [_h]: ["PUT", "/v2/email/suppression/addresses", 200] }, () => PutSuppressedDestinationRequest$, () => PutSuppressedDestinationResponse$
3385
+ ];
3386
+ var PutTenantSuppressionAttributes$ = [9, n0, _PTSA,
3387
+ { [_h]: ["POST", "/v2/email/tenant/suppression", 200] }, () => PutTenantSuppressionAttributesRequest$, () => PutTenantSuppressionAttributesResponse$
3388
+ ];
3389
+ var SendBulkEmail$ = [9, n0, _SBE,
3390
+ { [_h]: ["POST", "/v2/email/outbound-bulk-emails", 200] }, () => SendBulkEmailRequest$, () => SendBulkEmailResponse$
3391
+ ];
3392
+ var SendCustomVerificationEmail$ = [9, n0, _SCVE,
3393
+ { [_h]: ["POST", "/v2/email/outbound-custom-verification-emails", 200] }, () => SendCustomVerificationEmailRequest$, () => SendCustomVerificationEmailResponse$
3394
+ ];
3395
+ var SendEmail$ = [9, n0, _SEen,
3396
+ { [_h]: ["POST", "/v2/email/outbound-emails", 200] }, () => SendEmailRequest$, () => SendEmailResponse$
3397
+ ];
3398
+ var TagResource$ = [9, n0, _TRa,
3399
+ { [_h]: ["POST", "/v2/email/tags", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
3400
+ ];
3401
+ var TestRenderEmailTemplate$ = [9, n0, _TRET,
3402
+ { [_h]: ["POST", "/v2/email/templates/{TemplateName}/render", 200] }, () => TestRenderEmailTemplateRequest$, () => TestRenderEmailTemplateResponse$
3403
+ ];
3404
+ var UntagResource$ = [9, n0, _UR,
3405
+ { [_h]: ["DELETE", "/v2/email/tags", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
3406
+ ];
3407
+ var UpdateConfigurationSetEventDestination$ = [9, n0, _UCSED,
3408
+ { [_h]: ["PUT", "/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}", 200] }, () => UpdateConfigurationSetEventDestinationRequest$, () => UpdateConfigurationSetEventDestinationResponse$
3409
+ ];
3410
+ var UpdateContact$ = [9, n0, _UC,
3411
+ { [_h]: ["PUT", "/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}", 200] }, () => UpdateContactRequest$, () => UpdateContactResponse$
3412
+ ];
3413
+ var UpdateContactList$ = [9, n0, _UCL,
3414
+ { [_h]: ["PUT", "/v2/email/contact-lists/{ContactListName}", 200] }, () => UpdateContactListRequest$, () => UpdateContactListResponse$
3415
+ ];
3416
+ var UpdateCustomVerificationEmailTemplate$ = [9, n0, _UCVET,
3417
+ { [_h]: ["PUT", "/v2/email/custom-verification-email-templates/{TemplateName}", 200] }, () => UpdateCustomVerificationEmailTemplateRequest$, () => UpdateCustomVerificationEmailTemplateResponse$
3418
+ ];
3419
+ var UpdateEmailIdentityPolicy$ = [9, n0, _UEIP,
3420
+ { [_h]: ["PUT", "/v2/email/identities/{EmailIdentity}/policies/{PolicyName}", 200] }, () => UpdateEmailIdentityPolicyRequest$, () => UpdateEmailIdentityPolicyResponse$
3421
+ ];
3422
+ var UpdateEmailTemplate$ = [9, n0, _UET,
3423
+ { [_h]: ["PUT", "/v2/email/templates/{TemplateName}", 200] }, () => UpdateEmailTemplateRequest$, () => UpdateEmailTemplateResponse$
3424
+ ];
3425
+ var UpdateReputationEntityCustomerManagedStatus$ = [9, n0, _URECMS,
3426
+ { [_h]: ["PUT", "/v2/email/reputation/entities/{ReputationEntityType}/{ReputationEntityReference}/customer-managed-status", 200] }, () => UpdateReputationEntityCustomerManagedStatusRequest$, () => UpdateReputationEntityCustomerManagedStatusResponse$
3427
+ ];
3428
+ var UpdateReputationEntityPolicy$ = [9, n0, _UREP,
3429
+ { [_h]: ["PUT", "/v2/email/reputation/entities/{ReputationEntityType}/{ReputationEntityReference}/policy", 200] }, () => UpdateReputationEntityPolicyRequest$, () => UpdateReputationEntityPolicyResponse$
3430
+ ];
3431
+
3432
+ const getRuntimeConfig$1 = (config) => {
3433
+ return {
3434
+ apiVersion: "2019-09-27",
3435
+ base64Decoder: config?.base64Decoder ?? fromBase64,
3436
+ base64Encoder: config?.base64Encoder ?? toBase64,
3437
+ disableHostPrefix: config?.disableHostPrefix ?? false,
3438
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
3439
+ extensions: config?.extensions ?? [],
3440
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultSESv2HttpAuthSchemeProvider,
3441
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
3442
+ {
3443
+ schemeId: "aws.auth#sigv4",
3444
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
3445
+ signer: new AwsSdkSigV4Signer(),
3446
+ },
3447
+ {
3448
+ schemeId: "aws.auth#sigv4a",
3449
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4a"),
3450
+ signer: new AwsSdkSigV4ASigner(),
3451
+ },
3452
+ ],
3453
+ logger: config?.logger ?? new NoOpLogger(),
3454
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
3455
+ protocolSettings: config?.protocolSettings ?? {
3456
+ defaultNamespace: "com.amazonaws.sesv2",
3457
+ errorTypeRegistries,
3458
+ version: "2019-09-27",
3459
+ serviceTarget: "SimpleEmailService_v2",
3460
+ },
3461
+ serviceId: config?.serviceId ?? "SESv2",
3462
+ signerConstructor: config?.signerConstructor ?? SignatureV4MultiRegion,
3463
+ urlParser: config?.urlParser ?? parseUrl,
3464
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3465
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
3466
+ };
3467
+ };
3468
+
3469
+ const getRuntimeConfig = (config) => {
3470
+ emitWarningIfUnsupportedVersion(process.version);
3471
+ const defaultsMode = resolveDefaultsModeConfig(config);
3472
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
3473
+ const clientSharedValues = getRuntimeConfig$1(config);
3474
+ emitWarningIfUnsupportedVersion$1(process.version);
3475
+ const loaderConfig = {
3476
+ profile: config?.profile,
3477
+ logger: clientSharedValues.logger,
3478
+ };
3479
+ return {
3480
+ ...clientSharedValues,
3481
+ ...config,
3482
+ runtime: "node",
3483
+ defaultsMode,
3484
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
3485
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
3486
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
3487
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
3488
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
3489
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
3490
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
3491
+ retryMode: config?.retryMode ??
3492
+ loadConfig({
3493
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3494
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3495
+ }, config),
3496
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
3497
+ sigv4aSigningRegionSet: config?.sigv4aSigningRegionSet ?? loadConfig(NODE_SIGV4A_CONFIG_OPTIONS, loaderConfig),
3498
+ streamCollector: config?.streamCollector ?? streamCollector,
3499
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3500
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3501
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3502
+ };
3503
+ };
3504
+
34
3505
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
3506
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
3507
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -1936,171 +5407,646 @@ const ResourceType = {
1936
5407
  EMAIL_TEMPLATE: "EMAIL_TEMPLATE",
1937
5408
  };
1938
5409
 
5410
+ exports.AccountDetails$ = AccountDetails$;
5411
+ exports.AccountSuspendedException = AccountSuspendedException;
5412
+ exports.AccountSuspendedException$ = AccountSuspendedException$;
5413
+ exports.AlreadyExistsException = AlreadyExistsException;
5414
+ exports.AlreadyExistsException$ = AlreadyExistsException$;
5415
+ exports.ArchivingOptions$ = ArchivingOptions$;
5416
+ exports.Attachment$ = Attachment$;
1939
5417
  exports.AttachmentContentDisposition = AttachmentContentDisposition;
1940
5418
  exports.AttachmentContentTransferEncoding = AttachmentContentTransferEncoding;
5419
+ exports.BadRequestException = BadRequestException;
5420
+ exports.BadRequestException$ = BadRequestException$;
5421
+ exports.BatchGetMetricData$ = BatchGetMetricData$;
1941
5422
  exports.BatchGetMetricDataCommand = BatchGetMetricDataCommand;
5423
+ exports.BatchGetMetricDataQuery$ = BatchGetMetricDataQuery$;
5424
+ exports.BatchGetMetricDataRequest$ = BatchGetMetricDataRequest$;
5425
+ exports.BatchGetMetricDataResponse$ = BatchGetMetricDataResponse$;
1942
5426
  exports.BehaviorOnMxFailure = BehaviorOnMxFailure;
5427
+ exports.BlacklistEntry$ = BlacklistEntry$;
5428
+ exports.Body$ = Body$;
5429
+ exports.Bounce$ = Bounce$;
1943
5430
  exports.BounceType = BounceType;
5431
+ exports.BulkEmailContent$ = BulkEmailContent$;
5432
+ exports.BulkEmailEntry$ = BulkEmailEntry$;
5433
+ exports.BulkEmailEntryResult$ = BulkEmailEntryResult$;
1944
5434
  exports.BulkEmailStatus = BulkEmailStatus;
5435
+ exports.CancelExportJob$ = CancelExportJob$;
1945
5436
  exports.CancelExportJobCommand = CancelExportJobCommand;
5437
+ exports.CancelExportJobRequest$ = CancelExportJobRequest$;
5438
+ exports.CancelExportJobResponse$ = CancelExportJobResponse$;
5439
+ exports.CloudWatchDestination$ = CloudWatchDestination$;
5440
+ exports.CloudWatchDimensionConfiguration$ = CloudWatchDimensionConfiguration$;
5441
+ exports.Complaint$ = Complaint$;
5442
+ exports.ConcurrentModificationException = ConcurrentModificationException;
5443
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
5444
+ exports.ConflictException = ConflictException;
5445
+ exports.ConflictException$ = ConflictException$;
5446
+ exports.Contact$ = Contact$;
1946
5447
  exports.ContactLanguage = ContactLanguage;
5448
+ exports.ContactList$ = ContactList$;
5449
+ exports.ContactListDestination$ = ContactListDestination$;
1947
5450
  exports.ContactListImportAction = ContactListImportAction;
5451
+ exports.Content$ = Content$;
5452
+ exports.CreateConfigurationSet$ = CreateConfigurationSet$;
1948
5453
  exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
5454
+ exports.CreateConfigurationSetEventDestination$ = CreateConfigurationSetEventDestination$;
1949
5455
  exports.CreateConfigurationSetEventDestinationCommand = CreateConfigurationSetEventDestinationCommand;
5456
+ exports.CreateConfigurationSetEventDestinationRequest$ = CreateConfigurationSetEventDestinationRequest$;
5457
+ exports.CreateConfigurationSetEventDestinationResponse$ = CreateConfigurationSetEventDestinationResponse$;
5458
+ exports.CreateConfigurationSetRequest$ = CreateConfigurationSetRequest$;
5459
+ exports.CreateConfigurationSetResponse$ = CreateConfigurationSetResponse$;
5460
+ exports.CreateContact$ = CreateContact$;
1950
5461
  exports.CreateContactCommand = CreateContactCommand;
5462
+ exports.CreateContactList$ = CreateContactList$;
1951
5463
  exports.CreateContactListCommand = CreateContactListCommand;
5464
+ exports.CreateContactListRequest$ = CreateContactListRequest$;
5465
+ exports.CreateContactListResponse$ = CreateContactListResponse$;
5466
+ exports.CreateContactRequest$ = CreateContactRequest$;
5467
+ exports.CreateContactResponse$ = CreateContactResponse$;
5468
+ exports.CreateCustomVerificationEmailTemplate$ = CreateCustomVerificationEmailTemplate$;
1952
5469
  exports.CreateCustomVerificationEmailTemplateCommand = CreateCustomVerificationEmailTemplateCommand;
5470
+ exports.CreateCustomVerificationEmailTemplateRequest$ = CreateCustomVerificationEmailTemplateRequest$;
5471
+ exports.CreateCustomVerificationEmailTemplateResponse$ = CreateCustomVerificationEmailTemplateResponse$;
5472
+ exports.CreateDedicatedIpPool$ = CreateDedicatedIpPool$;
1953
5473
  exports.CreateDedicatedIpPoolCommand = CreateDedicatedIpPoolCommand;
5474
+ exports.CreateDedicatedIpPoolRequest$ = CreateDedicatedIpPoolRequest$;
5475
+ exports.CreateDedicatedIpPoolResponse$ = CreateDedicatedIpPoolResponse$;
5476
+ exports.CreateDeliverabilityTestReport$ = CreateDeliverabilityTestReport$;
1954
5477
  exports.CreateDeliverabilityTestReportCommand = CreateDeliverabilityTestReportCommand;
5478
+ exports.CreateDeliverabilityTestReportRequest$ = CreateDeliverabilityTestReportRequest$;
5479
+ exports.CreateDeliverabilityTestReportResponse$ = CreateDeliverabilityTestReportResponse$;
5480
+ exports.CreateEmailIdentity$ = CreateEmailIdentity$;
1955
5481
  exports.CreateEmailIdentityCommand = CreateEmailIdentityCommand;
5482
+ exports.CreateEmailIdentityPolicy$ = CreateEmailIdentityPolicy$;
1956
5483
  exports.CreateEmailIdentityPolicyCommand = CreateEmailIdentityPolicyCommand;
5484
+ exports.CreateEmailIdentityPolicyRequest$ = CreateEmailIdentityPolicyRequest$;
5485
+ exports.CreateEmailIdentityPolicyResponse$ = CreateEmailIdentityPolicyResponse$;
5486
+ exports.CreateEmailIdentityRequest$ = CreateEmailIdentityRequest$;
5487
+ exports.CreateEmailIdentityResponse$ = CreateEmailIdentityResponse$;
5488
+ exports.CreateEmailTemplate$ = CreateEmailTemplate$;
1957
5489
  exports.CreateEmailTemplateCommand = CreateEmailTemplateCommand;
5490
+ exports.CreateEmailTemplateRequest$ = CreateEmailTemplateRequest$;
5491
+ exports.CreateEmailTemplateResponse$ = CreateEmailTemplateResponse$;
5492
+ exports.CreateExportJob$ = CreateExportJob$;
1958
5493
  exports.CreateExportJobCommand = CreateExportJobCommand;
5494
+ exports.CreateExportJobRequest$ = CreateExportJobRequest$;
5495
+ exports.CreateExportJobResponse$ = CreateExportJobResponse$;
5496
+ exports.CreateImportJob$ = CreateImportJob$;
1959
5497
  exports.CreateImportJobCommand = CreateImportJobCommand;
5498
+ exports.CreateImportJobRequest$ = CreateImportJobRequest$;
5499
+ exports.CreateImportJobResponse$ = CreateImportJobResponse$;
5500
+ exports.CreateMultiRegionEndpoint$ = CreateMultiRegionEndpoint$;
1960
5501
  exports.CreateMultiRegionEndpointCommand = CreateMultiRegionEndpointCommand;
5502
+ exports.CreateMultiRegionEndpointRequest$ = CreateMultiRegionEndpointRequest$;
5503
+ exports.CreateMultiRegionEndpointResponse$ = CreateMultiRegionEndpointResponse$;
5504
+ exports.CreateTenant$ = CreateTenant$;
1961
5505
  exports.CreateTenantCommand = CreateTenantCommand;
5506
+ exports.CreateTenantRequest$ = CreateTenantRequest$;
5507
+ exports.CreateTenantResourceAssociation$ = CreateTenantResourceAssociation$;
1962
5508
  exports.CreateTenantResourceAssociationCommand = CreateTenantResourceAssociationCommand;
5509
+ exports.CreateTenantResourceAssociationRequest$ = CreateTenantResourceAssociationRequest$;
5510
+ exports.CreateTenantResourceAssociationResponse$ = CreateTenantResourceAssociationResponse$;
5511
+ exports.CreateTenantResponse$ = CreateTenantResponse$;
5512
+ exports.CustomVerificationEmailTemplateMetadata$ = CustomVerificationEmailTemplateMetadata$;
5513
+ exports.DailyVolume$ = DailyVolume$;
5514
+ exports.DashboardAttributes$ = DashboardAttributes$;
5515
+ exports.DashboardOptions$ = DashboardOptions$;
1963
5516
  exports.DataFormat = DataFormat;
5517
+ exports.DedicatedIp$ = DedicatedIp$;
5518
+ exports.DedicatedIpPool$ = DedicatedIpPool$;
5519
+ exports.DeleteConfigurationSet$ = DeleteConfigurationSet$;
1964
5520
  exports.DeleteConfigurationSetCommand = DeleteConfigurationSetCommand;
5521
+ exports.DeleteConfigurationSetEventDestination$ = DeleteConfigurationSetEventDestination$;
1965
5522
  exports.DeleteConfigurationSetEventDestinationCommand = DeleteConfigurationSetEventDestinationCommand;
5523
+ exports.DeleteConfigurationSetEventDestinationRequest$ = DeleteConfigurationSetEventDestinationRequest$;
5524
+ exports.DeleteConfigurationSetEventDestinationResponse$ = DeleteConfigurationSetEventDestinationResponse$;
5525
+ exports.DeleteConfigurationSetRequest$ = DeleteConfigurationSetRequest$;
5526
+ exports.DeleteConfigurationSetResponse$ = DeleteConfigurationSetResponse$;
5527
+ exports.DeleteContact$ = DeleteContact$;
1966
5528
  exports.DeleteContactCommand = DeleteContactCommand;
5529
+ exports.DeleteContactList$ = DeleteContactList$;
1967
5530
  exports.DeleteContactListCommand = DeleteContactListCommand;
5531
+ exports.DeleteContactListRequest$ = DeleteContactListRequest$;
5532
+ exports.DeleteContactListResponse$ = DeleteContactListResponse$;
5533
+ exports.DeleteContactRequest$ = DeleteContactRequest$;
5534
+ exports.DeleteContactResponse$ = DeleteContactResponse$;
5535
+ exports.DeleteCustomVerificationEmailTemplate$ = DeleteCustomVerificationEmailTemplate$;
1968
5536
  exports.DeleteCustomVerificationEmailTemplateCommand = DeleteCustomVerificationEmailTemplateCommand;
5537
+ exports.DeleteCustomVerificationEmailTemplateRequest$ = DeleteCustomVerificationEmailTemplateRequest$;
5538
+ exports.DeleteCustomVerificationEmailTemplateResponse$ = DeleteCustomVerificationEmailTemplateResponse$;
5539
+ exports.DeleteDedicatedIpPool$ = DeleteDedicatedIpPool$;
1969
5540
  exports.DeleteDedicatedIpPoolCommand = DeleteDedicatedIpPoolCommand;
5541
+ exports.DeleteDedicatedIpPoolRequest$ = DeleteDedicatedIpPoolRequest$;
5542
+ exports.DeleteDedicatedIpPoolResponse$ = DeleteDedicatedIpPoolResponse$;
5543
+ exports.DeleteEmailIdentity$ = DeleteEmailIdentity$;
1970
5544
  exports.DeleteEmailIdentityCommand = DeleteEmailIdentityCommand;
5545
+ exports.DeleteEmailIdentityPolicy$ = DeleteEmailIdentityPolicy$;
1971
5546
  exports.DeleteEmailIdentityPolicyCommand = DeleteEmailIdentityPolicyCommand;
5547
+ exports.DeleteEmailIdentityPolicyRequest$ = DeleteEmailIdentityPolicyRequest$;
5548
+ exports.DeleteEmailIdentityPolicyResponse$ = DeleteEmailIdentityPolicyResponse$;
5549
+ exports.DeleteEmailIdentityRequest$ = DeleteEmailIdentityRequest$;
5550
+ exports.DeleteEmailIdentityResponse$ = DeleteEmailIdentityResponse$;
5551
+ exports.DeleteEmailTemplate$ = DeleteEmailTemplate$;
1972
5552
  exports.DeleteEmailTemplateCommand = DeleteEmailTemplateCommand;
5553
+ exports.DeleteEmailTemplateRequest$ = DeleteEmailTemplateRequest$;
5554
+ exports.DeleteEmailTemplateResponse$ = DeleteEmailTemplateResponse$;
5555
+ exports.DeleteMultiRegionEndpoint$ = DeleteMultiRegionEndpoint$;
1973
5556
  exports.DeleteMultiRegionEndpointCommand = DeleteMultiRegionEndpointCommand;
5557
+ exports.DeleteMultiRegionEndpointRequest$ = DeleteMultiRegionEndpointRequest$;
5558
+ exports.DeleteMultiRegionEndpointResponse$ = DeleteMultiRegionEndpointResponse$;
5559
+ exports.DeleteSuppressedDestination$ = DeleteSuppressedDestination$;
1974
5560
  exports.DeleteSuppressedDestinationCommand = DeleteSuppressedDestinationCommand;
5561
+ exports.DeleteSuppressedDestinationRequest$ = DeleteSuppressedDestinationRequest$;
5562
+ exports.DeleteSuppressedDestinationResponse$ = DeleteSuppressedDestinationResponse$;
5563
+ exports.DeleteTenant$ = DeleteTenant$;
1975
5564
  exports.DeleteTenantCommand = DeleteTenantCommand;
5565
+ exports.DeleteTenantRequest$ = DeleteTenantRequest$;
5566
+ exports.DeleteTenantResourceAssociation$ = DeleteTenantResourceAssociation$;
1976
5567
  exports.DeleteTenantResourceAssociationCommand = DeleteTenantResourceAssociationCommand;
5568
+ exports.DeleteTenantResourceAssociationRequest$ = DeleteTenantResourceAssociationRequest$;
5569
+ exports.DeleteTenantResourceAssociationResponse$ = DeleteTenantResourceAssociationResponse$;
5570
+ exports.DeleteTenantResponse$ = DeleteTenantResponse$;
1977
5571
  exports.DeliverabilityDashboardAccountStatus = DeliverabilityDashboardAccountStatus;
5572
+ exports.DeliverabilityTestReport$ = DeliverabilityTestReport$;
1978
5573
  exports.DeliverabilityTestStatus = DeliverabilityTestStatus;
1979
5574
  exports.DeliveryEventType = DeliveryEventType;
5575
+ exports.DeliveryOptions$ = DeliveryOptions$;
5576
+ exports.Destination$ = Destination$;
5577
+ exports.Details$ = Details$;
1980
5578
  exports.DimensionValueSource = DimensionValueSource;
5579
+ exports.DkimAttributes$ = DkimAttributes$;
5580
+ exports.DkimSigningAttributes$ = DkimSigningAttributes$;
1981
5581
  exports.DkimSigningAttributesOrigin = DkimSigningAttributesOrigin;
1982
5582
  exports.DkimSigningKeyLength = DkimSigningKeyLength;
1983
5583
  exports.DkimStatus = DkimStatus;
5584
+ exports.DomainDeliverabilityCampaign$ = DomainDeliverabilityCampaign$;
5585
+ exports.DomainDeliverabilityTrackingOption$ = DomainDeliverabilityTrackingOption$;
5586
+ exports.DomainIspPlacement$ = DomainIspPlacement$;
1984
5587
  exports.EmailAddressInsightsConfidenceVerdict = EmailAddressInsightsConfidenceVerdict;
5588
+ exports.EmailAddressInsightsMailboxEvaluations$ = EmailAddressInsightsMailboxEvaluations$;
5589
+ exports.EmailAddressInsightsVerdict$ = EmailAddressInsightsVerdict$;
5590
+ exports.EmailContent$ = EmailContent$;
5591
+ exports.EmailInsights$ = EmailInsights$;
5592
+ exports.EmailTemplateContent$ = EmailTemplateContent$;
5593
+ exports.EmailTemplateMetadata$ = EmailTemplateMetadata$;
1985
5594
  exports.EngagementEventType = EngagementEventType;
5595
+ exports.EventBridgeDestination$ = EventBridgeDestination$;
5596
+ exports.EventDestination$ = EventDestination$;
5597
+ exports.EventDestinationDefinition$ = EventDestinationDefinition$;
5598
+ exports.EventDetails$ = EventDetails$;
1986
5599
  exports.EventType = EventType;
5600
+ exports.ExportDataSource$ = ExportDataSource$;
5601
+ exports.ExportDestination$ = ExportDestination$;
5602
+ exports.ExportJobSummary$ = ExportJobSummary$;
5603
+ exports.ExportMetric$ = ExportMetric$;
1987
5604
  exports.ExportSourceType = ExportSourceType;
5605
+ exports.ExportStatistics$ = ExportStatistics$;
5606
+ exports.FailureInfo$ = FailureInfo$;
1988
5607
  exports.FeatureStatus = FeatureStatus;
5608
+ exports.GetAccount$ = GetAccount$;
1989
5609
  exports.GetAccountCommand = GetAccountCommand;
5610
+ exports.GetAccountRequest$ = GetAccountRequest$;
5611
+ exports.GetAccountResponse$ = GetAccountResponse$;
5612
+ exports.GetBlacklistReports$ = GetBlacklistReports$;
1990
5613
  exports.GetBlacklistReportsCommand = GetBlacklistReportsCommand;
5614
+ exports.GetBlacklistReportsRequest$ = GetBlacklistReportsRequest$;
5615
+ exports.GetBlacklistReportsResponse$ = GetBlacklistReportsResponse$;
5616
+ exports.GetConfigurationSet$ = GetConfigurationSet$;
1991
5617
  exports.GetConfigurationSetCommand = GetConfigurationSetCommand;
5618
+ exports.GetConfigurationSetEventDestinations$ = GetConfigurationSetEventDestinations$;
1992
5619
  exports.GetConfigurationSetEventDestinationsCommand = GetConfigurationSetEventDestinationsCommand;
5620
+ exports.GetConfigurationSetEventDestinationsRequest$ = GetConfigurationSetEventDestinationsRequest$;
5621
+ exports.GetConfigurationSetEventDestinationsResponse$ = GetConfigurationSetEventDestinationsResponse$;
5622
+ exports.GetConfigurationSetRequest$ = GetConfigurationSetRequest$;
5623
+ exports.GetConfigurationSetResponse$ = GetConfigurationSetResponse$;
5624
+ exports.GetContact$ = GetContact$;
1993
5625
  exports.GetContactCommand = GetContactCommand;
5626
+ exports.GetContactList$ = GetContactList$;
1994
5627
  exports.GetContactListCommand = GetContactListCommand;
5628
+ exports.GetContactListRequest$ = GetContactListRequest$;
5629
+ exports.GetContactListResponse$ = GetContactListResponse$;
5630
+ exports.GetContactRequest$ = GetContactRequest$;
5631
+ exports.GetContactResponse$ = GetContactResponse$;
5632
+ exports.GetCustomVerificationEmailTemplate$ = GetCustomVerificationEmailTemplate$;
1995
5633
  exports.GetCustomVerificationEmailTemplateCommand = GetCustomVerificationEmailTemplateCommand;
5634
+ exports.GetCustomVerificationEmailTemplateRequest$ = GetCustomVerificationEmailTemplateRequest$;
5635
+ exports.GetCustomVerificationEmailTemplateResponse$ = GetCustomVerificationEmailTemplateResponse$;
5636
+ exports.GetDedicatedIp$ = GetDedicatedIp$;
1996
5637
  exports.GetDedicatedIpCommand = GetDedicatedIpCommand;
5638
+ exports.GetDedicatedIpPool$ = GetDedicatedIpPool$;
1997
5639
  exports.GetDedicatedIpPoolCommand = GetDedicatedIpPoolCommand;
5640
+ exports.GetDedicatedIpPoolRequest$ = GetDedicatedIpPoolRequest$;
5641
+ exports.GetDedicatedIpPoolResponse$ = GetDedicatedIpPoolResponse$;
5642
+ exports.GetDedicatedIpRequest$ = GetDedicatedIpRequest$;
5643
+ exports.GetDedicatedIpResponse$ = GetDedicatedIpResponse$;
5644
+ exports.GetDedicatedIps$ = GetDedicatedIps$;
1998
5645
  exports.GetDedicatedIpsCommand = GetDedicatedIpsCommand;
5646
+ exports.GetDedicatedIpsRequest$ = GetDedicatedIpsRequest$;
5647
+ exports.GetDedicatedIpsResponse$ = GetDedicatedIpsResponse$;
5648
+ exports.GetDeliverabilityDashboardOptions$ = GetDeliverabilityDashboardOptions$;
1999
5649
  exports.GetDeliverabilityDashboardOptionsCommand = GetDeliverabilityDashboardOptionsCommand;
5650
+ exports.GetDeliverabilityDashboardOptionsRequest$ = GetDeliverabilityDashboardOptionsRequest$;
5651
+ exports.GetDeliverabilityDashboardOptionsResponse$ = GetDeliverabilityDashboardOptionsResponse$;
5652
+ exports.GetDeliverabilityTestReport$ = GetDeliverabilityTestReport$;
2000
5653
  exports.GetDeliverabilityTestReportCommand = GetDeliverabilityTestReportCommand;
5654
+ exports.GetDeliverabilityTestReportRequest$ = GetDeliverabilityTestReportRequest$;
5655
+ exports.GetDeliverabilityTestReportResponse$ = GetDeliverabilityTestReportResponse$;
5656
+ exports.GetDomainDeliverabilityCampaign$ = GetDomainDeliverabilityCampaign$;
2001
5657
  exports.GetDomainDeliverabilityCampaignCommand = GetDomainDeliverabilityCampaignCommand;
5658
+ exports.GetDomainDeliverabilityCampaignRequest$ = GetDomainDeliverabilityCampaignRequest$;
5659
+ exports.GetDomainDeliverabilityCampaignResponse$ = GetDomainDeliverabilityCampaignResponse$;
5660
+ exports.GetDomainStatisticsReport$ = GetDomainStatisticsReport$;
2002
5661
  exports.GetDomainStatisticsReportCommand = GetDomainStatisticsReportCommand;
5662
+ exports.GetDomainStatisticsReportRequest$ = GetDomainStatisticsReportRequest$;
5663
+ exports.GetDomainStatisticsReportResponse$ = GetDomainStatisticsReportResponse$;
5664
+ exports.GetEmailAddressInsights$ = GetEmailAddressInsights$;
2003
5665
  exports.GetEmailAddressInsightsCommand = GetEmailAddressInsightsCommand;
5666
+ exports.GetEmailAddressInsightsRequest$ = GetEmailAddressInsightsRequest$;
5667
+ exports.GetEmailAddressInsightsResponse$ = GetEmailAddressInsightsResponse$;
5668
+ exports.GetEmailIdentity$ = GetEmailIdentity$;
2004
5669
  exports.GetEmailIdentityCommand = GetEmailIdentityCommand;
5670
+ exports.GetEmailIdentityPolicies$ = GetEmailIdentityPolicies$;
2005
5671
  exports.GetEmailIdentityPoliciesCommand = GetEmailIdentityPoliciesCommand;
5672
+ exports.GetEmailIdentityPoliciesRequest$ = GetEmailIdentityPoliciesRequest$;
5673
+ exports.GetEmailIdentityPoliciesResponse$ = GetEmailIdentityPoliciesResponse$;
5674
+ exports.GetEmailIdentityRequest$ = GetEmailIdentityRequest$;
5675
+ exports.GetEmailIdentityResponse$ = GetEmailIdentityResponse$;
5676
+ exports.GetEmailTemplate$ = GetEmailTemplate$;
2006
5677
  exports.GetEmailTemplateCommand = GetEmailTemplateCommand;
5678
+ exports.GetEmailTemplateRequest$ = GetEmailTemplateRequest$;
5679
+ exports.GetEmailTemplateResponse$ = GetEmailTemplateResponse$;
5680
+ exports.GetExportJob$ = GetExportJob$;
2007
5681
  exports.GetExportJobCommand = GetExportJobCommand;
5682
+ exports.GetExportJobRequest$ = GetExportJobRequest$;
5683
+ exports.GetExportJobResponse$ = GetExportJobResponse$;
5684
+ exports.GetImportJob$ = GetImportJob$;
2008
5685
  exports.GetImportJobCommand = GetImportJobCommand;
5686
+ exports.GetImportJobRequest$ = GetImportJobRequest$;
5687
+ exports.GetImportJobResponse$ = GetImportJobResponse$;
5688
+ exports.GetMessageInsights$ = GetMessageInsights$;
2009
5689
  exports.GetMessageInsightsCommand = GetMessageInsightsCommand;
5690
+ exports.GetMessageInsightsRequest$ = GetMessageInsightsRequest$;
5691
+ exports.GetMessageInsightsResponse$ = GetMessageInsightsResponse$;
5692
+ exports.GetMultiRegionEndpoint$ = GetMultiRegionEndpoint$;
2010
5693
  exports.GetMultiRegionEndpointCommand = GetMultiRegionEndpointCommand;
5694
+ exports.GetMultiRegionEndpointRequest$ = GetMultiRegionEndpointRequest$;
5695
+ exports.GetMultiRegionEndpointResponse$ = GetMultiRegionEndpointResponse$;
5696
+ exports.GetReputationEntity$ = GetReputationEntity$;
2011
5697
  exports.GetReputationEntityCommand = GetReputationEntityCommand;
5698
+ exports.GetReputationEntityRequest$ = GetReputationEntityRequest$;
5699
+ exports.GetReputationEntityResponse$ = GetReputationEntityResponse$;
5700
+ exports.GetSuppressedDestination$ = GetSuppressedDestination$;
2012
5701
  exports.GetSuppressedDestinationCommand = GetSuppressedDestinationCommand;
5702
+ exports.GetSuppressedDestinationRequest$ = GetSuppressedDestinationRequest$;
5703
+ exports.GetSuppressedDestinationResponse$ = GetSuppressedDestinationResponse$;
5704
+ exports.GetTenant$ = GetTenant$;
2013
5705
  exports.GetTenantCommand = GetTenantCommand;
5706
+ exports.GetTenantRequest$ = GetTenantRequest$;
5707
+ exports.GetTenantResponse$ = GetTenantResponse$;
5708
+ exports.GuardianAttributes$ = GuardianAttributes$;
5709
+ exports.GuardianOptions$ = GuardianOptions$;
2014
5710
  exports.HttpsPolicy = HttpsPolicy;
5711
+ exports.IdentityInfo$ = IdentityInfo$;
2015
5712
  exports.IdentityType = IdentityType;
5713
+ exports.ImportDataSource$ = ImportDataSource$;
5714
+ exports.ImportDestination$ = ImportDestination$;
2016
5715
  exports.ImportDestinationType = ImportDestinationType;
5716
+ exports.ImportJobSummary$ = ImportJobSummary$;
5717
+ exports.InboxPlacementTrackingOption$ = InboxPlacementTrackingOption$;
5718
+ exports.InsightsEvent$ = InsightsEvent$;
5719
+ exports.InternalServiceErrorException = InternalServiceErrorException;
5720
+ exports.InternalServiceErrorException$ = InternalServiceErrorException$;
5721
+ exports.InvalidNextTokenException = InvalidNextTokenException;
5722
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
5723
+ exports.IspPlacement$ = IspPlacement$;
2017
5724
  exports.JobStatus = JobStatus;
5725
+ exports.KinesisFirehoseDestination$ = KinesisFirehoseDestination$;
5726
+ exports.LimitExceededException = LimitExceededException;
5727
+ exports.LimitExceededException$ = LimitExceededException$;
5728
+ exports.ListConfigurationSets$ = ListConfigurationSets$;
2018
5729
  exports.ListConfigurationSetsCommand = ListConfigurationSetsCommand;
5730
+ exports.ListConfigurationSetsRequest$ = ListConfigurationSetsRequest$;
5731
+ exports.ListConfigurationSetsResponse$ = ListConfigurationSetsResponse$;
5732
+ exports.ListContactLists$ = ListContactLists$;
2019
5733
  exports.ListContactListsCommand = ListContactListsCommand;
5734
+ exports.ListContactListsRequest$ = ListContactListsRequest$;
5735
+ exports.ListContactListsResponse$ = ListContactListsResponse$;
5736
+ exports.ListContacts$ = ListContacts$;
2020
5737
  exports.ListContactsCommand = ListContactsCommand;
5738
+ exports.ListContactsFilter$ = ListContactsFilter$;
5739
+ exports.ListContactsRequest$ = ListContactsRequest$;
5740
+ exports.ListContactsResponse$ = ListContactsResponse$;
5741
+ exports.ListCustomVerificationEmailTemplates$ = ListCustomVerificationEmailTemplates$;
2021
5742
  exports.ListCustomVerificationEmailTemplatesCommand = ListCustomVerificationEmailTemplatesCommand;
5743
+ exports.ListCustomVerificationEmailTemplatesRequest$ = ListCustomVerificationEmailTemplatesRequest$;
5744
+ exports.ListCustomVerificationEmailTemplatesResponse$ = ListCustomVerificationEmailTemplatesResponse$;
5745
+ exports.ListDedicatedIpPools$ = ListDedicatedIpPools$;
2022
5746
  exports.ListDedicatedIpPoolsCommand = ListDedicatedIpPoolsCommand;
5747
+ exports.ListDedicatedIpPoolsRequest$ = ListDedicatedIpPoolsRequest$;
5748
+ exports.ListDedicatedIpPoolsResponse$ = ListDedicatedIpPoolsResponse$;
5749
+ exports.ListDeliverabilityTestReports$ = ListDeliverabilityTestReports$;
2023
5750
  exports.ListDeliverabilityTestReportsCommand = ListDeliverabilityTestReportsCommand;
5751
+ exports.ListDeliverabilityTestReportsRequest$ = ListDeliverabilityTestReportsRequest$;
5752
+ exports.ListDeliverabilityTestReportsResponse$ = ListDeliverabilityTestReportsResponse$;
5753
+ exports.ListDomainDeliverabilityCampaigns$ = ListDomainDeliverabilityCampaigns$;
2024
5754
  exports.ListDomainDeliverabilityCampaignsCommand = ListDomainDeliverabilityCampaignsCommand;
5755
+ exports.ListDomainDeliverabilityCampaignsRequest$ = ListDomainDeliverabilityCampaignsRequest$;
5756
+ exports.ListDomainDeliverabilityCampaignsResponse$ = ListDomainDeliverabilityCampaignsResponse$;
5757
+ exports.ListEmailIdentities$ = ListEmailIdentities$;
2025
5758
  exports.ListEmailIdentitiesCommand = ListEmailIdentitiesCommand;
5759
+ exports.ListEmailIdentitiesRequest$ = ListEmailIdentitiesRequest$;
5760
+ exports.ListEmailIdentitiesResponse$ = ListEmailIdentitiesResponse$;
5761
+ exports.ListEmailTemplates$ = ListEmailTemplates$;
2026
5762
  exports.ListEmailTemplatesCommand = ListEmailTemplatesCommand;
5763
+ exports.ListEmailTemplatesRequest$ = ListEmailTemplatesRequest$;
5764
+ exports.ListEmailTemplatesResponse$ = ListEmailTemplatesResponse$;
5765
+ exports.ListExportJobs$ = ListExportJobs$;
2027
5766
  exports.ListExportJobsCommand = ListExportJobsCommand;
5767
+ exports.ListExportJobsRequest$ = ListExportJobsRequest$;
5768
+ exports.ListExportJobsResponse$ = ListExportJobsResponse$;
5769
+ exports.ListImportJobs$ = ListImportJobs$;
2028
5770
  exports.ListImportJobsCommand = ListImportJobsCommand;
5771
+ exports.ListImportJobsRequest$ = ListImportJobsRequest$;
5772
+ exports.ListImportJobsResponse$ = ListImportJobsResponse$;
5773
+ exports.ListManagementOptions$ = ListManagementOptions$;
5774
+ exports.ListMultiRegionEndpoints$ = ListMultiRegionEndpoints$;
2029
5775
  exports.ListMultiRegionEndpointsCommand = ListMultiRegionEndpointsCommand;
5776
+ exports.ListMultiRegionEndpointsRequest$ = ListMultiRegionEndpointsRequest$;
5777
+ exports.ListMultiRegionEndpointsResponse$ = ListMultiRegionEndpointsResponse$;
5778
+ exports.ListRecommendations$ = ListRecommendations$;
2030
5779
  exports.ListRecommendationsCommand = ListRecommendationsCommand;
2031
5780
  exports.ListRecommendationsFilterKey = ListRecommendationsFilterKey;
5781
+ exports.ListRecommendationsRequest$ = ListRecommendationsRequest$;
5782
+ exports.ListRecommendationsResponse$ = ListRecommendationsResponse$;
5783
+ exports.ListReputationEntities$ = ListReputationEntities$;
2032
5784
  exports.ListReputationEntitiesCommand = ListReputationEntitiesCommand;
5785
+ exports.ListReputationEntitiesRequest$ = ListReputationEntitiesRequest$;
5786
+ exports.ListReputationEntitiesResponse$ = ListReputationEntitiesResponse$;
5787
+ exports.ListResourceTenants$ = ListResourceTenants$;
2033
5788
  exports.ListResourceTenantsCommand = ListResourceTenantsCommand;
5789
+ exports.ListResourceTenantsRequest$ = ListResourceTenantsRequest$;
5790
+ exports.ListResourceTenantsResponse$ = ListResourceTenantsResponse$;
5791
+ exports.ListSuppressedDestinations$ = ListSuppressedDestinations$;
2034
5792
  exports.ListSuppressedDestinationsCommand = ListSuppressedDestinationsCommand;
5793
+ exports.ListSuppressedDestinationsRequest$ = ListSuppressedDestinationsRequest$;
5794
+ exports.ListSuppressedDestinationsResponse$ = ListSuppressedDestinationsResponse$;
5795
+ exports.ListTagsForResource$ = ListTagsForResource$;
2035
5796
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5797
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
5798
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
5799
+ exports.ListTenantResources$ = ListTenantResources$;
2036
5800
  exports.ListTenantResourcesCommand = ListTenantResourcesCommand;
2037
5801
  exports.ListTenantResourcesFilterKey = ListTenantResourcesFilterKey;
5802
+ exports.ListTenantResourcesRequest$ = ListTenantResourcesRequest$;
5803
+ exports.ListTenantResourcesResponse$ = ListTenantResourcesResponse$;
5804
+ exports.ListTenants$ = ListTenants$;
2038
5805
  exports.ListTenantsCommand = ListTenantsCommand;
5806
+ exports.ListTenantsRequest$ = ListTenantsRequest$;
5807
+ exports.ListTenantsResponse$ = ListTenantsResponse$;
5808
+ exports.MailFromAttributes$ = MailFromAttributes$;
5809
+ exports.MailFromDomainNotVerifiedException = MailFromDomainNotVerifiedException;
5810
+ exports.MailFromDomainNotVerifiedException$ = MailFromDomainNotVerifiedException$;
2039
5811
  exports.MailFromDomainStatus = MailFromDomainStatus;
2040
5812
  exports.MailType = MailType;
5813
+ exports.MailboxValidation$ = MailboxValidation$;
5814
+ exports.Message$ = Message$;
5815
+ exports.MessageHeader$ = MessageHeader$;
5816
+ exports.MessageInsightsDataSource$ = MessageInsightsDataSource$;
5817
+ exports.MessageInsightsFilters$ = MessageInsightsFilters$;
5818
+ exports.MessageRejected = MessageRejected;
5819
+ exports.MessageRejected$ = MessageRejected$;
5820
+ exports.MessageTag$ = MessageTag$;
2041
5821
  exports.Metric = Metric;
2042
5822
  exports.MetricAggregation = MetricAggregation;
5823
+ exports.MetricDataError$ = MetricDataError$;
5824
+ exports.MetricDataResult$ = MetricDataResult$;
2043
5825
  exports.MetricDimensionName = MetricDimensionName;
2044
5826
  exports.MetricNamespace = MetricNamespace;
5827
+ exports.MetricsDataSource$ = MetricsDataSource$;
5828
+ exports.MultiRegionEndpoint$ = MultiRegionEndpoint$;
5829
+ exports.NotFoundException = NotFoundException;
5830
+ exports.NotFoundException$ = NotFoundException$;
5831
+ exports.OverallVolume$ = OverallVolume$;
5832
+ exports.PinpointDestination$ = PinpointDestination$;
5833
+ exports.PlacementStatistics$ = PlacementStatistics$;
5834
+ exports.PutAccountDedicatedIpWarmupAttributes$ = PutAccountDedicatedIpWarmupAttributes$;
2045
5835
  exports.PutAccountDedicatedIpWarmupAttributesCommand = PutAccountDedicatedIpWarmupAttributesCommand;
5836
+ exports.PutAccountDedicatedIpWarmupAttributesRequest$ = PutAccountDedicatedIpWarmupAttributesRequest$;
5837
+ exports.PutAccountDedicatedIpWarmupAttributesResponse$ = PutAccountDedicatedIpWarmupAttributesResponse$;
5838
+ exports.PutAccountDetails$ = PutAccountDetails$;
2046
5839
  exports.PutAccountDetailsCommand = PutAccountDetailsCommand;
5840
+ exports.PutAccountDetailsRequest$ = PutAccountDetailsRequest$;
5841
+ exports.PutAccountDetailsResponse$ = PutAccountDetailsResponse$;
5842
+ exports.PutAccountSendingAttributes$ = PutAccountSendingAttributes$;
2047
5843
  exports.PutAccountSendingAttributesCommand = PutAccountSendingAttributesCommand;
5844
+ exports.PutAccountSendingAttributesRequest$ = PutAccountSendingAttributesRequest$;
5845
+ exports.PutAccountSendingAttributesResponse$ = PutAccountSendingAttributesResponse$;
5846
+ exports.PutAccountSuppressionAttributes$ = PutAccountSuppressionAttributes$;
2048
5847
  exports.PutAccountSuppressionAttributesCommand = PutAccountSuppressionAttributesCommand;
5848
+ exports.PutAccountSuppressionAttributesRequest$ = PutAccountSuppressionAttributesRequest$;
5849
+ exports.PutAccountSuppressionAttributesResponse$ = PutAccountSuppressionAttributesResponse$;
5850
+ exports.PutAccountVdmAttributes$ = PutAccountVdmAttributes$;
2049
5851
  exports.PutAccountVdmAttributesCommand = PutAccountVdmAttributesCommand;
5852
+ exports.PutAccountVdmAttributesRequest$ = PutAccountVdmAttributesRequest$;
5853
+ exports.PutAccountVdmAttributesResponse$ = PutAccountVdmAttributesResponse$;
5854
+ exports.PutConfigurationSetArchivingOptions$ = PutConfigurationSetArchivingOptions$;
2050
5855
  exports.PutConfigurationSetArchivingOptionsCommand = PutConfigurationSetArchivingOptionsCommand;
5856
+ exports.PutConfigurationSetArchivingOptionsRequest$ = PutConfigurationSetArchivingOptionsRequest$;
5857
+ exports.PutConfigurationSetArchivingOptionsResponse$ = PutConfigurationSetArchivingOptionsResponse$;
5858
+ exports.PutConfigurationSetDeliveryOptions$ = PutConfigurationSetDeliveryOptions$;
2051
5859
  exports.PutConfigurationSetDeliveryOptionsCommand = PutConfigurationSetDeliveryOptionsCommand;
5860
+ exports.PutConfigurationSetDeliveryOptionsRequest$ = PutConfigurationSetDeliveryOptionsRequest$;
5861
+ exports.PutConfigurationSetDeliveryOptionsResponse$ = PutConfigurationSetDeliveryOptionsResponse$;
5862
+ exports.PutConfigurationSetReputationOptions$ = PutConfigurationSetReputationOptions$;
2052
5863
  exports.PutConfigurationSetReputationOptionsCommand = PutConfigurationSetReputationOptionsCommand;
5864
+ exports.PutConfigurationSetReputationOptionsRequest$ = PutConfigurationSetReputationOptionsRequest$;
5865
+ exports.PutConfigurationSetReputationOptionsResponse$ = PutConfigurationSetReputationOptionsResponse$;
5866
+ exports.PutConfigurationSetSendingOptions$ = PutConfigurationSetSendingOptions$;
2053
5867
  exports.PutConfigurationSetSendingOptionsCommand = PutConfigurationSetSendingOptionsCommand;
5868
+ exports.PutConfigurationSetSendingOptionsRequest$ = PutConfigurationSetSendingOptionsRequest$;
5869
+ exports.PutConfigurationSetSendingOptionsResponse$ = PutConfigurationSetSendingOptionsResponse$;
5870
+ exports.PutConfigurationSetSuppressionOptions$ = PutConfigurationSetSuppressionOptions$;
2054
5871
  exports.PutConfigurationSetSuppressionOptionsCommand = PutConfigurationSetSuppressionOptionsCommand;
5872
+ exports.PutConfigurationSetSuppressionOptionsRequest$ = PutConfigurationSetSuppressionOptionsRequest$;
5873
+ exports.PutConfigurationSetSuppressionOptionsResponse$ = PutConfigurationSetSuppressionOptionsResponse$;
5874
+ exports.PutConfigurationSetTrackingOptions$ = PutConfigurationSetTrackingOptions$;
2055
5875
  exports.PutConfigurationSetTrackingOptionsCommand = PutConfigurationSetTrackingOptionsCommand;
5876
+ exports.PutConfigurationSetTrackingOptionsRequest$ = PutConfigurationSetTrackingOptionsRequest$;
5877
+ exports.PutConfigurationSetTrackingOptionsResponse$ = PutConfigurationSetTrackingOptionsResponse$;
5878
+ exports.PutConfigurationSetVdmOptions$ = PutConfigurationSetVdmOptions$;
2056
5879
  exports.PutConfigurationSetVdmOptionsCommand = PutConfigurationSetVdmOptionsCommand;
5880
+ exports.PutConfigurationSetVdmOptionsRequest$ = PutConfigurationSetVdmOptionsRequest$;
5881
+ exports.PutConfigurationSetVdmOptionsResponse$ = PutConfigurationSetVdmOptionsResponse$;
5882
+ exports.PutDedicatedIpInPool$ = PutDedicatedIpInPool$;
2057
5883
  exports.PutDedicatedIpInPoolCommand = PutDedicatedIpInPoolCommand;
5884
+ exports.PutDedicatedIpInPoolRequest$ = PutDedicatedIpInPoolRequest$;
5885
+ exports.PutDedicatedIpInPoolResponse$ = PutDedicatedIpInPoolResponse$;
5886
+ exports.PutDedicatedIpPoolScalingAttributes$ = PutDedicatedIpPoolScalingAttributes$;
2058
5887
  exports.PutDedicatedIpPoolScalingAttributesCommand = PutDedicatedIpPoolScalingAttributesCommand;
5888
+ exports.PutDedicatedIpPoolScalingAttributesRequest$ = PutDedicatedIpPoolScalingAttributesRequest$;
5889
+ exports.PutDedicatedIpPoolScalingAttributesResponse$ = PutDedicatedIpPoolScalingAttributesResponse$;
5890
+ exports.PutDedicatedIpWarmupAttributes$ = PutDedicatedIpWarmupAttributes$;
2059
5891
  exports.PutDedicatedIpWarmupAttributesCommand = PutDedicatedIpWarmupAttributesCommand;
5892
+ exports.PutDedicatedIpWarmupAttributesRequest$ = PutDedicatedIpWarmupAttributesRequest$;
5893
+ exports.PutDedicatedIpWarmupAttributesResponse$ = PutDedicatedIpWarmupAttributesResponse$;
5894
+ exports.PutDeliverabilityDashboardOption$ = PutDeliverabilityDashboardOption$;
2060
5895
  exports.PutDeliverabilityDashboardOptionCommand = PutDeliverabilityDashboardOptionCommand;
5896
+ exports.PutDeliverabilityDashboardOptionRequest$ = PutDeliverabilityDashboardOptionRequest$;
5897
+ exports.PutDeliverabilityDashboardOptionResponse$ = PutDeliverabilityDashboardOptionResponse$;
5898
+ exports.PutEmailIdentityConfigurationSetAttributes$ = PutEmailIdentityConfigurationSetAttributes$;
2061
5899
  exports.PutEmailIdentityConfigurationSetAttributesCommand = PutEmailIdentityConfigurationSetAttributesCommand;
5900
+ exports.PutEmailIdentityConfigurationSetAttributesRequest$ = PutEmailIdentityConfigurationSetAttributesRequest$;
5901
+ exports.PutEmailIdentityConfigurationSetAttributesResponse$ = PutEmailIdentityConfigurationSetAttributesResponse$;
5902
+ exports.PutEmailIdentityDkimAttributes$ = PutEmailIdentityDkimAttributes$;
2062
5903
  exports.PutEmailIdentityDkimAttributesCommand = PutEmailIdentityDkimAttributesCommand;
5904
+ exports.PutEmailIdentityDkimAttributesRequest$ = PutEmailIdentityDkimAttributesRequest$;
5905
+ exports.PutEmailIdentityDkimAttributesResponse$ = PutEmailIdentityDkimAttributesResponse$;
5906
+ exports.PutEmailIdentityDkimSigningAttributes$ = PutEmailIdentityDkimSigningAttributes$;
2063
5907
  exports.PutEmailIdentityDkimSigningAttributesCommand = PutEmailIdentityDkimSigningAttributesCommand;
5908
+ exports.PutEmailIdentityDkimSigningAttributesRequest$ = PutEmailIdentityDkimSigningAttributesRequest$;
5909
+ exports.PutEmailIdentityDkimSigningAttributesResponse$ = PutEmailIdentityDkimSigningAttributesResponse$;
5910
+ exports.PutEmailIdentityFeedbackAttributes$ = PutEmailIdentityFeedbackAttributes$;
2064
5911
  exports.PutEmailIdentityFeedbackAttributesCommand = PutEmailIdentityFeedbackAttributesCommand;
5912
+ exports.PutEmailIdentityFeedbackAttributesRequest$ = PutEmailIdentityFeedbackAttributesRequest$;
5913
+ exports.PutEmailIdentityFeedbackAttributesResponse$ = PutEmailIdentityFeedbackAttributesResponse$;
5914
+ exports.PutEmailIdentityMailFromAttributes$ = PutEmailIdentityMailFromAttributes$;
2065
5915
  exports.PutEmailIdentityMailFromAttributesCommand = PutEmailIdentityMailFromAttributesCommand;
5916
+ exports.PutEmailIdentityMailFromAttributesRequest$ = PutEmailIdentityMailFromAttributesRequest$;
5917
+ exports.PutEmailIdentityMailFromAttributesResponse$ = PutEmailIdentityMailFromAttributesResponse$;
5918
+ exports.PutSuppressedDestination$ = PutSuppressedDestination$;
2066
5919
  exports.PutSuppressedDestinationCommand = PutSuppressedDestinationCommand;
5920
+ exports.PutSuppressedDestinationRequest$ = PutSuppressedDestinationRequest$;
5921
+ exports.PutSuppressedDestinationResponse$ = PutSuppressedDestinationResponse$;
5922
+ exports.PutTenantSuppressionAttributes$ = PutTenantSuppressionAttributes$;
2067
5923
  exports.PutTenantSuppressionAttributesCommand = PutTenantSuppressionAttributesCommand;
5924
+ exports.PutTenantSuppressionAttributesRequest$ = PutTenantSuppressionAttributesRequest$;
5925
+ exports.PutTenantSuppressionAttributesResponse$ = PutTenantSuppressionAttributesResponse$;
2068
5926
  exports.QueryErrorCode = QueryErrorCode;
5927
+ exports.RawMessage$ = RawMessage$;
5928
+ exports.Recommendation$ = Recommendation$;
2069
5929
  exports.RecommendationImpact = RecommendationImpact;
2070
5930
  exports.RecommendationStatus = RecommendationStatus;
2071
5931
  exports.RecommendationType = RecommendationType;
5932
+ exports.ReplacementEmailContent$ = ReplacementEmailContent$;
5933
+ exports.ReplacementTemplate$ = ReplacementTemplate$;
5934
+ exports.ReputationEntity$ = ReputationEntity$;
2072
5935
  exports.ReputationEntityFilterKey = ReputationEntityFilterKey;
2073
5936
  exports.ReputationEntityType = ReputationEntityType;
5937
+ exports.ReputationOptions$ = ReputationOptions$;
5938
+ exports.ResourceTenantMetadata$ = ResourceTenantMetadata$;
2074
5939
  exports.ResourceType = ResourceType;
5940
+ exports.ReviewDetails$ = ReviewDetails$;
2075
5941
  exports.ReviewStatus = ReviewStatus;
5942
+ exports.Route$ = Route$;
5943
+ exports.RouteDetails$ = RouteDetails$;
2076
5944
  exports.SESv2 = SESv2;
2077
5945
  exports.SESv2Client = SESv2Client;
5946
+ exports.SESv2ServiceException = SESv2ServiceException;
5947
+ exports.SESv2ServiceException$ = SESv2ServiceException$;
5948
+ exports.SOARecord$ = SOARecord$;
2078
5949
  exports.ScalingMode = ScalingMode;
5950
+ exports.SendBulkEmail$ = SendBulkEmail$;
2079
5951
  exports.SendBulkEmailCommand = SendBulkEmailCommand;
5952
+ exports.SendBulkEmailRequest$ = SendBulkEmailRequest$;
5953
+ exports.SendBulkEmailResponse$ = SendBulkEmailResponse$;
5954
+ exports.SendCustomVerificationEmail$ = SendCustomVerificationEmail$;
2080
5955
  exports.SendCustomVerificationEmailCommand = SendCustomVerificationEmailCommand;
5956
+ exports.SendCustomVerificationEmailRequest$ = SendCustomVerificationEmailRequest$;
5957
+ exports.SendCustomVerificationEmailResponse$ = SendCustomVerificationEmailResponse$;
5958
+ exports.SendEmail$ = SendEmail$;
2081
5959
  exports.SendEmailCommand = SendEmailCommand;
5960
+ exports.SendEmailRequest$ = SendEmailRequest$;
5961
+ exports.SendEmailResponse$ = SendEmailResponse$;
5962
+ exports.SendQuota$ = SendQuota$;
5963
+ exports.SendingOptions$ = SendingOptions$;
5964
+ exports.SendingPausedException = SendingPausedException;
5965
+ exports.SendingPausedException$ = SendingPausedException$;
2082
5966
  exports.SendingStatus = SendingStatus;
5967
+ exports.SnsDestination$ = SnsDestination$;
2083
5968
  exports.Status = Status;
5969
+ exports.StatusRecord$ = StatusRecord$;
2084
5970
  exports.SubscriptionStatus = SubscriptionStatus;
5971
+ exports.SuppressedDestination$ = SuppressedDestination$;
5972
+ exports.SuppressedDestinationAttributes$ = SuppressedDestinationAttributes$;
5973
+ exports.SuppressedDestinationSummary$ = SuppressedDestinationSummary$;
5974
+ exports.SuppressionAttributes$ = SuppressionAttributes$;
5975
+ exports.SuppressionConditionThreshold$ = SuppressionConditionThreshold$;
5976
+ exports.SuppressionConfidenceThreshold$ = SuppressionConfidenceThreshold$;
2085
5977
  exports.SuppressionConfidenceVerdictThreshold = SuppressionConfidenceVerdictThreshold;
5978
+ exports.SuppressionListDestination$ = SuppressionListDestination$;
2086
5979
  exports.SuppressionListImportAction = SuppressionListImportAction;
2087
5980
  exports.SuppressionListReason = SuppressionListReason;
2088
5981
  exports.SuppressionListScope = SuppressionListScope;
5982
+ exports.SuppressionOptions$ = SuppressionOptions$;
5983
+ exports.SuppressionValidationAttributes$ = SuppressionValidationAttributes$;
5984
+ exports.SuppressionValidationOptions$ = SuppressionValidationOptions$;
5985
+ exports.Tag$ = Tag$;
5986
+ exports.TagResource$ = TagResource$;
2089
5987
  exports.TagResourceCommand = TagResourceCommand;
5988
+ exports.TagResourceRequest$ = TagResourceRequest$;
5989
+ exports.TagResourceResponse$ = TagResourceResponse$;
5990
+ exports.Template$ = Template$;
5991
+ exports.Tenant$ = Tenant$;
5992
+ exports.TenantInfo$ = TenantInfo$;
5993
+ exports.TenantResource$ = TenantResource$;
5994
+ exports.TenantSuppressionAttributes$ = TenantSuppressionAttributes$;
5995
+ exports.TestRenderEmailTemplate$ = TestRenderEmailTemplate$;
2090
5996
  exports.TestRenderEmailTemplateCommand = TestRenderEmailTemplateCommand;
5997
+ exports.TestRenderEmailTemplateRequest$ = TestRenderEmailTemplateRequest$;
5998
+ exports.TestRenderEmailTemplateResponse$ = TestRenderEmailTemplateResponse$;
2091
5999
  exports.TlsPolicy = TlsPolicy;
6000
+ exports.TooManyRequestsException = TooManyRequestsException;
6001
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
6002
+ exports.Topic$ = Topic$;
6003
+ exports.TopicFilter$ = TopicFilter$;
6004
+ exports.TopicPreference$ = TopicPreference$;
6005
+ exports.TrackingOptions$ = TrackingOptions$;
6006
+ exports.UntagResource$ = UntagResource$;
2092
6007
  exports.UntagResourceCommand = UntagResourceCommand;
6008
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
6009
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
6010
+ exports.UpdateConfigurationSetEventDestination$ = UpdateConfigurationSetEventDestination$;
2093
6011
  exports.UpdateConfigurationSetEventDestinationCommand = UpdateConfigurationSetEventDestinationCommand;
6012
+ exports.UpdateConfigurationSetEventDestinationRequest$ = UpdateConfigurationSetEventDestinationRequest$;
6013
+ exports.UpdateConfigurationSetEventDestinationResponse$ = UpdateConfigurationSetEventDestinationResponse$;
6014
+ exports.UpdateContact$ = UpdateContact$;
2094
6015
  exports.UpdateContactCommand = UpdateContactCommand;
6016
+ exports.UpdateContactList$ = UpdateContactList$;
2095
6017
  exports.UpdateContactListCommand = UpdateContactListCommand;
6018
+ exports.UpdateContactListRequest$ = UpdateContactListRequest$;
6019
+ exports.UpdateContactListResponse$ = UpdateContactListResponse$;
6020
+ exports.UpdateContactRequest$ = UpdateContactRequest$;
6021
+ exports.UpdateContactResponse$ = UpdateContactResponse$;
6022
+ exports.UpdateCustomVerificationEmailTemplate$ = UpdateCustomVerificationEmailTemplate$;
2096
6023
  exports.UpdateCustomVerificationEmailTemplateCommand = UpdateCustomVerificationEmailTemplateCommand;
6024
+ exports.UpdateCustomVerificationEmailTemplateRequest$ = UpdateCustomVerificationEmailTemplateRequest$;
6025
+ exports.UpdateCustomVerificationEmailTemplateResponse$ = UpdateCustomVerificationEmailTemplateResponse$;
6026
+ exports.UpdateEmailIdentityPolicy$ = UpdateEmailIdentityPolicy$;
2097
6027
  exports.UpdateEmailIdentityPolicyCommand = UpdateEmailIdentityPolicyCommand;
6028
+ exports.UpdateEmailIdentityPolicyRequest$ = UpdateEmailIdentityPolicyRequest$;
6029
+ exports.UpdateEmailIdentityPolicyResponse$ = UpdateEmailIdentityPolicyResponse$;
6030
+ exports.UpdateEmailTemplate$ = UpdateEmailTemplate$;
2098
6031
  exports.UpdateEmailTemplateCommand = UpdateEmailTemplateCommand;
6032
+ exports.UpdateEmailTemplateRequest$ = UpdateEmailTemplateRequest$;
6033
+ exports.UpdateEmailTemplateResponse$ = UpdateEmailTemplateResponse$;
6034
+ exports.UpdateReputationEntityCustomerManagedStatus$ = UpdateReputationEntityCustomerManagedStatus$;
2099
6035
  exports.UpdateReputationEntityCustomerManagedStatusCommand = UpdateReputationEntityCustomerManagedStatusCommand;
6036
+ exports.UpdateReputationEntityCustomerManagedStatusRequest$ = UpdateReputationEntityCustomerManagedStatusRequest$;
6037
+ exports.UpdateReputationEntityCustomerManagedStatusResponse$ = UpdateReputationEntityCustomerManagedStatusResponse$;
6038
+ exports.UpdateReputationEntityPolicy$ = UpdateReputationEntityPolicy$;
2100
6039
  exports.UpdateReputationEntityPolicyCommand = UpdateReputationEntityPolicyCommand;
6040
+ exports.UpdateReputationEntityPolicyRequest$ = UpdateReputationEntityPolicyRequest$;
6041
+ exports.UpdateReputationEntityPolicyResponse$ = UpdateReputationEntityPolicyResponse$;
6042
+ exports.VdmAttributes$ = VdmAttributes$;
6043
+ exports.VdmOptions$ = VdmOptions$;
2101
6044
  exports.VerificationError = VerificationError;
6045
+ exports.VerificationInfo$ = VerificationInfo$;
2102
6046
  exports.VerificationStatus = VerificationStatus;
6047
+ exports.VolumeStatistics$ = VolumeStatistics$;
2103
6048
  exports.WarmupStatus = WarmupStatus;
6049
+ exports.errorTypeRegistries = errorTypeRegistries;
2104
6050
  exports.paginateGetDedicatedIps = paginateGetDedicatedIps;
2105
6051
  exports.paginateListConfigurationSets = paginateListConfigurationSets;
2106
6052
  exports.paginateListContactLists = paginateListContactLists;