@aws-sdk/client-pinpoint-email 3.721.0 → 3.723.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
@@ -192,7 +192,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
192
192
  }, "resolveRuntimeExtensions");
193
193
 
194
194
  // src/PinpointEmailClient.ts
195
- var _PinpointEmailClient = class _PinpointEmailClient extends import_smithy_client.Client {
195
+ var PinpointEmailClient = class extends import_smithy_client.Client {
196
+ static {
197
+ __name(this, "PinpointEmailClient");
198
+ }
199
+ /**
200
+ * The resolved configuration of PinpointEmailClient class. This is resolved and normalized from the {@link PinpointEmailClientConfig | constructor configuration interface}.
201
+ */
202
+ config;
196
203
  constructor(...[configuration]) {
197
204
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
198
205
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -202,7 +209,7 @@ var _PinpointEmailClient = class _PinpointEmailClient extends import_smithy_clie
202
209
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
203
210
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
204
211
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
205
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
212
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
206
213
  super(_config_8);
207
214
  this.config = _config_8;
208
215
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -230,8 +237,6 @@ var _PinpointEmailClient = class _PinpointEmailClient extends import_smithy_clie
230
237
  super.destroy();
231
238
  }
232
239
  };
233
- __name(_PinpointEmailClient, "PinpointEmailClient");
234
- var PinpointEmailClient = _PinpointEmailClient;
235
240
 
236
241
  // src/PinpointEmail.ts
237
242
 
@@ -248,7 +253,10 @@ var import_core2 = require("@aws-sdk/core");
248
253
 
249
254
  // src/models/PinpointEmailServiceException.ts
250
255
 
251
- var _PinpointEmailServiceException = class _PinpointEmailServiceException extends import_smithy_client.ServiceException {
256
+ var PinpointEmailServiceException = class _PinpointEmailServiceException extends import_smithy_client.ServiceException {
257
+ static {
258
+ __name(this, "PinpointEmailServiceException");
259
+ }
252
260
  /**
253
261
  * @internal
254
262
  */
@@ -257,11 +265,14 @@ var _PinpointEmailServiceException = class _PinpointEmailServiceException extend
257
265
  Object.setPrototypeOf(this, _PinpointEmailServiceException.prototype);
258
266
  }
259
267
  };
260
- __name(_PinpointEmailServiceException, "PinpointEmailServiceException");
261
- var PinpointEmailServiceException = _PinpointEmailServiceException;
262
268
 
263
269
  // src/models/models_0.ts
264
- var _AccountSuspendedException = class _AccountSuspendedException extends PinpointEmailServiceException {
270
+ var AccountSuspendedException = class _AccountSuspendedException extends PinpointEmailServiceException {
271
+ static {
272
+ __name(this, "AccountSuspendedException");
273
+ }
274
+ name = "AccountSuspendedException";
275
+ $fault = "client";
265
276
  /**
266
277
  * @internal
267
278
  */
@@ -271,14 +282,15 @@ var _AccountSuspendedException = class _AccountSuspendedException extends Pinpoi
271
282
  $fault: "client",
272
283
  ...opts
273
284
  });
274
- this.name = "AccountSuspendedException";
275
- this.$fault = "client";
276
285
  Object.setPrototypeOf(this, _AccountSuspendedException.prototype);
277
286
  }
278
287
  };
279
- __name(_AccountSuspendedException, "AccountSuspendedException");
280
- var AccountSuspendedException = _AccountSuspendedException;
281
- var _AlreadyExistsException = class _AlreadyExistsException extends PinpointEmailServiceException {
288
+ var AlreadyExistsException = class _AlreadyExistsException extends PinpointEmailServiceException {
289
+ static {
290
+ __name(this, "AlreadyExistsException");
291
+ }
292
+ name = "AlreadyExistsException";
293
+ $fault = "client";
282
294
  /**
283
295
  * @internal
284
296
  */
@@ -288,14 +300,15 @@ var _AlreadyExistsException = class _AlreadyExistsException extends PinpointEmai
288
300
  $fault: "client",
289
301
  ...opts
290
302
  });
291
- this.name = "AlreadyExistsException";
292
- this.$fault = "client";
293
303
  Object.setPrototypeOf(this, _AlreadyExistsException.prototype);
294
304
  }
295
305
  };
296
- __name(_AlreadyExistsException, "AlreadyExistsException");
297
- var AlreadyExistsException = _AlreadyExistsException;
298
- var _BadRequestException = class _BadRequestException extends PinpointEmailServiceException {
306
+ var BadRequestException = class _BadRequestException extends PinpointEmailServiceException {
307
+ static {
308
+ __name(this, "BadRequestException");
309
+ }
310
+ name = "BadRequestException";
311
+ $fault = "client";
299
312
  /**
300
313
  * @internal
301
314
  */
@@ -305,14 +318,15 @@ var _BadRequestException = class _BadRequestException extends PinpointEmailServi
305
318
  $fault: "client",
306
319
  ...opts
307
320
  });
308
- this.name = "BadRequestException";
309
- this.$fault = "client";
310
321
  Object.setPrototypeOf(this, _BadRequestException.prototype);
311
322
  }
312
323
  };
313
- __name(_BadRequestException, "BadRequestException");
314
- var BadRequestException = _BadRequestException;
315
- var _ConcurrentModificationException = class _ConcurrentModificationException extends PinpointEmailServiceException {
324
+ var ConcurrentModificationException = class _ConcurrentModificationException extends PinpointEmailServiceException {
325
+ static {
326
+ __name(this, "ConcurrentModificationException");
327
+ }
328
+ name = "ConcurrentModificationException";
329
+ $fault = "server";
316
330
  /**
317
331
  * @internal
318
332
  */
@@ -322,18 +336,19 @@ var _ConcurrentModificationException = class _ConcurrentModificationException ex
322
336
  $fault: "server",
323
337
  ...opts
324
338
  });
325
- this.name = "ConcurrentModificationException";
326
- this.$fault = "server";
327
339
  Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
328
340
  }
329
341
  };
330
- __name(_ConcurrentModificationException, "ConcurrentModificationException");
331
- var ConcurrentModificationException = _ConcurrentModificationException;
332
342
  var TlsPolicy = {
333
343
  OPTIONAL: "OPTIONAL",
334
344
  REQUIRE: "REQUIRE"
335
345
  };
336
- var _LimitExceededException = class _LimitExceededException extends PinpointEmailServiceException {
346
+ var LimitExceededException = class _LimitExceededException extends PinpointEmailServiceException {
347
+ static {
348
+ __name(this, "LimitExceededException");
349
+ }
350
+ name = "LimitExceededException";
351
+ $fault = "client";
337
352
  /**
338
353
  * @internal
339
354
  */
@@ -343,14 +358,15 @@ var _LimitExceededException = class _LimitExceededException extends PinpointEmai
343
358
  $fault: "client",
344
359
  ...opts
345
360
  });
346
- this.name = "LimitExceededException";
347
- this.$fault = "client";
348
361
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
349
362
  }
350
363
  };
351
- __name(_LimitExceededException, "LimitExceededException");
352
- var LimitExceededException = _LimitExceededException;
353
- var _NotFoundException = class _NotFoundException extends PinpointEmailServiceException {
364
+ var NotFoundException = class _NotFoundException extends PinpointEmailServiceException {
365
+ static {
366
+ __name(this, "NotFoundException");
367
+ }
368
+ name = "NotFoundException";
369
+ $fault = "client";
354
370
  /**
355
371
  * @internal
356
372
  */
@@ -360,14 +376,15 @@ var _NotFoundException = class _NotFoundException extends PinpointEmailServiceEx
360
376
  $fault: "client",
361
377
  ...opts
362
378
  });
363
- this.name = "NotFoundException";
364
- this.$fault = "client";
365
379
  Object.setPrototypeOf(this, _NotFoundException.prototype);
366
380
  }
367
381
  };
368
- __name(_NotFoundException, "NotFoundException");
369
- var NotFoundException = _NotFoundException;
370
- var _TooManyRequestsException = class _TooManyRequestsException extends PinpointEmailServiceException {
382
+ var TooManyRequestsException = class _TooManyRequestsException extends PinpointEmailServiceException {
383
+ static {
384
+ __name(this, "TooManyRequestsException");
385
+ }
386
+ name = "TooManyRequestsException";
387
+ $fault = "client";
371
388
  /**
372
389
  * @internal
373
390
  */
@@ -377,13 +394,9 @@ var _TooManyRequestsException = class _TooManyRequestsException extends Pinpoint
377
394
  $fault: "client",
378
395
  ...opts
379
396
  });
380
- this.name = "TooManyRequestsException";
381
- this.$fault = "client";
382
397
  Object.setPrototypeOf(this, _TooManyRequestsException.prototype);
383
398
  }
384
399
  };
385
- __name(_TooManyRequestsException, "TooManyRequestsException");
386
- var TooManyRequestsException = _TooManyRequestsException;
387
400
  var DimensionValueSource = {
388
401
  EMAIL_HEADER: "EMAIL_HEADER",
389
402
  LINK_TAG: "LINK_TAG",
@@ -403,7 +416,12 @@ var DeliverabilityTestStatus = {
403
416
  COMPLETED: "COMPLETED",
404
417
  IN_PROGRESS: "IN_PROGRESS"
405
418
  };
406
- var _MailFromDomainNotVerifiedException = class _MailFromDomainNotVerifiedException extends PinpointEmailServiceException {
419
+ var MailFromDomainNotVerifiedException = class _MailFromDomainNotVerifiedException extends PinpointEmailServiceException {
420
+ static {
421
+ __name(this, "MailFromDomainNotVerifiedException");
422
+ }
423
+ name = "MailFromDomainNotVerifiedException";
424
+ $fault = "client";
407
425
  /**
408
426
  * @internal
409
427
  */
@@ -413,14 +431,15 @@ var _MailFromDomainNotVerifiedException = class _MailFromDomainNotVerifiedExcept
413
431
  $fault: "client",
414
432
  ...opts
415
433
  });
416
- this.name = "MailFromDomainNotVerifiedException";
417
- this.$fault = "client";
418
434
  Object.setPrototypeOf(this, _MailFromDomainNotVerifiedException.prototype);
419
435
  }
420
436
  };
421
- __name(_MailFromDomainNotVerifiedException, "MailFromDomainNotVerifiedException");
422
- var MailFromDomainNotVerifiedException = _MailFromDomainNotVerifiedException;
423
- var _MessageRejected = class _MessageRejected extends PinpointEmailServiceException {
437
+ var MessageRejected = class _MessageRejected extends PinpointEmailServiceException {
438
+ static {
439
+ __name(this, "MessageRejected");
440
+ }
441
+ name = "MessageRejected";
442
+ $fault = "client";
424
443
  /**
425
444
  * @internal
426
445
  */
@@ -430,14 +449,15 @@ var _MessageRejected = class _MessageRejected extends PinpointEmailServiceExcept
430
449
  $fault: "client",
431
450
  ...opts
432
451
  });
433
- this.name = "MessageRejected";
434
- this.$fault = "client";
435
452
  Object.setPrototypeOf(this, _MessageRejected.prototype);
436
453
  }
437
454
  };
438
- __name(_MessageRejected, "MessageRejected");
439
- var MessageRejected = _MessageRejected;
440
- var _SendingPausedException = class _SendingPausedException extends PinpointEmailServiceException {
455
+ var SendingPausedException = class _SendingPausedException extends PinpointEmailServiceException {
456
+ static {
457
+ __name(this, "SendingPausedException");
458
+ }
459
+ name = "SendingPausedException";
460
+ $fault = "client";
441
461
  /**
442
462
  * @internal
443
463
  */
@@ -447,13 +467,9 @@ var _SendingPausedException = class _SendingPausedException extends PinpointEmai
447
467
  $fault: "client",
448
468
  ...opts
449
469
  });
450
- this.name = "SendingPausedException";
451
- this.$fault = "client";
452
470
  Object.setPrototypeOf(this, _SendingPausedException.prototype);
453
471
  }
454
472
  };
455
- __name(_SendingPausedException, "SendingPausedException");
456
- var SendingPausedException = _SendingPausedException;
457
473
  var DkimStatus = {
458
474
  FAILED: "FAILED",
459
475
  NOT_STARTED: "NOT_STARTED",
@@ -1949,589 +1965,631 @@ var _SD = "StartDate";
1949
1965
  var _TK = "TagKeys";
1950
1966
 
1951
1967
  // src/commands/CreateConfigurationSetCommand.ts
1952
- var _CreateConfigurationSetCommand = class _CreateConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1968
+ var CreateConfigurationSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1953
1969
  return [
1954
1970
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1955
1971
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1956
1972
  ];
1957
1973
  }).s("AmazonPinpointEmailService", "CreateConfigurationSet", {}).n("PinpointEmailClient", "CreateConfigurationSetCommand").f(void 0, void 0).ser(se_CreateConfigurationSetCommand).de(de_CreateConfigurationSetCommand).build() {
1974
+ static {
1975
+ __name(this, "CreateConfigurationSetCommand");
1976
+ }
1958
1977
  };
1959
- __name(_CreateConfigurationSetCommand, "CreateConfigurationSetCommand");
1960
- var CreateConfigurationSetCommand = _CreateConfigurationSetCommand;
1961
1978
 
1962
1979
  // src/commands/CreateConfigurationSetEventDestinationCommand.ts
1963
1980
 
1964
1981
 
1965
1982
 
1966
- var _CreateConfigurationSetEventDestinationCommand = class _CreateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1983
+ var CreateConfigurationSetEventDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1967
1984
  return [
1968
1985
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1969
1986
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1970
1987
  ];
1971
1988
  }).s("AmazonPinpointEmailService", "CreateConfigurationSetEventDestination", {}).n("PinpointEmailClient", "CreateConfigurationSetEventDestinationCommand").f(void 0, void 0).ser(se_CreateConfigurationSetEventDestinationCommand).de(de_CreateConfigurationSetEventDestinationCommand).build() {
1989
+ static {
1990
+ __name(this, "CreateConfigurationSetEventDestinationCommand");
1991
+ }
1972
1992
  };
1973
- __name(_CreateConfigurationSetEventDestinationCommand, "CreateConfigurationSetEventDestinationCommand");
1974
- var CreateConfigurationSetEventDestinationCommand = _CreateConfigurationSetEventDestinationCommand;
1975
1993
 
1976
1994
  // src/commands/CreateDedicatedIpPoolCommand.ts
1977
1995
 
1978
1996
 
1979
1997
 
1980
- var _CreateDedicatedIpPoolCommand = class _CreateDedicatedIpPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1998
+ var CreateDedicatedIpPoolCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1981
1999
  return [
1982
2000
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1983
2001
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1984
2002
  ];
1985
2003
  }).s("AmazonPinpointEmailService", "CreateDedicatedIpPool", {}).n("PinpointEmailClient", "CreateDedicatedIpPoolCommand").f(void 0, void 0).ser(se_CreateDedicatedIpPoolCommand).de(de_CreateDedicatedIpPoolCommand).build() {
2004
+ static {
2005
+ __name(this, "CreateDedicatedIpPoolCommand");
2006
+ }
1986
2007
  };
1987
- __name(_CreateDedicatedIpPoolCommand, "CreateDedicatedIpPoolCommand");
1988
- var CreateDedicatedIpPoolCommand = _CreateDedicatedIpPoolCommand;
1989
2008
 
1990
2009
  // src/commands/CreateDeliverabilityTestReportCommand.ts
1991
2010
 
1992
2011
 
1993
2012
 
1994
- var _CreateDeliverabilityTestReportCommand = class _CreateDeliverabilityTestReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2013
+ var CreateDeliverabilityTestReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1995
2014
  return [
1996
2015
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1997
2016
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1998
2017
  ];
1999
2018
  }).s("AmazonPinpointEmailService", "CreateDeliverabilityTestReport", {}).n("PinpointEmailClient", "CreateDeliverabilityTestReportCommand").f(void 0, void 0).ser(se_CreateDeliverabilityTestReportCommand).de(de_CreateDeliverabilityTestReportCommand).build() {
2019
+ static {
2020
+ __name(this, "CreateDeliverabilityTestReportCommand");
2021
+ }
2000
2022
  };
2001
- __name(_CreateDeliverabilityTestReportCommand, "CreateDeliverabilityTestReportCommand");
2002
- var CreateDeliverabilityTestReportCommand = _CreateDeliverabilityTestReportCommand;
2003
2023
 
2004
2024
  // src/commands/CreateEmailIdentityCommand.ts
2005
2025
 
2006
2026
 
2007
2027
 
2008
- var _CreateEmailIdentityCommand = class _CreateEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2028
+ var CreateEmailIdentityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2009
2029
  return [
2010
2030
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2011
2031
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2012
2032
  ];
2013
2033
  }).s("AmazonPinpointEmailService", "CreateEmailIdentity", {}).n("PinpointEmailClient", "CreateEmailIdentityCommand").f(void 0, void 0).ser(se_CreateEmailIdentityCommand).de(de_CreateEmailIdentityCommand).build() {
2034
+ static {
2035
+ __name(this, "CreateEmailIdentityCommand");
2036
+ }
2014
2037
  };
2015
- __name(_CreateEmailIdentityCommand, "CreateEmailIdentityCommand");
2016
- var CreateEmailIdentityCommand = _CreateEmailIdentityCommand;
2017
2038
 
2018
2039
  // src/commands/DeleteConfigurationSetCommand.ts
2019
2040
 
2020
2041
 
2021
2042
 
2022
- var _DeleteConfigurationSetCommand = class _DeleteConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2043
+ var DeleteConfigurationSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2023
2044
  return [
2024
2045
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2025
2046
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2026
2047
  ];
2027
2048
  }).s("AmazonPinpointEmailService", "DeleteConfigurationSet", {}).n("PinpointEmailClient", "DeleteConfigurationSetCommand").f(void 0, void 0).ser(se_DeleteConfigurationSetCommand).de(de_DeleteConfigurationSetCommand).build() {
2049
+ static {
2050
+ __name(this, "DeleteConfigurationSetCommand");
2051
+ }
2028
2052
  };
2029
- __name(_DeleteConfigurationSetCommand, "DeleteConfigurationSetCommand");
2030
- var DeleteConfigurationSetCommand = _DeleteConfigurationSetCommand;
2031
2053
 
2032
2054
  // src/commands/DeleteConfigurationSetEventDestinationCommand.ts
2033
2055
 
2034
2056
 
2035
2057
 
2036
- var _DeleteConfigurationSetEventDestinationCommand = class _DeleteConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2058
+ var DeleteConfigurationSetEventDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2037
2059
  return [
2038
2060
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2039
2061
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2040
2062
  ];
2041
2063
  }).s("AmazonPinpointEmailService", "DeleteConfigurationSetEventDestination", {}).n("PinpointEmailClient", "DeleteConfigurationSetEventDestinationCommand").f(void 0, void 0).ser(se_DeleteConfigurationSetEventDestinationCommand).de(de_DeleteConfigurationSetEventDestinationCommand).build() {
2064
+ static {
2065
+ __name(this, "DeleteConfigurationSetEventDestinationCommand");
2066
+ }
2042
2067
  };
2043
- __name(_DeleteConfigurationSetEventDestinationCommand, "DeleteConfigurationSetEventDestinationCommand");
2044
- var DeleteConfigurationSetEventDestinationCommand = _DeleteConfigurationSetEventDestinationCommand;
2045
2068
 
2046
2069
  // src/commands/DeleteDedicatedIpPoolCommand.ts
2047
2070
 
2048
2071
 
2049
2072
 
2050
- var _DeleteDedicatedIpPoolCommand = class _DeleteDedicatedIpPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2073
+ var DeleteDedicatedIpPoolCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2051
2074
  return [
2052
2075
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2053
2076
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2054
2077
  ];
2055
2078
  }).s("AmazonPinpointEmailService", "DeleteDedicatedIpPool", {}).n("PinpointEmailClient", "DeleteDedicatedIpPoolCommand").f(void 0, void 0).ser(se_DeleteDedicatedIpPoolCommand).de(de_DeleteDedicatedIpPoolCommand).build() {
2079
+ static {
2080
+ __name(this, "DeleteDedicatedIpPoolCommand");
2081
+ }
2056
2082
  };
2057
- __name(_DeleteDedicatedIpPoolCommand, "DeleteDedicatedIpPoolCommand");
2058
- var DeleteDedicatedIpPoolCommand = _DeleteDedicatedIpPoolCommand;
2059
2083
 
2060
2084
  // src/commands/DeleteEmailIdentityCommand.ts
2061
2085
 
2062
2086
 
2063
2087
 
2064
- var _DeleteEmailIdentityCommand = class _DeleteEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2088
+ var DeleteEmailIdentityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2065
2089
  return [
2066
2090
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2067
2091
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2068
2092
  ];
2069
2093
  }).s("AmazonPinpointEmailService", "DeleteEmailIdentity", {}).n("PinpointEmailClient", "DeleteEmailIdentityCommand").f(void 0, void 0).ser(se_DeleteEmailIdentityCommand).de(de_DeleteEmailIdentityCommand).build() {
2094
+ static {
2095
+ __name(this, "DeleteEmailIdentityCommand");
2096
+ }
2070
2097
  };
2071
- __name(_DeleteEmailIdentityCommand, "DeleteEmailIdentityCommand");
2072
- var DeleteEmailIdentityCommand = _DeleteEmailIdentityCommand;
2073
2098
 
2074
2099
  // src/commands/GetAccountCommand.ts
2075
2100
 
2076
2101
 
2077
2102
 
2078
- var _GetAccountCommand = class _GetAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2103
+ var GetAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2079
2104
  return [
2080
2105
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2081
2106
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2082
2107
  ];
2083
2108
  }).s("AmazonPinpointEmailService", "GetAccount", {}).n("PinpointEmailClient", "GetAccountCommand").f(void 0, void 0).ser(se_GetAccountCommand).de(de_GetAccountCommand).build() {
2109
+ static {
2110
+ __name(this, "GetAccountCommand");
2111
+ }
2084
2112
  };
2085
- __name(_GetAccountCommand, "GetAccountCommand");
2086
- var GetAccountCommand = _GetAccountCommand;
2087
2113
 
2088
2114
  // src/commands/GetBlacklistReportsCommand.ts
2089
2115
 
2090
2116
 
2091
2117
 
2092
- var _GetBlacklistReportsCommand = class _GetBlacklistReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2118
+ var GetBlacklistReportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2093
2119
  return [
2094
2120
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2095
2121
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2096
2122
  ];
2097
2123
  }).s("AmazonPinpointEmailService", "GetBlacklistReports", {}).n("PinpointEmailClient", "GetBlacklistReportsCommand").f(void 0, void 0).ser(se_GetBlacklistReportsCommand).de(de_GetBlacklistReportsCommand).build() {
2124
+ static {
2125
+ __name(this, "GetBlacklistReportsCommand");
2126
+ }
2098
2127
  };
2099
- __name(_GetBlacklistReportsCommand, "GetBlacklistReportsCommand");
2100
- var GetBlacklistReportsCommand = _GetBlacklistReportsCommand;
2101
2128
 
2102
2129
  // src/commands/GetConfigurationSetCommand.ts
2103
2130
 
2104
2131
 
2105
2132
 
2106
- var _GetConfigurationSetCommand = class _GetConfigurationSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2133
+ var GetConfigurationSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2107
2134
  return [
2108
2135
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2109
2136
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2110
2137
  ];
2111
2138
  }).s("AmazonPinpointEmailService", "GetConfigurationSet", {}).n("PinpointEmailClient", "GetConfigurationSetCommand").f(void 0, void 0).ser(se_GetConfigurationSetCommand).de(de_GetConfigurationSetCommand).build() {
2139
+ static {
2140
+ __name(this, "GetConfigurationSetCommand");
2141
+ }
2112
2142
  };
2113
- __name(_GetConfigurationSetCommand, "GetConfigurationSetCommand");
2114
- var GetConfigurationSetCommand = _GetConfigurationSetCommand;
2115
2143
 
2116
2144
  // src/commands/GetConfigurationSetEventDestinationsCommand.ts
2117
2145
 
2118
2146
 
2119
2147
 
2120
- var _GetConfigurationSetEventDestinationsCommand = class _GetConfigurationSetEventDestinationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2148
+ var GetConfigurationSetEventDestinationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2121
2149
  return [
2122
2150
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2123
2151
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2124
2152
  ];
2125
2153
  }).s("AmazonPinpointEmailService", "GetConfigurationSetEventDestinations", {}).n("PinpointEmailClient", "GetConfigurationSetEventDestinationsCommand").f(void 0, void 0).ser(se_GetConfigurationSetEventDestinationsCommand).de(de_GetConfigurationSetEventDestinationsCommand).build() {
2154
+ static {
2155
+ __name(this, "GetConfigurationSetEventDestinationsCommand");
2156
+ }
2126
2157
  };
2127
- __name(_GetConfigurationSetEventDestinationsCommand, "GetConfigurationSetEventDestinationsCommand");
2128
- var GetConfigurationSetEventDestinationsCommand = _GetConfigurationSetEventDestinationsCommand;
2129
2158
 
2130
2159
  // src/commands/GetDedicatedIpCommand.ts
2131
2160
 
2132
2161
 
2133
2162
 
2134
- var _GetDedicatedIpCommand = class _GetDedicatedIpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2163
+ var GetDedicatedIpCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2135
2164
  return [
2136
2165
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2137
2166
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2138
2167
  ];
2139
2168
  }).s("AmazonPinpointEmailService", "GetDedicatedIp", {}).n("PinpointEmailClient", "GetDedicatedIpCommand").f(void 0, void 0).ser(se_GetDedicatedIpCommand).de(de_GetDedicatedIpCommand).build() {
2169
+ static {
2170
+ __name(this, "GetDedicatedIpCommand");
2171
+ }
2140
2172
  };
2141
- __name(_GetDedicatedIpCommand, "GetDedicatedIpCommand");
2142
- var GetDedicatedIpCommand = _GetDedicatedIpCommand;
2143
2173
 
2144
2174
  // src/commands/GetDedicatedIpsCommand.ts
2145
2175
 
2146
2176
 
2147
2177
 
2148
- var _GetDedicatedIpsCommand = class _GetDedicatedIpsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2178
+ var GetDedicatedIpsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2149
2179
  return [
2150
2180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2151
2181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2152
2182
  ];
2153
2183
  }).s("AmazonPinpointEmailService", "GetDedicatedIps", {}).n("PinpointEmailClient", "GetDedicatedIpsCommand").f(void 0, void 0).ser(se_GetDedicatedIpsCommand).de(de_GetDedicatedIpsCommand).build() {
2184
+ static {
2185
+ __name(this, "GetDedicatedIpsCommand");
2186
+ }
2154
2187
  };
2155
- __name(_GetDedicatedIpsCommand, "GetDedicatedIpsCommand");
2156
- var GetDedicatedIpsCommand = _GetDedicatedIpsCommand;
2157
2188
 
2158
2189
  // src/commands/GetDeliverabilityDashboardOptionsCommand.ts
2159
2190
 
2160
2191
 
2161
2192
 
2162
- var _GetDeliverabilityDashboardOptionsCommand = class _GetDeliverabilityDashboardOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2193
+ var GetDeliverabilityDashboardOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2163
2194
  return [
2164
2195
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2165
2196
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2166
2197
  ];
2167
2198
  }).s("AmazonPinpointEmailService", "GetDeliverabilityDashboardOptions", {}).n("PinpointEmailClient", "GetDeliverabilityDashboardOptionsCommand").f(void 0, void 0).ser(se_GetDeliverabilityDashboardOptionsCommand).de(de_GetDeliverabilityDashboardOptionsCommand).build() {
2199
+ static {
2200
+ __name(this, "GetDeliverabilityDashboardOptionsCommand");
2201
+ }
2168
2202
  };
2169
- __name(_GetDeliverabilityDashboardOptionsCommand, "GetDeliverabilityDashboardOptionsCommand");
2170
- var GetDeliverabilityDashboardOptionsCommand = _GetDeliverabilityDashboardOptionsCommand;
2171
2203
 
2172
2204
  // src/commands/GetDeliverabilityTestReportCommand.ts
2173
2205
 
2174
2206
 
2175
2207
 
2176
- var _GetDeliverabilityTestReportCommand = class _GetDeliverabilityTestReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2208
+ var GetDeliverabilityTestReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2177
2209
  return [
2178
2210
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2179
2211
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2180
2212
  ];
2181
2213
  }).s("AmazonPinpointEmailService", "GetDeliverabilityTestReport", {}).n("PinpointEmailClient", "GetDeliverabilityTestReportCommand").f(void 0, void 0).ser(se_GetDeliverabilityTestReportCommand).de(de_GetDeliverabilityTestReportCommand).build() {
2214
+ static {
2215
+ __name(this, "GetDeliverabilityTestReportCommand");
2216
+ }
2182
2217
  };
2183
- __name(_GetDeliverabilityTestReportCommand, "GetDeliverabilityTestReportCommand");
2184
- var GetDeliverabilityTestReportCommand = _GetDeliverabilityTestReportCommand;
2185
2218
 
2186
2219
  // src/commands/GetDomainDeliverabilityCampaignCommand.ts
2187
2220
 
2188
2221
 
2189
2222
 
2190
- var _GetDomainDeliverabilityCampaignCommand = class _GetDomainDeliverabilityCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2223
+ var GetDomainDeliverabilityCampaignCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2191
2224
  return [
2192
2225
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2193
2226
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2194
2227
  ];
2195
2228
  }).s("AmazonPinpointEmailService", "GetDomainDeliverabilityCampaign", {}).n("PinpointEmailClient", "GetDomainDeliverabilityCampaignCommand").f(void 0, void 0).ser(se_GetDomainDeliverabilityCampaignCommand).de(de_GetDomainDeliverabilityCampaignCommand).build() {
2229
+ static {
2230
+ __name(this, "GetDomainDeliverabilityCampaignCommand");
2231
+ }
2196
2232
  };
2197
- __name(_GetDomainDeliverabilityCampaignCommand, "GetDomainDeliverabilityCampaignCommand");
2198
- var GetDomainDeliverabilityCampaignCommand = _GetDomainDeliverabilityCampaignCommand;
2199
2233
 
2200
2234
  // src/commands/GetDomainStatisticsReportCommand.ts
2201
2235
 
2202
2236
 
2203
2237
 
2204
- var _GetDomainStatisticsReportCommand = class _GetDomainStatisticsReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2238
+ var GetDomainStatisticsReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2205
2239
  return [
2206
2240
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2207
2241
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2208
2242
  ];
2209
2243
  }).s("AmazonPinpointEmailService", "GetDomainStatisticsReport", {}).n("PinpointEmailClient", "GetDomainStatisticsReportCommand").f(void 0, void 0).ser(se_GetDomainStatisticsReportCommand).de(de_GetDomainStatisticsReportCommand).build() {
2244
+ static {
2245
+ __name(this, "GetDomainStatisticsReportCommand");
2246
+ }
2210
2247
  };
2211
- __name(_GetDomainStatisticsReportCommand, "GetDomainStatisticsReportCommand");
2212
- var GetDomainStatisticsReportCommand = _GetDomainStatisticsReportCommand;
2213
2248
 
2214
2249
  // src/commands/GetEmailIdentityCommand.ts
2215
2250
 
2216
2251
 
2217
2252
 
2218
- var _GetEmailIdentityCommand = class _GetEmailIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2253
+ var GetEmailIdentityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2219
2254
  return [
2220
2255
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2221
2256
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2222
2257
  ];
2223
2258
  }).s("AmazonPinpointEmailService", "GetEmailIdentity", {}).n("PinpointEmailClient", "GetEmailIdentityCommand").f(void 0, void 0).ser(se_GetEmailIdentityCommand).de(de_GetEmailIdentityCommand).build() {
2259
+ static {
2260
+ __name(this, "GetEmailIdentityCommand");
2261
+ }
2224
2262
  };
2225
- __name(_GetEmailIdentityCommand, "GetEmailIdentityCommand");
2226
- var GetEmailIdentityCommand = _GetEmailIdentityCommand;
2227
2263
 
2228
2264
  // src/commands/ListConfigurationSetsCommand.ts
2229
2265
 
2230
2266
 
2231
2267
 
2232
- var _ListConfigurationSetsCommand = class _ListConfigurationSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2268
+ var ListConfigurationSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2233
2269
  return [
2234
2270
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2235
2271
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2236
2272
  ];
2237
2273
  }).s("AmazonPinpointEmailService", "ListConfigurationSets", {}).n("PinpointEmailClient", "ListConfigurationSetsCommand").f(void 0, void 0).ser(se_ListConfigurationSetsCommand).de(de_ListConfigurationSetsCommand).build() {
2274
+ static {
2275
+ __name(this, "ListConfigurationSetsCommand");
2276
+ }
2238
2277
  };
2239
- __name(_ListConfigurationSetsCommand, "ListConfigurationSetsCommand");
2240
- var ListConfigurationSetsCommand = _ListConfigurationSetsCommand;
2241
2278
 
2242
2279
  // src/commands/ListDedicatedIpPoolsCommand.ts
2243
2280
 
2244
2281
 
2245
2282
 
2246
- var _ListDedicatedIpPoolsCommand = class _ListDedicatedIpPoolsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2283
+ var ListDedicatedIpPoolsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2247
2284
  return [
2248
2285
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2249
2286
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2250
2287
  ];
2251
2288
  }).s("AmazonPinpointEmailService", "ListDedicatedIpPools", {}).n("PinpointEmailClient", "ListDedicatedIpPoolsCommand").f(void 0, void 0).ser(se_ListDedicatedIpPoolsCommand).de(de_ListDedicatedIpPoolsCommand).build() {
2289
+ static {
2290
+ __name(this, "ListDedicatedIpPoolsCommand");
2291
+ }
2252
2292
  };
2253
- __name(_ListDedicatedIpPoolsCommand, "ListDedicatedIpPoolsCommand");
2254
- var ListDedicatedIpPoolsCommand = _ListDedicatedIpPoolsCommand;
2255
2293
 
2256
2294
  // src/commands/ListDeliverabilityTestReportsCommand.ts
2257
2295
 
2258
2296
 
2259
2297
 
2260
- var _ListDeliverabilityTestReportsCommand = class _ListDeliverabilityTestReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2298
+ var ListDeliverabilityTestReportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2261
2299
  return [
2262
2300
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2263
2301
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2264
2302
  ];
2265
2303
  }).s("AmazonPinpointEmailService", "ListDeliverabilityTestReports", {}).n("PinpointEmailClient", "ListDeliverabilityTestReportsCommand").f(void 0, void 0).ser(se_ListDeliverabilityTestReportsCommand).de(de_ListDeliverabilityTestReportsCommand).build() {
2304
+ static {
2305
+ __name(this, "ListDeliverabilityTestReportsCommand");
2306
+ }
2266
2307
  };
2267
- __name(_ListDeliverabilityTestReportsCommand, "ListDeliverabilityTestReportsCommand");
2268
- var ListDeliverabilityTestReportsCommand = _ListDeliverabilityTestReportsCommand;
2269
2308
 
2270
2309
  // src/commands/ListDomainDeliverabilityCampaignsCommand.ts
2271
2310
 
2272
2311
 
2273
2312
 
2274
- var _ListDomainDeliverabilityCampaignsCommand = class _ListDomainDeliverabilityCampaignsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2313
+ var ListDomainDeliverabilityCampaignsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2275
2314
  return [
2276
2315
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2277
2316
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2278
2317
  ];
2279
2318
  }).s("AmazonPinpointEmailService", "ListDomainDeliverabilityCampaigns", {}).n("PinpointEmailClient", "ListDomainDeliverabilityCampaignsCommand").f(void 0, void 0).ser(se_ListDomainDeliverabilityCampaignsCommand).de(de_ListDomainDeliverabilityCampaignsCommand).build() {
2319
+ static {
2320
+ __name(this, "ListDomainDeliverabilityCampaignsCommand");
2321
+ }
2280
2322
  };
2281
- __name(_ListDomainDeliverabilityCampaignsCommand, "ListDomainDeliverabilityCampaignsCommand");
2282
- var ListDomainDeliverabilityCampaignsCommand = _ListDomainDeliverabilityCampaignsCommand;
2283
2323
 
2284
2324
  // src/commands/ListEmailIdentitiesCommand.ts
2285
2325
 
2286
2326
 
2287
2327
 
2288
- var _ListEmailIdentitiesCommand = class _ListEmailIdentitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2328
+ var ListEmailIdentitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2289
2329
  return [
2290
2330
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2291
2331
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2292
2332
  ];
2293
2333
  }).s("AmazonPinpointEmailService", "ListEmailIdentities", {}).n("PinpointEmailClient", "ListEmailIdentitiesCommand").f(void 0, void 0).ser(se_ListEmailIdentitiesCommand).de(de_ListEmailIdentitiesCommand).build() {
2334
+ static {
2335
+ __name(this, "ListEmailIdentitiesCommand");
2336
+ }
2294
2337
  };
2295
- __name(_ListEmailIdentitiesCommand, "ListEmailIdentitiesCommand");
2296
- var ListEmailIdentitiesCommand = _ListEmailIdentitiesCommand;
2297
2338
 
2298
2339
  // src/commands/ListTagsForResourceCommand.ts
2299
2340
 
2300
2341
 
2301
2342
 
2302
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2343
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2303
2344
  return [
2304
2345
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2305
2346
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2306
2347
  ];
2307
2348
  }).s("AmazonPinpointEmailService", "ListTagsForResource", {}).n("PinpointEmailClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
2349
+ static {
2350
+ __name(this, "ListTagsForResourceCommand");
2351
+ }
2308
2352
  };
2309
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
2310
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2311
2353
 
2312
2354
  // src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts
2313
2355
 
2314
2356
 
2315
2357
 
2316
- var _PutAccountDedicatedIpWarmupAttributesCommand = class _PutAccountDedicatedIpWarmupAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2358
+ var PutAccountDedicatedIpWarmupAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2317
2359
  return [
2318
2360
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2319
2361
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2320
2362
  ];
2321
2363
  }).s("AmazonPinpointEmailService", "PutAccountDedicatedIpWarmupAttributes", {}).n("PinpointEmailClient", "PutAccountDedicatedIpWarmupAttributesCommand").f(void 0, void 0).ser(se_PutAccountDedicatedIpWarmupAttributesCommand).de(de_PutAccountDedicatedIpWarmupAttributesCommand).build() {
2364
+ static {
2365
+ __name(this, "PutAccountDedicatedIpWarmupAttributesCommand");
2366
+ }
2322
2367
  };
2323
- __name(_PutAccountDedicatedIpWarmupAttributesCommand, "PutAccountDedicatedIpWarmupAttributesCommand");
2324
- var PutAccountDedicatedIpWarmupAttributesCommand = _PutAccountDedicatedIpWarmupAttributesCommand;
2325
2368
 
2326
2369
  // src/commands/PutAccountSendingAttributesCommand.ts
2327
2370
 
2328
2371
 
2329
2372
 
2330
- var _PutAccountSendingAttributesCommand = class _PutAccountSendingAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2373
+ var PutAccountSendingAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2331
2374
  return [
2332
2375
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2333
2376
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2334
2377
  ];
2335
2378
  }).s("AmazonPinpointEmailService", "PutAccountSendingAttributes", {}).n("PinpointEmailClient", "PutAccountSendingAttributesCommand").f(void 0, void 0).ser(se_PutAccountSendingAttributesCommand).de(de_PutAccountSendingAttributesCommand).build() {
2379
+ static {
2380
+ __name(this, "PutAccountSendingAttributesCommand");
2381
+ }
2336
2382
  };
2337
- __name(_PutAccountSendingAttributesCommand, "PutAccountSendingAttributesCommand");
2338
- var PutAccountSendingAttributesCommand = _PutAccountSendingAttributesCommand;
2339
2383
 
2340
2384
  // src/commands/PutConfigurationSetDeliveryOptionsCommand.ts
2341
2385
 
2342
2386
 
2343
2387
 
2344
- var _PutConfigurationSetDeliveryOptionsCommand = class _PutConfigurationSetDeliveryOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2388
+ var PutConfigurationSetDeliveryOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2345
2389
  return [
2346
2390
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2347
2391
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2348
2392
  ];
2349
2393
  }).s("AmazonPinpointEmailService", "PutConfigurationSetDeliveryOptions", {}).n("PinpointEmailClient", "PutConfigurationSetDeliveryOptionsCommand").f(void 0, void 0).ser(se_PutConfigurationSetDeliveryOptionsCommand).de(de_PutConfigurationSetDeliveryOptionsCommand).build() {
2394
+ static {
2395
+ __name(this, "PutConfigurationSetDeliveryOptionsCommand");
2396
+ }
2350
2397
  };
2351
- __name(_PutConfigurationSetDeliveryOptionsCommand, "PutConfigurationSetDeliveryOptionsCommand");
2352
- var PutConfigurationSetDeliveryOptionsCommand = _PutConfigurationSetDeliveryOptionsCommand;
2353
2398
 
2354
2399
  // src/commands/PutConfigurationSetReputationOptionsCommand.ts
2355
2400
 
2356
2401
 
2357
2402
 
2358
- var _PutConfigurationSetReputationOptionsCommand = class _PutConfigurationSetReputationOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2403
+ var PutConfigurationSetReputationOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2359
2404
  return [
2360
2405
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2361
2406
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2362
2407
  ];
2363
2408
  }).s("AmazonPinpointEmailService", "PutConfigurationSetReputationOptions", {}).n("PinpointEmailClient", "PutConfigurationSetReputationOptionsCommand").f(void 0, void 0).ser(se_PutConfigurationSetReputationOptionsCommand).de(de_PutConfigurationSetReputationOptionsCommand).build() {
2409
+ static {
2410
+ __name(this, "PutConfigurationSetReputationOptionsCommand");
2411
+ }
2364
2412
  };
2365
- __name(_PutConfigurationSetReputationOptionsCommand, "PutConfigurationSetReputationOptionsCommand");
2366
- var PutConfigurationSetReputationOptionsCommand = _PutConfigurationSetReputationOptionsCommand;
2367
2413
 
2368
2414
  // src/commands/PutConfigurationSetSendingOptionsCommand.ts
2369
2415
 
2370
2416
 
2371
2417
 
2372
- var _PutConfigurationSetSendingOptionsCommand = class _PutConfigurationSetSendingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2418
+ var PutConfigurationSetSendingOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2373
2419
  return [
2374
2420
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2375
2421
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2376
2422
  ];
2377
2423
  }).s("AmazonPinpointEmailService", "PutConfigurationSetSendingOptions", {}).n("PinpointEmailClient", "PutConfigurationSetSendingOptionsCommand").f(void 0, void 0).ser(se_PutConfigurationSetSendingOptionsCommand).de(de_PutConfigurationSetSendingOptionsCommand).build() {
2424
+ static {
2425
+ __name(this, "PutConfigurationSetSendingOptionsCommand");
2426
+ }
2378
2427
  };
2379
- __name(_PutConfigurationSetSendingOptionsCommand, "PutConfigurationSetSendingOptionsCommand");
2380
- var PutConfigurationSetSendingOptionsCommand = _PutConfigurationSetSendingOptionsCommand;
2381
2428
 
2382
2429
  // src/commands/PutConfigurationSetTrackingOptionsCommand.ts
2383
2430
 
2384
2431
 
2385
2432
 
2386
- var _PutConfigurationSetTrackingOptionsCommand = class _PutConfigurationSetTrackingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2433
+ var PutConfigurationSetTrackingOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2387
2434
  return [
2388
2435
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2389
2436
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2390
2437
  ];
2391
2438
  }).s("AmazonPinpointEmailService", "PutConfigurationSetTrackingOptions", {}).n("PinpointEmailClient", "PutConfigurationSetTrackingOptionsCommand").f(void 0, void 0).ser(se_PutConfigurationSetTrackingOptionsCommand).de(de_PutConfigurationSetTrackingOptionsCommand).build() {
2439
+ static {
2440
+ __name(this, "PutConfigurationSetTrackingOptionsCommand");
2441
+ }
2392
2442
  };
2393
- __name(_PutConfigurationSetTrackingOptionsCommand, "PutConfigurationSetTrackingOptionsCommand");
2394
- var PutConfigurationSetTrackingOptionsCommand = _PutConfigurationSetTrackingOptionsCommand;
2395
2443
 
2396
2444
  // src/commands/PutDedicatedIpInPoolCommand.ts
2397
2445
 
2398
2446
 
2399
2447
 
2400
- var _PutDedicatedIpInPoolCommand = class _PutDedicatedIpInPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2448
+ var PutDedicatedIpInPoolCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2401
2449
  return [
2402
2450
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2403
2451
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2404
2452
  ];
2405
2453
  }).s("AmazonPinpointEmailService", "PutDedicatedIpInPool", {}).n("PinpointEmailClient", "PutDedicatedIpInPoolCommand").f(void 0, void 0).ser(se_PutDedicatedIpInPoolCommand).de(de_PutDedicatedIpInPoolCommand).build() {
2454
+ static {
2455
+ __name(this, "PutDedicatedIpInPoolCommand");
2456
+ }
2406
2457
  };
2407
- __name(_PutDedicatedIpInPoolCommand, "PutDedicatedIpInPoolCommand");
2408
- var PutDedicatedIpInPoolCommand = _PutDedicatedIpInPoolCommand;
2409
2458
 
2410
2459
  // src/commands/PutDedicatedIpWarmupAttributesCommand.ts
2411
2460
 
2412
2461
 
2413
2462
 
2414
- var _PutDedicatedIpWarmupAttributesCommand = class _PutDedicatedIpWarmupAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2463
+ var PutDedicatedIpWarmupAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2415
2464
  return [
2416
2465
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2417
2466
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2418
2467
  ];
2419
2468
  }).s("AmazonPinpointEmailService", "PutDedicatedIpWarmupAttributes", {}).n("PinpointEmailClient", "PutDedicatedIpWarmupAttributesCommand").f(void 0, void 0).ser(se_PutDedicatedIpWarmupAttributesCommand).de(de_PutDedicatedIpWarmupAttributesCommand).build() {
2469
+ static {
2470
+ __name(this, "PutDedicatedIpWarmupAttributesCommand");
2471
+ }
2420
2472
  };
2421
- __name(_PutDedicatedIpWarmupAttributesCommand, "PutDedicatedIpWarmupAttributesCommand");
2422
- var PutDedicatedIpWarmupAttributesCommand = _PutDedicatedIpWarmupAttributesCommand;
2423
2473
 
2424
2474
  // src/commands/PutDeliverabilityDashboardOptionCommand.ts
2425
2475
 
2426
2476
 
2427
2477
 
2428
- var _PutDeliverabilityDashboardOptionCommand = class _PutDeliverabilityDashboardOptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2478
+ var PutDeliverabilityDashboardOptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2429
2479
  return [
2430
2480
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2431
2481
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2432
2482
  ];
2433
2483
  }).s("AmazonPinpointEmailService", "PutDeliverabilityDashboardOption", {}).n("PinpointEmailClient", "PutDeliverabilityDashboardOptionCommand").f(void 0, void 0).ser(se_PutDeliverabilityDashboardOptionCommand).de(de_PutDeliverabilityDashboardOptionCommand).build() {
2484
+ static {
2485
+ __name(this, "PutDeliverabilityDashboardOptionCommand");
2486
+ }
2434
2487
  };
2435
- __name(_PutDeliverabilityDashboardOptionCommand, "PutDeliverabilityDashboardOptionCommand");
2436
- var PutDeliverabilityDashboardOptionCommand = _PutDeliverabilityDashboardOptionCommand;
2437
2488
 
2438
2489
  // src/commands/PutEmailIdentityDkimAttributesCommand.ts
2439
2490
 
2440
2491
 
2441
2492
 
2442
- var _PutEmailIdentityDkimAttributesCommand = class _PutEmailIdentityDkimAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2493
+ var PutEmailIdentityDkimAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2443
2494
  return [
2444
2495
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2445
2496
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2446
2497
  ];
2447
2498
  }).s("AmazonPinpointEmailService", "PutEmailIdentityDkimAttributes", {}).n("PinpointEmailClient", "PutEmailIdentityDkimAttributesCommand").f(void 0, void 0).ser(se_PutEmailIdentityDkimAttributesCommand).de(de_PutEmailIdentityDkimAttributesCommand).build() {
2499
+ static {
2500
+ __name(this, "PutEmailIdentityDkimAttributesCommand");
2501
+ }
2448
2502
  };
2449
- __name(_PutEmailIdentityDkimAttributesCommand, "PutEmailIdentityDkimAttributesCommand");
2450
- var PutEmailIdentityDkimAttributesCommand = _PutEmailIdentityDkimAttributesCommand;
2451
2503
 
2452
2504
  // src/commands/PutEmailIdentityFeedbackAttributesCommand.ts
2453
2505
 
2454
2506
 
2455
2507
 
2456
- var _PutEmailIdentityFeedbackAttributesCommand = class _PutEmailIdentityFeedbackAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2508
+ var PutEmailIdentityFeedbackAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2457
2509
  return [
2458
2510
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2459
2511
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2460
2512
  ];
2461
2513
  }).s("AmazonPinpointEmailService", "PutEmailIdentityFeedbackAttributes", {}).n("PinpointEmailClient", "PutEmailIdentityFeedbackAttributesCommand").f(void 0, void 0).ser(se_PutEmailIdentityFeedbackAttributesCommand).de(de_PutEmailIdentityFeedbackAttributesCommand).build() {
2514
+ static {
2515
+ __name(this, "PutEmailIdentityFeedbackAttributesCommand");
2516
+ }
2462
2517
  };
2463
- __name(_PutEmailIdentityFeedbackAttributesCommand, "PutEmailIdentityFeedbackAttributesCommand");
2464
- var PutEmailIdentityFeedbackAttributesCommand = _PutEmailIdentityFeedbackAttributesCommand;
2465
2518
 
2466
2519
  // src/commands/PutEmailIdentityMailFromAttributesCommand.ts
2467
2520
 
2468
2521
 
2469
2522
 
2470
- var _PutEmailIdentityMailFromAttributesCommand = class _PutEmailIdentityMailFromAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2523
+ var PutEmailIdentityMailFromAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2471
2524
  return [
2472
2525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2473
2526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2474
2527
  ];
2475
2528
  }).s("AmazonPinpointEmailService", "PutEmailIdentityMailFromAttributes", {}).n("PinpointEmailClient", "PutEmailIdentityMailFromAttributesCommand").f(void 0, void 0).ser(se_PutEmailIdentityMailFromAttributesCommand).de(de_PutEmailIdentityMailFromAttributesCommand).build() {
2529
+ static {
2530
+ __name(this, "PutEmailIdentityMailFromAttributesCommand");
2531
+ }
2476
2532
  };
2477
- __name(_PutEmailIdentityMailFromAttributesCommand, "PutEmailIdentityMailFromAttributesCommand");
2478
- var PutEmailIdentityMailFromAttributesCommand = _PutEmailIdentityMailFromAttributesCommand;
2479
2533
 
2480
2534
  // src/commands/SendEmailCommand.ts
2481
2535
 
2482
2536
 
2483
2537
 
2484
- var _SendEmailCommand = class _SendEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2538
+ var SendEmailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2485
2539
  return [
2486
2540
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2487
2541
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2488
2542
  ];
2489
2543
  }).s("AmazonPinpointEmailService", "SendEmail", {}).n("PinpointEmailClient", "SendEmailCommand").f(void 0, void 0).ser(se_SendEmailCommand).de(de_SendEmailCommand).build() {
2544
+ static {
2545
+ __name(this, "SendEmailCommand");
2546
+ }
2490
2547
  };
2491
- __name(_SendEmailCommand, "SendEmailCommand");
2492
- var SendEmailCommand = _SendEmailCommand;
2493
2548
 
2494
2549
  // src/commands/TagResourceCommand.ts
2495
2550
 
2496
2551
 
2497
2552
 
2498
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2553
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2499
2554
  return [
2500
2555
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2501
2556
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2502
2557
  ];
2503
2558
  }).s("AmazonPinpointEmailService", "TagResource", {}).n("PinpointEmailClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
2559
+ static {
2560
+ __name(this, "TagResourceCommand");
2561
+ }
2504
2562
  };
2505
- __name(_TagResourceCommand, "TagResourceCommand");
2506
- var TagResourceCommand = _TagResourceCommand;
2507
2563
 
2508
2564
  // src/commands/UntagResourceCommand.ts
2509
2565
 
2510
2566
 
2511
2567
 
2512
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2568
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2513
2569
  return [
2514
2570
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2515
2571
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2516
2572
  ];
2517
2573
  }).s("AmazonPinpointEmailService", "UntagResource", {}).n("PinpointEmailClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
2574
+ static {
2575
+ __name(this, "UntagResourceCommand");
2576
+ }
2518
2577
  };
2519
- __name(_UntagResourceCommand, "UntagResourceCommand");
2520
- var UntagResourceCommand = _UntagResourceCommand;
2521
2578
 
2522
2579
  // src/commands/UpdateConfigurationSetEventDestinationCommand.ts
2523
2580
 
2524
2581
 
2525
2582
 
2526
- var _UpdateConfigurationSetEventDestinationCommand = class _UpdateConfigurationSetEventDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2583
+ var UpdateConfigurationSetEventDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2527
2584
  return [
2528
2585
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2529
2586
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2530
2587
  ];
2531
2588
  }).s("AmazonPinpointEmailService", "UpdateConfigurationSetEventDestination", {}).n("PinpointEmailClient", "UpdateConfigurationSetEventDestinationCommand").f(void 0, void 0).ser(se_UpdateConfigurationSetEventDestinationCommand).de(de_UpdateConfigurationSetEventDestinationCommand).build() {
2589
+ static {
2590
+ __name(this, "UpdateConfigurationSetEventDestinationCommand");
2591
+ }
2532
2592
  };
2533
- __name(_UpdateConfigurationSetEventDestinationCommand, "UpdateConfigurationSetEventDestinationCommand");
2534
- var UpdateConfigurationSetEventDestinationCommand = _UpdateConfigurationSetEventDestinationCommand;
2535
2593
 
2536
2594
  // src/PinpointEmail.ts
2537
2595
  var commands = {
@@ -2578,10 +2636,11 @@ var commands = {
2578
2636
  UntagResourceCommand,
2579
2637
  UpdateConfigurationSetEventDestinationCommand
2580
2638
  };
2581
- var _PinpointEmail = class _PinpointEmail extends PinpointEmailClient {
2639
+ var PinpointEmail = class extends PinpointEmailClient {
2640
+ static {
2641
+ __name(this, "PinpointEmail");
2642
+ }
2582
2643
  };
2583
- __name(_PinpointEmail, "PinpointEmail");
2584
- var PinpointEmail = _PinpointEmail;
2585
2644
  (0, import_smithy_client.createAggregatedClient)(commands, PinpointEmail);
2586
2645
 
2587
2646
  // src/pagination/GetDedicatedIpsPaginator.ts