@aws-sdk/client-ssm-contacts 3.716.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
@@ -191,7 +191,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
191
191
  }, "resolveRuntimeExtensions");
192
192
 
193
193
  // src/SSMContactsClient.ts
194
- var _SSMContactsClient = class _SSMContactsClient extends import_smithy_client.Client {
194
+ var SSMContactsClient = class extends import_smithy_client.Client {
195
+ static {
196
+ __name(this, "SSMContactsClient");
197
+ }
198
+ /**
199
+ * The resolved configuration of SSMContactsClient class. This is resolved and normalized from the {@link SSMContactsClientConfig | constructor configuration interface}.
200
+ */
201
+ config;
195
202
  constructor(...[configuration]) {
196
203
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
197
204
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -201,7 +208,7 @@ var _SSMContactsClient = class _SSMContactsClient extends import_smithy_client.C
201
208
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
202
209
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
203
210
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
204
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
211
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
205
212
  super(_config_8);
206
213
  this.config = _config_8;
207
214
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -229,8 +236,6 @@ var _SSMContactsClient = class _SSMContactsClient extends import_smithy_client.C
229
236
  super.destroy();
230
237
  }
231
238
  };
232
- __name(_SSMContactsClient, "SSMContactsClient");
233
- var SSMContactsClient = _SSMContactsClient;
234
239
 
235
240
  // src/SSMContacts.ts
236
241
 
@@ -248,7 +253,10 @@ var import_uuid = require("uuid");
248
253
 
249
254
  // src/models/SSMContactsServiceException.ts
250
255
 
251
- var _SSMContactsServiceException = class _SSMContactsServiceException extends import_smithy_client.ServiceException {
256
+ var SSMContactsServiceException = class _SSMContactsServiceException extends import_smithy_client.ServiceException {
257
+ static {
258
+ __name(this, "SSMContactsServiceException");
259
+ }
252
260
  /**
253
261
  * @internal
254
262
  */
@@ -257,8 +265,6 @@ var _SSMContactsServiceException = class _SSMContactsServiceException extends im
257
265
  Object.setPrototypeOf(this, _SSMContactsServiceException.prototype);
258
266
  }
259
267
  };
260
- __name(_SSMContactsServiceException, "SSMContactsServiceException");
261
- var SSMContactsServiceException = _SSMContactsServiceException;
262
268
 
263
269
  // src/models/models_0.ts
264
270
  var AcceptCodeValidation = {
@@ -269,7 +275,13 @@ var AcceptType = {
269
275
  DELIVERED: "DELIVERED",
270
276
  READ: "READ"
271
277
  };
272
- var _AccessDeniedException = class _AccessDeniedException extends SSMContactsServiceException {
278
+ var AccessDeniedException = class _AccessDeniedException extends SSMContactsServiceException {
279
+ static {
280
+ __name(this, "AccessDeniedException");
281
+ }
282
+ name = "AccessDeniedException";
283
+ $fault = "client";
284
+ Message;
273
285
  /**
274
286
  * @internal
275
287
  */
@@ -279,15 +291,22 @@ var _AccessDeniedException = class _AccessDeniedException extends SSMContactsSer
279
291
  $fault: "client",
280
292
  ...opts
281
293
  });
282
- this.name = "AccessDeniedException";
283
- this.$fault = "client";
284
294
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
285
295
  this.Message = opts.Message;
286
296
  }
287
297
  };
288
- __name(_AccessDeniedException, "AccessDeniedException");
289
- var AccessDeniedException = _AccessDeniedException;
290
- var _InternalServerException = class _InternalServerException extends SSMContactsServiceException {
298
+ var InternalServerException = class _InternalServerException extends SSMContactsServiceException {
299
+ static {
300
+ __name(this, "InternalServerException");
301
+ }
302
+ name = "InternalServerException";
303
+ $fault = "server";
304
+ Message;
305
+ /**
306
+ * Advice to clients on when the call can be safely retried
307
+ * @public
308
+ */
309
+ RetryAfterSeconds;
291
310
  /**
292
311
  * @internal
293
312
  */
@@ -297,16 +316,28 @@ var _InternalServerException = class _InternalServerException extends SSMContact
297
316
  $fault: "server",
298
317
  ...opts
299
318
  });
300
- this.name = "InternalServerException";
301
- this.$fault = "server";
302
319
  Object.setPrototypeOf(this, _InternalServerException.prototype);
303
320
  this.Message = opts.Message;
304
321
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
305
322
  }
306
323
  };
307
- __name(_InternalServerException, "InternalServerException");
308
- var InternalServerException = _InternalServerException;
309
- var _ResourceNotFoundException = class _ResourceNotFoundException extends SSMContactsServiceException {
324
+ var ResourceNotFoundException = class _ResourceNotFoundException extends SSMContactsServiceException {
325
+ static {
326
+ __name(this, "ResourceNotFoundException");
327
+ }
328
+ name = "ResourceNotFoundException";
329
+ $fault = "client";
330
+ Message;
331
+ /**
332
+ * Hypothetical resource identifier that was not found
333
+ * @public
334
+ */
335
+ ResourceId;
336
+ /**
337
+ * Hypothetical resource type that was not found
338
+ * @public
339
+ */
340
+ ResourceType;
310
341
  /**
311
342
  * @internal
312
343
  */
@@ -316,17 +347,34 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends SSMCon
316
347
  $fault: "client",
317
348
  ...opts
318
349
  });
319
- this.name = "ResourceNotFoundException";
320
- this.$fault = "client";
321
350
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
322
351
  this.Message = opts.Message;
323
352
  this.ResourceId = opts.ResourceId;
324
353
  this.ResourceType = opts.ResourceType;
325
354
  }
326
355
  };
327
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
328
- var ResourceNotFoundException = _ResourceNotFoundException;
329
- var _ThrottlingException = class _ThrottlingException extends SSMContactsServiceException {
356
+ var ThrottlingException = class _ThrottlingException extends SSMContactsServiceException {
357
+ static {
358
+ __name(this, "ThrottlingException");
359
+ }
360
+ name = "ThrottlingException";
361
+ $fault = "client";
362
+ Message;
363
+ /**
364
+ * Service Quotas requirement to identify originating service
365
+ * @public
366
+ */
367
+ QuotaCode;
368
+ /**
369
+ * Service Quotas requirement to identify originating quota
370
+ * @public
371
+ */
372
+ ServiceCode;
373
+ /**
374
+ * Advice to clients on when the call can be safely retried
375
+ * @public
376
+ */
377
+ RetryAfterSeconds;
330
378
  /**
331
379
  * @internal
332
380
  */
@@ -336,8 +384,6 @@ var _ThrottlingException = class _ThrottlingException extends SSMContactsService
336
384
  $fault: "client",
337
385
  ...opts
338
386
  });
339
- this.name = "ThrottlingException";
340
- this.$fault = "client";
341
387
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
342
388
  this.Message = opts.Message;
343
389
  this.QuotaCode = opts.QuotaCode;
@@ -345,15 +391,29 @@ var _ThrottlingException = class _ThrottlingException extends SSMContactsService
345
391
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
346
392
  }
347
393
  };
348
- __name(_ThrottlingException, "ThrottlingException");
349
- var ThrottlingException = _ThrottlingException;
350
394
  var ValidationExceptionReason = {
351
395
  CANNOT_PARSE: "CANNOT_PARSE",
352
396
  FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
353
397
  OTHER: "OTHER",
354
398
  UNKNOWN_OPERATION: "UNKNOWN_OPERATION"
355
399
  };
356
- var _ValidationException = class _ValidationException extends SSMContactsServiceException {
400
+ var ValidationException = class _ValidationException extends SSMContactsServiceException {
401
+ static {
402
+ __name(this, "ValidationException");
403
+ }
404
+ name = "ValidationException";
405
+ $fault = "client";
406
+ Message;
407
+ /**
408
+ * Reason the request failed validation
409
+ * @public
410
+ */
411
+ Reason;
412
+ /**
413
+ * The fields that caused the error
414
+ * @public
415
+ */
416
+ Fields;
357
417
  /**
358
418
  * @internal
359
419
  */
@@ -363,16 +423,12 @@ var _ValidationException = class _ValidationException extends SSMContactsService
363
423
  $fault: "client",
364
424
  ...opts
365
425
  });
366
- this.name = "ValidationException";
367
- this.$fault = "client";
368
426
  Object.setPrototypeOf(this, _ValidationException.prototype);
369
427
  this.Message = opts.Message;
370
428
  this.Reason = opts.Reason;
371
429
  this.Fields = opts.Fields;
372
430
  }
373
431
  };
374
- __name(_ValidationException, "ValidationException");
375
- var ValidationException = _ValidationException;
376
432
  var ActivationStatus = {
377
433
  ACTIVATED: "ACTIVATED",
378
434
  NOT_ACTIVATED: "NOT_ACTIVATED"
@@ -382,7 +438,28 @@ var ChannelType = {
382
438
  SMS: "SMS",
383
439
  VOICE: "VOICE"
384
440
  };
385
- var _ConflictException = class _ConflictException extends SSMContactsServiceException {
441
+ var ConflictException = class _ConflictException extends SSMContactsServiceException {
442
+ static {
443
+ __name(this, "ConflictException");
444
+ }
445
+ name = "ConflictException";
446
+ $fault = "client";
447
+ Message;
448
+ /**
449
+ * Identifier of the resource in use
450
+ * @public
451
+ */
452
+ ResourceId;
453
+ /**
454
+ * Type of the resource in use
455
+ * @public
456
+ */
457
+ ResourceType;
458
+ /**
459
+ * List of dependent entities containing information on relation type and resourceArns linked to the resource in use
460
+ * @public
461
+ */
462
+ DependentEntities;
386
463
  /**
387
464
  * @internal
388
465
  */
@@ -392,8 +469,6 @@ var _ConflictException = class _ConflictException extends SSMContactsServiceExce
392
469
  $fault: "client",
393
470
  ...opts
394
471
  });
395
- this.name = "ConflictException";
396
- this.$fault = "client";
397
472
  Object.setPrototypeOf(this, _ConflictException.prototype);
398
473
  this.Message = opts.Message;
399
474
  this.ResourceId = opts.ResourceId;
@@ -401,14 +476,18 @@ var _ConflictException = class _ConflictException extends SSMContactsServiceExce
401
476
  this.DependentEntities = opts.DependentEntities;
402
477
  }
403
478
  };
404
- __name(_ConflictException, "ConflictException");
405
- var ConflictException = _ConflictException;
406
479
  var ContactType = {
407
480
  ESCALATION: "ESCALATION",
408
481
  ONCALL_SCHEDULE: "ONCALL_SCHEDULE",
409
482
  PERSONAL: "PERSONAL"
410
483
  };
411
- var _DataEncryptionException = class _DataEncryptionException extends SSMContactsServiceException {
484
+ var DataEncryptionException = class _DataEncryptionException extends SSMContactsServiceException {
485
+ static {
486
+ __name(this, "DataEncryptionException");
487
+ }
488
+ name = "DataEncryptionException";
489
+ $fault = "client";
490
+ Message;
412
491
  /**
413
492
  * @internal
414
493
  */
@@ -418,15 +497,37 @@ var _DataEncryptionException = class _DataEncryptionException extends SSMContact
418
497
  $fault: "client",
419
498
  ...opts
420
499
  });
421
- this.name = "DataEncryptionException";
422
- this.$fault = "client";
423
500
  Object.setPrototypeOf(this, _DataEncryptionException.prototype);
424
501
  this.Message = opts.Message;
425
502
  }
426
503
  };
427
- __name(_DataEncryptionException, "DataEncryptionException");
428
- var DataEncryptionException = _DataEncryptionException;
429
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends SSMContactsServiceException {
504
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends SSMContactsServiceException {
505
+ static {
506
+ __name(this, "ServiceQuotaExceededException");
507
+ }
508
+ name = "ServiceQuotaExceededException";
509
+ $fault = "client";
510
+ Message;
511
+ /**
512
+ * Identifier of the resource affected
513
+ * @public
514
+ */
515
+ ResourceId;
516
+ /**
517
+ * Type of the resource affected
518
+ * @public
519
+ */
520
+ ResourceType;
521
+ /**
522
+ * Service Quotas requirement to identify originating service
523
+ * @public
524
+ */
525
+ QuotaCode;
526
+ /**
527
+ * Service Quotas requirement to identify originating quota
528
+ * @public
529
+ */
530
+ ServiceCode;
430
531
  /**
431
532
  * @internal
432
533
  */
@@ -436,8 +537,6 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
436
537
  $fault: "client",
437
538
  ...opts
438
539
  });
439
- this.name = "ServiceQuotaExceededException";
440
- this.$fault = "client";
441
540
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
442
541
  this.Message = opts.Message;
443
542
  this.ResourceId = opts.ResourceId;
@@ -446,8 +545,6 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
446
545
  this.ServiceCode = opts.ServiceCode;
447
546
  }
448
547
  };
449
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
450
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
451
548
  var DayOfWeek = {
452
549
  FRI: "FRI",
453
550
  MON: "MON",
@@ -1667,547 +1764,586 @@ function sharedHeaders(operation) {
1667
1764
  __name(sharedHeaders, "sharedHeaders");
1668
1765
 
1669
1766
  // src/commands/AcceptPageCommand.ts
1670
- var _AcceptPageCommand = class _AcceptPageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1767
+ var AcceptPageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1671
1768
  return [
1672
1769
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1673
1770
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1674
1771
  ];
1675
1772
  }).s("SSMContacts", "AcceptPage", {}).n("SSMContactsClient", "AcceptPageCommand").f(void 0, void 0).ser(se_AcceptPageCommand).de(de_AcceptPageCommand).build() {
1773
+ static {
1774
+ __name(this, "AcceptPageCommand");
1775
+ }
1676
1776
  };
1677
- __name(_AcceptPageCommand, "AcceptPageCommand");
1678
- var AcceptPageCommand = _AcceptPageCommand;
1679
1777
 
1680
1778
  // src/commands/ActivateContactChannelCommand.ts
1681
1779
 
1682
1780
 
1683
1781
 
1684
- var _ActivateContactChannelCommand = class _ActivateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1782
+ var ActivateContactChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1685
1783
  return [
1686
1784
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1687
1785
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1688
1786
  ];
1689
1787
  }).s("SSMContacts", "ActivateContactChannel", {}).n("SSMContactsClient", "ActivateContactChannelCommand").f(void 0, void 0).ser(se_ActivateContactChannelCommand).de(de_ActivateContactChannelCommand).build() {
1788
+ static {
1789
+ __name(this, "ActivateContactChannelCommand");
1790
+ }
1690
1791
  };
1691
- __name(_ActivateContactChannelCommand, "ActivateContactChannelCommand");
1692
- var ActivateContactChannelCommand = _ActivateContactChannelCommand;
1693
1792
 
1694
1793
  // src/commands/CreateContactChannelCommand.ts
1695
1794
 
1696
1795
 
1697
1796
 
1698
- var _CreateContactChannelCommand = class _CreateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1797
+ var CreateContactChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1699
1798
  return [
1700
1799
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1701
1800
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1702
1801
  ];
1703
1802
  }).s("SSMContacts", "CreateContactChannel", {}).n("SSMContactsClient", "CreateContactChannelCommand").f(void 0, void 0).ser(se_CreateContactChannelCommand).de(de_CreateContactChannelCommand).build() {
1803
+ static {
1804
+ __name(this, "CreateContactChannelCommand");
1805
+ }
1704
1806
  };
1705
- __name(_CreateContactChannelCommand, "CreateContactChannelCommand");
1706
- var CreateContactChannelCommand = _CreateContactChannelCommand;
1707
1807
 
1708
1808
  // src/commands/CreateContactCommand.ts
1709
1809
 
1710
1810
 
1711
1811
 
1712
- var _CreateContactCommand = class _CreateContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1812
+ var CreateContactCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1713
1813
  return [
1714
1814
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1715
1815
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1716
1816
  ];
1717
1817
  }).s("SSMContacts", "CreateContact", {}).n("SSMContactsClient", "CreateContactCommand").f(void 0, void 0).ser(se_CreateContactCommand).de(de_CreateContactCommand).build() {
1818
+ static {
1819
+ __name(this, "CreateContactCommand");
1820
+ }
1718
1821
  };
1719
- __name(_CreateContactCommand, "CreateContactCommand");
1720
- var CreateContactCommand = _CreateContactCommand;
1721
1822
 
1722
1823
  // src/commands/CreateRotationCommand.ts
1723
1824
 
1724
1825
 
1725
1826
 
1726
- var _CreateRotationCommand = class _CreateRotationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1827
+ var CreateRotationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1727
1828
  return [
1728
1829
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1729
1830
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1730
1831
  ];
1731
1832
  }).s("SSMContacts", "CreateRotation", {}).n("SSMContactsClient", "CreateRotationCommand").f(void 0, void 0).ser(se_CreateRotationCommand).de(de_CreateRotationCommand).build() {
1833
+ static {
1834
+ __name(this, "CreateRotationCommand");
1835
+ }
1732
1836
  };
1733
- __name(_CreateRotationCommand, "CreateRotationCommand");
1734
- var CreateRotationCommand = _CreateRotationCommand;
1735
1837
 
1736
1838
  // src/commands/CreateRotationOverrideCommand.ts
1737
1839
 
1738
1840
 
1739
1841
 
1740
- var _CreateRotationOverrideCommand = class _CreateRotationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1842
+ var CreateRotationOverrideCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1741
1843
  return [
1742
1844
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1743
1845
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1744
1846
  ];
1745
1847
  }).s("SSMContacts", "CreateRotationOverride", {}).n("SSMContactsClient", "CreateRotationOverrideCommand").f(void 0, void 0).ser(se_CreateRotationOverrideCommand).de(de_CreateRotationOverrideCommand).build() {
1848
+ static {
1849
+ __name(this, "CreateRotationOverrideCommand");
1850
+ }
1746
1851
  };
1747
- __name(_CreateRotationOverrideCommand, "CreateRotationOverrideCommand");
1748
- var CreateRotationOverrideCommand = _CreateRotationOverrideCommand;
1749
1852
 
1750
1853
  // src/commands/DeactivateContactChannelCommand.ts
1751
1854
 
1752
1855
 
1753
1856
 
1754
- var _DeactivateContactChannelCommand = class _DeactivateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1857
+ var DeactivateContactChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1755
1858
  return [
1756
1859
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1757
1860
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1758
1861
  ];
1759
1862
  }).s("SSMContacts", "DeactivateContactChannel", {}).n("SSMContactsClient", "DeactivateContactChannelCommand").f(void 0, void 0).ser(se_DeactivateContactChannelCommand).de(de_DeactivateContactChannelCommand).build() {
1863
+ static {
1864
+ __name(this, "DeactivateContactChannelCommand");
1865
+ }
1760
1866
  };
1761
- __name(_DeactivateContactChannelCommand, "DeactivateContactChannelCommand");
1762
- var DeactivateContactChannelCommand = _DeactivateContactChannelCommand;
1763
1867
 
1764
1868
  // src/commands/DeleteContactChannelCommand.ts
1765
1869
 
1766
1870
 
1767
1871
 
1768
- var _DeleteContactChannelCommand = class _DeleteContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1872
+ var DeleteContactChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1769
1873
  return [
1770
1874
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1771
1875
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1772
1876
  ];
1773
1877
  }).s("SSMContacts", "DeleteContactChannel", {}).n("SSMContactsClient", "DeleteContactChannelCommand").f(void 0, void 0).ser(se_DeleteContactChannelCommand).de(de_DeleteContactChannelCommand).build() {
1878
+ static {
1879
+ __name(this, "DeleteContactChannelCommand");
1880
+ }
1774
1881
  };
1775
- __name(_DeleteContactChannelCommand, "DeleteContactChannelCommand");
1776
- var DeleteContactChannelCommand = _DeleteContactChannelCommand;
1777
1882
 
1778
1883
  // src/commands/DeleteContactCommand.ts
1779
1884
 
1780
1885
 
1781
1886
 
1782
- var _DeleteContactCommand = class _DeleteContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1887
+ var DeleteContactCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1783
1888
  return [
1784
1889
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1785
1890
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1786
1891
  ];
1787
1892
  }).s("SSMContacts", "DeleteContact", {}).n("SSMContactsClient", "DeleteContactCommand").f(void 0, void 0).ser(se_DeleteContactCommand).de(de_DeleteContactCommand).build() {
1893
+ static {
1894
+ __name(this, "DeleteContactCommand");
1895
+ }
1788
1896
  };
1789
- __name(_DeleteContactCommand, "DeleteContactCommand");
1790
- var DeleteContactCommand = _DeleteContactCommand;
1791
1897
 
1792
1898
  // src/commands/DeleteRotationCommand.ts
1793
1899
 
1794
1900
 
1795
1901
 
1796
- var _DeleteRotationCommand = class _DeleteRotationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1902
+ var DeleteRotationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1797
1903
  return [
1798
1904
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1799
1905
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1800
1906
  ];
1801
1907
  }).s("SSMContacts", "DeleteRotation", {}).n("SSMContactsClient", "DeleteRotationCommand").f(void 0, void 0).ser(se_DeleteRotationCommand).de(de_DeleteRotationCommand).build() {
1908
+ static {
1909
+ __name(this, "DeleteRotationCommand");
1910
+ }
1802
1911
  };
1803
- __name(_DeleteRotationCommand, "DeleteRotationCommand");
1804
- var DeleteRotationCommand = _DeleteRotationCommand;
1805
1912
 
1806
1913
  // src/commands/DeleteRotationOverrideCommand.ts
1807
1914
 
1808
1915
 
1809
1916
 
1810
- var _DeleteRotationOverrideCommand = class _DeleteRotationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1917
+ var DeleteRotationOverrideCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1811
1918
  return [
1812
1919
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1813
1920
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1814
1921
  ];
1815
1922
  }).s("SSMContacts", "DeleteRotationOverride", {}).n("SSMContactsClient", "DeleteRotationOverrideCommand").f(void 0, void 0).ser(se_DeleteRotationOverrideCommand).de(de_DeleteRotationOverrideCommand).build() {
1923
+ static {
1924
+ __name(this, "DeleteRotationOverrideCommand");
1925
+ }
1816
1926
  };
1817
- __name(_DeleteRotationOverrideCommand, "DeleteRotationOverrideCommand");
1818
- var DeleteRotationOverrideCommand = _DeleteRotationOverrideCommand;
1819
1927
 
1820
1928
  // src/commands/DescribeEngagementCommand.ts
1821
1929
 
1822
1930
 
1823
1931
 
1824
- var _DescribeEngagementCommand = class _DescribeEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1932
+ var DescribeEngagementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1825
1933
  return [
1826
1934
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1827
1935
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1828
1936
  ];
1829
1937
  }).s("SSMContacts", "DescribeEngagement", {}).n("SSMContactsClient", "DescribeEngagementCommand").f(void 0, void 0).ser(se_DescribeEngagementCommand).de(de_DescribeEngagementCommand).build() {
1938
+ static {
1939
+ __name(this, "DescribeEngagementCommand");
1940
+ }
1830
1941
  };
1831
- __name(_DescribeEngagementCommand, "DescribeEngagementCommand");
1832
- var DescribeEngagementCommand = _DescribeEngagementCommand;
1833
1942
 
1834
1943
  // src/commands/DescribePageCommand.ts
1835
1944
 
1836
1945
 
1837
1946
 
1838
- var _DescribePageCommand = class _DescribePageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1947
+ var DescribePageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1839
1948
  return [
1840
1949
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1841
1950
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1842
1951
  ];
1843
1952
  }).s("SSMContacts", "DescribePage", {}).n("SSMContactsClient", "DescribePageCommand").f(void 0, void 0).ser(se_DescribePageCommand).de(de_DescribePageCommand).build() {
1953
+ static {
1954
+ __name(this, "DescribePageCommand");
1955
+ }
1844
1956
  };
1845
- __name(_DescribePageCommand, "DescribePageCommand");
1846
- var DescribePageCommand = _DescribePageCommand;
1847
1957
 
1848
1958
  // src/commands/GetContactChannelCommand.ts
1849
1959
 
1850
1960
 
1851
1961
 
1852
- var _GetContactChannelCommand = class _GetContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1962
+ var GetContactChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1853
1963
  return [
1854
1964
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1855
1965
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1856
1966
  ];
1857
1967
  }).s("SSMContacts", "GetContactChannel", {}).n("SSMContactsClient", "GetContactChannelCommand").f(void 0, void 0).ser(se_GetContactChannelCommand).de(de_GetContactChannelCommand).build() {
1968
+ static {
1969
+ __name(this, "GetContactChannelCommand");
1970
+ }
1858
1971
  };
1859
- __name(_GetContactChannelCommand, "GetContactChannelCommand");
1860
- var GetContactChannelCommand = _GetContactChannelCommand;
1861
1972
 
1862
1973
  // src/commands/GetContactCommand.ts
1863
1974
 
1864
1975
 
1865
1976
 
1866
- var _GetContactCommand = class _GetContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1977
+ var GetContactCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1867
1978
  return [
1868
1979
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1869
1980
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1870
1981
  ];
1871
1982
  }).s("SSMContacts", "GetContact", {}).n("SSMContactsClient", "GetContactCommand").f(void 0, void 0).ser(se_GetContactCommand).de(de_GetContactCommand).build() {
1983
+ static {
1984
+ __name(this, "GetContactCommand");
1985
+ }
1872
1986
  };
1873
- __name(_GetContactCommand, "GetContactCommand");
1874
- var GetContactCommand = _GetContactCommand;
1875
1987
 
1876
1988
  // src/commands/GetContactPolicyCommand.ts
1877
1989
 
1878
1990
 
1879
1991
 
1880
- var _GetContactPolicyCommand = class _GetContactPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1992
+ var GetContactPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1881
1993
  return [
1882
1994
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1883
1995
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1884
1996
  ];
1885
1997
  }).s("SSMContacts", "GetContactPolicy", {}).n("SSMContactsClient", "GetContactPolicyCommand").f(void 0, void 0).ser(se_GetContactPolicyCommand).de(de_GetContactPolicyCommand).build() {
1998
+ static {
1999
+ __name(this, "GetContactPolicyCommand");
2000
+ }
1886
2001
  };
1887
- __name(_GetContactPolicyCommand, "GetContactPolicyCommand");
1888
- var GetContactPolicyCommand = _GetContactPolicyCommand;
1889
2002
 
1890
2003
  // src/commands/GetRotationCommand.ts
1891
2004
 
1892
2005
 
1893
2006
 
1894
- var _GetRotationCommand = class _GetRotationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2007
+ var GetRotationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1895
2008
  return [
1896
2009
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1897
2010
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1898
2011
  ];
1899
2012
  }).s("SSMContacts", "GetRotation", {}).n("SSMContactsClient", "GetRotationCommand").f(void 0, void 0).ser(se_GetRotationCommand).de(de_GetRotationCommand).build() {
2013
+ static {
2014
+ __name(this, "GetRotationCommand");
2015
+ }
1900
2016
  };
1901
- __name(_GetRotationCommand, "GetRotationCommand");
1902
- var GetRotationCommand = _GetRotationCommand;
1903
2017
 
1904
2018
  // src/commands/GetRotationOverrideCommand.ts
1905
2019
 
1906
2020
 
1907
2021
 
1908
- var _GetRotationOverrideCommand = class _GetRotationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2022
+ var GetRotationOverrideCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1909
2023
  return [
1910
2024
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1911
2025
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1912
2026
  ];
1913
2027
  }).s("SSMContacts", "GetRotationOverride", {}).n("SSMContactsClient", "GetRotationOverrideCommand").f(void 0, void 0).ser(se_GetRotationOverrideCommand).de(de_GetRotationOverrideCommand).build() {
2028
+ static {
2029
+ __name(this, "GetRotationOverrideCommand");
2030
+ }
1914
2031
  };
1915
- __name(_GetRotationOverrideCommand, "GetRotationOverrideCommand");
1916
- var GetRotationOverrideCommand = _GetRotationOverrideCommand;
1917
2032
 
1918
2033
  // src/commands/ListContactChannelsCommand.ts
1919
2034
 
1920
2035
 
1921
2036
 
1922
- var _ListContactChannelsCommand = class _ListContactChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2037
+ var ListContactChannelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1923
2038
  return [
1924
2039
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1925
2040
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1926
2041
  ];
1927
2042
  }).s("SSMContacts", "ListContactChannels", {}).n("SSMContactsClient", "ListContactChannelsCommand").f(void 0, void 0).ser(se_ListContactChannelsCommand).de(de_ListContactChannelsCommand).build() {
2043
+ static {
2044
+ __name(this, "ListContactChannelsCommand");
2045
+ }
1928
2046
  };
1929
- __name(_ListContactChannelsCommand, "ListContactChannelsCommand");
1930
- var ListContactChannelsCommand = _ListContactChannelsCommand;
1931
2047
 
1932
2048
  // src/commands/ListContactsCommand.ts
1933
2049
 
1934
2050
 
1935
2051
 
1936
- var _ListContactsCommand = class _ListContactsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2052
+ var ListContactsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1937
2053
  return [
1938
2054
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1939
2055
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1940
2056
  ];
1941
2057
  }).s("SSMContacts", "ListContacts", {}).n("SSMContactsClient", "ListContactsCommand").f(void 0, void 0).ser(se_ListContactsCommand).de(de_ListContactsCommand).build() {
2058
+ static {
2059
+ __name(this, "ListContactsCommand");
2060
+ }
1942
2061
  };
1943
- __name(_ListContactsCommand, "ListContactsCommand");
1944
- var ListContactsCommand = _ListContactsCommand;
1945
2062
 
1946
2063
  // src/commands/ListEngagementsCommand.ts
1947
2064
 
1948
2065
 
1949
2066
 
1950
- var _ListEngagementsCommand = class _ListEngagementsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2067
+ var ListEngagementsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1951
2068
  return [
1952
2069
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1953
2070
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1954
2071
  ];
1955
2072
  }).s("SSMContacts", "ListEngagements", {}).n("SSMContactsClient", "ListEngagementsCommand").f(void 0, void 0).ser(se_ListEngagementsCommand).de(de_ListEngagementsCommand).build() {
2073
+ static {
2074
+ __name(this, "ListEngagementsCommand");
2075
+ }
1956
2076
  };
1957
- __name(_ListEngagementsCommand, "ListEngagementsCommand");
1958
- var ListEngagementsCommand = _ListEngagementsCommand;
1959
2077
 
1960
2078
  // src/commands/ListPageReceiptsCommand.ts
1961
2079
 
1962
2080
 
1963
2081
 
1964
- var _ListPageReceiptsCommand = class _ListPageReceiptsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2082
+ var ListPageReceiptsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1965
2083
  return [
1966
2084
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1967
2085
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1968
2086
  ];
1969
2087
  }).s("SSMContacts", "ListPageReceipts", {}).n("SSMContactsClient", "ListPageReceiptsCommand").f(void 0, void 0).ser(se_ListPageReceiptsCommand).de(de_ListPageReceiptsCommand).build() {
2088
+ static {
2089
+ __name(this, "ListPageReceiptsCommand");
2090
+ }
1970
2091
  };
1971
- __name(_ListPageReceiptsCommand, "ListPageReceiptsCommand");
1972
- var ListPageReceiptsCommand = _ListPageReceiptsCommand;
1973
2092
 
1974
2093
  // src/commands/ListPageResolutionsCommand.ts
1975
2094
 
1976
2095
 
1977
2096
 
1978
- var _ListPageResolutionsCommand = class _ListPageResolutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2097
+ var ListPageResolutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1979
2098
  return [
1980
2099
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1981
2100
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1982
2101
  ];
1983
2102
  }).s("SSMContacts", "ListPageResolutions", {}).n("SSMContactsClient", "ListPageResolutionsCommand").f(void 0, void 0).ser(se_ListPageResolutionsCommand).de(de_ListPageResolutionsCommand).build() {
2103
+ static {
2104
+ __name(this, "ListPageResolutionsCommand");
2105
+ }
1984
2106
  };
1985
- __name(_ListPageResolutionsCommand, "ListPageResolutionsCommand");
1986
- var ListPageResolutionsCommand = _ListPageResolutionsCommand;
1987
2107
 
1988
2108
  // src/commands/ListPagesByContactCommand.ts
1989
2109
 
1990
2110
 
1991
2111
 
1992
- var _ListPagesByContactCommand = class _ListPagesByContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2112
+ var ListPagesByContactCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1993
2113
  return [
1994
2114
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1995
2115
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1996
2116
  ];
1997
2117
  }).s("SSMContacts", "ListPagesByContact", {}).n("SSMContactsClient", "ListPagesByContactCommand").f(void 0, void 0).ser(se_ListPagesByContactCommand).de(de_ListPagesByContactCommand).build() {
2118
+ static {
2119
+ __name(this, "ListPagesByContactCommand");
2120
+ }
1998
2121
  };
1999
- __name(_ListPagesByContactCommand, "ListPagesByContactCommand");
2000
- var ListPagesByContactCommand = _ListPagesByContactCommand;
2001
2122
 
2002
2123
  // src/commands/ListPagesByEngagementCommand.ts
2003
2124
 
2004
2125
 
2005
2126
 
2006
- var _ListPagesByEngagementCommand = class _ListPagesByEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2127
+ var ListPagesByEngagementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2007
2128
  return [
2008
2129
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2009
2130
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2010
2131
  ];
2011
2132
  }).s("SSMContacts", "ListPagesByEngagement", {}).n("SSMContactsClient", "ListPagesByEngagementCommand").f(void 0, void 0).ser(se_ListPagesByEngagementCommand).de(de_ListPagesByEngagementCommand).build() {
2133
+ static {
2134
+ __name(this, "ListPagesByEngagementCommand");
2135
+ }
2012
2136
  };
2013
- __name(_ListPagesByEngagementCommand, "ListPagesByEngagementCommand");
2014
- var ListPagesByEngagementCommand = _ListPagesByEngagementCommand;
2015
2137
 
2016
2138
  // src/commands/ListPreviewRotationShiftsCommand.ts
2017
2139
 
2018
2140
 
2019
2141
 
2020
- var _ListPreviewRotationShiftsCommand = class _ListPreviewRotationShiftsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2142
+ var ListPreviewRotationShiftsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2021
2143
  return [
2022
2144
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2023
2145
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2024
2146
  ];
2025
2147
  }).s("SSMContacts", "ListPreviewRotationShifts", {}).n("SSMContactsClient", "ListPreviewRotationShiftsCommand").f(void 0, void 0).ser(se_ListPreviewRotationShiftsCommand).de(de_ListPreviewRotationShiftsCommand).build() {
2148
+ static {
2149
+ __name(this, "ListPreviewRotationShiftsCommand");
2150
+ }
2026
2151
  };
2027
- __name(_ListPreviewRotationShiftsCommand, "ListPreviewRotationShiftsCommand");
2028
- var ListPreviewRotationShiftsCommand = _ListPreviewRotationShiftsCommand;
2029
2152
 
2030
2153
  // src/commands/ListRotationOverridesCommand.ts
2031
2154
 
2032
2155
 
2033
2156
 
2034
- var _ListRotationOverridesCommand = class _ListRotationOverridesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2157
+ var ListRotationOverridesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2035
2158
  return [
2036
2159
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2037
2160
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2038
2161
  ];
2039
2162
  }).s("SSMContacts", "ListRotationOverrides", {}).n("SSMContactsClient", "ListRotationOverridesCommand").f(void 0, void 0).ser(se_ListRotationOverridesCommand).de(de_ListRotationOverridesCommand).build() {
2163
+ static {
2164
+ __name(this, "ListRotationOverridesCommand");
2165
+ }
2040
2166
  };
2041
- __name(_ListRotationOverridesCommand, "ListRotationOverridesCommand");
2042
- var ListRotationOverridesCommand = _ListRotationOverridesCommand;
2043
2167
 
2044
2168
  // src/commands/ListRotationsCommand.ts
2045
2169
 
2046
2170
 
2047
2171
 
2048
- var _ListRotationsCommand = class _ListRotationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2172
+ var ListRotationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2049
2173
  return [
2050
2174
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2051
2175
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2052
2176
  ];
2053
2177
  }).s("SSMContacts", "ListRotations", {}).n("SSMContactsClient", "ListRotationsCommand").f(void 0, void 0).ser(se_ListRotationsCommand).de(de_ListRotationsCommand).build() {
2178
+ static {
2179
+ __name(this, "ListRotationsCommand");
2180
+ }
2054
2181
  };
2055
- __name(_ListRotationsCommand, "ListRotationsCommand");
2056
- var ListRotationsCommand = _ListRotationsCommand;
2057
2182
 
2058
2183
  // src/commands/ListRotationShiftsCommand.ts
2059
2184
 
2060
2185
 
2061
2186
 
2062
- var _ListRotationShiftsCommand = class _ListRotationShiftsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2187
+ var ListRotationShiftsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2063
2188
  return [
2064
2189
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2065
2190
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2066
2191
  ];
2067
2192
  }).s("SSMContacts", "ListRotationShifts", {}).n("SSMContactsClient", "ListRotationShiftsCommand").f(void 0, void 0).ser(se_ListRotationShiftsCommand).de(de_ListRotationShiftsCommand).build() {
2193
+ static {
2194
+ __name(this, "ListRotationShiftsCommand");
2195
+ }
2068
2196
  };
2069
- __name(_ListRotationShiftsCommand, "ListRotationShiftsCommand");
2070
- var ListRotationShiftsCommand = _ListRotationShiftsCommand;
2071
2197
 
2072
2198
  // src/commands/ListTagsForResourceCommand.ts
2073
2199
 
2074
2200
 
2075
2201
 
2076
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2202
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2077
2203
  return [
2078
2204
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2079
2205
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2080
2206
  ];
2081
2207
  }).s("SSMContacts", "ListTagsForResource", {}).n("SSMContactsClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
2208
+ static {
2209
+ __name(this, "ListTagsForResourceCommand");
2210
+ }
2082
2211
  };
2083
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
2084
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2085
2212
 
2086
2213
  // src/commands/PutContactPolicyCommand.ts
2087
2214
 
2088
2215
 
2089
2216
 
2090
- var _PutContactPolicyCommand = class _PutContactPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2217
+ var PutContactPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2091
2218
  return [
2092
2219
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2093
2220
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2094
2221
  ];
2095
2222
  }).s("SSMContacts", "PutContactPolicy", {}).n("SSMContactsClient", "PutContactPolicyCommand").f(void 0, void 0).ser(se_PutContactPolicyCommand).de(de_PutContactPolicyCommand).build() {
2223
+ static {
2224
+ __name(this, "PutContactPolicyCommand");
2225
+ }
2096
2226
  };
2097
- __name(_PutContactPolicyCommand, "PutContactPolicyCommand");
2098
- var PutContactPolicyCommand = _PutContactPolicyCommand;
2099
2227
 
2100
2228
  // src/commands/SendActivationCodeCommand.ts
2101
2229
 
2102
2230
 
2103
2231
 
2104
- var _SendActivationCodeCommand = class _SendActivationCodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2232
+ var SendActivationCodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2105
2233
  return [
2106
2234
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2107
2235
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2108
2236
  ];
2109
2237
  }).s("SSMContacts", "SendActivationCode", {}).n("SSMContactsClient", "SendActivationCodeCommand").f(void 0, void 0).ser(se_SendActivationCodeCommand).de(de_SendActivationCodeCommand).build() {
2238
+ static {
2239
+ __name(this, "SendActivationCodeCommand");
2240
+ }
2110
2241
  };
2111
- __name(_SendActivationCodeCommand, "SendActivationCodeCommand");
2112
- var SendActivationCodeCommand = _SendActivationCodeCommand;
2113
2242
 
2114
2243
  // src/commands/StartEngagementCommand.ts
2115
2244
 
2116
2245
 
2117
2246
 
2118
- var _StartEngagementCommand = class _StartEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2247
+ var StartEngagementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2119
2248
  return [
2120
2249
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2121
2250
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2122
2251
  ];
2123
2252
  }).s("SSMContacts", "StartEngagement", {}).n("SSMContactsClient", "StartEngagementCommand").f(void 0, void 0).ser(se_StartEngagementCommand).de(de_StartEngagementCommand).build() {
2253
+ static {
2254
+ __name(this, "StartEngagementCommand");
2255
+ }
2124
2256
  };
2125
- __name(_StartEngagementCommand, "StartEngagementCommand");
2126
- var StartEngagementCommand = _StartEngagementCommand;
2127
2257
 
2128
2258
  // src/commands/StopEngagementCommand.ts
2129
2259
 
2130
2260
 
2131
2261
 
2132
- var _StopEngagementCommand = class _StopEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2262
+ var StopEngagementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2133
2263
  return [
2134
2264
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2135
2265
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2136
2266
  ];
2137
2267
  }).s("SSMContacts", "StopEngagement", {}).n("SSMContactsClient", "StopEngagementCommand").f(void 0, void 0).ser(se_StopEngagementCommand).de(de_StopEngagementCommand).build() {
2268
+ static {
2269
+ __name(this, "StopEngagementCommand");
2270
+ }
2138
2271
  };
2139
- __name(_StopEngagementCommand, "StopEngagementCommand");
2140
- var StopEngagementCommand = _StopEngagementCommand;
2141
2272
 
2142
2273
  // src/commands/TagResourceCommand.ts
2143
2274
 
2144
2275
 
2145
2276
 
2146
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2277
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2147
2278
  return [
2148
2279
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2149
2280
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2150
2281
  ];
2151
2282
  }).s("SSMContacts", "TagResource", {}).n("SSMContactsClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
2283
+ static {
2284
+ __name(this, "TagResourceCommand");
2285
+ }
2152
2286
  };
2153
- __name(_TagResourceCommand, "TagResourceCommand");
2154
- var TagResourceCommand = _TagResourceCommand;
2155
2287
 
2156
2288
  // src/commands/UntagResourceCommand.ts
2157
2289
 
2158
2290
 
2159
2291
 
2160
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2292
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2161
2293
  return [
2162
2294
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2163
2295
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2164
2296
  ];
2165
2297
  }).s("SSMContacts", "UntagResource", {}).n("SSMContactsClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
2298
+ static {
2299
+ __name(this, "UntagResourceCommand");
2300
+ }
2166
2301
  };
2167
- __name(_UntagResourceCommand, "UntagResourceCommand");
2168
- var UntagResourceCommand = _UntagResourceCommand;
2169
2302
 
2170
2303
  // src/commands/UpdateContactChannelCommand.ts
2171
2304
 
2172
2305
 
2173
2306
 
2174
- var _UpdateContactChannelCommand = class _UpdateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2307
+ var UpdateContactChannelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2175
2308
  return [
2176
2309
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2177
2310
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2178
2311
  ];
2179
2312
  }).s("SSMContacts", "UpdateContactChannel", {}).n("SSMContactsClient", "UpdateContactChannelCommand").f(void 0, void 0).ser(se_UpdateContactChannelCommand).de(de_UpdateContactChannelCommand).build() {
2313
+ static {
2314
+ __name(this, "UpdateContactChannelCommand");
2315
+ }
2180
2316
  };
2181
- __name(_UpdateContactChannelCommand, "UpdateContactChannelCommand");
2182
- var UpdateContactChannelCommand = _UpdateContactChannelCommand;
2183
2317
 
2184
2318
  // src/commands/UpdateContactCommand.ts
2185
2319
 
2186
2320
 
2187
2321
 
2188
- var _UpdateContactCommand = class _UpdateContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2322
+ var UpdateContactCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2189
2323
  return [
2190
2324
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2191
2325
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2192
2326
  ];
2193
2327
  }).s("SSMContacts", "UpdateContact", {}).n("SSMContactsClient", "UpdateContactCommand").f(void 0, void 0).ser(se_UpdateContactCommand).de(de_UpdateContactCommand).build() {
2328
+ static {
2329
+ __name(this, "UpdateContactCommand");
2330
+ }
2194
2331
  };
2195
- __name(_UpdateContactCommand, "UpdateContactCommand");
2196
- var UpdateContactCommand = _UpdateContactCommand;
2197
2332
 
2198
2333
  // src/commands/UpdateRotationCommand.ts
2199
2334
 
2200
2335
 
2201
2336
 
2202
- var _UpdateRotationCommand = class _UpdateRotationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2337
+ var UpdateRotationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2203
2338
  return [
2204
2339
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2205
2340
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2206
2341
  ];
2207
2342
  }).s("SSMContacts", "UpdateRotation", {}).n("SSMContactsClient", "UpdateRotationCommand").f(void 0, void 0).ser(se_UpdateRotationCommand).de(de_UpdateRotationCommand).build() {
2343
+ static {
2344
+ __name(this, "UpdateRotationCommand");
2345
+ }
2208
2346
  };
2209
- __name(_UpdateRotationCommand, "UpdateRotationCommand");
2210
- var UpdateRotationCommand = _UpdateRotationCommand;
2211
2347
 
2212
2348
  // src/SSMContacts.ts
2213
2349
  var commands = {
@@ -2251,10 +2387,11 @@ var commands = {
2251
2387
  UpdateContactChannelCommand,
2252
2388
  UpdateRotationCommand
2253
2389
  };
2254
- var _SSMContacts = class _SSMContacts extends SSMContactsClient {
2390
+ var SSMContacts = class extends SSMContactsClient {
2391
+ static {
2392
+ __name(this, "SSMContacts");
2393
+ }
2255
2394
  };
2256
- __name(_SSMContacts, "SSMContacts");
2257
- var SSMContacts = _SSMContacts;
2258
2395
  (0, import_smithy_client.createAggregatedClient)(commands, SSMContacts);
2259
2396
 
2260
2397
  // src/pagination/ListContactChannelsPaginator.ts