@aws-sdk/client-clouddirectory 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
@@ -256,7 +256,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
256
256
  }, "resolveRuntimeExtensions");
257
257
 
258
258
  // src/CloudDirectoryClient.ts
259
- var _CloudDirectoryClient = class _CloudDirectoryClient extends import_smithy_client.Client {
259
+ var CloudDirectoryClient = class extends import_smithy_client.Client {
260
+ static {
261
+ __name(this, "CloudDirectoryClient");
262
+ }
263
+ /**
264
+ * The resolved configuration of CloudDirectoryClient class. This is resolved and normalized from the {@link CloudDirectoryClientConfig | constructor configuration interface}.
265
+ */
266
+ config;
260
267
  constructor(...[configuration]) {
261
268
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
262
269
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -266,7 +273,7 @@ var _CloudDirectoryClient = class _CloudDirectoryClient extends import_smithy_cl
266
273
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
267
274
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
268
275
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
269
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
276
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
270
277
  super(_config_8);
271
278
  this.config = _config_8;
272
279
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -294,8 +301,6 @@ var _CloudDirectoryClient = class _CloudDirectoryClient extends import_smithy_cl
294
301
  super.destroy();
295
302
  }
296
303
  };
297
- __name(_CloudDirectoryClient, "CloudDirectoryClient");
298
- var CloudDirectoryClient = _CloudDirectoryClient;
299
304
 
300
305
  // src/CloudDirectory.ts
301
306
 
@@ -312,7 +317,10 @@ var import_core2 = require("@aws-sdk/core");
312
317
 
313
318
  // src/models/CloudDirectoryServiceException.ts
314
319
 
315
- var _CloudDirectoryServiceException = class _CloudDirectoryServiceException extends import_smithy_client.ServiceException {
320
+ var CloudDirectoryServiceException = class _CloudDirectoryServiceException extends import_smithy_client.ServiceException {
321
+ static {
322
+ __name(this, "CloudDirectoryServiceException");
323
+ }
316
324
  /**
317
325
  * @internal
318
326
  */
@@ -321,11 +329,15 @@ var _CloudDirectoryServiceException = class _CloudDirectoryServiceException exte
321
329
  Object.setPrototypeOf(this, _CloudDirectoryServiceException.prototype);
322
330
  }
323
331
  };
324
- __name(_CloudDirectoryServiceException, "CloudDirectoryServiceException");
325
- var CloudDirectoryServiceException = _CloudDirectoryServiceException;
326
332
 
327
333
  // src/models/models_0.ts
328
- var _AccessDeniedException = class _AccessDeniedException extends CloudDirectoryServiceException {
334
+ var AccessDeniedException = class _AccessDeniedException extends CloudDirectoryServiceException {
335
+ static {
336
+ __name(this, "AccessDeniedException");
337
+ }
338
+ name = "AccessDeniedException";
339
+ $fault = "client";
340
+ Message;
329
341
  /**
330
342
  * @internal
331
343
  */
@@ -335,14 +347,10 @@ var _AccessDeniedException = class _AccessDeniedException extends CloudDirectory
335
347
  $fault: "client",
336
348
  ...opts
337
349
  });
338
- this.name = "AccessDeniedException";
339
- this.$fault = "client";
340
350
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
341
351
  this.Message = opts.Message;
342
352
  }
343
353
  };
344
- __name(_AccessDeniedException, "AccessDeniedException");
345
- var AccessDeniedException = _AccessDeniedException;
346
354
  var TypedAttributeValue;
347
355
  ((TypedAttributeValue2) => {
348
356
  TypedAttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -359,7 +367,13 @@ var TypedAttributeValue;
359
367
  return visitor._(value.$unknown[0], value.$unknown[1]);
360
368
  }, "visit");
361
369
  })(TypedAttributeValue || (TypedAttributeValue = {}));
362
- var _DirectoryNotEnabledException = class _DirectoryNotEnabledException extends CloudDirectoryServiceException {
370
+ var DirectoryNotEnabledException = class _DirectoryNotEnabledException extends CloudDirectoryServiceException {
371
+ static {
372
+ __name(this, "DirectoryNotEnabledException");
373
+ }
374
+ name = "DirectoryNotEnabledException";
375
+ $fault = "client";
376
+ Message;
363
377
  /**
364
378
  * @internal
365
379
  */
@@ -369,15 +383,17 @@ var _DirectoryNotEnabledException = class _DirectoryNotEnabledException extends
369
383
  $fault: "client",
370
384
  ...opts
371
385
  });
372
- this.name = "DirectoryNotEnabledException";
373
- this.$fault = "client";
374
386
  Object.setPrototypeOf(this, _DirectoryNotEnabledException.prototype);
375
387
  this.Message = opts.Message;
376
388
  }
377
389
  };
378
- __name(_DirectoryNotEnabledException, "DirectoryNotEnabledException");
379
- var DirectoryNotEnabledException = _DirectoryNotEnabledException;
380
- var _FacetValidationException = class _FacetValidationException extends CloudDirectoryServiceException {
390
+ var FacetValidationException = class _FacetValidationException extends CloudDirectoryServiceException {
391
+ static {
392
+ __name(this, "FacetValidationException");
393
+ }
394
+ name = "FacetValidationException";
395
+ $fault = "client";
396
+ Message;
381
397
  /**
382
398
  * @internal
383
399
  */
@@ -387,15 +403,17 @@ var _FacetValidationException = class _FacetValidationException extends CloudDir
387
403
  $fault: "client",
388
404
  ...opts
389
405
  });
390
- this.name = "FacetValidationException";
391
- this.$fault = "client";
392
406
  Object.setPrototypeOf(this, _FacetValidationException.prototype);
393
407
  this.Message = opts.Message;
394
408
  }
395
409
  };
396
- __name(_FacetValidationException, "FacetValidationException");
397
- var FacetValidationException = _FacetValidationException;
398
- var _InternalServiceException = class _InternalServiceException extends CloudDirectoryServiceException {
410
+ var InternalServiceException = class _InternalServiceException extends CloudDirectoryServiceException {
411
+ static {
412
+ __name(this, "InternalServiceException");
413
+ }
414
+ name = "InternalServiceException";
415
+ $fault = "server";
416
+ Message;
399
417
  /**
400
418
  * @internal
401
419
  */
@@ -405,15 +423,17 @@ var _InternalServiceException = class _InternalServiceException extends CloudDir
405
423
  $fault: "server",
406
424
  ...opts
407
425
  });
408
- this.name = "InternalServiceException";
409
- this.$fault = "server";
410
426
  Object.setPrototypeOf(this, _InternalServiceException.prototype);
411
427
  this.Message = opts.Message;
412
428
  }
413
429
  };
414
- __name(_InternalServiceException, "InternalServiceException");
415
- var InternalServiceException = _InternalServiceException;
416
- var _InvalidArnException = class _InvalidArnException extends CloudDirectoryServiceException {
430
+ var InvalidArnException = class _InvalidArnException extends CloudDirectoryServiceException {
431
+ static {
432
+ __name(this, "InvalidArnException");
433
+ }
434
+ name = "InvalidArnException";
435
+ $fault = "client";
436
+ Message;
417
437
  /**
418
438
  * @internal
419
439
  */
@@ -423,15 +443,17 @@ var _InvalidArnException = class _InvalidArnException extends CloudDirectoryServ
423
443
  $fault: "client",
424
444
  ...opts
425
445
  });
426
- this.name = "InvalidArnException";
427
- this.$fault = "client";
428
446
  Object.setPrototypeOf(this, _InvalidArnException.prototype);
429
447
  this.Message = opts.Message;
430
448
  }
431
449
  };
432
- __name(_InvalidArnException, "InvalidArnException");
433
- var InvalidArnException = _InvalidArnException;
434
- var _LimitExceededException = class _LimitExceededException extends CloudDirectoryServiceException {
450
+ var LimitExceededException = class _LimitExceededException extends CloudDirectoryServiceException {
451
+ static {
452
+ __name(this, "LimitExceededException");
453
+ }
454
+ name = "LimitExceededException";
455
+ $fault = "client";
456
+ Message;
435
457
  /**
436
458
  * @internal
437
459
  */
@@ -441,15 +463,17 @@ var _LimitExceededException = class _LimitExceededException extends CloudDirecto
441
463
  $fault: "client",
442
464
  ...opts
443
465
  });
444
- this.name = "LimitExceededException";
445
- this.$fault = "client";
446
466
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
447
467
  this.Message = opts.Message;
448
468
  }
449
469
  };
450
- __name(_LimitExceededException, "LimitExceededException");
451
- var LimitExceededException = _LimitExceededException;
452
- var _ResourceNotFoundException = class _ResourceNotFoundException extends CloudDirectoryServiceException {
470
+ var ResourceNotFoundException = class _ResourceNotFoundException extends CloudDirectoryServiceException {
471
+ static {
472
+ __name(this, "ResourceNotFoundException");
473
+ }
474
+ name = "ResourceNotFoundException";
475
+ $fault = "client";
476
+ Message;
453
477
  /**
454
478
  * @internal
455
479
  */
@@ -459,15 +483,17 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends CloudD
459
483
  $fault: "client",
460
484
  ...opts
461
485
  });
462
- this.name = "ResourceNotFoundException";
463
- this.$fault = "client";
464
486
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
465
487
  this.Message = opts.Message;
466
488
  }
467
489
  };
468
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
469
- var ResourceNotFoundException = _ResourceNotFoundException;
470
- var _RetryableConflictException = class _RetryableConflictException extends CloudDirectoryServiceException {
490
+ var RetryableConflictException = class _RetryableConflictException extends CloudDirectoryServiceException {
491
+ static {
492
+ __name(this, "RetryableConflictException");
493
+ }
494
+ name = "RetryableConflictException";
495
+ $fault = "client";
496
+ Message;
471
497
  /**
472
498
  * @internal
473
499
  */
@@ -477,15 +503,17 @@ var _RetryableConflictException = class _RetryableConflictException extends Clou
477
503
  $fault: "client",
478
504
  ...opts
479
505
  });
480
- this.name = "RetryableConflictException";
481
- this.$fault = "client";
482
506
  Object.setPrototypeOf(this, _RetryableConflictException.prototype);
483
507
  this.Message = opts.Message;
484
508
  }
485
509
  };
486
- __name(_RetryableConflictException, "RetryableConflictException");
487
- var RetryableConflictException = _RetryableConflictException;
488
- var _ValidationException = class _ValidationException extends CloudDirectoryServiceException {
510
+ var ValidationException = class _ValidationException extends CloudDirectoryServiceException {
511
+ static {
512
+ __name(this, "ValidationException");
513
+ }
514
+ name = "ValidationException";
515
+ $fault = "client";
516
+ Message;
489
517
  /**
490
518
  * @internal
491
519
  */
@@ -495,15 +523,17 @@ var _ValidationException = class _ValidationException extends CloudDirectoryServ
495
523
  $fault: "client",
496
524
  ...opts
497
525
  });
498
- this.name = "ValidationException";
499
- this.$fault = "client";
500
526
  Object.setPrototypeOf(this, _ValidationException.prototype);
501
527
  this.Message = opts.Message;
502
528
  }
503
529
  };
504
- __name(_ValidationException, "ValidationException");
505
- var ValidationException = _ValidationException;
506
- var _InvalidAttachmentException = class _InvalidAttachmentException extends CloudDirectoryServiceException {
530
+ var InvalidAttachmentException = class _InvalidAttachmentException extends CloudDirectoryServiceException {
531
+ static {
532
+ __name(this, "InvalidAttachmentException");
533
+ }
534
+ name = "InvalidAttachmentException";
535
+ $fault = "client";
536
+ Message;
507
537
  /**
508
538
  * @internal
509
539
  */
@@ -513,15 +543,17 @@ var _InvalidAttachmentException = class _InvalidAttachmentException extends Clou
513
543
  $fault: "client",
514
544
  ...opts
515
545
  });
516
- this.name = "InvalidAttachmentException";
517
- this.$fault = "client";
518
546
  Object.setPrototypeOf(this, _InvalidAttachmentException.prototype);
519
547
  this.Message = opts.Message;
520
548
  }
521
549
  };
522
- __name(_InvalidAttachmentException, "InvalidAttachmentException");
523
- var InvalidAttachmentException = _InvalidAttachmentException;
524
- var _SchemaAlreadyExistsException = class _SchemaAlreadyExistsException extends CloudDirectoryServiceException {
550
+ var SchemaAlreadyExistsException = class _SchemaAlreadyExistsException extends CloudDirectoryServiceException {
551
+ static {
552
+ __name(this, "SchemaAlreadyExistsException");
553
+ }
554
+ name = "SchemaAlreadyExistsException";
555
+ $fault = "client";
556
+ Message;
525
557
  /**
526
558
  * @internal
527
559
  */
@@ -531,15 +563,17 @@ var _SchemaAlreadyExistsException = class _SchemaAlreadyExistsException extends
531
563
  $fault: "client",
532
564
  ...opts
533
565
  });
534
- this.name = "SchemaAlreadyExistsException";
535
- this.$fault = "client";
536
566
  Object.setPrototypeOf(this, _SchemaAlreadyExistsException.prototype);
537
567
  this.Message = opts.Message;
538
568
  }
539
569
  };
540
- __name(_SchemaAlreadyExistsException, "SchemaAlreadyExistsException");
541
- var SchemaAlreadyExistsException = _SchemaAlreadyExistsException;
542
- var _LinkNameAlreadyInUseException = class _LinkNameAlreadyInUseException extends CloudDirectoryServiceException {
570
+ var LinkNameAlreadyInUseException = class _LinkNameAlreadyInUseException extends CloudDirectoryServiceException {
571
+ static {
572
+ __name(this, "LinkNameAlreadyInUseException");
573
+ }
574
+ name = "LinkNameAlreadyInUseException";
575
+ $fault = "client";
576
+ Message;
543
577
  /**
544
578
  * @internal
545
579
  */
@@ -549,15 +583,17 @@ var _LinkNameAlreadyInUseException = class _LinkNameAlreadyInUseException extend
549
583
  $fault: "client",
550
584
  ...opts
551
585
  });
552
- this.name = "LinkNameAlreadyInUseException";
553
- this.$fault = "client";
554
586
  Object.setPrototypeOf(this, _LinkNameAlreadyInUseException.prototype);
555
587
  this.Message = opts.Message;
556
588
  }
557
589
  };
558
- __name(_LinkNameAlreadyInUseException, "LinkNameAlreadyInUseException");
559
- var LinkNameAlreadyInUseException = _LinkNameAlreadyInUseException;
560
- var _NotPolicyException = class _NotPolicyException extends CloudDirectoryServiceException {
590
+ var NotPolicyException = class _NotPolicyException extends CloudDirectoryServiceException {
591
+ static {
592
+ __name(this, "NotPolicyException");
593
+ }
594
+ name = "NotPolicyException";
595
+ $fault = "client";
596
+ Message;
561
597
  /**
562
598
  * @internal
563
599
  */
@@ -567,15 +603,17 @@ var _NotPolicyException = class _NotPolicyException extends CloudDirectoryServic
567
603
  $fault: "client",
568
604
  ...opts
569
605
  });
570
- this.name = "NotPolicyException";
571
- this.$fault = "client";
572
606
  Object.setPrototypeOf(this, _NotPolicyException.prototype);
573
607
  this.Message = opts.Message;
574
608
  }
575
609
  };
576
- __name(_NotPolicyException, "NotPolicyException");
577
- var NotPolicyException = _NotPolicyException;
578
- var _IndexedAttributeMissingException = class _IndexedAttributeMissingException extends CloudDirectoryServiceException {
610
+ var IndexedAttributeMissingException = class _IndexedAttributeMissingException extends CloudDirectoryServiceException {
611
+ static {
612
+ __name(this, "IndexedAttributeMissingException");
613
+ }
614
+ name = "IndexedAttributeMissingException";
615
+ $fault = "client";
616
+ Message;
579
617
  /**
580
618
  * @internal
581
619
  */
@@ -585,15 +623,17 @@ var _IndexedAttributeMissingException = class _IndexedAttributeMissingException
585
623
  $fault: "client",
586
624
  ...opts
587
625
  });
588
- this.name = "IndexedAttributeMissingException";
589
- this.$fault = "client";
590
626
  Object.setPrototypeOf(this, _IndexedAttributeMissingException.prototype);
591
627
  this.Message = opts.Message;
592
628
  }
593
629
  };
594
- __name(_IndexedAttributeMissingException, "IndexedAttributeMissingException");
595
- var IndexedAttributeMissingException = _IndexedAttributeMissingException;
596
- var _NotIndexException = class _NotIndexException extends CloudDirectoryServiceException {
630
+ var NotIndexException = class _NotIndexException extends CloudDirectoryServiceException {
631
+ static {
632
+ __name(this, "NotIndexException");
633
+ }
634
+ name = "NotIndexException";
635
+ $fault = "client";
636
+ Message;
597
637
  /**
598
638
  * @internal
599
639
  */
@@ -603,14 +643,10 @@ var _NotIndexException = class _NotIndexException extends CloudDirectoryServiceE
603
643
  $fault: "client",
604
644
  ...opts
605
645
  });
606
- this.name = "NotIndexException";
607
- this.$fault = "client";
608
646
  Object.setPrototypeOf(this, _NotIndexException.prototype);
609
647
  this.Message = opts.Message;
610
648
  }
611
649
  };
612
- __name(_NotIndexException, "NotIndexException");
613
- var NotIndexException = _NotIndexException;
614
650
  var ConsistencyLevel = {
615
651
  EVENTUAL: "EVENTUAL",
616
652
  SERIALIZABLE: "SERIALIZABLE"
@@ -657,7 +693,15 @@ var BatchWriteExceptionType = {
657
693
  UnsupportedIndexTypeException: "UnsupportedIndexTypeException",
658
694
  ValidationException: "ValidationException"
659
695
  };
660
- var _BatchWriteException = class _BatchWriteException extends CloudDirectoryServiceException {
696
+ var BatchWriteException = class _BatchWriteException extends CloudDirectoryServiceException {
697
+ static {
698
+ __name(this, "BatchWriteException");
699
+ }
700
+ name = "BatchWriteException";
701
+ $fault = "client";
702
+ Index;
703
+ Type;
704
+ Message;
661
705
  /**
662
706
  * @internal
663
707
  */
@@ -667,21 +711,23 @@ var _BatchWriteException = class _BatchWriteException extends CloudDirectoryServ
667
711
  $fault: "client",
668
712
  ...opts
669
713
  });
670
- this.name = "BatchWriteException";
671
- this.$fault = "client";
672
714
  Object.setPrototypeOf(this, _BatchWriteException.prototype);
673
715
  this.Index = opts.Index;
674
716
  this.Type = opts.Type;
675
717
  this.Message = opts.Message;
676
718
  }
677
719
  };
678
- __name(_BatchWriteException, "BatchWriteException");
679
- var BatchWriteException = _BatchWriteException;
680
720
  var UpdateActionType = {
681
721
  CREATE_OR_UPDATE: "CREATE_OR_UPDATE",
682
722
  DELETE: "DELETE"
683
723
  };
684
- var _DirectoryAlreadyExistsException = class _DirectoryAlreadyExistsException extends CloudDirectoryServiceException {
724
+ var DirectoryAlreadyExistsException = class _DirectoryAlreadyExistsException extends CloudDirectoryServiceException {
725
+ static {
726
+ __name(this, "DirectoryAlreadyExistsException");
727
+ }
728
+ name = "DirectoryAlreadyExistsException";
729
+ $fault = "client";
730
+ Message;
685
731
  /**
686
732
  * @internal
687
733
  */
@@ -691,14 +737,10 @@ var _DirectoryAlreadyExistsException = class _DirectoryAlreadyExistsException ex
691
737
  $fault: "client",
692
738
  ...opts
693
739
  });
694
- this.name = "DirectoryAlreadyExistsException";
695
- this.$fault = "client";
696
740
  Object.setPrototypeOf(this, _DirectoryAlreadyExistsException.prototype);
697
741
  this.Message = opts.Message;
698
742
  }
699
743
  };
700
- __name(_DirectoryAlreadyExistsException, "DirectoryAlreadyExistsException");
701
- var DirectoryAlreadyExistsException = _DirectoryAlreadyExistsException;
702
744
  var RuleType = {
703
745
  BINARY_LENGTH: "BINARY_LENGTH",
704
746
  NUMBER_COMPARISON: "NUMBER_COMPARISON",
@@ -727,7 +769,13 @@ var ObjectType = {
727
769
  NODE: "NODE",
728
770
  POLICY: "POLICY"
729
771
  };
730
- var _FacetAlreadyExistsException = class _FacetAlreadyExistsException extends CloudDirectoryServiceException {
772
+ var FacetAlreadyExistsException = class _FacetAlreadyExistsException extends CloudDirectoryServiceException {
773
+ static {
774
+ __name(this, "FacetAlreadyExistsException");
775
+ }
776
+ name = "FacetAlreadyExistsException";
777
+ $fault = "client";
778
+ Message;
731
779
  /**
732
780
  * @internal
733
781
  */
@@ -737,15 +785,17 @@ var _FacetAlreadyExistsException = class _FacetAlreadyExistsException extends Cl
737
785
  $fault: "client",
738
786
  ...opts
739
787
  });
740
- this.name = "FacetAlreadyExistsException";
741
- this.$fault = "client";
742
788
  Object.setPrototypeOf(this, _FacetAlreadyExistsException.prototype);
743
789
  this.Message = opts.Message;
744
790
  }
745
791
  };
746
- __name(_FacetAlreadyExistsException, "FacetAlreadyExistsException");
747
- var FacetAlreadyExistsException = _FacetAlreadyExistsException;
748
- var _InvalidRuleException = class _InvalidRuleException extends CloudDirectoryServiceException {
792
+ var InvalidRuleException = class _InvalidRuleException extends CloudDirectoryServiceException {
793
+ static {
794
+ __name(this, "InvalidRuleException");
795
+ }
796
+ name = "InvalidRuleException";
797
+ $fault = "client";
798
+ Message;
749
799
  /**
750
800
  * @internal
751
801
  */
@@ -755,15 +805,17 @@ var _InvalidRuleException = class _InvalidRuleException extends CloudDirectorySe
755
805
  $fault: "client",
756
806
  ...opts
757
807
  });
758
- this.name = "InvalidRuleException";
759
- this.$fault = "client";
760
808
  Object.setPrototypeOf(this, _InvalidRuleException.prototype);
761
809
  this.Message = opts.Message;
762
810
  }
763
811
  };
764
- __name(_InvalidRuleException, "InvalidRuleException");
765
- var InvalidRuleException = _InvalidRuleException;
766
- var _UnsupportedIndexTypeException = class _UnsupportedIndexTypeException extends CloudDirectoryServiceException {
812
+ var UnsupportedIndexTypeException = class _UnsupportedIndexTypeException extends CloudDirectoryServiceException {
813
+ static {
814
+ __name(this, "UnsupportedIndexTypeException");
815
+ }
816
+ name = "UnsupportedIndexTypeException";
817
+ $fault = "client";
818
+ Message;
767
819
  /**
768
820
  * @internal
769
821
  */
@@ -773,15 +825,17 @@ var _UnsupportedIndexTypeException = class _UnsupportedIndexTypeException extend
773
825
  $fault: "client",
774
826
  ...opts
775
827
  });
776
- this.name = "UnsupportedIndexTypeException";
777
- this.$fault = "client";
778
828
  Object.setPrototypeOf(this, _UnsupportedIndexTypeException.prototype);
779
829
  this.Message = opts.Message;
780
830
  }
781
831
  };
782
- __name(_UnsupportedIndexTypeException, "UnsupportedIndexTypeException");
783
- var UnsupportedIndexTypeException = _UnsupportedIndexTypeException;
784
- var _DirectoryDeletedException = class _DirectoryDeletedException extends CloudDirectoryServiceException {
832
+ var DirectoryDeletedException = class _DirectoryDeletedException extends CloudDirectoryServiceException {
833
+ static {
834
+ __name(this, "DirectoryDeletedException");
835
+ }
836
+ name = "DirectoryDeletedException";
837
+ $fault = "client";
838
+ Message;
785
839
  /**
786
840
  * @internal
787
841
  */
@@ -791,15 +845,17 @@ var _DirectoryDeletedException = class _DirectoryDeletedException extends CloudD
791
845
  $fault: "client",
792
846
  ...opts
793
847
  });
794
- this.name = "DirectoryDeletedException";
795
- this.$fault = "client";
796
848
  Object.setPrototypeOf(this, _DirectoryDeletedException.prototype);
797
849
  this.Message = opts.Message;
798
850
  }
799
851
  };
800
- __name(_DirectoryDeletedException, "DirectoryDeletedException");
801
- var DirectoryDeletedException = _DirectoryDeletedException;
802
- var _DirectoryNotDisabledException = class _DirectoryNotDisabledException extends CloudDirectoryServiceException {
852
+ var DirectoryNotDisabledException = class _DirectoryNotDisabledException extends CloudDirectoryServiceException {
853
+ static {
854
+ __name(this, "DirectoryNotDisabledException");
855
+ }
856
+ name = "DirectoryNotDisabledException";
857
+ $fault = "client";
858
+ Message;
803
859
  /**
804
860
  * @internal
805
861
  */
@@ -809,15 +865,17 @@ var _DirectoryNotDisabledException = class _DirectoryNotDisabledException extend
809
865
  $fault: "client",
810
866
  ...opts
811
867
  });
812
- this.name = "DirectoryNotDisabledException";
813
- this.$fault = "client";
814
868
  Object.setPrototypeOf(this, _DirectoryNotDisabledException.prototype);
815
869
  this.Message = opts.Message;
816
870
  }
817
871
  };
818
- __name(_DirectoryNotDisabledException, "DirectoryNotDisabledException");
819
- var DirectoryNotDisabledException = _DirectoryNotDisabledException;
820
- var _FacetInUseException = class _FacetInUseException extends CloudDirectoryServiceException {
872
+ var FacetInUseException = class _FacetInUseException extends CloudDirectoryServiceException {
873
+ static {
874
+ __name(this, "FacetInUseException");
875
+ }
876
+ name = "FacetInUseException";
877
+ $fault = "client";
878
+ Message;
821
879
  /**
822
880
  * @internal
823
881
  */
@@ -827,15 +885,17 @@ var _FacetInUseException = class _FacetInUseException extends CloudDirectoryServ
827
885
  $fault: "client",
828
886
  ...opts
829
887
  });
830
- this.name = "FacetInUseException";
831
- this.$fault = "client";
832
888
  Object.setPrototypeOf(this, _FacetInUseException.prototype);
833
889
  this.Message = opts.Message;
834
890
  }
835
891
  };
836
- __name(_FacetInUseException, "FacetInUseException");
837
- var FacetInUseException = _FacetInUseException;
838
- var _FacetNotFoundException = class _FacetNotFoundException extends CloudDirectoryServiceException {
892
+ var FacetNotFoundException = class _FacetNotFoundException extends CloudDirectoryServiceException {
893
+ static {
894
+ __name(this, "FacetNotFoundException");
895
+ }
896
+ name = "FacetNotFoundException";
897
+ $fault = "client";
898
+ Message;
839
899
  /**
840
900
  * @internal
841
901
  */
@@ -845,15 +905,17 @@ var _FacetNotFoundException = class _FacetNotFoundException extends CloudDirecto
845
905
  $fault: "client",
846
906
  ...opts
847
907
  });
848
- this.name = "FacetNotFoundException";
849
- this.$fault = "client";
850
908
  Object.setPrototypeOf(this, _FacetNotFoundException.prototype);
851
909
  this.Message = opts.Message;
852
910
  }
853
911
  };
854
- __name(_FacetNotFoundException, "FacetNotFoundException");
855
- var FacetNotFoundException = _FacetNotFoundException;
856
- var _ObjectNotDetachedException = class _ObjectNotDetachedException extends CloudDirectoryServiceException {
912
+ var ObjectNotDetachedException = class _ObjectNotDetachedException extends CloudDirectoryServiceException {
913
+ static {
914
+ __name(this, "ObjectNotDetachedException");
915
+ }
916
+ name = "ObjectNotDetachedException";
917
+ $fault = "client";
918
+ Message;
857
919
  /**
858
920
  * @internal
859
921
  */
@@ -863,15 +925,17 @@ var _ObjectNotDetachedException = class _ObjectNotDetachedException extends Clou
863
925
  $fault: "client",
864
926
  ...opts
865
927
  });
866
- this.name = "ObjectNotDetachedException";
867
- this.$fault = "client";
868
928
  Object.setPrototypeOf(this, _ObjectNotDetachedException.prototype);
869
929
  this.Message = opts.Message;
870
930
  }
871
931
  };
872
- __name(_ObjectNotDetachedException, "ObjectNotDetachedException");
873
- var ObjectNotDetachedException = _ObjectNotDetachedException;
874
- var _StillContainsLinksException = class _StillContainsLinksException extends CloudDirectoryServiceException {
932
+ var StillContainsLinksException = class _StillContainsLinksException extends CloudDirectoryServiceException {
933
+ static {
934
+ __name(this, "StillContainsLinksException");
935
+ }
936
+ name = "StillContainsLinksException";
937
+ $fault = "client";
938
+ Message;
875
939
  /**
876
940
  * @internal
877
941
  */
@@ -881,15 +945,17 @@ var _StillContainsLinksException = class _StillContainsLinksException extends Cl
881
945
  $fault: "client",
882
946
  ...opts
883
947
  });
884
- this.name = "StillContainsLinksException";
885
- this.$fault = "client";
886
948
  Object.setPrototypeOf(this, _StillContainsLinksException.prototype);
887
949
  this.Message = opts.Message;
888
950
  }
889
951
  };
890
- __name(_StillContainsLinksException, "StillContainsLinksException");
891
- var StillContainsLinksException = _StillContainsLinksException;
892
- var _ObjectAlreadyDetachedException = class _ObjectAlreadyDetachedException extends CloudDirectoryServiceException {
952
+ var ObjectAlreadyDetachedException = class _ObjectAlreadyDetachedException extends CloudDirectoryServiceException {
953
+ static {
954
+ __name(this, "ObjectAlreadyDetachedException");
955
+ }
956
+ name = "ObjectAlreadyDetachedException";
957
+ $fault = "client";
958
+ Message;
893
959
  /**
894
960
  * @internal
895
961
  */
@@ -899,15 +965,17 @@ var _ObjectAlreadyDetachedException = class _ObjectAlreadyDetachedException exte
899
965
  $fault: "client",
900
966
  ...opts
901
967
  });
902
- this.name = "ObjectAlreadyDetachedException";
903
- this.$fault = "client";
904
968
  Object.setPrototypeOf(this, _ObjectAlreadyDetachedException.prototype);
905
969
  this.Message = opts.Message;
906
970
  }
907
971
  };
908
- __name(_ObjectAlreadyDetachedException, "ObjectAlreadyDetachedException");
909
- var ObjectAlreadyDetachedException = _ObjectAlreadyDetachedException;
910
- var _NotNodeException = class _NotNodeException extends CloudDirectoryServiceException {
972
+ var NotNodeException = class _NotNodeException extends CloudDirectoryServiceException {
973
+ static {
974
+ __name(this, "NotNodeException");
975
+ }
976
+ name = "NotNodeException";
977
+ $fault = "client";
978
+ Message;
911
979
  /**
912
980
  * @internal
913
981
  */
@@ -917,20 +985,22 @@ var _NotNodeException = class _NotNodeException extends CloudDirectoryServiceExc
917
985
  $fault: "client",
918
986
  ...opts
919
987
  });
920
- this.name = "NotNodeException";
921
- this.$fault = "client";
922
988
  Object.setPrototypeOf(this, _NotNodeException.prototype);
923
989
  this.Message = opts.Message;
924
990
  }
925
991
  };
926
- __name(_NotNodeException, "NotNodeException");
927
- var NotNodeException = _NotNodeException;
928
992
  var DirectoryState = {
929
993
  DELETED: "DELETED",
930
994
  DISABLED: "DISABLED",
931
995
  ENABLED: "ENABLED"
932
996
  };
933
- var _InvalidNextTokenException = class _InvalidNextTokenException extends CloudDirectoryServiceException {
997
+ var InvalidNextTokenException = class _InvalidNextTokenException extends CloudDirectoryServiceException {
998
+ static {
999
+ __name(this, "InvalidNextTokenException");
1000
+ }
1001
+ name = "InvalidNextTokenException";
1002
+ $fault = "client";
1003
+ Message;
934
1004
  /**
935
1005
  * @internal
936
1006
  */
@@ -940,15 +1010,17 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends CloudD
940
1010
  $fault: "client",
941
1011
  ...opts
942
1012
  });
943
- this.name = "InvalidNextTokenException";
944
- this.$fault = "client";
945
1013
  Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
946
1014
  this.Message = opts.Message;
947
1015
  }
948
1016
  };
949
- __name(_InvalidNextTokenException, "InvalidNextTokenException");
950
- var InvalidNextTokenException = _InvalidNextTokenException;
951
- var _CannotListParentOfRootException = class _CannotListParentOfRootException extends CloudDirectoryServiceException {
1017
+ var CannotListParentOfRootException = class _CannotListParentOfRootException extends CloudDirectoryServiceException {
1018
+ static {
1019
+ __name(this, "CannotListParentOfRootException");
1020
+ }
1021
+ name = "CannotListParentOfRootException";
1022
+ $fault = "client";
1023
+ Message;
952
1024
  /**
953
1025
  * @internal
954
1026
  */
@@ -958,15 +1030,17 @@ var _CannotListParentOfRootException = class _CannotListParentOfRootException ex
958
1030
  $fault: "client",
959
1031
  ...opts
960
1032
  });
961
- this.name = "CannotListParentOfRootException";
962
- this.$fault = "client";
963
1033
  Object.setPrototypeOf(this, _CannotListParentOfRootException.prototype);
964
1034
  this.Message = opts.Message;
965
1035
  }
966
1036
  };
967
- __name(_CannotListParentOfRootException, "CannotListParentOfRootException");
968
- var CannotListParentOfRootException = _CannotListParentOfRootException;
969
- var _InvalidTaggingRequestException = class _InvalidTaggingRequestException extends CloudDirectoryServiceException {
1037
+ var InvalidTaggingRequestException = class _InvalidTaggingRequestException extends CloudDirectoryServiceException {
1038
+ static {
1039
+ __name(this, "InvalidTaggingRequestException");
1040
+ }
1041
+ name = "InvalidTaggingRequestException";
1042
+ $fault = "client";
1043
+ Message;
970
1044
  /**
971
1045
  * @internal
972
1046
  */
@@ -976,15 +1050,17 @@ var _InvalidTaggingRequestException = class _InvalidTaggingRequestException exte
976
1050
  $fault: "client",
977
1051
  ...opts
978
1052
  });
979
- this.name = "InvalidTaggingRequestException";
980
- this.$fault = "client";
981
1053
  Object.setPrototypeOf(this, _InvalidTaggingRequestException.prototype);
982
1054
  this.Message = opts.Message;
983
1055
  }
984
1056
  };
985
- __name(_InvalidTaggingRequestException, "InvalidTaggingRequestException");
986
- var InvalidTaggingRequestException = _InvalidTaggingRequestException;
987
- var _SchemaAlreadyPublishedException = class _SchemaAlreadyPublishedException extends CloudDirectoryServiceException {
1057
+ var SchemaAlreadyPublishedException = class _SchemaAlreadyPublishedException extends CloudDirectoryServiceException {
1058
+ static {
1059
+ __name(this, "SchemaAlreadyPublishedException");
1060
+ }
1061
+ name = "SchemaAlreadyPublishedException";
1062
+ $fault = "client";
1063
+ Message;
988
1064
  /**
989
1065
  * @internal
990
1066
  */
@@ -994,15 +1070,17 @@ var _SchemaAlreadyPublishedException = class _SchemaAlreadyPublishedException ex
994
1070
  $fault: "client",
995
1071
  ...opts
996
1072
  });
997
- this.name = "SchemaAlreadyPublishedException";
998
- this.$fault = "client";
999
1073
  Object.setPrototypeOf(this, _SchemaAlreadyPublishedException.prototype);
1000
1074
  this.Message = opts.Message;
1001
1075
  }
1002
1076
  };
1003
- __name(_SchemaAlreadyPublishedException, "SchemaAlreadyPublishedException");
1004
- var SchemaAlreadyPublishedException = _SchemaAlreadyPublishedException;
1005
- var _InvalidSchemaDocException = class _InvalidSchemaDocException extends CloudDirectoryServiceException {
1077
+ var InvalidSchemaDocException = class _InvalidSchemaDocException extends CloudDirectoryServiceException {
1078
+ static {
1079
+ __name(this, "InvalidSchemaDocException");
1080
+ }
1081
+ name = "InvalidSchemaDocException";
1082
+ $fault = "client";
1083
+ Message;
1006
1084
  /**
1007
1085
  * @internal
1008
1086
  */
@@ -1012,15 +1090,17 @@ var _InvalidSchemaDocException = class _InvalidSchemaDocException extends CloudD
1012
1090
  $fault: "client",
1013
1091
  ...opts
1014
1092
  });
1015
- this.name = "InvalidSchemaDocException";
1016
- this.$fault = "client";
1017
1093
  Object.setPrototypeOf(this, _InvalidSchemaDocException.prototype);
1018
1094
  this.Message = opts.Message;
1019
1095
  }
1020
1096
  };
1021
- __name(_InvalidSchemaDocException, "InvalidSchemaDocException");
1022
- var InvalidSchemaDocException = _InvalidSchemaDocException;
1023
- var _InvalidFacetUpdateException = class _InvalidFacetUpdateException extends CloudDirectoryServiceException {
1097
+ var InvalidFacetUpdateException = class _InvalidFacetUpdateException extends CloudDirectoryServiceException {
1098
+ static {
1099
+ __name(this, "InvalidFacetUpdateException");
1100
+ }
1101
+ name = "InvalidFacetUpdateException";
1102
+ $fault = "client";
1103
+ Message;
1024
1104
  /**
1025
1105
  * @internal
1026
1106
  */
@@ -1030,15 +1110,17 @@ var _InvalidFacetUpdateException = class _InvalidFacetUpdateException extends Cl
1030
1110
  $fault: "client",
1031
1111
  ...opts
1032
1112
  });
1033
- this.name = "InvalidFacetUpdateException";
1034
- this.$fault = "client";
1035
1113
  Object.setPrototypeOf(this, _InvalidFacetUpdateException.prototype);
1036
1114
  this.Message = opts.Message;
1037
1115
  }
1038
1116
  };
1039
- __name(_InvalidFacetUpdateException, "InvalidFacetUpdateException");
1040
- var InvalidFacetUpdateException = _InvalidFacetUpdateException;
1041
- var _IncompatibleSchemaException = class _IncompatibleSchemaException extends CloudDirectoryServiceException {
1117
+ var IncompatibleSchemaException = class _IncompatibleSchemaException extends CloudDirectoryServiceException {
1118
+ static {
1119
+ __name(this, "IncompatibleSchemaException");
1120
+ }
1121
+ name = "IncompatibleSchemaException";
1122
+ $fault = "client";
1123
+ Message;
1042
1124
  /**
1043
1125
  * @internal
1044
1126
  */
@@ -1048,14 +1130,10 @@ var _IncompatibleSchemaException = class _IncompatibleSchemaException extends Cl
1048
1130
  $fault: "client",
1049
1131
  ...opts
1050
1132
  });
1051
- this.name = "IncompatibleSchemaException";
1052
- this.$fault = "client";
1053
1133
  Object.setPrototypeOf(this, _IncompatibleSchemaException.prototype);
1054
1134
  this.Message = opts.Message;
1055
1135
  }
1056
1136
  };
1057
- __name(_IncompatibleSchemaException, "IncompatibleSchemaException");
1058
- var IncompatibleSchemaException = _IncompatibleSchemaException;
1059
1137
 
1060
1138
  // src/protocols/Aws_restJson1.ts
1061
1139
  var se_AddFacetToObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -4165,925 +4243,991 @@ var _xacl = "x-amz-consistency-level";
4165
4243
  var _xadp = "x-amz-data-partition";
4166
4244
 
4167
4245
  // src/commands/AddFacetToObjectCommand.ts
4168
- var _AddFacetToObjectCommand = class _AddFacetToObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4246
+ var AddFacetToObjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4169
4247
  return [
4170
4248
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4171
4249
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4172
4250
  ];
4173
4251
  }).s("AmazonCloudDirectory_20170111", "AddFacetToObject", {}).n("CloudDirectoryClient", "AddFacetToObjectCommand").f(void 0, void 0).ser(se_AddFacetToObjectCommand).de(de_AddFacetToObjectCommand).build() {
4252
+ static {
4253
+ __name(this, "AddFacetToObjectCommand");
4254
+ }
4174
4255
  };
4175
- __name(_AddFacetToObjectCommand, "AddFacetToObjectCommand");
4176
- var AddFacetToObjectCommand = _AddFacetToObjectCommand;
4177
4256
 
4178
4257
  // src/commands/ApplySchemaCommand.ts
4179
4258
 
4180
4259
 
4181
4260
 
4182
- var _ApplySchemaCommand = class _ApplySchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4261
+ var ApplySchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4183
4262
  return [
4184
4263
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4185
4264
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4186
4265
  ];
4187
4266
  }).s("AmazonCloudDirectory_20170111", "ApplySchema", {}).n("CloudDirectoryClient", "ApplySchemaCommand").f(void 0, void 0).ser(se_ApplySchemaCommand).de(de_ApplySchemaCommand).build() {
4267
+ static {
4268
+ __name(this, "ApplySchemaCommand");
4269
+ }
4188
4270
  };
4189
- __name(_ApplySchemaCommand, "ApplySchemaCommand");
4190
- var ApplySchemaCommand = _ApplySchemaCommand;
4191
4271
 
4192
4272
  // src/commands/AttachObjectCommand.ts
4193
4273
 
4194
4274
 
4195
4275
 
4196
- var _AttachObjectCommand = class _AttachObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4276
+ var AttachObjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4197
4277
  return [
4198
4278
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4199
4279
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4200
4280
  ];
4201
4281
  }).s("AmazonCloudDirectory_20170111", "AttachObject", {}).n("CloudDirectoryClient", "AttachObjectCommand").f(void 0, void 0).ser(se_AttachObjectCommand).de(de_AttachObjectCommand).build() {
4282
+ static {
4283
+ __name(this, "AttachObjectCommand");
4284
+ }
4202
4285
  };
4203
- __name(_AttachObjectCommand, "AttachObjectCommand");
4204
- var AttachObjectCommand = _AttachObjectCommand;
4205
4286
 
4206
4287
  // src/commands/AttachPolicyCommand.ts
4207
4288
 
4208
4289
 
4209
4290
 
4210
- var _AttachPolicyCommand = class _AttachPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4291
+ var AttachPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4211
4292
  return [
4212
4293
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4213
4294
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4214
4295
  ];
4215
4296
  }).s("AmazonCloudDirectory_20170111", "AttachPolicy", {}).n("CloudDirectoryClient", "AttachPolicyCommand").f(void 0, void 0).ser(se_AttachPolicyCommand).de(de_AttachPolicyCommand).build() {
4297
+ static {
4298
+ __name(this, "AttachPolicyCommand");
4299
+ }
4216
4300
  };
4217
- __name(_AttachPolicyCommand, "AttachPolicyCommand");
4218
- var AttachPolicyCommand = _AttachPolicyCommand;
4219
4301
 
4220
4302
  // src/commands/AttachToIndexCommand.ts
4221
4303
 
4222
4304
 
4223
4305
 
4224
- var _AttachToIndexCommand = class _AttachToIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4306
+ var AttachToIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4225
4307
  return [
4226
4308
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4227
4309
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4228
4310
  ];
4229
4311
  }).s("AmazonCloudDirectory_20170111", "AttachToIndex", {}).n("CloudDirectoryClient", "AttachToIndexCommand").f(void 0, void 0).ser(se_AttachToIndexCommand).de(de_AttachToIndexCommand).build() {
4312
+ static {
4313
+ __name(this, "AttachToIndexCommand");
4314
+ }
4230
4315
  };
4231
- __name(_AttachToIndexCommand, "AttachToIndexCommand");
4232
- var AttachToIndexCommand = _AttachToIndexCommand;
4233
4316
 
4234
4317
  // src/commands/AttachTypedLinkCommand.ts
4235
4318
 
4236
4319
 
4237
4320
 
4238
- var _AttachTypedLinkCommand = class _AttachTypedLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4321
+ var AttachTypedLinkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4239
4322
  return [
4240
4323
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4241
4324
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4242
4325
  ];
4243
4326
  }).s("AmazonCloudDirectory_20170111", "AttachTypedLink", {}).n("CloudDirectoryClient", "AttachTypedLinkCommand").f(void 0, void 0).ser(se_AttachTypedLinkCommand).de(de_AttachTypedLinkCommand).build() {
4327
+ static {
4328
+ __name(this, "AttachTypedLinkCommand");
4329
+ }
4244
4330
  };
4245
- __name(_AttachTypedLinkCommand, "AttachTypedLinkCommand");
4246
- var AttachTypedLinkCommand = _AttachTypedLinkCommand;
4247
4331
 
4248
4332
  // src/commands/BatchReadCommand.ts
4249
4333
 
4250
4334
 
4251
4335
 
4252
- var _BatchReadCommand = class _BatchReadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4336
+ var BatchReadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4253
4337
  return [
4254
4338
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4255
4339
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4256
4340
  ];
4257
4341
  }).s("AmazonCloudDirectory_20170111", "BatchRead", {}).n("CloudDirectoryClient", "BatchReadCommand").f(void 0, void 0).ser(se_BatchReadCommand).de(de_BatchReadCommand).build() {
4342
+ static {
4343
+ __name(this, "BatchReadCommand");
4344
+ }
4258
4345
  };
4259
- __name(_BatchReadCommand, "BatchReadCommand");
4260
- var BatchReadCommand = _BatchReadCommand;
4261
4346
 
4262
4347
  // src/commands/BatchWriteCommand.ts
4263
4348
 
4264
4349
 
4265
4350
 
4266
- var _BatchWriteCommand = class _BatchWriteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4351
+ var BatchWriteCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4267
4352
  return [
4268
4353
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4269
4354
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4270
4355
  ];
4271
4356
  }).s("AmazonCloudDirectory_20170111", "BatchWrite", {}).n("CloudDirectoryClient", "BatchWriteCommand").f(void 0, void 0).ser(se_BatchWriteCommand).de(de_BatchWriteCommand).build() {
4357
+ static {
4358
+ __name(this, "BatchWriteCommand");
4359
+ }
4272
4360
  };
4273
- __name(_BatchWriteCommand, "BatchWriteCommand");
4274
- var BatchWriteCommand = _BatchWriteCommand;
4275
4361
 
4276
4362
  // src/commands/CreateDirectoryCommand.ts
4277
4363
 
4278
4364
 
4279
4365
 
4280
- var _CreateDirectoryCommand = class _CreateDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4366
+ var CreateDirectoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4281
4367
  return [
4282
4368
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4283
4369
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4284
4370
  ];
4285
4371
  }).s("AmazonCloudDirectory_20170111", "CreateDirectory", {}).n("CloudDirectoryClient", "CreateDirectoryCommand").f(void 0, void 0).ser(se_CreateDirectoryCommand).de(de_CreateDirectoryCommand).build() {
4372
+ static {
4373
+ __name(this, "CreateDirectoryCommand");
4374
+ }
4286
4375
  };
4287
- __name(_CreateDirectoryCommand, "CreateDirectoryCommand");
4288
- var CreateDirectoryCommand = _CreateDirectoryCommand;
4289
4376
 
4290
4377
  // src/commands/CreateFacetCommand.ts
4291
4378
 
4292
4379
 
4293
4380
 
4294
- var _CreateFacetCommand = class _CreateFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4381
+ var CreateFacetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4295
4382
  return [
4296
4383
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4297
4384
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4298
4385
  ];
4299
4386
  }).s("AmazonCloudDirectory_20170111", "CreateFacet", {}).n("CloudDirectoryClient", "CreateFacetCommand").f(void 0, void 0).ser(se_CreateFacetCommand).de(de_CreateFacetCommand).build() {
4387
+ static {
4388
+ __name(this, "CreateFacetCommand");
4389
+ }
4300
4390
  };
4301
- __name(_CreateFacetCommand, "CreateFacetCommand");
4302
- var CreateFacetCommand = _CreateFacetCommand;
4303
4391
 
4304
4392
  // src/commands/CreateIndexCommand.ts
4305
4393
 
4306
4394
 
4307
4395
 
4308
- var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4396
+ var CreateIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4309
4397
  return [
4310
4398
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4311
4399
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4312
4400
  ];
4313
4401
  }).s("AmazonCloudDirectory_20170111", "CreateIndex", {}).n("CloudDirectoryClient", "CreateIndexCommand").f(void 0, void 0).ser(se_CreateIndexCommand).de(de_CreateIndexCommand).build() {
4402
+ static {
4403
+ __name(this, "CreateIndexCommand");
4404
+ }
4314
4405
  };
4315
- __name(_CreateIndexCommand, "CreateIndexCommand");
4316
- var CreateIndexCommand = _CreateIndexCommand;
4317
4406
 
4318
4407
  // src/commands/CreateObjectCommand.ts
4319
4408
 
4320
4409
 
4321
4410
 
4322
- var _CreateObjectCommand = class _CreateObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4411
+ var CreateObjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4323
4412
  return [
4324
4413
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4325
4414
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4326
4415
  ];
4327
4416
  }).s("AmazonCloudDirectory_20170111", "CreateObject", {}).n("CloudDirectoryClient", "CreateObjectCommand").f(void 0, void 0).ser(se_CreateObjectCommand).de(de_CreateObjectCommand).build() {
4417
+ static {
4418
+ __name(this, "CreateObjectCommand");
4419
+ }
4328
4420
  };
4329
- __name(_CreateObjectCommand, "CreateObjectCommand");
4330
- var CreateObjectCommand = _CreateObjectCommand;
4331
4421
 
4332
4422
  // src/commands/CreateSchemaCommand.ts
4333
4423
 
4334
4424
 
4335
4425
 
4336
- var _CreateSchemaCommand = class _CreateSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4426
+ var CreateSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4337
4427
  return [
4338
4428
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4339
4429
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4340
4430
  ];
4341
4431
  }).s("AmazonCloudDirectory_20170111", "CreateSchema", {}).n("CloudDirectoryClient", "CreateSchemaCommand").f(void 0, void 0).ser(se_CreateSchemaCommand).de(de_CreateSchemaCommand).build() {
4432
+ static {
4433
+ __name(this, "CreateSchemaCommand");
4434
+ }
4342
4435
  };
4343
- __name(_CreateSchemaCommand, "CreateSchemaCommand");
4344
- var CreateSchemaCommand = _CreateSchemaCommand;
4345
4436
 
4346
4437
  // src/commands/CreateTypedLinkFacetCommand.ts
4347
4438
 
4348
4439
 
4349
4440
 
4350
- var _CreateTypedLinkFacetCommand = class _CreateTypedLinkFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4441
+ var CreateTypedLinkFacetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4351
4442
  return [
4352
4443
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4353
4444
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4354
4445
  ];
4355
4446
  }).s("AmazonCloudDirectory_20170111", "CreateTypedLinkFacet", {}).n("CloudDirectoryClient", "CreateTypedLinkFacetCommand").f(void 0, void 0).ser(se_CreateTypedLinkFacetCommand).de(de_CreateTypedLinkFacetCommand).build() {
4447
+ static {
4448
+ __name(this, "CreateTypedLinkFacetCommand");
4449
+ }
4356
4450
  };
4357
- __name(_CreateTypedLinkFacetCommand, "CreateTypedLinkFacetCommand");
4358
- var CreateTypedLinkFacetCommand = _CreateTypedLinkFacetCommand;
4359
4451
 
4360
4452
  // src/commands/DeleteDirectoryCommand.ts
4361
4453
 
4362
4454
 
4363
4455
 
4364
- var _DeleteDirectoryCommand = class _DeleteDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4456
+ var DeleteDirectoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4365
4457
  return [
4366
4458
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4367
4459
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4368
4460
  ];
4369
4461
  }).s("AmazonCloudDirectory_20170111", "DeleteDirectory", {}).n("CloudDirectoryClient", "DeleteDirectoryCommand").f(void 0, void 0).ser(se_DeleteDirectoryCommand).de(de_DeleteDirectoryCommand).build() {
4462
+ static {
4463
+ __name(this, "DeleteDirectoryCommand");
4464
+ }
4370
4465
  };
4371
- __name(_DeleteDirectoryCommand, "DeleteDirectoryCommand");
4372
- var DeleteDirectoryCommand = _DeleteDirectoryCommand;
4373
4466
 
4374
4467
  // src/commands/DeleteFacetCommand.ts
4375
4468
 
4376
4469
 
4377
4470
 
4378
- var _DeleteFacetCommand = class _DeleteFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4471
+ var DeleteFacetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4379
4472
  return [
4380
4473
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4381
4474
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4382
4475
  ];
4383
4476
  }).s("AmazonCloudDirectory_20170111", "DeleteFacet", {}).n("CloudDirectoryClient", "DeleteFacetCommand").f(void 0, void 0).ser(se_DeleteFacetCommand).de(de_DeleteFacetCommand).build() {
4477
+ static {
4478
+ __name(this, "DeleteFacetCommand");
4479
+ }
4384
4480
  };
4385
- __name(_DeleteFacetCommand, "DeleteFacetCommand");
4386
- var DeleteFacetCommand = _DeleteFacetCommand;
4387
4481
 
4388
4482
  // src/commands/DeleteObjectCommand.ts
4389
4483
 
4390
4484
 
4391
4485
 
4392
- var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4486
+ var DeleteObjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4393
4487
  return [
4394
4488
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4395
4489
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4396
4490
  ];
4397
4491
  }).s("AmazonCloudDirectory_20170111", "DeleteObject", {}).n("CloudDirectoryClient", "DeleteObjectCommand").f(void 0, void 0).ser(se_DeleteObjectCommand).de(de_DeleteObjectCommand).build() {
4492
+ static {
4493
+ __name(this, "DeleteObjectCommand");
4494
+ }
4398
4495
  };
4399
- __name(_DeleteObjectCommand, "DeleteObjectCommand");
4400
- var DeleteObjectCommand = _DeleteObjectCommand;
4401
4496
 
4402
4497
  // src/commands/DeleteSchemaCommand.ts
4403
4498
 
4404
4499
 
4405
4500
 
4406
- var _DeleteSchemaCommand = class _DeleteSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4501
+ var DeleteSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4407
4502
  return [
4408
4503
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4409
4504
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4410
4505
  ];
4411
4506
  }).s("AmazonCloudDirectory_20170111", "DeleteSchema", {}).n("CloudDirectoryClient", "DeleteSchemaCommand").f(void 0, void 0).ser(se_DeleteSchemaCommand).de(de_DeleteSchemaCommand).build() {
4507
+ static {
4508
+ __name(this, "DeleteSchemaCommand");
4509
+ }
4412
4510
  };
4413
- __name(_DeleteSchemaCommand, "DeleteSchemaCommand");
4414
- var DeleteSchemaCommand = _DeleteSchemaCommand;
4415
4511
 
4416
4512
  // src/commands/DeleteTypedLinkFacetCommand.ts
4417
4513
 
4418
4514
 
4419
4515
 
4420
- var _DeleteTypedLinkFacetCommand = class _DeleteTypedLinkFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4516
+ var DeleteTypedLinkFacetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4421
4517
  return [
4422
4518
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4423
4519
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4424
4520
  ];
4425
4521
  }).s("AmazonCloudDirectory_20170111", "DeleteTypedLinkFacet", {}).n("CloudDirectoryClient", "DeleteTypedLinkFacetCommand").f(void 0, void 0).ser(se_DeleteTypedLinkFacetCommand).de(de_DeleteTypedLinkFacetCommand).build() {
4522
+ static {
4523
+ __name(this, "DeleteTypedLinkFacetCommand");
4524
+ }
4426
4525
  };
4427
- __name(_DeleteTypedLinkFacetCommand, "DeleteTypedLinkFacetCommand");
4428
- var DeleteTypedLinkFacetCommand = _DeleteTypedLinkFacetCommand;
4429
4526
 
4430
4527
  // src/commands/DetachFromIndexCommand.ts
4431
4528
 
4432
4529
 
4433
4530
 
4434
- var _DetachFromIndexCommand = class _DetachFromIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4531
+ var DetachFromIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4435
4532
  return [
4436
4533
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4437
4534
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4438
4535
  ];
4439
4536
  }).s("AmazonCloudDirectory_20170111", "DetachFromIndex", {}).n("CloudDirectoryClient", "DetachFromIndexCommand").f(void 0, void 0).ser(se_DetachFromIndexCommand).de(de_DetachFromIndexCommand).build() {
4537
+ static {
4538
+ __name(this, "DetachFromIndexCommand");
4539
+ }
4440
4540
  };
4441
- __name(_DetachFromIndexCommand, "DetachFromIndexCommand");
4442
- var DetachFromIndexCommand = _DetachFromIndexCommand;
4443
4541
 
4444
4542
  // src/commands/DetachObjectCommand.ts
4445
4543
 
4446
4544
 
4447
4545
 
4448
- var _DetachObjectCommand = class _DetachObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4546
+ var DetachObjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4449
4547
  return [
4450
4548
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4451
4549
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4452
4550
  ];
4453
4551
  }).s("AmazonCloudDirectory_20170111", "DetachObject", {}).n("CloudDirectoryClient", "DetachObjectCommand").f(void 0, void 0).ser(se_DetachObjectCommand).de(de_DetachObjectCommand).build() {
4552
+ static {
4553
+ __name(this, "DetachObjectCommand");
4554
+ }
4454
4555
  };
4455
- __name(_DetachObjectCommand, "DetachObjectCommand");
4456
- var DetachObjectCommand = _DetachObjectCommand;
4457
4556
 
4458
4557
  // src/commands/DetachPolicyCommand.ts
4459
4558
 
4460
4559
 
4461
4560
 
4462
- var _DetachPolicyCommand = class _DetachPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4561
+ var DetachPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4463
4562
  return [
4464
4563
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4465
4564
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4466
4565
  ];
4467
4566
  }).s("AmazonCloudDirectory_20170111", "DetachPolicy", {}).n("CloudDirectoryClient", "DetachPolicyCommand").f(void 0, void 0).ser(se_DetachPolicyCommand).de(de_DetachPolicyCommand).build() {
4567
+ static {
4568
+ __name(this, "DetachPolicyCommand");
4569
+ }
4468
4570
  };
4469
- __name(_DetachPolicyCommand, "DetachPolicyCommand");
4470
- var DetachPolicyCommand = _DetachPolicyCommand;
4471
4571
 
4472
4572
  // src/commands/DetachTypedLinkCommand.ts
4473
4573
 
4474
4574
 
4475
4575
 
4476
- var _DetachTypedLinkCommand = class _DetachTypedLinkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4576
+ var DetachTypedLinkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4477
4577
  return [
4478
4578
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4479
4579
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4480
4580
  ];
4481
4581
  }).s("AmazonCloudDirectory_20170111", "DetachTypedLink", {}).n("CloudDirectoryClient", "DetachTypedLinkCommand").f(void 0, void 0).ser(se_DetachTypedLinkCommand).de(de_DetachTypedLinkCommand).build() {
4582
+ static {
4583
+ __name(this, "DetachTypedLinkCommand");
4584
+ }
4482
4585
  };
4483
- __name(_DetachTypedLinkCommand, "DetachTypedLinkCommand");
4484
- var DetachTypedLinkCommand = _DetachTypedLinkCommand;
4485
4586
 
4486
4587
  // src/commands/DisableDirectoryCommand.ts
4487
4588
 
4488
4589
 
4489
4590
 
4490
- var _DisableDirectoryCommand = class _DisableDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4591
+ var DisableDirectoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4491
4592
  return [
4492
4593
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4493
4594
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4494
4595
  ];
4495
4596
  }).s("AmazonCloudDirectory_20170111", "DisableDirectory", {}).n("CloudDirectoryClient", "DisableDirectoryCommand").f(void 0, void 0).ser(se_DisableDirectoryCommand).de(de_DisableDirectoryCommand).build() {
4597
+ static {
4598
+ __name(this, "DisableDirectoryCommand");
4599
+ }
4496
4600
  };
4497
- __name(_DisableDirectoryCommand, "DisableDirectoryCommand");
4498
- var DisableDirectoryCommand = _DisableDirectoryCommand;
4499
4601
 
4500
4602
  // src/commands/EnableDirectoryCommand.ts
4501
4603
 
4502
4604
 
4503
4605
 
4504
- var _EnableDirectoryCommand = class _EnableDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4606
+ var EnableDirectoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4505
4607
  return [
4506
4608
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4507
4609
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4508
4610
  ];
4509
4611
  }).s("AmazonCloudDirectory_20170111", "EnableDirectory", {}).n("CloudDirectoryClient", "EnableDirectoryCommand").f(void 0, void 0).ser(se_EnableDirectoryCommand).de(de_EnableDirectoryCommand).build() {
4612
+ static {
4613
+ __name(this, "EnableDirectoryCommand");
4614
+ }
4510
4615
  };
4511
- __name(_EnableDirectoryCommand, "EnableDirectoryCommand");
4512
- var EnableDirectoryCommand = _EnableDirectoryCommand;
4513
4616
 
4514
4617
  // src/commands/GetAppliedSchemaVersionCommand.ts
4515
4618
 
4516
4619
 
4517
4620
 
4518
- var _GetAppliedSchemaVersionCommand = class _GetAppliedSchemaVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4621
+ var GetAppliedSchemaVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4519
4622
  return [
4520
4623
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4521
4624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4522
4625
  ];
4523
4626
  }).s("AmazonCloudDirectory_20170111", "GetAppliedSchemaVersion", {}).n("CloudDirectoryClient", "GetAppliedSchemaVersionCommand").f(void 0, void 0).ser(se_GetAppliedSchemaVersionCommand).de(de_GetAppliedSchemaVersionCommand).build() {
4627
+ static {
4628
+ __name(this, "GetAppliedSchemaVersionCommand");
4629
+ }
4524
4630
  };
4525
- __name(_GetAppliedSchemaVersionCommand, "GetAppliedSchemaVersionCommand");
4526
- var GetAppliedSchemaVersionCommand = _GetAppliedSchemaVersionCommand;
4527
4631
 
4528
4632
  // src/commands/GetDirectoryCommand.ts
4529
4633
 
4530
4634
 
4531
4635
 
4532
- var _GetDirectoryCommand = class _GetDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4636
+ var GetDirectoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4533
4637
  return [
4534
4638
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4535
4639
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4536
4640
  ];
4537
4641
  }).s("AmazonCloudDirectory_20170111", "GetDirectory", {}).n("CloudDirectoryClient", "GetDirectoryCommand").f(void 0, void 0).ser(se_GetDirectoryCommand).de(de_GetDirectoryCommand).build() {
4642
+ static {
4643
+ __name(this, "GetDirectoryCommand");
4644
+ }
4538
4645
  };
4539
- __name(_GetDirectoryCommand, "GetDirectoryCommand");
4540
- var GetDirectoryCommand = _GetDirectoryCommand;
4541
4646
 
4542
4647
  // src/commands/GetFacetCommand.ts
4543
4648
 
4544
4649
 
4545
4650
 
4546
- var _GetFacetCommand = class _GetFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4651
+ var GetFacetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4547
4652
  return [
4548
4653
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4549
4654
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4550
4655
  ];
4551
4656
  }).s("AmazonCloudDirectory_20170111", "GetFacet", {}).n("CloudDirectoryClient", "GetFacetCommand").f(void 0, void 0).ser(se_GetFacetCommand).de(de_GetFacetCommand).build() {
4657
+ static {
4658
+ __name(this, "GetFacetCommand");
4659
+ }
4552
4660
  };
4553
- __name(_GetFacetCommand, "GetFacetCommand");
4554
- var GetFacetCommand = _GetFacetCommand;
4555
4661
 
4556
4662
  // src/commands/GetLinkAttributesCommand.ts
4557
4663
 
4558
4664
 
4559
4665
 
4560
- var _GetLinkAttributesCommand = class _GetLinkAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4666
+ var GetLinkAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4561
4667
  return [
4562
4668
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4563
4669
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4564
4670
  ];
4565
4671
  }).s("AmazonCloudDirectory_20170111", "GetLinkAttributes", {}).n("CloudDirectoryClient", "GetLinkAttributesCommand").f(void 0, void 0).ser(se_GetLinkAttributesCommand).de(de_GetLinkAttributesCommand).build() {
4672
+ static {
4673
+ __name(this, "GetLinkAttributesCommand");
4674
+ }
4566
4675
  };
4567
- __name(_GetLinkAttributesCommand, "GetLinkAttributesCommand");
4568
- var GetLinkAttributesCommand = _GetLinkAttributesCommand;
4569
4676
 
4570
4677
  // src/commands/GetObjectAttributesCommand.ts
4571
4678
 
4572
4679
 
4573
4680
 
4574
- var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4681
+ var GetObjectAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4575
4682
  return [
4576
4683
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4577
4684
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4578
4685
  ];
4579
4686
  }).s("AmazonCloudDirectory_20170111", "GetObjectAttributes", {}).n("CloudDirectoryClient", "GetObjectAttributesCommand").f(void 0, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
4687
+ static {
4688
+ __name(this, "GetObjectAttributesCommand");
4689
+ }
4580
4690
  };
4581
- __name(_GetObjectAttributesCommand, "GetObjectAttributesCommand");
4582
- var GetObjectAttributesCommand = _GetObjectAttributesCommand;
4583
4691
 
4584
4692
  // src/commands/GetObjectInformationCommand.ts
4585
4693
 
4586
4694
 
4587
4695
 
4588
- var _GetObjectInformationCommand = class _GetObjectInformationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4696
+ var GetObjectInformationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4589
4697
  return [
4590
4698
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4591
4699
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4592
4700
  ];
4593
4701
  }).s("AmazonCloudDirectory_20170111", "GetObjectInformation", {}).n("CloudDirectoryClient", "GetObjectInformationCommand").f(void 0, void 0).ser(se_GetObjectInformationCommand).de(de_GetObjectInformationCommand).build() {
4702
+ static {
4703
+ __name(this, "GetObjectInformationCommand");
4704
+ }
4594
4705
  };
4595
- __name(_GetObjectInformationCommand, "GetObjectInformationCommand");
4596
- var GetObjectInformationCommand = _GetObjectInformationCommand;
4597
4706
 
4598
4707
  // src/commands/GetSchemaAsJsonCommand.ts
4599
4708
 
4600
4709
 
4601
4710
 
4602
- var _GetSchemaAsJsonCommand = class _GetSchemaAsJsonCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4711
+ var GetSchemaAsJsonCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4603
4712
  return [
4604
4713
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4605
4714
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4606
4715
  ];
4607
4716
  }).s("AmazonCloudDirectory_20170111", "GetSchemaAsJson", {}).n("CloudDirectoryClient", "GetSchemaAsJsonCommand").f(void 0, void 0).ser(se_GetSchemaAsJsonCommand).de(de_GetSchemaAsJsonCommand).build() {
4717
+ static {
4718
+ __name(this, "GetSchemaAsJsonCommand");
4719
+ }
4608
4720
  };
4609
- __name(_GetSchemaAsJsonCommand, "GetSchemaAsJsonCommand");
4610
- var GetSchemaAsJsonCommand = _GetSchemaAsJsonCommand;
4611
4721
 
4612
4722
  // src/commands/GetTypedLinkFacetInformationCommand.ts
4613
4723
 
4614
4724
 
4615
4725
 
4616
- var _GetTypedLinkFacetInformationCommand = class _GetTypedLinkFacetInformationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4726
+ var GetTypedLinkFacetInformationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4617
4727
  return [
4618
4728
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4619
4729
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4620
4730
  ];
4621
4731
  }).s("AmazonCloudDirectory_20170111", "GetTypedLinkFacetInformation", {}).n("CloudDirectoryClient", "GetTypedLinkFacetInformationCommand").f(void 0, void 0).ser(se_GetTypedLinkFacetInformationCommand).de(de_GetTypedLinkFacetInformationCommand).build() {
4732
+ static {
4733
+ __name(this, "GetTypedLinkFacetInformationCommand");
4734
+ }
4622
4735
  };
4623
- __name(_GetTypedLinkFacetInformationCommand, "GetTypedLinkFacetInformationCommand");
4624
- var GetTypedLinkFacetInformationCommand = _GetTypedLinkFacetInformationCommand;
4625
4736
 
4626
4737
  // src/commands/ListAppliedSchemaArnsCommand.ts
4627
4738
 
4628
4739
 
4629
4740
 
4630
- var _ListAppliedSchemaArnsCommand = class _ListAppliedSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4741
+ var ListAppliedSchemaArnsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4631
4742
  return [
4632
4743
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4633
4744
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4634
4745
  ];
4635
4746
  }).s("AmazonCloudDirectory_20170111", "ListAppliedSchemaArns", {}).n("CloudDirectoryClient", "ListAppliedSchemaArnsCommand").f(void 0, void 0).ser(se_ListAppliedSchemaArnsCommand).de(de_ListAppliedSchemaArnsCommand).build() {
4747
+ static {
4748
+ __name(this, "ListAppliedSchemaArnsCommand");
4749
+ }
4636
4750
  };
4637
- __name(_ListAppliedSchemaArnsCommand, "ListAppliedSchemaArnsCommand");
4638
- var ListAppliedSchemaArnsCommand = _ListAppliedSchemaArnsCommand;
4639
4751
 
4640
4752
  // src/commands/ListAttachedIndicesCommand.ts
4641
4753
 
4642
4754
 
4643
4755
 
4644
- var _ListAttachedIndicesCommand = class _ListAttachedIndicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4756
+ var ListAttachedIndicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4645
4757
  return [
4646
4758
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4647
4759
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4648
4760
  ];
4649
4761
  }).s("AmazonCloudDirectory_20170111", "ListAttachedIndices", {}).n("CloudDirectoryClient", "ListAttachedIndicesCommand").f(void 0, void 0).ser(se_ListAttachedIndicesCommand).de(de_ListAttachedIndicesCommand).build() {
4762
+ static {
4763
+ __name(this, "ListAttachedIndicesCommand");
4764
+ }
4650
4765
  };
4651
- __name(_ListAttachedIndicesCommand, "ListAttachedIndicesCommand");
4652
- var ListAttachedIndicesCommand = _ListAttachedIndicesCommand;
4653
4766
 
4654
4767
  // src/commands/ListDevelopmentSchemaArnsCommand.ts
4655
4768
 
4656
4769
 
4657
4770
 
4658
- var _ListDevelopmentSchemaArnsCommand = class _ListDevelopmentSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4771
+ var ListDevelopmentSchemaArnsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4659
4772
  return [
4660
4773
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4661
4774
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4662
4775
  ];
4663
4776
  }).s("AmazonCloudDirectory_20170111", "ListDevelopmentSchemaArns", {}).n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand").f(void 0, void 0).ser(se_ListDevelopmentSchemaArnsCommand).de(de_ListDevelopmentSchemaArnsCommand).build() {
4777
+ static {
4778
+ __name(this, "ListDevelopmentSchemaArnsCommand");
4779
+ }
4664
4780
  };
4665
- __name(_ListDevelopmentSchemaArnsCommand, "ListDevelopmentSchemaArnsCommand");
4666
- var ListDevelopmentSchemaArnsCommand = _ListDevelopmentSchemaArnsCommand;
4667
4781
 
4668
4782
  // src/commands/ListDirectoriesCommand.ts
4669
4783
 
4670
4784
 
4671
4785
 
4672
- var _ListDirectoriesCommand = class _ListDirectoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4786
+ var ListDirectoriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4673
4787
  return [
4674
4788
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4675
4789
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4676
4790
  ];
4677
4791
  }).s("AmazonCloudDirectory_20170111", "ListDirectories", {}).n("CloudDirectoryClient", "ListDirectoriesCommand").f(void 0, void 0).ser(se_ListDirectoriesCommand).de(de_ListDirectoriesCommand).build() {
4792
+ static {
4793
+ __name(this, "ListDirectoriesCommand");
4794
+ }
4678
4795
  };
4679
- __name(_ListDirectoriesCommand, "ListDirectoriesCommand");
4680
- var ListDirectoriesCommand = _ListDirectoriesCommand;
4681
4796
 
4682
4797
  // src/commands/ListFacetAttributesCommand.ts
4683
4798
 
4684
4799
 
4685
4800
 
4686
- var _ListFacetAttributesCommand = class _ListFacetAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4801
+ var ListFacetAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4687
4802
  return [
4688
4803
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4689
4804
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4690
4805
  ];
4691
4806
  }).s("AmazonCloudDirectory_20170111", "ListFacetAttributes", {}).n("CloudDirectoryClient", "ListFacetAttributesCommand").f(void 0, void 0).ser(se_ListFacetAttributesCommand).de(de_ListFacetAttributesCommand).build() {
4807
+ static {
4808
+ __name(this, "ListFacetAttributesCommand");
4809
+ }
4692
4810
  };
4693
- __name(_ListFacetAttributesCommand, "ListFacetAttributesCommand");
4694
- var ListFacetAttributesCommand = _ListFacetAttributesCommand;
4695
4811
 
4696
4812
  // src/commands/ListFacetNamesCommand.ts
4697
4813
 
4698
4814
 
4699
4815
 
4700
- var _ListFacetNamesCommand = class _ListFacetNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4816
+ var ListFacetNamesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4701
4817
  return [
4702
4818
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4703
4819
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4704
4820
  ];
4705
4821
  }).s("AmazonCloudDirectory_20170111", "ListFacetNames", {}).n("CloudDirectoryClient", "ListFacetNamesCommand").f(void 0, void 0).ser(se_ListFacetNamesCommand).de(de_ListFacetNamesCommand).build() {
4822
+ static {
4823
+ __name(this, "ListFacetNamesCommand");
4824
+ }
4706
4825
  };
4707
- __name(_ListFacetNamesCommand, "ListFacetNamesCommand");
4708
- var ListFacetNamesCommand = _ListFacetNamesCommand;
4709
4826
 
4710
4827
  // src/commands/ListIncomingTypedLinksCommand.ts
4711
4828
 
4712
4829
 
4713
4830
 
4714
- var _ListIncomingTypedLinksCommand = class _ListIncomingTypedLinksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4831
+ var ListIncomingTypedLinksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4715
4832
  return [
4716
4833
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4717
4834
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4718
4835
  ];
4719
4836
  }).s("AmazonCloudDirectory_20170111", "ListIncomingTypedLinks", {}).n("CloudDirectoryClient", "ListIncomingTypedLinksCommand").f(void 0, void 0).ser(se_ListIncomingTypedLinksCommand).de(de_ListIncomingTypedLinksCommand).build() {
4837
+ static {
4838
+ __name(this, "ListIncomingTypedLinksCommand");
4839
+ }
4720
4840
  };
4721
- __name(_ListIncomingTypedLinksCommand, "ListIncomingTypedLinksCommand");
4722
- var ListIncomingTypedLinksCommand = _ListIncomingTypedLinksCommand;
4723
4841
 
4724
4842
  // src/commands/ListIndexCommand.ts
4725
4843
 
4726
4844
 
4727
4845
 
4728
- var _ListIndexCommand = class _ListIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4846
+ var ListIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4729
4847
  return [
4730
4848
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4731
4849
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4732
4850
  ];
4733
4851
  }).s("AmazonCloudDirectory_20170111", "ListIndex", {}).n("CloudDirectoryClient", "ListIndexCommand").f(void 0, void 0).ser(se_ListIndexCommand).de(de_ListIndexCommand).build() {
4852
+ static {
4853
+ __name(this, "ListIndexCommand");
4854
+ }
4734
4855
  };
4735
- __name(_ListIndexCommand, "ListIndexCommand");
4736
- var ListIndexCommand = _ListIndexCommand;
4737
4856
 
4738
4857
  // src/commands/ListManagedSchemaArnsCommand.ts
4739
4858
 
4740
4859
 
4741
4860
 
4742
- var _ListManagedSchemaArnsCommand = class _ListManagedSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4861
+ var ListManagedSchemaArnsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4743
4862
  return [
4744
4863
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4745
4864
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4746
4865
  ];
4747
4866
  }).s("AmazonCloudDirectory_20170111", "ListManagedSchemaArns", {}).n("CloudDirectoryClient", "ListManagedSchemaArnsCommand").f(void 0, void 0).ser(se_ListManagedSchemaArnsCommand).de(de_ListManagedSchemaArnsCommand).build() {
4867
+ static {
4868
+ __name(this, "ListManagedSchemaArnsCommand");
4869
+ }
4748
4870
  };
4749
- __name(_ListManagedSchemaArnsCommand, "ListManagedSchemaArnsCommand");
4750
- var ListManagedSchemaArnsCommand = _ListManagedSchemaArnsCommand;
4751
4871
 
4752
4872
  // src/commands/ListObjectAttributesCommand.ts
4753
4873
 
4754
4874
 
4755
4875
 
4756
- var _ListObjectAttributesCommand = class _ListObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4876
+ var ListObjectAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4757
4877
  return [
4758
4878
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4759
4879
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4760
4880
  ];
4761
4881
  }).s("AmazonCloudDirectory_20170111", "ListObjectAttributes", {}).n("CloudDirectoryClient", "ListObjectAttributesCommand").f(void 0, void 0).ser(se_ListObjectAttributesCommand).de(de_ListObjectAttributesCommand).build() {
4882
+ static {
4883
+ __name(this, "ListObjectAttributesCommand");
4884
+ }
4762
4885
  };
4763
- __name(_ListObjectAttributesCommand, "ListObjectAttributesCommand");
4764
- var ListObjectAttributesCommand = _ListObjectAttributesCommand;
4765
4886
 
4766
4887
  // src/commands/ListObjectChildrenCommand.ts
4767
4888
 
4768
4889
 
4769
4890
 
4770
- var _ListObjectChildrenCommand = class _ListObjectChildrenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4891
+ var ListObjectChildrenCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4771
4892
  return [
4772
4893
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4773
4894
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4774
4895
  ];
4775
4896
  }).s("AmazonCloudDirectory_20170111", "ListObjectChildren", {}).n("CloudDirectoryClient", "ListObjectChildrenCommand").f(void 0, void 0).ser(se_ListObjectChildrenCommand).de(de_ListObjectChildrenCommand).build() {
4897
+ static {
4898
+ __name(this, "ListObjectChildrenCommand");
4899
+ }
4776
4900
  };
4777
- __name(_ListObjectChildrenCommand, "ListObjectChildrenCommand");
4778
- var ListObjectChildrenCommand = _ListObjectChildrenCommand;
4779
4901
 
4780
4902
  // src/commands/ListObjectParentPathsCommand.ts
4781
4903
 
4782
4904
 
4783
4905
 
4784
- var _ListObjectParentPathsCommand = class _ListObjectParentPathsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4906
+ var ListObjectParentPathsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4785
4907
  return [
4786
4908
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4787
4909
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4788
4910
  ];
4789
4911
  }).s("AmazonCloudDirectory_20170111", "ListObjectParentPaths", {}).n("CloudDirectoryClient", "ListObjectParentPathsCommand").f(void 0, void 0).ser(se_ListObjectParentPathsCommand).de(de_ListObjectParentPathsCommand).build() {
4912
+ static {
4913
+ __name(this, "ListObjectParentPathsCommand");
4914
+ }
4790
4915
  };
4791
- __name(_ListObjectParentPathsCommand, "ListObjectParentPathsCommand");
4792
- var ListObjectParentPathsCommand = _ListObjectParentPathsCommand;
4793
4916
 
4794
4917
  // src/commands/ListObjectParentsCommand.ts
4795
4918
 
4796
4919
 
4797
4920
 
4798
- var _ListObjectParentsCommand = class _ListObjectParentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4921
+ var ListObjectParentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4799
4922
  return [
4800
4923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4801
4924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4802
4925
  ];
4803
4926
  }).s("AmazonCloudDirectory_20170111", "ListObjectParents", {}).n("CloudDirectoryClient", "ListObjectParentsCommand").f(void 0, void 0).ser(se_ListObjectParentsCommand).de(de_ListObjectParentsCommand).build() {
4927
+ static {
4928
+ __name(this, "ListObjectParentsCommand");
4929
+ }
4804
4930
  };
4805
- __name(_ListObjectParentsCommand, "ListObjectParentsCommand");
4806
- var ListObjectParentsCommand = _ListObjectParentsCommand;
4807
4931
 
4808
4932
  // src/commands/ListObjectPoliciesCommand.ts
4809
4933
 
4810
4934
 
4811
4935
 
4812
- var _ListObjectPoliciesCommand = class _ListObjectPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4936
+ var ListObjectPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4813
4937
  return [
4814
4938
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4815
4939
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4816
4940
  ];
4817
4941
  }).s("AmazonCloudDirectory_20170111", "ListObjectPolicies", {}).n("CloudDirectoryClient", "ListObjectPoliciesCommand").f(void 0, void 0).ser(se_ListObjectPoliciesCommand).de(de_ListObjectPoliciesCommand).build() {
4942
+ static {
4943
+ __name(this, "ListObjectPoliciesCommand");
4944
+ }
4818
4945
  };
4819
- __name(_ListObjectPoliciesCommand, "ListObjectPoliciesCommand");
4820
- var ListObjectPoliciesCommand = _ListObjectPoliciesCommand;
4821
4946
 
4822
4947
  // src/commands/ListOutgoingTypedLinksCommand.ts
4823
4948
 
4824
4949
 
4825
4950
 
4826
- var _ListOutgoingTypedLinksCommand = class _ListOutgoingTypedLinksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4951
+ var ListOutgoingTypedLinksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4827
4952
  return [
4828
4953
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4829
4954
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4830
4955
  ];
4831
4956
  }).s("AmazonCloudDirectory_20170111", "ListOutgoingTypedLinks", {}).n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand").f(void 0, void 0).ser(se_ListOutgoingTypedLinksCommand).de(de_ListOutgoingTypedLinksCommand).build() {
4957
+ static {
4958
+ __name(this, "ListOutgoingTypedLinksCommand");
4959
+ }
4832
4960
  };
4833
- __name(_ListOutgoingTypedLinksCommand, "ListOutgoingTypedLinksCommand");
4834
- var ListOutgoingTypedLinksCommand = _ListOutgoingTypedLinksCommand;
4835
4961
 
4836
4962
  // src/commands/ListPolicyAttachmentsCommand.ts
4837
4963
 
4838
4964
 
4839
4965
 
4840
- var _ListPolicyAttachmentsCommand = class _ListPolicyAttachmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4966
+ var ListPolicyAttachmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4841
4967
  return [
4842
4968
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4843
4969
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4844
4970
  ];
4845
4971
  }).s("AmazonCloudDirectory_20170111", "ListPolicyAttachments", {}).n("CloudDirectoryClient", "ListPolicyAttachmentsCommand").f(void 0, void 0).ser(se_ListPolicyAttachmentsCommand).de(de_ListPolicyAttachmentsCommand).build() {
4972
+ static {
4973
+ __name(this, "ListPolicyAttachmentsCommand");
4974
+ }
4846
4975
  };
4847
- __name(_ListPolicyAttachmentsCommand, "ListPolicyAttachmentsCommand");
4848
- var ListPolicyAttachmentsCommand = _ListPolicyAttachmentsCommand;
4849
4976
 
4850
4977
  // src/commands/ListPublishedSchemaArnsCommand.ts
4851
4978
 
4852
4979
 
4853
4980
 
4854
- var _ListPublishedSchemaArnsCommand = class _ListPublishedSchemaArnsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4981
+ var ListPublishedSchemaArnsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4855
4982
  return [
4856
4983
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4857
4984
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4858
4985
  ];
4859
4986
  }).s("AmazonCloudDirectory_20170111", "ListPublishedSchemaArns", {}).n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand").f(void 0, void 0).ser(se_ListPublishedSchemaArnsCommand).de(de_ListPublishedSchemaArnsCommand).build() {
4987
+ static {
4988
+ __name(this, "ListPublishedSchemaArnsCommand");
4989
+ }
4860
4990
  };
4861
- __name(_ListPublishedSchemaArnsCommand, "ListPublishedSchemaArnsCommand");
4862
- var ListPublishedSchemaArnsCommand = _ListPublishedSchemaArnsCommand;
4863
4991
 
4864
4992
  // src/commands/ListTagsForResourceCommand.ts
4865
4993
 
4866
4994
 
4867
4995
 
4868
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4996
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4869
4997
  return [
4870
4998
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4871
4999
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4872
5000
  ];
4873
5001
  }).s("AmazonCloudDirectory_20170111", "ListTagsForResource", {}).n("CloudDirectoryClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
5002
+ static {
5003
+ __name(this, "ListTagsForResourceCommand");
5004
+ }
4874
5005
  };
4875
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
4876
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
4877
5006
 
4878
5007
  // src/commands/ListTypedLinkFacetAttributesCommand.ts
4879
5008
 
4880
5009
 
4881
5010
 
4882
- var _ListTypedLinkFacetAttributesCommand = class _ListTypedLinkFacetAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5011
+ var ListTypedLinkFacetAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4883
5012
  return [
4884
5013
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4885
5014
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4886
5015
  ];
4887
5016
  }).s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetAttributes", {}).n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand").f(void 0, void 0).ser(se_ListTypedLinkFacetAttributesCommand).de(de_ListTypedLinkFacetAttributesCommand).build() {
5017
+ static {
5018
+ __name(this, "ListTypedLinkFacetAttributesCommand");
5019
+ }
4888
5020
  };
4889
- __name(_ListTypedLinkFacetAttributesCommand, "ListTypedLinkFacetAttributesCommand");
4890
- var ListTypedLinkFacetAttributesCommand = _ListTypedLinkFacetAttributesCommand;
4891
5021
 
4892
5022
  // src/commands/ListTypedLinkFacetNamesCommand.ts
4893
5023
 
4894
5024
 
4895
5025
 
4896
- var _ListTypedLinkFacetNamesCommand = class _ListTypedLinkFacetNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5026
+ var ListTypedLinkFacetNamesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4897
5027
  return [
4898
5028
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4899
5029
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4900
5030
  ];
4901
5031
  }).s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetNames", {}).n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand").f(void 0, void 0).ser(se_ListTypedLinkFacetNamesCommand).de(de_ListTypedLinkFacetNamesCommand).build() {
5032
+ static {
5033
+ __name(this, "ListTypedLinkFacetNamesCommand");
5034
+ }
4902
5035
  };
4903
- __name(_ListTypedLinkFacetNamesCommand, "ListTypedLinkFacetNamesCommand");
4904
- var ListTypedLinkFacetNamesCommand = _ListTypedLinkFacetNamesCommand;
4905
5036
 
4906
5037
  // src/commands/LookupPolicyCommand.ts
4907
5038
 
4908
5039
 
4909
5040
 
4910
- var _LookupPolicyCommand = class _LookupPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5041
+ var LookupPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4911
5042
  return [
4912
5043
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4913
5044
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4914
5045
  ];
4915
5046
  }).s("AmazonCloudDirectory_20170111", "LookupPolicy", {}).n("CloudDirectoryClient", "LookupPolicyCommand").f(void 0, void 0).ser(se_LookupPolicyCommand).de(de_LookupPolicyCommand).build() {
5047
+ static {
5048
+ __name(this, "LookupPolicyCommand");
5049
+ }
4916
5050
  };
4917
- __name(_LookupPolicyCommand, "LookupPolicyCommand");
4918
- var LookupPolicyCommand = _LookupPolicyCommand;
4919
5051
 
4920
5052
  // src/commands/PublishSchemaCommand.ts
4921
5053
 
4922
5054
 
4923
5055
 
4924
- var _PublishSchemaCommand = class _PublishSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5056
+ var PublishSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4925
5057
  return [
4926
5058
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4927
5059
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4928
5060
  ];
4929
5061
  }).s("AmazonCloudDirectory_20170111", "PublishSchema", {}).n("CloudDirectoryClient", "PublishSchemaCommand").f(void 0, void 0).ser(se_PublishSchemaCommand).de(de_PublishSchemaCommand).build() {
5062
+ static {
5063
+ __name(this, "PublishSchemaCommand");
5064
+ }
4930
5065
  };
4931
- __name(_PublishSchemaCommand, "PublishSchemaCommand");
4932
- var PublishSchemaCommand = _PublishSchemaCommand;
4933
5066
 
4934
5067
  // src/commands/PutSchemaFromJsonCommand.ts
4935
5068
 
4936
5069
 
4937
5070
 
4938
- var _PutSchemaFromJsonCommand = class _PutSchemaFromJsonCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5071
+ var PutSchemaFromJsonCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4939
5072
  return [
4940
5073
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4941
5074
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4942
5075
  ];
4943
5076
  }).s("AmazonCloudDirectory_20170111", "PutSchemaFromJson", {}).n("CloudDirectoryClient", "PutSchemaFromJsonCommand").f(void 0, void 0).ser(se_PutSchemaFromJsonCommand).de(de_PutSchemaFromJsonCommand).build() {
5077
+ static {
5078
+ __name(this, "PutSchemaFromJsonCommand");
5079
+ }
4944
5080
  };
4945
- __name(_PutSchemaFromJsonCommand, "PutSchemaFromJsonCommand");
4946
- var PutSchemaFromJsonCommand = _PutSchemaFromJsonCommand;
4947
5081
 
4948
5082
  // src/commands/RemoveFacetFromObjectCommand.ts
4949
5083
 
4950
5084
 
4951
5085
 
4952
- var _RemoveFacetFromObjectCommand = class _RemoveFacetFromObjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5086
+ var RemoveFacetFromObjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4953
5087
  return [
4954
5088
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4955
5089
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4956
5090
  ];
4957
5091
  }).s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {}).n("CloudDirectoryClient", "RemoveFacetFromObjectCommand").f(void 0, void 0).ser(se_RemoveFacetFromObjectCommand).de(de_RemoveFacetFromObjectCommand).build() {
5092
+ static {
5093
+ __name(this, "RemoveFacetFromObjectCommand");
5094
+ }
4958
5095
  };
4959
- __name(_RemoveFacetFromObjectCommand, "RemoveFacetFromObjectCommand");
4960
- var RemoveFacetFromObjectCommand = _RemoveFacetFromObjectCommand;
4961
5096
 
4962
5097
  // src/commands/TagResourceCommand.ts
4963
5098
 
4964
5099
 
4965
5100
 
4966
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5101
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4967
5102
  return [
4968
5103
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4969
5104
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4970
5105
  ];
4971
5106
  }).s("AmazonCloudDirectory_20170111", "TagResource", {}).n("CloudDirectoryClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
5107
+ static {
5108
+ __name(this, "TagResourceCommand");
5109
+ }
4972
5110
  };
4973
- __name(_TagResourceCommand, "TagResourceCommand");
4974
- var TagResourceCommand = _TagResourceCommand;
4975
5111
 
4976
5112
  // src/commands/UntagResourceCommand.ts
4977
5113
 
4978
5114
 
4979
5115
 
4980
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5116
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4981
5117
  return [
4982
5118
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4983
5119
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4984
5120
  ];
4985
5121
  }).s("AmazonCloudDirectory_20170111", "UntagResource", {}).n("CloudDirectoryClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
5122
+ static {
5123
+ __name(this, "UntagResourceCommand");
5124
+ }
4986
5125
  };
4987
- __name(_UntagResourceCommand, "UntagResourceCommand");
4988
- var UntagResourceCommand = _UntagResourceCommand;
4989
5126
 
4990
5127
  // src/commands/UpdateFacetCommand.ts
4991
5128
 
4992
5129
 
4993
5130
 
4994
- var _UpdateFacetCommand = class _UpdateFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5131
+ var UpdateFacetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4995
5132
  return [
4996
5133
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4997
5134
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4998
5135
  ];
4999
5136
  }).s("AmazonCloudDirectory_20170111", "UpdateFacet", {}).n("CloudDirectoryClient", "UpdateFacetCommand").f(void 0, void 0).ser(se_UpdateFacetCommand).de(de_UpdateFacetCommand).build() {
5137
+ static {
5138
+ __name(this, "UpdateFacetCommand");
5139
+ }
5000
5140
  };
5001
- __name(_UpdateFacetCommand, "UpdateFacetCommand");
5002
- var UpdateFacetCommand = _UpdateFacetCommand;
5003
5141
 
5004
5142
  // src/commands/UpdateLinkAttributesCommand.ts
5005
5143
 
5006
5144
 
5007
5145
 
5008
- var _UpdateLinkAttributesCommand = class _UpdateLinkAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5146
+ var UpdateLinkAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5009
5147
  return [
5010
5148
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5011
5149
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5012
5150
  ];
5013
5151
  }).s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {}).n("CloudDirectoryClient", "UpdateLinkAttributesCommand").f(void 0, void 0).ser(se_UpdateLinkAttributesCommand).de(de_UpdateLinkAttributesCommand).build() {
5152
+ static {
5153
+ __name(this, "UpdateLinkAttributesCommand");
5154
+ }
5014
5155
  };
5015
- __name(_UpdateLinkAttributesCommand, "UpdateLinkAttributesCommand");
5016
- var UpdateLinkAttributesCommand = _UpdateLinkAttributesCommand;
5017
5156
 
5018
5157
  // src/commands/UpdateObjectAttributesCommand.ts
5019
5158
 
5020
5159
 
5021
5160
 
5022
- var _UpdateObjectAttributesCommand = class _UpdateObjectAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5161
+ var UpdateObjectAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5023
5162
  return [
5024
5163
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5025
5164
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5026
5165
  ];
5027
5166
  }).s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {}).n("CloudDirectoryClient", "UpdateObjectAttributesCommand").f(void 0, void 0).ser(se_UpdateObjectAttributesCommand).de(de_UpdateObjectAttributesCommand).build() {
5167
+ static {
5168
+ __name(this, "UpdateObjectAttributesCommand");
5169
+ }
5028
5170
  };
5029
- __name(_UpdateObjectAttributesCommand, "UpdateObjectAttributesCommand");
5030
- var UpdateObjectAttributesCommand = _UpdateObjectAttributesCommand;
5031
5171
 
5032
5172
  // src/commands/UpdateSchemaCommand.ts
5033
5173
 
5034
5174
 
5035
5175
 
5036
- var _UpdateSchemaCommand = class _UpdateSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5176
+ var UpdateSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5037
5177
  return [
5038
5178
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5039
5179
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5040
5180
  ];
5041
5181
  }).s("AmazonCloudDirectory_20170111", "UpdateSchema", {}).n("CloudDirectoryClient", "UpdateSchemaCommand").f(void 0, void 0).ser(se_UpdateSchemaCommand).de(de_UpdateSchemaCommand).build() {
5182
+ static {
5183
+ __name(this, "UpdateSchemaCommand");
5184
+ }
5042
5185
  };
5043
- __name(_UpdateSchemaCommand, "UpdateSchemaCommand");
5044
- var UpdateSchemaCommand = _UpdateSchemaCommand;
5045
5186
 
5046
5187
  // src/commands/UpdateTypedLinkFacetCommand.ts
5047
5188
 
5048
5189
 
5049
5190
 
5050
- var _UpdateTypedLinkFacetCommand = class _UpdateTypedLinkFacetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5191
+ var UpdateTypedLinkFacetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5051
5192
  return [
5052
5193
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5053
5194
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5054
5195
  ];
5055
5196
  }).s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {}).n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand").f(void 0, void 0).ser(se_UpdateTypedLinkFacetCommand).de(de_UpdateTypedLinkFacetCommand).build() {
5197
+ static {
5198
+ __name(this, "UpdateTypedLinkFacetCommand");
5199
+ }
5056
5200
  };
5057
- __name(_UpdateTypedLinkFacetCommand, "UpdateTypedLinkFacetCommand");
5058
- var UpdateTypedLinkFacetCommand = _UpdateTypedLinkFacetCommand;
5059
5201
 
5060
5202
  // src/commands/UpgradeAppliedSchemaCommand.ts
5061
5203
 
5062
5204
 
5063
5205
 
5064
- var _UpgradeAppliedSchemaCommand = class _UpgradeAppliedSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5206
+ var UpgradeAppliedSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5065
5207
  return [
5066
5208
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5067
5209
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5068
5210
  ];
5069
5211
  }).s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {}).n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand").f(void 0, void 0).ser(se_UpgradeAppliedSchemaCommand).de(de_UpgradeAppliedSchemaCommand).build() {
5212
+ static {
5213
+ __name(this, "UpgradeAppliedSchemaCommand");
5214
+ }
5070
5215
  };
5071
- __name(_UpgradeAppliedSchemaCommand, "UpgradeAppliedSchemaCommand");
5072
- var UpgradeAppliedSchemaCommand = _UpgradeAppliedSchemaCommand;
5073
5216
 
5074
5217
  // src/commands/UpgradePublishedSchemaCommand.ts
5075
5218
 
5076
5219
 
5077
5220
 
5078
- var _UpgradePublishedSchemaCommand = class _UpgradePublishedSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5221
+ var UpgradePublishedSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5079
5222
  return [
5080
5223
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5081
5224
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5082
5225
  ];
5083
5226
  }).s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {}).n("CloudDirectoryClient", "UpgradePublishedSchemaCommand").f(void 0, void 0).ser(se_UpgradePublishedSchemaCommand).de(de_UpgradePublishedSchemaCommand).build() {
5227
+ static {
5228
+ __name(this, "UpgradePublishedSchemaCommand");
5229
+ }
5084
5230
  };
5085
- __name(_UpgradePublishedSchemaCommand, "UpgradePublishedSchemaCommand");
5086
- var UpgradePublishedSchemaCommand = _UpgradePublishedSchemaCommand;
5087
5231
 
5088
5232
  // src/CloudDirectory.ts
5089
5233
  var commands = {
@@ -5154,10 +5298,11 @@ var commands = {
5154
5298
  UpgradeAppliedSchemaCommand,
5155
5299
  UpgradePublishedSchemaCommand
5156
5300
  };
5157
- var _CloudDirectory = class _CloudDirectory extends CloudDirectoryClient {
5301
+ var CloudDirectory = class extends CloudDirectoryClient {
5302
+ static {
5303
+ __name(this, "CloudDirectory");
5304
+ }
5158
5305
  };
5159
- __name(_CloudDirectory, "CloudDirectory");
5160
- var CloudDirectory = _CloudDirectory;
5161
5306
  (0, import_smithy_client.createAggregatedClient)(commands, CloudDirectory);
5162
5307
 
5163
5308
  // src/pagination/ListAppliedSchemaArnsPaginator.ts