@aws-sdk/client-ram 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
@@ -213,7 +213,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
213
213
  }, "resolveRuntimeExtensions");
214
214
 
215
215
  // src/RAMClient.ts
216
- var _RAMClient = class _RAMClient extends import_smithy_client.Client {
216
+ var RAMClient = class extends import_smithy_client.Client {
217
+ static {
218
+ __name(this, "RAMClient");
219
+ }
220
+ /**
221
+ * The resolved configuration of RAMClient class. This is resolved and normalized from the {@link RAMClientConfig | constructor configuration interface}.
222
+ */
223
+ config;
217
224
  constructor(...[configuration]) {
218
225
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
219
226
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -223,7 +230,7 @@ var _RAMClient = class _RAMClient extends import_smithy_client.Client {
223
230
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
224
231
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
225
232
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
226
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
233
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
227
234
  super(_config_8);
228
235
  this.config = _config_8;
229
236
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -251,8 +258,6 @@ var _RAMClient = class _RAMClient extends import_smithy_client.Client {
251
258
  super.destroy();
252
259
  }
253
260
  };
254
- __name(_RAMClient, "RAMClient");
255
- var RAMClient = _RAMClient;
256
261
 
257
262
  // src/RAM.ts
258
263
 
@@ -269,7 +274,10 @@ var import_core2 = require("@aws-sdk/core");
269
274
 
270
275
  // src/models/RAMServiceException.ts
271
276
 
272
- var _RAMServiceException = class _RAMServiceException extends import_smithy_client.ServiceException {
277
+ var RAMServiceException = class _RAMServiceException extends import_smithy_client.ServiceException {
278
+ static {
279
+ __name(this, "RAMServiceException");
280
+ }
273
281
  /**
274
282
  * @internal
275
283
  */
@@ -278,8 +286,6 @@ var _RAMServiceException = class _RAMServiceException extends import_smithy_clie
278
286
  Object.setPrototypeOf(this, _RAMServiceException.prototype);
279
287
  }
280
288
  };
281
- __name(_RAMServiceException, "RAMServiceException");
282
- var RAMServiceException = _RAMServiceException;
283
289
 
284
290
  // src/models/models_0.ts
285
291
  var ResourceShareAssociationType = {
@@ -299,7 +305,12 @@ var ResourceShareInvitationStatus = {
299
305
  PENDING: "PENDING",
300
306
  REJECTED: "REJECTED"
301
307
  };
302
- var _IdempotentParameterMismatchException = class _IdempotentParameterMismatchException extends RAMServiceException {
308
+ var IdempotentParameterMismatchException = class _IdempotentParameterMismatchException extends RAMServiceException {
309
+ static {
310
+ __name(this, "IdempotentParameterMismatchException");
311
+ }
312
+ name = "IdempotentParameterMismatchException";
313
+ $fault = "client";
303
314
  /**
304
315
  * @internal
305
316
  */
@@ -309,14 +320,15 @@ var _IdempotentParameterMismatchException = class _IdempotentParameterMismatchEx
309
320
  $fault: "client",
310
321
  ...opts
311
322
  });
312
- this.name = "IdempotentParameterMismatchException";
313
- this.$fault = "client";
314
323
  Object.setPrototypeOf(this, _IdempotentParameterMismatchException.prototype);
315
324
  }
316
325
  };
317
- __name(_IdempotentParameterMismatchException, "IdempotentParameterMismatchException");
318
- var IdempotentParameterMismatchException = _IdempotentParameterMismatchException;
319
- var _InvalidClientTokenException = class _InvalidClientTokenException extends RAMServiceException {
326
+ var InvalidClientTokenException = class _InvalidClientTokenException extends RAMServiceException {
327
+ static {
328
+ __name(this, "InvalidClientTokenException");
329
+ }
330
+ name = "InvalidClientTokenException";
331
+ $fault = "client";
320
332
  /**
321
333
  * @internal
322
334
  */
@@ -326,14 +338,15 @@ var _InvalidClientTokenException = class _InvalidClientTokenException extends RA
326
338
  $fault: "client",
327
339
  ...opts
328
340
  });
329
- this.name = "InvalidClientTokenException";
330
- this.$fault = "client";
331
341
  Object.setPrototypeOf(this, _InvalidClientTokenException.prototype);
332
342
  }
333
343
  };
334
- __name(_InvalidClientTokenException, "InvalidClientTokenException");
335
- var InvalidClientTokenException = _InvalidClientTokenException;
336
- var _MalformedArnException = class _MalformedArnException extends RAMServiceException {
344
+ var MalformedArnException = class _MalformedArnException extends RAMServiceException {
345
+ static {
346
+ __name(this, "MalformedArnException");
347
+ }
348
+ name = "MalformedArnException";
349
+ $fault = "client";
337
350
  /**
338
351
  * @internal
339
352
  */
@@ -343,14 +356,15 @@ var _MalformedArnException = class _MalformedArnException extends RAMServiceExce
343
356
  $fault: "client",
344
357
  ...opts
345
358
  });
346
- this.name = "MalformedArnException";
347
- this.$fault = "client";
348
359
  Object.setPrototypeOf(this, _MalformedArnException.prototype);
349
360
  }
350
361
  };
351
- __name(_MalformedArnException, "MalformedArnException");
352
- var MalformedArnException = _MalformedArnException;
353
- var _OperationNotPermittedException = class _OperationNotPermittedException extends RAMServiceException {
362
+ var OperationNotPermittedException = class _OperationNotPermittedException extends RAMServiceException {
363
+ static {
364
+ __name(this, "OperationNotPermittedException");
365
+ }
366
+ name = "OperationNotPermittedException";
367
+ $fault = "client";
354
368
  /**
355
369
  * @internal
356
370
  */
@@ -360,14 +374,15 @@ var _OperationNotPermittedException = class _OperationNotPermittedException exte
360
374
  $fault: "client",
361
375
  ...opts
362
376
  });
363
- this.name = "OperationNotPermittedException";
364
- this.$fault = "client";
365
377
  Object.setPrototypeOf(this, _OperationNotPermittedException.prototype);
366
378
  }
367
379
  };
368
- __name(_OperationNotPermittedException, "OperationNotPermittedException");
369
- var OperationNotPermittedException = _OperationNotPermittedException;
370
- var _ResourceShareInvitationAlreadyAcceptedException = class _ResourceShareInvitationAlreadyAcceptedException extends RAMServiceException {
380
+ var ResourceShareInvitationAlreadyAcceptedException = class _ResourceShareInvitationAlreadyAcceptedException extends RAMServiceException {
381
+ static {
382
+ __name(this, "ResourceShareInvitationAlreadyAcceptedException");
383
+ }
384
+ name = "ResourceShareInvitationAlreadyAcceptedException";
385
+ $fault = "client";
371
386
  /**
372
387
  * @internal
373
388
  */
@@ -377,14 +392,15 @@ var _ResourceShareInvitationAlreadyAcceptedException = class _ResourceShareInvit
377
392
  $fault: "client",
378
393
  ...opts
379
394
  });
380
- this.name = "ResourceShareInvitationAlreadyAcceptedException";
381
- this.$fault = "client";
382
395
  Object.setPrototypeOf(this, _ResourceShareInvitationAlreadyAcceptedException.prototype);
383
396
  }
384
397
  };
385
- __name(_ResourceShareInvitationAlreadyAcceptedException, "ResourceShareInvitationAlreadyAcceptedException");
386
- var ResourceShareInvitationAlreadyAcceptedException = _ResourceShareInvitationAlreadyAcceptedException;
387
- var _ResourceShareInvitationAlreadyRejectedException = class _ResourceShareInvitationAlreadyRejectedException extends RAMServiceException {
398
+ var ResourceShareInvitationAlreadyRejectedException = class _ResourceShareInvitationAlreadyRejectedException extends RAMServiceException {
399
+ static {
400
+ __name(this, "ResourceShareInvitationAlreadyRejectedException");
401
+ }
402
+ name = "ResourceShareInvitationAlreadyRejectedException";
403
+ $fault = "client";
388
404
  /**
389
405
  * @internal
390
406
  */
@@ -394,14 +410,15 @@ var _ResourceShareInvitationAlreadyRejectedException = class _ResourceShareInvit
394
410
  $fault: "client",
395
411
  ...opts
396
412
  });
397
- this.name = "ResourceShareInvitationAlreadyRejectedException";
398
- this.$fault = "client";
399
413
  Object.setPrototypeOf(this, _ResourceShareInvitationAlreadyRejectedException.prototype);
400
414
  }
401
415
  };
402
- __name(_ResourceShareInvitationAlreadyRejectedException, "ResourceShareInvitationAlreadyRejectedException");
403
- var ResourceShareInvitationAlreadyRejectedException = _ResourceShareInvitationAlreadyRejectedException;
404
- var _ResourceShareInvitationArnNotFoundException = class _ResourceShareInvitationArnNotFoundException extends RAMServiceException {
416
+ var ResourceShareInvitationArnNotFoundException = class _ResourceShareInvitationArnNotFoundException extends RAMServiceException {
417
+ static {
418
+ __name(this, "ResourceShareInvitationArnNotFoundException");
419
+ }
420
+ name = "ResourceShareInvitationArnNotFoundException";
421
+ $fault = "client";
405
422
  /**
406
423
  * @internal
407
424
  */
@@ -411,14 +428,15 @@ var _ResourceShareInvitationArnNotFoundException = class _ResourceShareInvitatio
411
428
  $fault: "client",
412
429
  ...opts
413
430
  });
414
- this.name = "ResourceShareInvitationArnNotFoundException";
415
- this.$fault = "client";
416
431
  Object.setPrototypeOf(this, _ResourceShareInvitationArnNotFoundException.prototype);
417
432
  }
418
433
  };
419
- __name(_ResourceShareInvitationArnNotFoundException, "ResourceShareInvitationArnNotFoundException");
420
- var ResourceShareInvitationArnNotFoundException = _ResourceShareInvitationArnNotFoundException;
421
- var _ResourceShareInvitationExpiredException = class _ResourceShareInvitationExpiredException extends RAMServiceException {
434
+ var ResourceShareInvitationExpiredException = class _ResourceShareInvitationExpiredException extends RAMServiceException {
435
+ static {
436
+ __name(this, "ResourceShareInvitationExpiredException");
437
+ }
438
+ name = "ResourceShareInvitationExpiredException";
439
+ $fault = "client";
422
440
  /**
423
441
  * @internal
424
442
  */
@@ -428,14 +446,15 @@ var _ResourceShareInvitationExpiredException = class _ResourceShareInvitationExp
428
446
  $fault: "client",
429
447
  ...opts
430
448
  });
431
- this.name = "ResourceShareInvitationExpiredException";
432
- this.$fault = "client";
433
449
  Object.setPrototypeOf(this, _ResourceShareInvitationExpiredException.prototype);
434
450
  }
435
451
  };
436
- __name(_ResourceShareInvitationExpiredException, "ResourceShareInvitationExpiredException");
437
- var ResourceShareInvitationExpiredException = _ResourceShareInvitationExpiredException;
438
- var _ServerInternalException = class _ServerInternalException extends RAMServiceException {
452
+ var ServerInternalException = class _ServerInternalException extends RAMServiceException {
453
+ static {
454
+ __name(this, "ServerInternalException");
455
+ }
456
+ name = "ServerInternalException";
457
+ $fault = "server";
439
458
  /**
440
459
  * @internal
441
460
  */
@@ -445,14 +464,15 @@ var _ServerInternalException = class _ServerInternalException extends RAMService
445
464
  $fault: "server",
446
465
  ...opts
447
466
  });
448
- this.name = "ServerInternalException";
449
- this.$fault = "server";
450
467
  Object.setPrototypeOf(this, _ServerInternalException.prototype);
451
468
  }
452
469
  };
453
- __name(_ServerInternalException, "ServerInternalException");
454
- var ServerInternalException = _ServerInternalException;
455
- var _ServiceUnavailableException = class _ServiceUnavailableException extends RAMServiceException {
470
+ var ServiceUnavailableException = class _ServiceUnavailableException extends RAMServiceException {
471
+ static {
472
+ __name(this, "ServiceUnavailableException");
473
+ }
474
+ name = "ServiceUnavailableException";
475
+ $fault = "server";
456
476
  /**
457
477
  * @internal
458
478
  */
@@ -462,14 +482,15 @@ var _ServiceUnavailableException = class _ServiceUnavailableException extends RA
462
482
  $fault: "server",
463
483
  ...opts
464
484
  });
465
- this.name = "ServiceUnavailableException";
466
- this.$fault = "server";
467
485
  Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
468
486
  }
469
487
  };
470
- __name(_ServiceUnavailableException, "ServiceUnavailableException");
471
- var ServiceUnavailableException = _ServiceUnavailableException;
472
- var _InvalidParameterException = class _InvalidParameterException extends RAMServiceException {
488
+ var InvalidParameterException = class _InvalidParameterException extends RAMServiceException {
489
+ static {
490
+ __name(this, "InvalidParameterException");
491
+ }
492
+ name = "InvalidParameterException";
493
+ $fault = "client";
473
494
  /**
474
495
  * @internal
475
496
  */
@@ -479,14 +500,15 @@ var _InvalidParameterException = class _InvalidParameterException extends RAMSer
479
500
  $fault: "client",
480
501
  ...opts
481
502
  });
482
- this.name = "InvalidParameterException";
483
- this.$fault = "client";
484
503
  Object.setPrototypeOf(this, _InvalidParameterException.prototype);
485
504
  }
486
505
  };
487
- __name(_InvalidParameterException, "InvalidParameterException");
488
- var InvalidParameterException = _InvalidParameterException;
489
- var _InvalidStateTransitionException = class _InvalidStateTransitionException extends RAMServiceException {
506
+ var InvalidStateTransitionException = class _InvalidStateTransitionException extends RAMServiceException {
507
+ static {
508
+ __name(this, "InvalidStateTransitionException");
509
+ }
510
+ name = "InvalidStateTransitionException";
511
+ $fault = "client";
490
512
  /**
491
513
  * @internal
492
514
  */
@@ -496,14 +518,15 @@ var _InvalidStateTransitionException = class _InvalidStateTransitionException ex
496
518
  $fault: "client",
497
519
  ...opts
498
520
  });
499
- this.name = "InvalidStateTransitionException";
500
- this.$fault = "client";
501
521
  Object.setPrototypeOf(this, _InvalidStateTransitionException.prototype);
502
522
  }
503
523
  };
504
- __name(_InvalidStateTransitionException, "InvalidStateTransitionException");
505
- var InvalidStateTransitionException = _InvalidStateTransitionException;
506
- var _ResourceShareLimitExceededException = class _ResourceShareLimitExceededException extends RAMServiceException {
524
+ var ResourceShareLimitExceededException = class _ResourceShareLimitExceededException extends RAMServiceException {
525
+ static {
526
+ __name(this, "ResourceShareLimitExceededException");
527
+ }
528
+ name = "ResourceShareLimitExceededException";
529
+ $fault = "client";
507
530
  /**
508
531
  * @internal
509
532
  */
@@ -513,14 +536,15 @@ var _ResourceShareLimitExceededException = class _ResourceShareLimitExceededExce
513
536
  $fault: "client",
514
537
  ...opts
515
538
  });
516
- this.name = "ResourceShareLimitExceededException";
517
- this.$fault = "client";
518
539
  Object.setPrototypeOf(this, _ResourceShareLimitExceededException.prototype);
519
540
  }
520
541
  };
521
- __name(_ResourceShareLimitExceededException, "ResourceShareLimitExceededException");
522
- var ResourceShareLimitExceededException = _ResourceShareLimitExceededException;
523
- var _ThrottlingException = class _ThrottlingException extends RAMServiceException {
542
+ var ThrottlingException = class _ThrottlingException extends RAMServiceException {
543
+ static {
544
+ __name(this, "ThrottlingException");
545
+ }
546
+ name = "ThrottlingException";
547
+ $fault = "client";
524
548
  /**
525
549
  * @internal
526
550
  */
@@ -530,14 +554,15 @@ var _ThrottlingException = class _ThrottlingException extends RAMServiceExceptio
530
554
  $fault: "client",
531
555
  ...opts
532
556
  });
533
- this.name = "ThrottlingException";
534
- this.$fault = "client";
535
557
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
536
558
  }
537
559
  };
538
- __name(_ThrottlingException, "ThrottlingException");
539
- var ThrottlingException = _ThrottlingException;
540
- var _UnknownResourceException = class _UnknownResourceException extends RAMServiceException {
560
+ var UnknownResourceException = class _UnknownResourceException extends RAMServiceException {
561
+ static {
562
+ __name(this, "UnknownResourceException");
563
+ }
564
+ name = "UnknownResourceException";
565
+ $fault = "client";
541
566
  /**
542
567
  * @internal
543
568
  */
@@ -547,13 +572,9 @@ var _UnknownResourceException = class _UnknownResourceException extends RAMServi
547
572
  $fault: "client",
548
573
  ...opts
549
574
  });
550
- this.name = "UnknownResourceException";
551
- this.$fault = "client";
552
575
  Object.setPrototypeOf(this, _UnknownResourceException.prototype);
553
576
  }
554
577
  };
555
- __name(_UnknownResourceException, "UnknownResourceException");
556
- var UnknownResourceException = _UnknownResourceException;
557
578
  var PermissionFeatureSet = {
558
579
  CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
559
580
  PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
@@ -563,7 +584,12 @@ var PermissionType = {
563
584
  AWS_MANAGED: "AWS_MANAGED",
564
585
  CUSTOMER_MANAGED: "CUSTOMER_MANAGED"
565
586
  };
566
- var _InvalidPolicyException = class _InvalidPolicyException extends RAMServiceException {
587
+ var InvalidPolicyException = class _InvalidPolicyException extends RAMServiceException {
588
+ static {
589
+ __name(this, "InvalidPolicyException");
590
+ }
591
+ name = "InvalidPolicyException";
592
+ $fault = "client";
567
593
  /**
568
594
  * @internal
569
595
  */
@@ -573,14 +599,15 @@ var _InvalidPolicyException = class _InvalidPolicyException extends RAMServiceEx
573
599
  $fault: "client",
574
600
  ...opts
575
601
  });
576
- this.name = "InvalidPolicyException";
577
- this.$fault = "client";
578
602
  Object.setPrototypeOf(this, _InvalidPolicyException.prototype);
579
603
  }
580
604
  };
581
- __name(_InvalidPolicyException, "InvalidPolicyException");
582
- var InvalidPolicyException = _InvalidPolicyException;
583
- var _MalformedPolicyTemplateException = class _MalformedPolicyTemplateException extends RAMServiceException {
605
+ var MalformedPolicyTemplateException = class _MalformedPolicyTemplateException extends RAMServiceException {
606
+ static {
607
+ __name(this, "MalformedPolicyTemplateException");
608
+ }
609
+ name = "MalformedPolicyTemplateException";
610
+ $fault = "client";
584
611
  /**
585
612
  * @internal
586
613
  */
@@ -590,14 +617,15 @@ var _MalformedPolicyTemplateException = class _MalformedPolicyTemplateException
590
617
  $fault: "client",
591
618
  ...opts
592
619
  });
593
- this.name = "MalformedPolicyTemplateException";
594
- this.$fault = "client";
595
620
  Object.setPrototypeOf(this, _MalformedPolicyTemplateException.prototype);
596
621
  }
597
622
  };
598
- __name(_MalformedPolicyTemplateException, "MalformedPolicyTemplateException");
599
- var MalformedPolicyTemplateException = _MalformedPolicyTemplateException;
600
- var _PermissionAlreadyExistsException = class _PermissionAlreadyExistsException extends RAMServiceException {
623
+ var PermissionAlreadyExistsException = class _PermissionAlreadyExistsException extends RAMServiceException {
624
+ static {
625
+ __name(this, "PermissionAlreadyExistsException");
626
+ }
627
+ name = "PermissionAlreadyExistsException";
628
+ $fault = "client";
601
629
  /**
602
630
  * @internal
603
631
  */
@@ -607,14 +635,15 @@ var _PermissionAlreadyExistsException = class _PermissionAlreadyExistsException
607
635
  $fault: "client",
608
636
  ...opts
609
637
  });
610
- this.name = "PermissionAlreadyExistsException";
611
- this.$fault = "client";
612
638
  Object.setPrototypeOf(this, _PermissionAlreadyExistsException.prototype);
613
639
  }
614
640
  };
615
- __name(_PermissionAlreadyExistsException, "PermissionAlreadyExistsException");
616
- var PermissionAlreadyExistsException = _PermissionAlreadyExistsException;
617
- var _PermissionLimitExceededException = class _PermissionLimitExceededException extends RAMServiceException {
641
+ var PermissionLimitExceededException = class _PermissionLimitExceededException extends RAMServiceException {
642
+ static {
643
+ __name(this, "PermissionLimitExceededException");
644
+ }
645
+ name = "PermissionLimitExceededException";
646
+ $fault = "client";
618
647
  /**
619
648
  * @internal
620
649
  */
@@ -624,20 +653,21 @@ var _PermissionLimitExceededException = class _PermissionLimitExceededException
624
653
  $fault: "client",
625
654
  ...opts
626
655
  });
627
- this.name = "PermissionLimitExceededException";
628
- this.$fault = "client";
629
656
  Object.setPrototypeOf(this, _PermissionLimitExceededException.prototype);
630
657
  }
631
658
  };
632
- __name(_PermissionLimitExceededException, "PermissionLimitExceededException");
633
- var PermissionLimitExceededException = _PermissionLimitExceededException;
634
659
  var PermissionStatus = {
635
660
  ATTACHABLE: "ATTACHABLE",
636
661
  DELETED: "DELETED",
637
662
  DELETING: "DELETING",
638
663
  UNATTACHABLE: "UNATTACHABLE"
639
664
  };
640
- var _PermissionVersionsLimitExceededException = class _PermissionVersionsLimitExceededException extends RAMServiceException {
665
+ var PermissionVersionsLimitExceededException = class _PermissionVersionsLimitExceededException extends RAMServiceException {
666
+ static {
667
+ __name(this, "PermissionVersionsLimitExceededException");
668
+ }
669
+ name = "PermissionVersionsLimitExceededException";
670
+ $fault = "client";
641
671
  /**
642
672
  * @internal
643
673
  */
@@ -647,13 +677,9 @@ var _PermissionVersionsLimitExceededException = class _PermissionVersionsLimitEx
647
677
  $fault: "client",
648
678
  ...opts
649
679
  });
650
- this.name = "PermissionVersionsLimitExceededException";
651
- this.$fault = "client";
652
680
  Object.setPrototypeOf(this, _PermissionVersionsLimitExceededException.prototype);
653
681
  }
654
682
  };
655
- __name(_PermissionVersionsLimitExceededException, "PermissionVersionsLimitExceededException");
656
- var PermissionVersionsLimitExceededException = _PermissionVersionsLimitExceededException;
657
683
  var ResourceShareFeatureSet = {
658
684
  CREATED_FROM_POLICY: "CREATED_FROM_POLICY",
659
685
  PROMOTING_TO_STANDARD: "PROMOTING_TO_STANDARD",
@@ -666,7 +692,12 @@ var ResourceShareStatus = {
666
692
  FAILED: "FAILED",
667
693
  PENDING: "PENDING"
668
694
  };
669
- var _TagLimitExceededException = class _TagLimitExceededException extends RAMServiceException {
695
+ var TagLimitExceededException = class _TagLimitExceededException extends RAMServiceException {
696
+ static {
697
+ __name(this, "TagLimitExceededException");
698
+ }
699
+ name = "TagLimitExceededException";
700
+ $fault = "client";
670
701
  /**
671
702
  * @internal
672
703
  */
@@ -676,14 +707,15 @@ var _TagLimitExceededException = class _TagLimitExceededException extends RAMSer
676
707
  $fault: "client",
677
708
  ...opts
678
709
  });
679
- this.name = "TagLimitExceededException";
680
- this.$fault = "client";
681
710
  Object.setPrototypeOf(this, _TagLimitExceededException.prototype);
682
711
  }
683
712
  };
684
- __name(_TagLimitExceededException, "TagLimitExceededException");
685
- var TagLimitExceededException = _TagLimitExceededException;
686
- var _TagPolicyViolationException = class _TagPolicyViolationException extends RAMServiceException {
713
+ var TagPolicyViolationException = class _TagPolicyViolationException extends RAMServiceException {
714
+ static {
715
+ __name(this, "TagPolicyViolationException");
716
+ }
717
+ name = "TagPolicyViolationException";
718
+ $fault = "client";
687
719
  /**
688
720
  * @internal
689
721
  */
@@ -693,14 +725,15 @@ var _TagPolicyViolationException = class _TagPolicyViolationException extends RA
693
725
  $fault: "client",
694
726
  ...opts
695
727
  });
696
- this.name = "TagPolicyViolationException";
697
- this.$fault = "client";
698
728
  Object.setPrototypeOf(this, _TagPolicyViolationException.prototype);
699
729
  }
700
730
  };
701
- __name(_TagPolicyViolationException, "TagPolicyViolationException");
702
- var TagPolicyViolationException = _TagPolicyViolationException;
703
- var _InvalidNextTokenException = class _InvalidNextTokenException extends RAMServiceException {
731
+ var InvalidNextTokenException = class _InvalidNextTokenException extends RAMServiceException {
732
+ static {
733
+ __name(this, "InvalidNextTokenException");
734
+ }
735
+ name = "InvalidNextTokenException";
736
+ $fault = "client";
704
737
  /**
705
738
  * @internal
706
739
  */
@@ -710,14 +743,15 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends RAMSer
710
743
  $fault: "client",
711
744
  ...opts
712
745
  });
713
- this.name = "InvalidNextTokenException";
714
- this.$fault = "client";
715
746
  Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
716
747
  }
717
748
  };
718
- __name(_InvalidNextTokenException, "InvalidNextTokenException");
719
- var InvalidNextTokenException = _InvalidNextTokenException;
720
- var _ResourceArnNotFoundException = class _ResourceArnNotFoundException extends RAMServiceException {
749
+ var ResourceArnNotFoundException = class _ResourceArnNotFoundException extends RAMServiceException {
750
+ static {
751
+ __name(this, "ResourceArnNotFoundException");
752
+ }
753
+ name = "ResourceArnNotFoundException";
754
+ $fault = "client";
721
755
  /**
722
756
  * @internal
723
757
  */
@@ -727,14 +761,15 @@ var _ResourceArnNotFoundException = class _ResourceArnNotFoundException extends
727
761
  $fault: "client",
728
762
  ...opts
729
763
  });
730
- this.name = "ResourceArnNotFoundException";
731
- this.$fault = "client";
732
764
  Object.setPrototypeOf(this, _ResourceArnNotFoundException.prototype);
733
765
  }
734
766
  };
735
- __name(_ResourceArnNotFoundException, "ResourceArnNotFoundException");
736
- var ResourceArnNotFoundException = _ResourceArnNotFoundException;
737
- var _InvalidMaxResultsException = class _InvalidMaxResultsException extends RAMServiceException {
767
+ var InvalidMaxResultsException = class _InvalidMaxResultsException extends RAMServiceException {
768
+ static {
769
+ __name(this, "InvalidMaxResultsException");
770
+ }
771
+ name = "InvalidMaxResultsException";
772
+ $fault = "client";
738
773
  /**
739
774
  * @internal
740
775
  */
@@ -744,13 +779,9 @@ var _InvalidMaxResultsException = class _InvalidMaxResultsException extends RAMS
744
779
  $fault: "client",
745
780
  ...opts
746
781
  });
747
- this.name = "InvalidMaxResultsException";
748
- this.$fault = "client";
749
782
  Object.setPrototypeOf(this, _InvalidMaxResultsException.prototype);
750
783
  }
751
784
  };
752
- __name(_InvalidMaxResultsException, "InvalidMaxResultsException");
753
- var InvalidMaxResultsException = _InvalidMaxResultsException;
754
785
  var ResourceOwner = {
755
786
  OTHER_ACCOUNTS: "OTHER-ACCOUNTS",
756
787
  SELF: "SELF"
@@ -771,7 +802,12 @@ var ResourceStatus = {
771
802
  UNAVAILABLE: "UNAVAILABLE",
772
803
  ZONAL_RESOURCE_INACCESSIBLE: "ZONAL_RESOURCE_INACCESSIBLE"
773
804
  };
774
- var _MissingRequiredParameterException = class _MissingRequiredParameterException extends RAMServiceException {
805
+ var MissingRequiredParameterException = class _MissingRequiredParameterException extends RAMServiceException {
806
+ static {
807
+ __name(this, "MissingRequiredParameterException");
808
+ }
809
+ name = "MissingRequiredParameterException";
810
+ $fault = "client";
775
811
  /**
776
812
  * @internal
777
813
  */
@@ -781,13 +817,9 @@ var _MissingRequiredParameterException = class _MissingRequiredParameterExceptio
781
817
  $fault: "client",
782
818
  ...opts
783
819
  });
784
- this.name = "MissingRequiredParameterException";
785
- this.$fault = "client";
786
820
  Object.setPrototypeOf(this, _MissingRequiredParameterException.prototype);
787
821
  }
788
822
  };
789
- __name(_MissingRequiredParameterException, "MissingRequiredParameterException");
790
- var MissingRequiredParameterException = _MissingRequiredParameterException;
791
823
  var PermissionTypeFilter = {
792
824
  ALL: "ALL",
793
825
  AWS_MANAGED: "AWS_MANAGED",
@@ -798,7 +830,12 @@ var ReplacePermissionAssociationsWorkStatus = {
798
830
  FAILED: "FAILED",
799
831
  IN_PROGRESS: "IN_PROGRESS"
800
832
  };
801
- var _InvalidResourceTypeException = class _InvalidResourceTypeException extends RAMServiceException {
833
+ var InvalidResourceTypeException = class _InvalidResourceTypeException extends RAMServiceException {
834
+ static {
835
+ __name(this, "InvalidResourceTypeException");
836
+ }
837
+ name = "InvalidResourceTypeException";
838
+ $fault = "client";
802
839
  /**
803
840
  * @internal
804
841
  */
@@ -808,14 +845,15 @@ var _InvalidResourceTypeException = class _InvalidResourceTypeException extends
808
845
  $fault: "client",
809
846
  ...opts
810
847
  });
811
- this.name = "InvalidResourceTypeException";
812
- this.$fault = "client";
813
848
  Object.setPrototypeOf(this, _InvalidResourceTypeException.prototype);
814
849
  }
815
850
  };
816
- __name(_InvalidResourceTypeException, "InvalidResourceTypeException");
817
- var InvalidResourceTypeException = _InvalidResourceTypeException;
818
- var _UnmatchedPolicyPermissionException = class _UnmatchedPolicyPermissionException extends RAMServiceException {
851
+ var UnmatchedPolicyPermissionException = class _UnmatchedPolicyPermissionException extends RAMServiceException {
852
+ static {
853
+ __name(this, "UnmatchedPolicyPermissionException");
854
+ }
855
+ name = "UnmatchedPolicyPermissionException";
856
+ $fault = "client";
819
857
  /**
820
858
  * @internal
821
859
  */
@@ -825,13 +863,9 @@ var _UnmatchedPolicyPermissionException = class _UnmatchedPolicyPermissionExcept
825
863
  $fault: "client",
826
864
  ...opts
827
865
  });
828
- this.name = "UnmatchedPolicyPermissionException";
829
- this.$fault = "client";
830
866
  Object.setPrototypeOf(this, _UnmatchedPolicyPermissionException.prototype);
831
867
  }
832
868
  };
833
- __name(_UnmatchedPolicyPermissionException, "UnmatchedPolicyPermissionException");
834
- var UnmatchedPolicyPermissionException = _UnmatchedPolicyPermissionException;
835
869
 
836
870
  // src/protocols/Aws_restJson1.ts
837
871
  var se_AcceptResourceShareInvitationCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -2568,477 +2602,511 @@ var _pV = "permissionVersion";
2568
2602
  var _rSA = "resourceShareArn";
2569
2603
 
2570
2604
  // src/commands/AcceptResourceShareInvitationCommand.ts
2571
- var _AcceptResourceShareInvitationCommand = class _AcceptResourceShareInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2605
+ var AcceptResourceShareInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2572
2606
  return [
2573
2607
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2574
2608
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2575
2609
  ];
2576
2610
  }).s("AmazonResourceSharing", "AcceptResourceShareInvitation", {}).n("RAMClient", "AcceptResourceShareInvitationCommand").f(void 0, void 0).ser(se_AcceptResourceShareInvitationCommand).de(de_AcceptResourceShareInvitationCommand).build() {
2611
+ static {
2612
+ __name(this, "AcceptResourceShareInvitationCommand");
2613
+ }
2577
2614
  };
2578
- __name(_AcceptResourceShareInvitationCommand, "AcceptResourceShareInvitationCommand");
2579
- var AcceptResourceShareInvitationCommand = _AcceptResourceShareInvitationCommand;
2580
2615
 
2581
2616
  // src/commands/AssociateResourceShareCommand.ts
2582
2617
 
2583
2618
 
2584
2619
 
2585
- var _AssociateResourceShareCommand = class _AssociateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2620
+ var AssociateResourceShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2586
2621
  return [
2587
2622
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2588
2623
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2589
2624
  ];
2590
2625
  }).s("AmazonResourceSharing", "AssociateResourceShare", {}).n("RAMClient", "AssociateResourceShareCommand").f(void 0, void 0).ser(se_AssociateResourceShareCommand).de(de_AssociateResourceShareCommand).build() {
2626
+ static {
2627
+ __name(this, "AssociateResourceShareCommand");
2628
+ }
2591
2629
  };
2592
- __name(_AssociateResourceShareCommand, "AssociateResourceShareCommand");
2593
- var AssociateResourceShareCommand = _AssociateResourceShareCommand;
2594
2630
 
2595
2631
  // src/commands/AssociateResourceSharePermissionCommand.ts
2596
2632
 
2597
2633
 
2598
2634
 
2599
- var _AssociateResourceSharePermissionCommand = class _AssociateResourceSharePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2635
+ var AssociateResourceSharePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2600
2636
  return [
2601
2637
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2602
2638
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2603
2639
  ];
2604
2640
  }).s("AmazonResourceSharing", "AssociateResourceSharePermission", {}).n("RAMClient", "AssociateResourceSharePermissionCommand").f(void 0, void 0).ser(se_AssociateResourceSharePermissionCommand).de(de_AssociateResourceSharePermissionCommand).build() {
2641
+ static {
2642
+ __name(this, "AssociateResourceSharePermissionCommand");
2643
+ }
2605
2644
  };
2606
- __name(_AssociateResourceSharePermissionCommand, "AssociateResourceSharePermissionCommand");
2607
- var AssociateResourceSharePermissionCommand = _AssociateResourceSharePermissionCommand;
2608
2645
 
2609
2646
  // src/commands/CreatePermissionCommand.ts
2610
2647
 
2611
2648
 
2612
2649
 
2613
- var _CreatePermissionCommand = class _CreatePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2650
+ var CreatePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2614
2651
  return [
2615
2652
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2616
2653
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2617
2654
  ];
2618
2655
  }).s("AmazonResourceSharing", "CreatePermission", {}).n("RAMClient", "CreatePermissionCommand").f(void 0, void 0).ser(se_CreatePermissionCommand).de(de_CreatePermissionCommand).build() {
2656
+ static {
2657
+ __name(this, "CreatePermissionCommand");
2658
+ }
2619
2659
  };
2620
- __name(_CreatePermissionCommand, "CreatePermissionCommand");
2621
- var CreatePermissionCommand = _CreatePermissionCommand;
2622
2660
 
2623
2661
  // src/commands/CreatePermissionVersionCommand.ts
2624
2662
 
2625
2663
 
2626
2664
 
2627
- var _CreatePermissionVersionCommand = class _CreatePermissionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2665
+ var CreatePermissionVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2628
2666
  return [
2629
2667
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2630
2668
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2631
2669
  ];
2632
2670
  }).s("AmazonResourceSharing", "CreatePermissionVersion", {}).n("RAMClient", "CreatePermissionVersionCommand").f(void 0, void 0).ser(se_CreatePermissionVersionCommand).de(de_CreatePermissionVersionCommand).build() {
2671
+ static {
2672
+ __name(this, "CreatePermissionVersionCommand");
2673
+ }
2633
2674
  };
2634
- __name(_CreatePermissionVersionCommand, "CreatePermissionVersionCommand");
2635
- var CreatePermissionVersionCommand = _CreatePermissionVersionCommand;
2636
2675
 
2637
2676
  // src/commands/CreateResourceShareCommand.ts
2638
2677
 
2639
2678
 
2640
2679
 
2641
- var _CreateResourceShareCommand = class _CreateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2680
+ var CreateResourceShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2642
2681
  return [
2643
2682
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2644
2683
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2645
2684
  ];
2646
2685
  }).s("AmazonResourceSharing", "CreateResourceShare", {}).n("RAMClient", "CreateResourceShareCommand").f(void 0, void 0).ser(se_CreateResourceShareCommand).de(de_CreateResourceShareCommand).build() {
2686
+ static {
2687
+ __name(this, "CreateResourceShareCommand");
2688
+ }
2647
2689
  };
2648
- __name(_CreateResourceShareCommand, "CreateResourceShareCommand");
2649
- var CreateResourceShareCommand = _CreateResourceShareCommand;
2650
2690
 
2651
2691
  // src/commands/DeletePermissionCommand.ts
2652
2692
 
2653
2693
 
2654
2694
 
2655
- var _DeletePermissionCommand = class _DeletePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2695
+ var DeletePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2656
2696
  return [
2657
2697
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2658
2698
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2659
2699
  ];
2660
2700
  }).s("AmazonResourceSharing", "DeletePermission", {}).n("RAMClient", "DeletePermissionCommand").f(void 0, void 0).ser(se_DeletePermissionCommand).de(de_DeletePermissionCommand).build() {
2701
+ static {
2702
+ __name(this, "DeletePermissionCommand");
2703
+ }
2661
2704
  };
2662
- __name(_DeletePermissionCommand, "DeletePermissionCommand");
2663
- var DeletePermissionCommand = _DeletePermissionCommand;
2664
2705
 
2665
2706
  // src/commands/DeletePermissionVersionCommand.ts
2666
2707
 
2667
2708
 
2668
2709
 
2669
- var _DeletePermissionVersionCommand = class _DeletePermissionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2710
+ var DeletePermissionVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2670
2711
  return [
2671
2712
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2672
2713
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2673
2714
  ];
2674
2715
  }).s("AmazonResourceSharing", "DeletePermissionVersion", {}).n("RAMClient", "DeletePermissionVersionCommand").f(void 0, void 0).ser(se_DeletePermissionVersionCommand).de(de_DeletePermissionVersionCommand).build() {
2716
+ static {
2717
+ __name(this, "DeletePermissionVersionCommand");
2718
+ }
2675
2719
  };
2676
- __name(_DeletePermissionVersionCommand, "DeletePermissionVersionCommand");
2677
- var DeletePermissionVersionCommand = _DeletePermissionVersionCommand;
2678
2720
 
2679
2721
  // src/commands/DeleteResourceShareCommand.ts
2680
2722
 
2681
2723
 
2682
2724
 
2683
- var _DeleteResourceShareCommand = class _DeleteResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2725
+ var DeleteResourceShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2684
2726
  return [
2685
2727
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2686
2728
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2687
2729
  ];
2688
2730
  }).s("AmazonResourceSharing", "DeleteResourceShare", {}).n("RAMClient", "DeleteResourceShareCommand").f(void 0, void 0).ser(se_DeleteResourceShareCommand).de(de_DeleteResourceShareCommand).build() {
2731
+ static {
2732
+ __name(this, "DeleteResourceShareCommand");
2733
+ }
2689
2734
  };
2690
- __name(_DeleteResourceShareCommand, "DeleteResourceShareCommand");
2691
- var DeleteResourceShareCommand = _DeleteResourceShareCommand;
2692
2735
 
2693
2736
  // src/commands/DisassociateResourceShareCommand.ts
2694
2737
 
2695
2738
 
2696
2739
 
2697
- var _DisassociateResourceShareCommand = class _DisassociateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2740
+ var DisassociateResourceShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2698
2741
  return [
2699
2742
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2700
2743
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2701
2744
  ];
2702
2745
  }).s("AmazonResourceSharing", "DisassociateResourceShare", {}).n("RAMClient", "DisassociateResourceShareCommand").f(void 0, void 0).ser(se_DisassociateResourceShareCommand).de(de_DisassociateResourceShareCommand).build() {
2746
+ static {
2747
+ __name(this, "DisassociateResourceShareCommand");
2748
+ }
2703
2749
  };
2704
- __name(_DisassociateResourceShareCommand, "DisassociateResourceShareCommand");
2705
- var DisassociateResourceShareCommand = _DisassociateResourceShareCommand;
2706
2750
 
2707
2751
  // src/commands/DisassociateResourceSharePermissionCommand.ts
2708
2752
 
2709
2753
 
2710
2754
 
2711
- var _DisassociateResourceSharePermissionCommand = class _DisassociateResourceSharePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2755
+ var DisassociateResourceSharePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2712
2756
  return [
2713
2757
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2714
2758
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2715
2759
  ];
2716
2760
  }).s("AmazonResourceSharing", "DisassociateResourceSharePermission", {}).n("RAMClient", "DisassociateResourceSharePermissionCommand").f(void 0, void 0).ser(se_DisassociateResourceSharePermissionCommand).de(de_DisassociateResourceSharePermissionCommand).build() {
2761
+ static {
2762
+ __name(this, "DisassociateResourceSharePermissionCommand");
2763
+ }
2717
2764
  };
2718
- __name(_DisassociateResourceSharePermissionCommand, "DisassociateResourceSharePermissionCommand");
2719
- var DisassociateResourceSharePermissionCommand = _DisassociateResourceSharePermissionCommand;
2720
2765
 
2721
2766
  // src/commands/EnableSharingWithAwsOrganizationCommand.ts
2722
2767
 
2723
2768
 
2724
2769
 
2725
- var _EnableSharingWithAwsOrganizationCommand = class _EnableSharingWithAwsOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2770
+ var EnableSharingWithAwsOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2726
2771
  return [
2727
2772
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2728
2773
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2729
2774
  ];
2730
2775
  }).s("AmazonResourceSharing", "EnableSharingWithAwsOrganization", {}).n("RAMClient", "EnableSharingWithAwsOrganizationCommand").f(void 0, void 0).ser(se_EnableSharingWithAwsOrganizationCommand).de(de_EnableSharingWithAwsOrganizationCommand).build() {
2776
+ static {
2777
+ __name(this, "EnableSharingWithAwsOrganizationCommand");
2778
+ }
2731
2779
  };
2732
- __name(_EnableSharingWithAwsOrganizationCommand, "EnableSharingWithAwsOrganizationCommand");
2733
- var EnableSharingWithAwsOrganizationCommand = _EnableSharingWithAwsOrganizationCommand;
2734
2780
 
2735
2781
  // src/commands/GetPermissionCommand.ts
2736
2782
 
2737
2783
 
2738
2784
 
2739
- var _GetPermissionCommand = class _GetPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2785
+ var GetPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2740
2786
  return [
2741
2787
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2742
2788
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2743
2789
  ];
2744
2790
  }).s("AmazonResourceSharing", "GetPermission", {}).n("RAMClient", "GetPermissionCommand").f(void 0, void 0).ser(se_GetPermissionCommand).de(de_GetPermissionCommand).build() {
2791
+ static {
2792
+ __name(this, "GetPermissionCommand");
2793
+ }
2745
2794
  };
2746
- __name(_GetPermissionCommand, "GetPermissionCommand");
2747
- var GetPermissionCommand = _GetPermissionCommand;
2748
2795
 
2749
2796
  // src/commands/GetResourcePoliciesCommand.ts
2750
2797
 
2751
2798
 
2752
2799
 
2753
- var _GetResourcePoliciesCommand = class _GetResourcePoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2800
+ var GetResourcePoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2754
2801
  return [
2755
2802
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2756
2803
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2757
2804
  ];
2758
2805
  }).s("AmazonResourceSharing", "GetResourcePolicies", {}).n("RAMClient", "GetResourcePoliciesCommand").f(void 0, void 0).ser(se_GetResourcePoliciesCommand).de(de_GetResourcePoliciesCommand).build() {
2806
+ static {
2807
+ __name(this, "GetResourcePoliciesCommand");
2808
+ }
2759
2809
  };
2760
- __name(_GetResourcePoliciesCommand, "GetResourcePoliciesCommand");
2761
- var GetResourcePoliciesCommand = _GetResourcePoliciesCommand;
2762
2810
 
2763
2811
  // src/commands/GetResourceShareAssociationsCommand.ts
2764
2812
 
2765
2813
 
2766
2814
 
2767
- var _GetResourceShareAssociationsCommand = class _GetResourceShareAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2815
+ var GetResourceShareAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2768
2816
  return [
2769
2817
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2770
2818
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2771
2819
  ];
2772
2820
  }).s("AmazonResourceSharing", "GetResourceShareAssociations", {}).n("RAMClient", "GetResourceShareAssociationsCommand").f(void 0, void 0).ser(se_GetResourceShareAssociationsCommand).de(de_GetResourceShareAssociationsCommand).build() {
2821
+ static {
2822
+ __name(this, "GetResourceShareAssociationsCommand");
2823
+ }
2773
2824
  };
2774
- __name(_GetResourceShareAssociationsCommand, "GetResourceShareAssociationsCommand");
2775
- var GetResourceShareAssociationsCommand = _GetResourceShareAssociationsCommand;
2776
2825
 
2777
2826
  // src/commands/GetResourceShareInvitationsCommand.ts
2778
2827
 
2779
2828
 
2780
2829
 
2781
- var _GetResourceShareInvitationsCommand = class _GetResourceShareInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2830
+ var GetResourceShareInvitationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2782
2831
  return [
2783
2832
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2784
2833
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2785
2834
  ];
2786
2835
  }).s("AmazonResourceSharing", "GetResourceShareInvitations", {}).n("RAMClient", "GetResourceShareInvitationsCommand").f(void 0, void 0).ser(se_GetResourceShareInvitationsCommand).de(de_GetResourceShareInvitationsCommand).build() {
2836
+ static {
2837
+ __name(this, "GetResourceShareInvitationsCommand");
2838
+ }
2787
2839
  };
2788
- __name(_GetResourceShareInvitationsCommand, "GetResourceShareInvitationsCommand");
2789
- var GetResourceShareInvitationsCommand = _GetResourceShareInvitationsCommand;
2790
2840
 
2791
2841
  // src/commands/GetResourceSharesCommand.ts
2792
2842
 
2793
2843
 
2794
2844
 
2795
- var _GetResourceSharesCommand = class _GetResourceSharesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2845
+ var GetResourceSharesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2796
2846
  return [
2797
2847
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2798
2848
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2799
2849
  ];
2800
2850
  }).s("AmazonResourceSharing", "GetResourceShares", {}).n("RAMClient", "GetResourceSharesCommand").f(void 0, void 0).ser(se_GetResourceSharesCommand).de(de_GetResourceSharesCommand).build() {
2851
+ static {
2852
+ __name(this, "GetResourceSharesCommand");
2853
+ }
2801
2854
  };
2802
- __name(_GetResourceSharesCommand, "GetResourceSharesCommand");
2803
- var GetResourceSharesCommand = _GetResourceSharesCommand;
2804
2855
 
2805
2856
  // src/commands/ListPendingInvitationResourcesCommand.ts
2806
2857
 
2807
2858
 
2808
2859
 
2809
- var _ListPendingInvitationResourcesCommand = class _ListPendingInvitationResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2860
+ var ListPendingInvitationResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2810
2861
  return [
2811
2862
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2812
2863
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2813
2864
  ];
2814
2865
  }).s("AmazonResourceSharing", "ListPendingInvitationResources", {}).n("RAMClient", "ListPendingInvitationResourcesCommand").f(void 0, void 0).ser(se_ListPendingInvitationResourcesCommand).de(de_ListPendingInvitationResourcesCommand).build() {
2866
+ static {
2867
+ __name(this, "ListPendingInvitationResourcesCommand");
2868
+ }
2815
2869
  };
2816
- __name(_ListPendingInvitationResourcesCommand, "ListPendingInvitationResourcesCommand");
2817
- var ListPendingInvitationResourcesCommand = _ListPendingInvitationResourcesCommand;
2818
2870
 
2819
2871
  // src/commands/ListPermissionAssociationsCommand.ts
2820
2872
 
2821
2873
 
2822
2874
 
2823
- var _ListPermissionAssociationsCommand = class _ListPermissionAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2875
+ var ListPermissionAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2824
2876
  return [
2825
2877
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2826
2878
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2827
2879
  ];
2828
2880
  }).s("AmazonResourceSharing", "ListPermissionAssociations", {}).n("RAMClient", "ListPermissionAssociationsCommand").f(void 0, void 0).ser(se_ListPermissionAssociationsCommand).de(de_ListPermissionAssociationsCommand).build() {
2881
+ static {
2882
+ __name(this, "ListPermissionAssociationsCommand");
2883
+ }
2829
2884
  };
2830
- __name(_ListPermissionAssociationsCommand, "ListPermissionAssociationsCommand");
2831
- var ListPermissionAssociationsCommand = _ListPermissionAssociationsCommand;
2832
2885
 
2833
2886
  // src/commands/ListPermissionsCommand.ts
2834
2887
 
2835
2888
 
2836
2889
 
2837
- var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2890
+ var ListPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2838
2891
  return [
2839
2892
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2840
2893
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2841
2894
  ];
2842
2895
  }).s("AmazonResourceSharing", "ListPermissions", {}).n("RAMClient", "ListPermissionsCommand").f(void 0, void 0).ser(se_ListPermissionsCommand).de(de_ListPermissionsCommand).build() {
2896
+ static {
2897
+ __name(this, "ListPermissionsCommand");
2898
+ }
2843
2899
  };
2844
- __name(_ListPermissionsCommand, "ListPermissionsCommand");
2845
- var ListPermissionsCommand = _ListPermissionsCommand;
2846
2900
 
2847
2901
  // src/commands/ListPermissionVersionsCommand.ts
2848
2902
 
2849
2903
 
2850
2904
 
2851
- var _ListPermissionVersionsCommand = class _ListPermissionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2905
+ var ListPermissionVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2852
2906
  return [
2853
2907
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2854
2908
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2855
2909
  ];
2856
2910
  }).s("AmazonResourceSharing", "ListPermissionVersions", {}).n("RAMClient", "ListPermissionVersionsCommand").f(void 0, void 0).ser(se_ListPermissionVersionsCommand).de(de_ListPermissionVersionsCommand).build() {
2911
+ static {
2912
+ __name(this, "ListPermissionVersionsCommand");
2913
+ }
2857
2914
  };
2858
- __name(_ListPermissionVersionsCommand, "ListPermissionVersionsCommand");
2859
- var ListPermissionVersionsCommand = _ListPermissionVersionsCommand;
2860
2915
 
2861
2916
  // src/commands/ListPrincipalsCommand.ts
2862
2917
 
2863
2918
 
2864
2919
 
2865
- var _ListPrincipalsCommand = class _ListPrincipalsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2920
+ var ListPrincipalsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2866
2921
  return [
2867
2922
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2868
2923
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2869
2924
  ];
2870
2925
  }).s("AmazonResourceSharing", "ListPrincipals", {}).n("RAMClient", "ListPrincipalsCommand").f(void 0, void 0).ser(se_ListPrincipalsCommand).de(de_ListPrincipalsCommand).build() {
2926
+ static {
2927
+ __name(this, "ListPrincipalsCommand");
2928
+ }
2871
2929
  };
2872
- __name(_ListPrincipalsCommand, "ListPrincipalsCommand");
2873
- var ListPrincipalsCommand = _ListPrincipalsCommand;
2874
2930
 
2875
2931
  // src/commands/ListReplacePermissionAssociationsWorkCommand.ts
2876
2932
 
2877
2933
 
2878
2934
 
2879
- var _ListReplacePermissionAssociationsWorkCommand = class _ListReplacePermissionAssociationsWorkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2935
+ var ListReplacePermissionAssociationsWorkCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2880
2936
  return [
2881
2937
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2882
2938
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2883
2939
  ];
2884
2940
  }).s("AmazonResourceSharing", "ListReplacePermissionAssociationsWork", {}).n("RAMClient", "ListReplacePermissionAssociationsWorkCommand").f(void 0, void 0).ser(se_ListReplacePermissionAssociationsWorkCommand).de(de_ListReplacePermissionAssociationsWorkCommand).build() {
2941
+ static {
2942
+ __name(this, "ListReplacePermissionAssociationsWorkCommand");
2943
+ }
2885
2944
  };
2886
- __name(_ListReplacePermissionAssociationsWorkCommand, "ListReplacePermissionAssociationsWorkCommand");
2887
- var ListReplacePermissionAssociationsWorkCommand = _ListReplacePermissionAssociationsWorkCommand;
2888
2945
 
2889
2946
  // src/commands/ListResourcesCommand.ts
2890
2947
 
2891
2948
 
2892
2949
 
2893
- var _ListResourcesCommand = class _ListResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2950
+ var ListResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2894
2951
  return [
2895
2952
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2896
2953
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2897
2954
  ];
2898
2955
  }).s("AmazonResourceSharing", "ListResources", {}).n("RAMClient", "ListResourcesCommand").f(void 0, void 0).ser(se_ListResourcesCommand).de(de_ListResourcesCommand).build() {
2956
+ static {
2957
+ __name(this, "ListResourcesCommand");
2958
+ }
2899
2959
  };
2900
- __name(_ListResourcesCommand, "ListResourcesCommand");
2901
- var ListResourcesCommand = _ListResourcesCommand;
2902
2960
 
2903
2961
  // src/commands/ListResourceSharePermissionsCommand.ts
2904
2962
 
2905
2963
 
2906
2964
 
2907
- var _ListResourceSharePermissionsCommand = class _ListResourceSharePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2965
+ var ListResourceSharePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2908
2966
  return [
2909
2967
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2910
2968
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2911
2969
  ];
2912
2970
  }).s("AmazonResourceSharing", "ListResourceSharePermissions", {}).n("RAMClient", "ListResourceSharePermissionsCommand").f(void 0, void 0).ser(se_ListResourceSharePermissionsCommand).de(de_ListResourceSharePermissionsCommand).build() {
2971
+ static {
2972
+ __name(this, "ListResourceSharePermissionsCommand");
2973
+ }
2913
2974
  };
2914
- __name(_ListResourceSharePermissionsCommand, "ListResourceSharePermissionsCommand");
2915
- var ListResourceSharePermissionsCommand = _ListResourceSharePermissionsCommand;
2916
2975
 
2917
2976
  // src/commands/ListResourceTypesCommand.ts
2918
2977
 
2919
2978
 
2920
2979
 
2921
- var _ListResourceTypesCommand = class _ListResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2980
+ var ListResourceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2922
2981
  return [
2923
2982
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2924
2983
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2925
2984
  ];
2926
2985
  }).s("AmazonResourceSharing", "ListResourceTypes", {}).n("RAMClient", "ListResourceTypesCommand").f(void 0, void 0).ser(se_ListResourceTypesCommand).de(de_ListResourceTypesCommand).build() {
2986
+ static {
2987
+ __name(this, "ListResourceTypesCommand");
2988
+ }
2927
2989
  };
2928
- __name(_ListResourceTypesCommand, "ListResourceTypesCommand");
2929
- var ListResourceTypesCommand = _ListResourceTypesCommand;
2930
2990
 
2931
2991
  // src/commands/PromotePermissionCreatedFromPolicyCommand.ts
2932
2992
 
2933
2993
 
2934
2994
 
2935
- var _PromotePermissionCreatedFromPolicyCommand = class _PromotePermissionCreatedFromPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2995
+ var PromotePermissionCreatedFromPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2936
2996
  return [
2937
2997
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2938
2998
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2939
2999
  ];
2940
3000
  }).s("AmazonResourceSharing", "PromotePermissionCreatedFromPolicy", {}).n("RAMClient", "PromotePermissionCreatedFromPolicyCommand").f(void 0, void 0).ser(se_PromotePermissionCreatedFromPolicyCommand).de(de_PromotePermissionCreatedFromPolicyCommand).build() {
3001
+ static {
3002
+ __name(this, "PromotePermissionCreatedFromPolicyCommand");
3003
+ }
2941
3004
  };
2942
- __name(_PromotePermissionCreatedFromPolicyCommand, "PromotePermissionCreatedFromPolicyCommand");
2943
- var PromotePermissionCreatedFromPolicyCommand = _PromotePermissionCreatedFromPolicyCommand;
2944
3005
 
2945
3006
  // src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts
2946
3007
 
2947
3008
 
2948
3009
 
2949
- var _PromoteResourceShareCreatedFromPolicyCommand = class _PromoteResourceShareCreatedFromPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3010
+ var PromoteResourceShareCreatedFromPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2950
3011
  return [
2951
3012
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2952
3013
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2953
3014
  ];
2954
3015
  }).s("AmazonResourceSharing", "PromoteResourceShareCreatedFromPolicy", {}).n("RAMClient", "PromoteResourceShareCreatedFromPolicyCommand").f(void 0, void 0).ser(se_PromoteResourceShareCreatedFromPolicyCommand).de(de_PromoteResourceShareCreatedFromPolicyCommand).build() {
3016
+ static {
3017
+ __name(this, "PromoteResourceShareCreatedFromPolicyCommand");
3018
+ }
2955
3019
  };
2956
- __name(_PromoteResourceShareCreatedFromPolicyCommand, "PromoteResourceShareCreatedFromPolicyCommand");
2957
- var PromoteResourceShareCreatedFromPolicyCommand = _PromoteResourceShareCreatedFromPolicyCommand;
2958
3020
 
2959
3021
  // src/commands/RejectResourceShareInvitationCommand.ts
2960
3022
 
2961
3023
 
2962
3024
 
2963
- var _RejectResourceShareInvitationCommand = class _RejectResourceShareInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3025
+ var RejectResourceShareInvitationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2964
3026
  return [
2965
3027
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2966
3028
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2967
3029
  ];
2968
3030
  }).s("AmazonResourceSharing", "RejectResourceShareInvitation", {}).n("RAMClient", "RejectResourceShareInvitationCommand").f(void 0, void 0).ser(se_RejectResourceShareInvitationCommand).de(de_RejectResourceShareInvitationCommand).build() {
3031
+ static {
3032
+ __name(this, "RejectResourceShareInvitationCommand");
3033
+ }
2969
3034
  };
2970
- __name(_RejectResourceShareInvitationCommand, "RejectResourceShareInvitationCommand");
2971
- var RejectResourceShareInvitationCommand = _RejectResourceShareInvitationCommand;
2972
3035
 
2973
3036
  // src/commands/ReplacePermissionAssociationsCommand.ts
2974
3037
 
2975
3038
 
2976
3039
 
2977
- var _ReplacePermissionAssociationsCommand = class _ReplacePermissionAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3040
+ var ReplacePermissionAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2978
3041
  return [
2979
3042
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2980
3043
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2981
3044
  ];
2982
3045
  }).s("AmazonResourceSharing", "ReplacePermissionAssociations", {}).n("RAMClient", "ReplacePermissionAssociationsCommand").f(void 0, void 0).ser(se_ReplacePermissionAssociationsCommand).de(de_ReplacePermissionAssociationsCommand).build() {
3046
+ static {
3047
+ __name(this, "ReplacePermissionAssociationsCommand");
3048
+ }
2983
3049
  };
2984
- __name(_ReplacePermissionAssociationsCommand, "ReplacePermissionAssociationsCommand");
2985
- var ReplacePermissionAssociationsCommand = _ReplacePermissionAssociationsCommand;
2986
3050
 
2987
3051
  // src/commands/SetDefaultPermissionVersionCommand.ts
2988
3052
 
2989
3053
 
2990
3054
 
2991
- var _SetDefaultPermissionVersionCommand = class _SetDefaultPermissionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3055
+ var SetDefaultPermissionVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2992
3056
  return [
2993
3057
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2994
3058
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2995
3059
  ];
2996
3060
  }).s("AmazonResourceSharing", "SetDefaultPermissionVersion", {}).n("RAMClient", "SetDefaultPermissionVersionCommand").f(void 0, void 0).ser(se_SetDefaultPermissionVersionCommand).de(de_SetDefaultPermissionVersionCommand).build() {
3061
+ static {
3062
+ __name(this, "SetDefaultPermissionVersionCommand");
3063
+ }
2997
3064
  };
2998
- __name(_SetDefaultPermissionVersionCommand, "SetDefaultPermissionVersionCommand");
2999
- var SetDefaultPermissionVersionCommand = _SetDefaultPermissionVersionCommand;
3000
3065
 
3001
3066
  // src/commands/TagResourceCommand.ts
3002
3067
 
3003
3068
 
3004
3069
 
3005
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3070
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3006
3071
  return [
3007
3072
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3008
3073
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3009
3074
  ];
3010
3075
  }).s("AmazonResourceSharing", "TagResource", {}).n("RAMClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
3076
+ static {
3077
+ __name(this, "TagResourceCommand");
3078
+ }
3011
3079
  };
3012
- __name(_TagResourceCommand, "TagResourceCommand");
3013
- var TagResourceCommand = _TagResourceCommand;
3014
3080
 
3015
3081
  // src/commands/UntagResourceCommand.ts
3016
3082
 
3017
3083
 
3018
3084
 
3019
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3085
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3020
3086
  return [
3021
3087
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3022
3088
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3023
3089
  ];
3024
3090
  }).s("AmazonResourceSharing", "UntagResource", {}).n("RAMClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
3091
+ static {
3092
+ __name(this, "UntagResourceCommand");
3093
+ }
3025
3094
  };
3026
- __name(_UntagResourceCommand, "UntagResourceCommand");
3027
- var UntagResourceCommand = _UntagResourceCommand;
3028
3095
 
3029
3096
  // src/commands/UpdateResourceShareCommand.ts
3030
3097
 
3031
3098
 
3032
3099
 
3033
- var _UpdateResourceShareCommand = class _UpdateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3100
+ var UpdateResourceShareCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3034
3101
  return [
3035
3102
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3036
3103
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3037
3104
  ];
3038
3105
  }).s("AmazonResourceSharing", "UpdateResourceShare", {}).n("RAMClient", "UpdateResourceShareCommand").f(void 0, void 0).ser(se_UpdateResourceShareCommand).de(de_UpdateResourceShareCommand).build() {
3106
+ static {
3107
+ __name(this, "UpdateResourceShareCommand");
3108
+ }
3039
3109
  };
3040
- __name(_UpdateResourceShareCommand, "UpdateResourceShareCommand");
3041
- var UpdateResourceShareCommand = _UpdateResourceShareCommand;
3042
3110
 
3043
3111
  // src/RAM.ts
3044
3112
  var commands = {
@@ -3077,10 +3145,11 @@ var commands = {
3077
3145
  UntagResourceCommand,
3078
3146
  UpdateResourceShareCommand
3079
3147
  };
3080
- var _RAM = class _RAM extends RAMClient {
3148
+ var RAM = class extends RAMClient {
3149
+ static {
3150
+ __name(this, "RAM");
3151
+ }
3081
3152
  };
3082
- __name(_RAM, "RAM");
3083
- var RAM = _RAM;
3084
3153
  (0, import_smithy_client.createAggregatedClient)(commands, RAM);
3085
3154
 
3086
3155
  // src/pagination/GetResourcePoliciesPaginator.ts