@aws-sdk/client-outposts 3.1068.0 → 3.1069.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.
@@ -1,9 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOrderInput$ = exports.GetConnectionResponse$ = exports.GetConnectionRequest$ = exports.GetCatalogItemOutput$ = exports.GetCatalogItemInput$ = exports.GetCapacityTaskOutput$ = exports.GetCapacityTaskInput$ = exports.FormFactorConfig$ = exports.EC2Capacity$ = exports.DetailedInstanceTypeItem$ = exports.DeleteSiteOutput$ = exports.DeleteSiteInput$ = exports.DeleteQuoteOutput$ = exports.DeleteQuoteInput$ = exports.DeleteOutpostOutput$ = exports.DeleteOutpostInput$ = exports.CreateSiteOutput$ = exports.CreateSiteInput$ = exports.CreateRenewalOutput$ = exports.CreateRenewalInput$ = exports.CreateQuoteOutput$ = exports.CreateQuoteInput$ = exports.CreateOutpostOutput$ = exports.CreateOutpostInput$ = exports.CreateOrderOutput$ = exports.CreateOrderInput$ = exports.ConnectionDetails$ = exports.ComputeAttributes$ = exports.CatalogItem$ = exports.CapacityTaskSummary$ = exports.CapacityTaskFailure$ = exports.CapacitySummary$ = exports.CancelOrderOutput$ = exports.CancelOrderInput$ = exports.CancelCapacityTaskOutput$ = exports.CancelCapacityTaskInput$ = exports.BlockingInstance$ = exports.AssetLocation$ = exports.AssetInstanceTypeCapacity$ = exports.AssetInstance$ = exports.AssetInfo$ = exports.Address$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ServiceQuotaExceededException$ = exports.NotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.OutpostsServiceException$ = void 0;
4
- exports.PricingOption$ = exports.Outpost$ = exports.OrderSummary$ = exports.OrderingRequirement$ = exports.Order$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSitesOutput$ = exports.ListSitesInput$ = exports.ListQuotesOutput$ = exports.ListQuotesInput$ = exports.ListOutpostsOutput$ = exports.ListOutpostsInput$ = exports.ListOrdersOutput$ = exports.ListOrdersInput$ = exports.ListOrderableInstanceTypesOutput$ = exports.ListOrderableInstanceTypesInput$ = exports.ListCatalogItemsOutput$ = exports.ListCatalogItemsInput$ = exports.ListCapacityTasksOutput$ = exports.ListCapacityTasksInput$ = exports.ListBlockingInstancesForCapacityTaskOutput$ = exports.ListBlockingInstancesForCapacityTaskInput$ = exports.ListAssetsOutput$ = exports.ListAssetsInput$ = exports.ListAssetInstancesOutput$ = exports.ListAssetInstancesInput$ = exports.LineItemRequest$ = exports.LineItemAssetInformation$ = exports.LineItem$ = exports.InstanceTypeItem$ = exports.InstanceTypeCapacity$ = exports.InstancesToExclude$ = exports.GetSiteOutput$ = exports.GetSiteInput$ = exports.GetSiteAddressOutput$ = exports.GetSiteAddressInput$ = exports.GetRenewalPricingOutput$ = exports.GetRenewalPricingInput$ = exports.GetQuoteOutput$ = exports.GetQuoteInput$ = exports.GetOutpostSupportedInstanceTypesOutput$ = exports.GetOutpostSupportedInstanceTypesInput$ = exports.GetOutpostOutput$ = exports.GetOutpostInstanceTypesOutput$ = exports.GetOutpostInstanceTypesInput$ = exports.GetOutpostInput$ = exports.GetOutpostBillingInformationOutput$ = exports.GetOutpostBillingInformationInput$ = exports.GetOrderOutput$ = void 0;
5
- exports.GetOutpostInstanceTypes$ = exports.GetOutpostBillingInformation$ = exports.GetOutpost$ = exports.GetOrder$ = exports.GetConnection$ = exports.GetCatalogItem$ = exports.GetCapacityTask$ = exports.DeleteSite$ = exports.DeleteQuote$ = exports.DeleteOutpost$ = exports.CreateSite$ = exports.CreateRenewal$ = exports.CreateQuote$ = exports.CreateOutpost$ = exports.CreateOrder$ = exports.CancelOrder$ = exports.CancelCapacityTask$ = exports.UpdateSiteRackPhysicalPropertiesOutput$ = exports.UpdateSiteRackPhysicalPropertiesInput$ = exports.UpdateSiteOutput$ = exports.UpdateSiteInput$ = exports.UpdateSiteAddressOutput$ = exports.UpdateSiteAddressInput$ = exports.UpdateQuoteOutput$ = exports.UpdateQuoteInput$ = exports.UpdateOutpostOutput$ = exports.UpdateOutpostInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SubscriptionPricingDetails$ = exports.Subscription$ = exports.StartOutpostDecommissionOutput$ = exports.StartOutpostDecommissionInput$ = exports.StartConnectionResponse$ = exports.StartConnectionRequest$ = exports.StartCapacityTaskOutput$ = exports.StartCapacityTaskInput$ = exports.Site$ = exports.ShipmentInformation$ = exports.ServerSpecificationDetails$ = exports.RackSpecificationDetails$ = exports.RackPhysicalProperties$ = exports.QuoteSummary$ = exports.QuoteSpecification$ = exports.QuoteOption$ = exports.QuoteConstraint$ = exports.QuoteCapacity$ = exports.Quote$ = void 0;
6
- exports.UpdateSiteRackPhysicalProperties$ = exports.UpdateSiteAddress$ = exports.UpdateSite$ = exports.UpdateQuote$ = exports.UpdateOutpost$ = exports.UntagResource$ = exports.TagResource$ = exports.StartOutpostDecommission$ = exports.StartConnection$ = exports.StartCapacityTask$ = exports.ListTagsForResource$ = exports.ListSites$ = exports.ListQuotes$ = exports.ListOutposts$ = exports.ListOrders$ = exports.ListOrderableInstanceTypes$ = exports.ListCatalogItems$ = exports.ListCapacityTasks$ = exports.ListBlockingInstancesForCapacityTask$ = exports.ListAssets$ = exports.ListAssetInstances$ = exports.GetSiteAddress$ = exports.GetSite$ = exports.GetRenewalPricing$ = exports.GetQuote$ = exports.GetOutpostSupportedInstanceTypes$ = void 0;
7
1
  const _A = "Address";
8
2
  const _ADE = "AccessDeniedException";
9
3
  const _AI = "AssetInfo";
@@ -415,778 +409,910 @@ const _sLD = "siteListDefinition";
415
409
  const _se = "server";
416
410
  const _tK = "tagKeys";
417
411
  const n0 = "com.amazonaws.outposts";
418
- const schema_1 = require("@smithy/core/schema");
419
- const errors_1 = require("../models/errors");
420
- const OutpostsServiceException_1 = require("../models/OutpostsServiceException");
421
- const _s_registry = schema_1.TypeRegistry.for(_s);
422
- exports.OutpostsServiceException$ = [-3, _s, "OutpostsServiceException", 0, [], []];
423
- _s_registry.registerError(exports.OutpostsServiceException$, OutpostsServiceException_1.OutpostsServiceException);
424
- const n0_registry = schema_1.TypeRegistry.for(n0);
425
- exports.AccessDeniedException$ = [-3, n0, _ADE,
412
+ const { TypeRegistry } = require("@smithy/core/schema");
413
+ const { AccessDeniedException, ConflictException, InternalServerException, NotFoundException, ServiceQuotaExceededException, ValidationException } = require("../models/errors");
414
+ const { OutpostsServiceException } = require("../models/OutpostsServiceException");
415
+ const _s_registry = TypeRegistry.for(_s);
416
+ const OutpostsServiceException$ = [-3, _s, "OutpostsServiceException", 0, [], []];
417
+ exports.OutpostsServiceException$ = OutpostsServiceException$;
418
+ _s_registry.registerError(OutpostsServiceException$, OutpostsServiceException);
419
+ const n0_registry = TypeRegistry.for(n0);
420
+ const AccessDeniedException$ = [-3, n0, _ADE,
426
421
  { [_e]: _c, [_hE]: 403 },
427
422
  [_M],
428
423
  [0]
429
424
  ];
430
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
431
- exports.ConflictException$ = [-3, n0, _CE,
425
+ exports.AccessDeniedException$ = AccessDeniedException$;
426
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
427
+ const ConflictException$ = [-3, n0, _CE,
432
428
  { [_e]: _c, [_hE]: 409 },
433
429
  [_M, _RI, _RT],
434
430
  [0, 0, 0]
435
431
  ];
436
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
437
- exports.InternalServerException$ = [-3, n0, _ISE,
432
+ exports.ConflictException$ = ConflictException$;
433
+ n0_registry.registerError(ConflictException$, ConflictException);
434
+ const InternalServerException$ = [-3, n0, _ISE,
438
435
  { [_e]: _se, [_hE]: 500 },
439
436
  [_M],
440
437
  [0]
441
438
  ];
442
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
443
- exports.NotFoundException$ = [-3, n0, _NFE,
439
+ exports.InternalServerException$ = InternalServerException$;
440
+ n0_registry.registerError(InternalServerException$, InternalServerException);
441
+ const NotFoundException$ = [-3, n0, _NFE,
444
442
  { [_e]: _c, [_hE]: 404 },
445
443
  [_M],
446
444
  [0]
447
445
  ];
448
- n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
449
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
446
+ exports.NotFoundException$ = NotFoundException$;
447
+ n0_registry.registerError(NotFoundException$, NotFoundException);
448
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
450
449
  { [_e]: _c, [_hE]: 402 },
451
450
  [_M],
452
451
  [0]
453
452
  ];
454
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
455
- exports.ValidationException$ = [-3, n0, _VE,
453
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
454
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
455
+ const ValidationException$ = [-3, n0, _VE,
456
456
  { [_e]: _c, [_hE]: 400 },
457
457
  [_M],
458
458
  [0]
459
459
  ];
460
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
460
+ exports.ValidationException$ = ValidationException$;
461
+ n0_registry.registerError(ValidationException$, ValidationException);
461
462
  exports.errorTypeRegistries = [
462
463
  _s_registry,
463
464
  n0_registry,
464
465
  ];
465
466
  var QuoteDescription = [0, n0, _QD, 8, 0];
466
- exports.Address$ = [3, n0, _A,
467
+ const Address$ = [3, n0, _A,
467
468
  0,
468
469
  [_CN, _CPN, _AL, _C, _SOR, _PC, _CC, _ALd, _ALdd, _DOC, _Mu],
469
470
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 7
470
471
  ];
471
- exports.AssetInfo$ = [3, n0, _AI,
472
+ exports.Address$ = Address$;
473
+ const AssetInfo$ = [3, n0, _AI,
472
474
  0,
473
475
  [_AIs, _RIa, _AT, _CA, _ALs],
474
- [0, 0, 0, () => exports.ComputeAttributes$, () => exports.AssetLocation$]
476
+ [0, 0, 0, () => ComputeAttributes$, () => AssetLocation$]
475
477
  ];
476
- exports.AssetInstance$ = [3, n0, _AIss,
478
+ exports.AssetInfo$ = AssetInfo$;
479
+ const AssetInstance$ = [3, n0, _AIss,
477
480
  0,
478
481
  [_II, _IT, _AIs, _AIc, _ASN],
479
482
  [0, 0, 0, 0, 0]
480
483
  ];
481
- exports.AssetInstanceTypeCapacity$ = [3, n0, _AITC,
484
+ exports.AssetInstance$ = AssetInstance$;
485
+ const AssetInstanceTypeCapacity$ = [3, n0, _AITC,
482
486
  0,
483
487
  [_IT, _Co],
484
488
  [0, 1], 2
485
489
  ];
486
- exports.AssetLocation$ = [3, n0, _ALs,
490
+ exports.AssetInstanceTypeCapacity$ = AssetInstanceTypeCapacity$;
491
+ const AssetLocation$ = [3, n0, _ALs,
487
492
  0,
488
493
  [_RE],
489
494
  [1]
490
495
  ];
491
- exports.BlockingInstance$ = [3, n0, _BI,
496
+ exports.AssetLocation$ = AssetLocation$;
497
+ const BlockingInstance$ = [3, n0, _BI,
492
498
  0,
493
499
  [_II, _AIc, _ASN],
494
500
  [0, 0, 0]
495
501
  ];
496
- exports.CancelCapacityTaskInput$ = [3, n0, _CCTI,
502
+ exports.BlockingInstance$ = BlockingInstance$;
503
+ const CancelCapacityTaskInput$ = [3, n0, _CCTI,
497
504
  0,
498
505
  [_CTI, _OI],
499
506
  [[0, 1], [0, 1]], 2
500
507
  ];
501
- exports.CancelCapacityTaskOutput$ = [3, n0, _CCTO,
508
+ exports.CancelCapacityTaskInput$ = CancelCapacityTaskInput$;
509
+ const CancelCapacityTaskOutput$ = [3, n0, _CCTO,
502
510
  0,
503
511
  [],
504
512
  []
505
513
  ];
506
- exports.CancelOrderInput$ = [3, n0, _COI,
514
+ exports.CancelCapacityTaskOutput$ = CancelCapacityTaskOutput$;
515
+ const CancelOrderInput$ = [3, n0, _COI,
507
516
  0,
508
517
  [_OIr],
509
518
  [[0, 1]], 1
510
519
  ];
511
- exports.CancelOrderOutput$ = [3, n0, _COO,
520
+ exports.CancelOrderInput$ = CancelOrderInput$;
521
+ const CancelOrderOutput$ = [3, n0, _COO,
512
522
  0,
513
523
  [],
514
524
  []
515
525
  ];
516
- exports.CapacitySummary$ = [3, n0, _CS,
526
+ exports.CancelOrderOutput$ = CancelOrderOutput$;
527
+ const CapacitySummary$ = [3, n0, _CS,
517
528
  0,
518
529
  [_EC, _FC, _CCa],
519
530
  [() => QuoteCapacityList, () => QuoteCapacityList, () => QuoteCapacityList]
520
531
  ];
521
- exports.CapacityTaskFailure$ = [3, n0, _CTF,
532
+ exports.CapacitySummary$ = CapacitySummary$;
533
+ const CapacityTaskFailure$ = [3, n0, _CTF,
522
534
  0,
523
535
  [_R, _T],
524
536
  [0, 0], 1
525
537
  ];
526
- exports.CapacityTaskSummary$ = [3, n0, _CTS,
538
+ exports.CapacityTaskFailure$ = CapacityTaskFailure$;
539
+ const CapacityTaskSummary$ = [3, n0, _CTS,
527
540
  0,
528
541
  [_CTI, _OIu, _OIr, _AIs, _CTSa, _CD, _CDo, _LMD],
529
542
  [0, 0, 0, 0, 0, 4, 4, 4]
530
543
  ];
531
- exports.CatalogItem$ = [3, n0, _CI,
544
+ exports.CapacityTaskSummary$ = CapacityTaskSummary$;
545
+ const CatalogItem$ = [3, n0, _CI,
532
546
  0,
533
547
  [_CII, _IS, _ECC, _PK, _WL, _SUG, _SS],
534
548
  [0, 0, () => EC2CapacityListDefinition, 1, 1, 64 | 1, 64 | 0]
535
549
  ];
536
- exports.ComputeAttributes$ = [3, n0, _CA,
550
+ exports.CatalogItem$ = CatalogItem$;
551
+ const ComputeAttributes$ = [3, n0, _CA,
537
552
  0,
538
553
  [_HI, _S, _IF, _ITC, _MV],
539
554
  [0, 0, 64 | 0, () => AssetInstanceCapacityList, 1]
540
555
  ];
541
- exports.ConnectionDetails$ = [3, n0, _CDon,
556
+ exports.ComputeAttributes$ = ComputeAttributes$;
557
+ const ConnectionDetails$ = [3, n0, _CDon,
542
558
  0,
543
559
  [_CPK, _SPK, _SE, _CTA, _STA, _AIl],
544
560
  [0, 0, 0, 0, 0, 64 | 0]
545
561
  ];
546
- exports.CreateOrderInput$ = [3, n0, _COIr,
562
+ exports.ConnectionDetails$ = ConnectionDetails$;
563
+ const CreateOrderInput$ = [3, n0, _COIr,
547
564
  0,
548
565
  [_OI, _PO, _LI, _PT],
549
566
  [0, 0, () => LineItemRequestListDefinition, 0], 2
550
567
  ];
551
- exports.CreateOrderOutput$ = [3, n0, _COOr,
568
+ exports.CreateOrderInput$ = CreateOrderInput$;
569
+ const CreateOrderOutput$ = [3, n0, _COOr,
552
570
  0,
553
571
  [_O],
554
- [() => exports.Order$]
572
+ [() => Order$]
555
573
  ];
556
- exports.CreateOutpostInput$ = [3, n0, _COIre,
574
+ exports.CreateOrderOutput$ = CreateOrderOutput$;
575
+ const CreateOutpostInput$ = [3, n0, _COIre,
557
576
  0,
558
577
  [_N, _SI, _D, _AZ, _AZI, _Ta, _SHT],
559
578
  [0, 0, 0, 0, 0, 128 | 0, 0], 2
560
579
  ];
561
- exports.CreateOutpostOutput$ = [3, n0, _COOre,
580
+ exports.CreateOutpostInput$ = CreateOutpostInput$;
581
+ const CreateOutpostOutput$ = [3, n0, _COOre,
562
582
  0,
563
583
  [_Ou],
564
- [() => exports.Outpost$]
584
+ [() => Outpost$]
565
585
  ];
566
- exports.CreateQuoteInput$ = [3, n0, _CQI,
586
+ exports.CreateOutpostOutput$ = CreateOutpostOutput$;
587
+ const CreateQuoteInput$ = [3, n0, _CQI,
567
588
  0,
568
589
  [_CC, _RC, _OI, _RCe, _RPO, _RPT, _D],
569
590
  [0, () => QuoteCapacityList, 0, () => QuoteConstraintList, 64 | 0, 64 | 0, [() => QuoteDescription, 0]], 2
570
591
  ];
571
- exports.CreateQuoteOutput$ = [3, n0, _CQO,
592
+ exports.CreateQuoteInput$ = CreateQuoteInput$;
593
+ const CreateQuoteOutput$ = [3, n0, _CQO,
572
594
  0,
573
595
  [_Q],
574
- [[() => exports.Quote$, 0]]
596
+ [[() => Quote$, 0]]
575
597
  ];
576
- exports.CreateRenewalInput$ = [3, n0, _CRI,
598
+ exports.CreateQuoteOutput$ = CreateQuoteOutput$;
599
+ const CreateRenewalInput$ = [3, n0, _CRI,
577
600
  0,
578
601
  [_PO, _PT, _OI, _CT],
579
602
  [0, 0, 0, [0, 4]], 3
580
603
  ];
581
- exports.CreateRenewalOutput$ = [3, n0, _CRO,
604
+ exports.CreateRenewalInput$ = CreateRenewalInput$;
605
+ const CreateRenewalOutput$ = [3, n0, _CRO,
582
606
  0,
583
607
  [_PO, _PT, _OIu, _UP, _MRP, _Cu],
584
608
  [0, 0, 0, 1, 1, 0]
585
609
  ];
586
- exports.CreateSiteInput$ = [3, n0, _CSI,
610
+ exports.CreateRenewalOutput$ = CreateRenewalOutput$;
611
+ const CreateSiteInput$ = [3, n0, _CSI,
587
612
  0,
588
613
  [_N, _D, _No, _Ta, _OA, _SA, _RPP],
589
- [0, 0, 0, 128 | 0, () => exports.Address$, () => exports.Address$, () => exports.RackPhysicalProperties$], 1
614
+ [0, 0, 0, 128 | 0, () => Address$, () => Address$, () => RackPhysicalProperties$], 1
590
615
  ];
591
- exports.CreateSiteOutput$ = [3, n0, _CSO,
616
+ exports.CreateSiteInput$ = CreateSiteInput$;
617
+ const CreateSiteOutput$ = [3, n0, _CSO,
592
618
  0,
593
619
  [_Si],
594
- [() => exports.Site$]
620
+ [() => Site$]
595
621
  ];
596
- exports.DeleteOutpostInput$ = [3, n0, _DOI,
622
+ exports.CreateSiteOutput$ = CreateSiteOutput$;
623
+ const DeleteOutpostInput$ = [3, n0, _DOI,
597
624
  0,
598
625
  [_OIu],
599
626
  [[0, 1]], 1
600
627
  ];
601
- exports.DeleteOutpostOutput$ = [3, n0, _DOO,
628
+ exports.DeleteOutpostInput$ = DeleteOutpostInput$;
629
+ const DeleteOutpostOutput$ = [3, n0, _DOO,
602
630
  0,
603
631
  [],
604
632
  []
605
633
  ];
606
- exports.DeleteQuoteInput$ = [3, n0, _DQI,
634
+ exports.DeleteOutpostOutput$ = DeleteOutpostOutput$;
635
+ const DeleteQuoteInput$ = [3, n0, _DQI,
607
636
  0,
608
637
  [_QI],
609
638
  [[0, 1]], 1
610
639
  ];
611
- exports.DeleteQuoteOutput$ = [3, n0, _DQO,
640
+ exports.DeleteQuoteInput$ = DeleteQuoteInput$;
641
+ const DeleteQuoteOutput$ = [3, n0, _DQO,
612
642
  0,
613
643
  [],
614
644
  []
615
645
  ];
616
- exports.DeleteSiteInput$ = [3, n0, _DSI,
646
+ exports.DeleteQuoteOutput$ = DeleteQuoteOutput$;
647
+ const DeleteSiteInput$ = [3, n0, _DSI,
617
648
  0,
618
649
  [_SI],
619
650
  [[0, 1]], 1
620
651
  ];
621
- exports.DeleteSiteOutput$ = [3, n0, _DSO,
652
+ exports.DeleteSiteInput$ = DeleteSiteInput$;
653
+ const DeleteSiteOutput$ = [3, n0, _DSO,
622
654
  0,
623
655
  [],
624
656
  []
625
657
  ];
626
- exports.DetailedInstanceTypeItem$ = [3, n0, _DITI,
658
+ exports.DeleteSiteOutput$ = DeleteSiteOutput$;
659
+ const DetailedInstanceTypeItem$ = [3, n0, _DITI,
627
660
  0,
628
661
  [_IT, _VCPU, _MIM, _NP, _FFC],
629
662
  [0, 1, 1, 0, () => FormFactorConfigList]
630
663
  ];
631
- exports.EC2Capacity$ = [3, n0, _ECCa,
664
+ exports.DetailedInstanceTypeItem$ = DetailedInstanceTypeItem$;
665
+ const EC2Capacity$ = [3, n0, _ECCa,
632
666
  0,
633
667
  [_F, _MS, _Qu],
634
668
  [0, 0, 0]
635
669
  ];
636
- exports.FormFactorConfig$ = [3, n0, _FFCo,
670
+ exports.EC2Capacity$ = EC2Capacity$;
671
+ const FormFactorConfig$ = [3, n0, _FFCo,
637
672
  0,
638
673
  [_FF, _OG],
639
674
  [0, 0]
640
675
  ];
641
- exports.GetCapacityTaskInput$ = [3, n0, _GCTI,
676
+ exports.FormFactorConfig$ = FormFactorConfig$;
677
+ const GetCapacityTaskInput$ = [3, n0, _GCTI,
642
678
  0,
643
679
  [_CTI, _OI],
644
680
  [[0, 1], [0, 1]], 2
645
681
  ];
646
- exports.GetCapacityTaskOutput$ = [3, n0, _GCTO,
682
+ exports.GetCapacityTaskInput$ = GetCapacityTaskInput$;
683
+ const GetCapacityTaskOutput$ = [3, n0, _GCTO,
647
684
  0,
648
685
  [_CTI, _OIu, _OIr, _AIs, _RIP, _ITE, _DR, _CTSa, _Fa, _CD, _CDo, _LMD, _TAOBI],
649
- [0, 0, 0, 0, () => RequestedInstancePools, () => exports.InstancesToExclude$, 2, 0, () => exports.CapacityTaskFailure$, 4, 4, 4, 0]
686
+ [0, 0, 0, 0, () => RequestedInstancePools, () => InstancesToExclude$, 2, 0, () => CapacityTaskFailure$, 4, 4, 4, 0]
650
687
  ];
651
- exports.GetCatalogItemInput$ = [3, n0, _GCII,
688
+ exports.GetCapacityTaskOutput$ = GetCapacityTaskOutput$;
689
+ const GetCatalogItemInput$ = [3, n0, _GCII,
652
690
  0,
653
691
  [_CII],
654
692
  [[0, 1]], 1
655
693
  ];
656
- exports.GetCatalogItemOutput$ = [3, n0, _GCIO,
694
+ exports.GetCatalogItemInput$ = GetCatalogItemInput$;
695
+ const GetCatalogItemOutput$ = [3, n0, _GCIO,
657
696
  0,
658
697
  [_CI],
659
- [() => exports.CatalogItem$]
698
+ [() => CatalogItem$]
660
699
  ];
661
- exports.GetConnectionRequest$ = [3, n0, _GCR,
700
+ exports.GetCatalogItemOutput$ = GetCatalogItemOutput$;
701
+ const GetConnectionRequest$ = [3, n0, _GCR,
662
702
  0,
663
703
  [_CIo],
664
704
  [[0, 1]], 1
665
705
  ];
666
- exports.GetConnectionResponse$ = [3, n0, _GCRe,
706
+ exports.GetConnectionRequest$ = GetConnectionRequest$;
707
+ const GetConnectionResponse$ = [3, n0, _GCRe,
667
708
  0,
668
709
  [_CIo, _CDon],
669
- [0, () => exports.ConnectionDetails$]
710
+ [0, () => ConnectionDetails$]
670
711
  ];
671
- exports.GetOrderInput$ = [3, n0, _GOI,
712
+ exports.GetConnectionResponse$ = GetConnectionResponse$;
713
+ const GetOrderInput$ = [3, n0, _GOI,
672
714
  0,
673
715
  [_OIr],
674
716
  [[0, 1]], 1
675
717
  ];
676
- exports.GetOrderOutput$ = [3, n0, _GOO,
718
+ exports.GetOrderInput$ = GetOrderInput$;
719
+ const GetOrderOutput$ = [3, n0, _GOO,
677
720
  0,
678
721
  [_O],
679
- [() => exports.Order$]
722
+ [() => Order$]
680
723
  ];
681
- exports.GetOutpostBillingInformationInput$ = [3, n0, _GOBII,
724
+ exports.GetOrderOutput$ = GetOrderOutput$;
725
+ const GetOutpostBillingInformationInput$ = [3, n0, _GOBII,
682
726
  0,
683
727
  [_OI, _NT, _MR],
684
728
  [[0, 1], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]], 1
685
729
  ];
686
- exports.GetOutpostBillingInformationOutput$ = [3, n0, _GOBIO,
730
+ exports.GetOutpostBillingInformationInput$ = GetOutpostBillingInformationInput$;
731
+ const GetOutpostBillingInformationOutput$ = [3, n0, _GOBIO,
687
732
  0,
688
733
  [_NT, _Su, _CED, _PT, _PO],
689
734
  [0, () => SubscriptionList, 0, 0, 0]
690
735
  ];
691
- exports.GetOutpostInput$ = [3, n0, _GOIe,
736
+ exports.GetOutpostBillingInformationOutput$ = GetOutpostBillingInformationOutput$;
737
+ const GetOutpostInput$ = [3, n0, _GOIe,
692
738
  0,
693
739
  [_OIu],
694
740
  [[0, 1]], 1
695
741
  ];
696
- exports.GetOutpostInstanceTypesInput$ = [3, n0, _GOITI,
742
+ exports.GetOutpostInput$ = GetOutpostInput$;
743
+ const GetOutpostInstanceTypesInput$ = [3, n0, _GOITI,
697
744
  0,
698
745
  [_OIu, _NT, _MR],
699
746
  [[0, 1], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]], 1
700
747
  ];
701
- exports.GetOutpostInstanceTypesOutput$ = [3, n0, _GOITO,
748
+ exports.GetOutpostInstanceTypesInput$ = GetOutpostInstanceTypesInput$;
749
+ const GetOutpostInstanceTypesOutput$ = [3, n0, _GOITO,
702
750
  0,
703
751
  [_ITn, _NT, _OIu, _OAu],
704
752
  [() => InstanceTypeListDefinition, 0, 0, 0]
705
753
  ];
706
- exports.GetOutpostOutput$ = [3, n0, _GOOe,
754
+ exports.GetOutpostInstanceTypesOutput$ = GetOutpostInstanceTypesOutput$;
755
+ const GetOutpostOutput$ = [3, n0, _GOOe,
707
756
  0,
708
757
  [_Ou],
709
- [() => exports.Outpost$]
758
+ [() => Outpost$]
710
759
  ];
711
- exports.GetOutpostSupportedInstanceTypesInput$ = [3, n0, _GOSITI,
760
+ exports.GetOutpostOutput$ = GetOutpostOutput$;
761
+ const GetOutpostSupportedInstanceTypesInput$ = [3, n0, _GOSITI,
712
762
  0,
713
763
  [_OI, _OIr, _AIs, _MR, _NT],
714
764
  [[0, 1], [0, { [_hQ]: _OIr }], [0, { [_hQ]: _AIs }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
715
765
  ];
716
- exports.GetOutpostSupportedInstanceTypesOutput$ = [3, n0, _GOSITO,
766
+ exports.GetOutpostSupportedInstanceTypesInput$ = GetOutpostSupportedInstanceTypesInput$;
767
+ const GetOutpostSupportedInstanceTypesOutput$ = [3, n0, _GOSITO,
717
768
  0,
718
769
  [_ITn, _NT],
719
770
  [() => InstanceTypeListDefinition, 0]
720
771
  ];
721
- exports.GetQuoteInput$ = [3, n0, _GQI,
772
+ exports.GetOutpostSupportedInstanceTypesOutput$ = GetOutpostSupportedInstanceTypesOutput$;
773
+ const GetQuoteInput$ = [3, n0, _GQI,
722
774
  0,
723
775
  [_QI],
724
776
  [[0, 1]], 1
725
777
  ];
726
- exports.GetQuoteOutput$ = [3, n0, _GQO,
778
+ exports.GetQuoteInput$ = GetQuoteInput$;
779
+ const GetQuoteOutput$ = [3, n0, _GQO,
727
780
  0,
728
781
  [_Q],
729
- [[() => exports.Quote$, 0]]
782
+ [[() => Quote$, 0]]
730
783
  ];
731
- exports.GetRenewalPricingInput$ = [3, n0, _GRPI,
784
+ exports.GetQuoteOutput$ = GetQuoteOutput$;
785
+ const GetRenewalPricingInput$ = [3, n0, _GRPI,
732
786
  0,
733
787
  [_OI],
734
788
  [[0, 1]], 1
735
789
  ];
736
- exports.GetRenewalPricingOutput$ = [3, n0, _GRPO,
790
+ exports.GetRenewalPricingInput$ = GetRenewalPricingInput$;
791
+ const GetRenewalPricingOutput$ = [3, n0, _GRPO,
737
792
  0,
738
793
  [_PR, _POr],
739
794
  [0, () => PricingOptionList]
740
795
  ];
741
- exports.GetSiteAddressInput$ = [3, n0, _GSAI,
796
+ exports.GetRenewalPricingOutput$ = GetRenewalPricingOutput$;
797
+ const GetSiteAddressInput$ = [3, n0, _GSAI,
742
798
  0,
743
799
  [_SI, _ATd],
744
800
  [[0, 1], [0, { [_hQ]: _ATd }]], 2
745
801
  ];
746
- exports.GetSiteAddressOutput$ = [3, n0, _GSAO,
802
+ exports.GetSiteAddressInput$ = GetSiteAddressInput$;
803
+ const GetSiteAddressOutput$ = [3, n0, _GSAO,
747
804
  0,
748
805
  [_SI, _ATd, _A],
749
- [0, 0, () => exports.Address$]
806
+ [0, 0, () => Address$]
750
807
  ];
751
- exports.GetSiteInput$ = [3, n0, _GSI,
808
+ exports.GetSiteAddressOutput$ = GetSiteAddressOutput$;
809
+ const GetSiteInput$ = [3, n0, _GSI,
752
810
  0,
753
811
  [_SI],
754
812
  [[0, 1]], 1
755
813
  ];
756
- exports.GetSiteOutput$ = [3, n0, _GSO,
814
+ exports.GetSiteInput$ = GetSiteInput$;
815
+ const GetSiteOutput$ = [3, n0, _GSO,
757
816
  0,
758
817
  [_Si],
759
- [() => exports.Site$]
818
+ [() => Site$]
760
819
  ];
761
- exports.InstancesToExclude$ = [3, n0, _ITE,
820
+ exports.GetSiteOutput$ = GetSiteOutput$;
821
+ const InstancesToExclude$ = [3, n0, _ITE,
762
822
  0,
763
823
  [_I, _AIcc, _Se],
764
824
  [64 | 0, 64 | 0, 64 | 0]
765
825
  ];
766
- exports.InstanceTypeCapacity$ = [3, n0, _ITCn,
826
+ exports.InstancesToExclude$ = InstancesToExclude$;
827
+ const InstanceTypeCapacity$ = [3, n0, _ITCn,
767
828
  0,
768
829
  [_IT, _Co],
769
830
  [0, 1], 2
770
831
  ];
771
- exports.InstanceTypeItem$ = [3, n0, _ITI,
832
+ exports.InstanceTypeCapacity$ = InstanceTypeCapacity$;
833
+ const InstanceTypeItem$ = [3, n0, _ITI,
772
834
  0,
773
835
  [_IT, _VCPU],
774
836
  [0, 1]
775
837
  ];
776
- exports.LineItem$ = [3, n0, _LIi,
838
+ exports.InstanceTypeItem$ = InstanceTypeItem$;
839
+ const LineItem$ = [3, n0, _LIi,
777
840
  0,
778
841
  [_CII, _LII, _Qu, _St, _SIh, _AIL, _PLII, _POI],
779
- [0, 0, 1, 0, () => exports.ShipmentInformation$, () => LineItemAssetInformationList, 0, 0]
842
+ [0, 0, 1, 0, () => ShipmentInformation$, () => LineItemAssetInformationList, 0, 0]
780
843
  ];
781
- exports.LineItemAssetInformation$ = [3, n0, _LIAI,
844
+ exports.LineItem$ = LineItem$;
845
+ const LineItemAssetInformation$ = [3, n0, _LIAI,
782
846
  0,
783
847
  [_AIs, _MAL],
784
848
  [0, 64 | 0]
785
849
  ];
786
- exports.LineItemRequest$ = [3, n0, _LIR,
850
+ exports.LineItemAssetInformation$ = LineItemAssetInformation$;
851
+ const LineItemRequest$ = [3, n0, _LIR,
787
852
  0,
788
853
  [_CII, _Qu],
789
854
  [0, 1]
790
855
  ];
791
- exports.ListAssetInstancesInput$ = [3, n0, _LAII,
856
+ exports.LineItemRequest$ = LineItemRequest$;
857
+ const ListAssetInstancesInput$ = [3, n0, _LAII,
792
858
  0,
793
859
  [_OI, _AIF, _ITF, _AIFc, _ASF, _MR, _NT],
794
860
  [[0, 1], [64 | 0, { [_hQ]: _AIF }], [64 | 0, { [_hQ]: _ITF }], [64 | 0, { [_hQ]: _AIFc }], [64 | 0, { [_hQ]: _ASF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
795
861
  ];
796
- exports.ListAssetInstancesOutput$ = [3, n0, _LAIO,
862
+ exports.ListAssetInstancesInput$ = ListAssetInstancesInput$;
863
+ const ListAssetInstancesOutput$ = [3, n0, _LAIO,
797
864
  0,
798
865
  [_AIsse, _NT],
799
866
  [() => AssetInstanceList, 0]
800
867
  ];
801
- exports.ListAssetsInput$ = [3, n0, _LAI,
868
+ exports.ListAssetInstancesOutput$ = ListAssetInstancesOutput$;
869
+ const ListAssetsInput$ = [3, n0, _LAI,
802
870
  0,
803
871
  [_OI, _HIF, _MR, _NT, _SF, _ATF],
804
872
  [[0, 1], [64 | 0, { [_hQ]: _HIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _SF }], [64 | 0, { [_hQ]: _ATF }]], 1
805
873
  ];
806
- exports.ListAssetsOutput$ = [3, n0, _LAO,
874
+ exports.ListAssetsInput$ = ListAssetsInput$;
875
+ const ListAssetsOutput$ = [3, n0, _LAO,
807
876
  0,
808
877
  [_As, _NT],
809
878
  [() => AssetListDefinition, 0]
810
879
  ];
811
- exports.ListBlockingInstancesForCapacityTaskInput$ = [3, n0, _LBIFCTI,
880
+ exports.ListAssetsOutput$ = ListAssetsOutput$;
881
+ const ListBlockingInstancesForCapacityTaskInput$ = [3, n0, _LBIFCTI,
812
882
  0,
813
883
  [_OI, _CTI, _MR, _NT],
814
884
  [[0, 1], [0, 1], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 2
815
885
  ];
816
- exports.ListBlockingInstancesForCapacityTaskOutput$ = [3, n0, _LBIFCTO,
886
+ exports.ListBlockingInstancesForCapacityTaskInput$ = ListBlockingInstancesForCapacityTaskInput$;
887
+ const ListBlockingInstancesForCapacityTaskOutput$ = [3, n0, _LBIFCTO,
817
888
  0,
818
889
  [_BIl, _NT],
819
890
  [() => BlockingInstancesList, 0]
820
891
  ];
821
- exports.ListCapacityTasksInput$ = [3, n0, _LCTI,
892
+ exports.ListBlockingInstancesForCapacityTaskOutput$ = ListBlockingInstancesForCapacityTaskOutput$;
893
+ const ListCapacityTasksInput$ = [3, n0, _LCTI,
822
894
  0,
823
895
  [_OIF, _MR, _NT, _CTSF],
824
896
  [[0, { [_hQ]: _OIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _CTSF }]]
825
897
  ];
826
- exports.ListCapacityTasksOutput$ = [3, n0, _LCTO,
898
+ exports.ListCapacityTasksInput$ = ListCapacityTasksInput$;
899
+ const ListCapacityTasksOutput$ = [3, n0, _LCTO,
827
900
  0,
828
901
  [_CTa, _NT],
829
902
  [() => CapacityTaskList, 0]
830
903
  ];
831
- exports.ListCatalogItemsInput$ = [3, n0, _LCII,
904
+ exports.ListCapacityTasksOutput$ = ListCapacityTasksOutput$;
905
+ const ListCatalogItemsInput$ = [3, n0, _LCII,
832
906
  0,
833
907
  [_NT, _MR, _ICF, _SSF, _ECFF],
834
908
  [[0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }], [64 | 0, { [_hQ]: _ICF }], [64 | 0, { [_hQ]: _SSF }], [64 | 0, { [_hQ]: _ECFF }]]
835
909
  ];
836
- exports.ListCatalogItemsOutput$ = [3, n0, _LCIO,
910
+ exports.ListCatalogItemsInput$ = ListCatalogItemsInput$;
911
+ const ListCatalogItemsOutput$ = [3, n0, _LCIO,
837
912
  0,
838
913
  [_CIa, _NT],
839
914
  [() => CatalogItemListDefinition, 0]
840
915
  ];
841
- exports.ListOrderableInstanceTypesInput$ = [3, n0, _LOITI,
916
+ exports.ListCatalogItemsOutput$ = ListCatalogItemsOutput$;
917
+ const ListOrderableInstanceTypesInput$ = [3, n0, _LOITI,
842
918
  0,
843
919
  [_OGF, _MR, _NT],
844
920
  [[0, { [_hQ]: _OGF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]]
845
921
  ];
846
- exports.ListOrderableInstanceTypesOutput$ = [3, n0, _LOITO,
922
+ exports.ListOrderableInstanceTypesInput$ = ListOrderableInstanceTypesInput$;
923
+ const ListOrderableInstanceTypesOutput$ = [3, n0, _LOITO,
847
924
  0,
848
925
  [_ITn, _NT],
849
926
  [() => DetailedInstanceTypeListDefinition, 0]
850
927
  ];
851
- exports.ListOrdersInput$ = [3, n0, _LOI,
928
+ exports.ListOrderableInstanceTypesOutput$ = ListOrderableInstanceTypesOutput$;
929
+ const ListOrdersInput$ = [3, n0, _LOI,
852
930
  0,
853
931
  [_OIF, _NT, _MR],
854
932
  [[0, { [_hQ]: _OIF }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
855
933
  ];
856
- exports.ListOrdersOutput$ = [3, n0, _LOO,
934
+ exports.ListOrdersInput$ = ListOrdersInput$;
935
+ const ListOrdersOutput$ = [3, n0, _LOO,
857
936
  0,
858
937
  [_Or, _NT],
859
938
  [() => OrderSummaryListDefinition, 0]
860
939
  ];
861
- exports.ListOutpostsInput$ = [3, n0, _LOIi,
940
+ exports.ListOrdersOutput$ = ListOrdersOutput$;
941
+ const ListOutpostsInput$ = [3, n0, _LOIi,
862
942
  0,
863
943
  [_NT, _MR, _LCSF, _AZF, _AZIF],
864
944
  [[0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }], [64 | 0, { [_hQ]: _LCSF }], [64 | 0, { [_hQ]: _AZF }], [64 | 0, { [_hQ]: _AZIF }]]
865
945
  ];
866
- exports.ListOutpostsOutput$ = [3, n0, _LOOi,
946
+ exports.ListOutpostsInput$ = ListOutpostsInput$;
947
+ const ListOutpostsOutput$ = [3, n0, _LOOi,
867
948
  0,
868
949
  [_Out, _NT],
869
950
  [() => outpostListDefinition, 0]
870
951
  ];
871
- exports.ListQuotesInput$ = [3, n0, _LQI,
952
+ exports.ListOutpostsOutput$ = ListOutpostsOutput$;
953
+ const ListQuotesInput$ = [3, n0, _LQI,
872
954
  0,
873
955
  [_NT, _MR],
874
956
  [[0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
875
957
  ];
876
- exports.ListQuotesOutput$ = [3, n0, _LQO,
958
+ exports.ListQuotesInput$ = ListQuotesInput$;
959
+ const ListQuotesOutput$ = [3, n0, _LQO,
877
960
  0,
878
961
  [_Quo, _NT],
879
962
  [[() => QuoteSummaryListDefinition, 0], 0]
880
963
  ];
881
- exports.ListSitesInput$ = [3, n0, _LSI,
964
+ exports.ListQuotesOutput$ = ListQuotesOutput$;
965
+ const ListSitesInput$ = [3, n0, _LSI,
882
966
  0,
883
967
  [_NT, _MR, _OACCF, _OASORF, _OACF],
884
968
  [[0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }], [64 | 0, { [_hQ]: _OACCF }], [64 | 0, { [_hQ]: _OASORF }], [64 | 0, { [_hQ]: _OACF }]]
885
969
  ];
886
- exports.ListSitesOutput$ = [3, n0, _LSO,
970
+ exports.ListSitesInput$ = ListSitesInput$;
971
+ const ListSitesOutput$ = [3, n0, _LSO,
887
972
  0,
888
973
  [_Sit, _NT],
889
974
  [() => siteListDefinition, 0]
890
975
  ];
891
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
976
+ exports.ListSitesOutput$ = ListSitesOutput$;
977
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
892
978
  0,
893
979
  [_RA],
894
980
  [[0, 1]], 1
895
981
  ];
896
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
982
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
983
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
897
984
  0,
898
985
  [_Ta],
899
986
  [128 | 0]
900
987
  ];
901
- exports.Order$ = [3, n0, _O,
988
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
989
+ const Order$ = [3, n0, _O,
902
990
  0,
903
991
  [_OIu, _OIr, _St, _LI, _PO, _OSD, _OFD, _PT, _OT],
904
992
  [0, 0, 0, () => LineItemListDefinition, 0, 4, 4, 0, 0]
905
993
  ];
906
- exports.OrderingRequirement$ = [3, n0, _OR,
994
+ exports.Order$ = Order$;
995
+ const OrderingRequirement$ = [3, n0, _OR,
907
996
  0,
908
997
  [_SM, _ORT, _St],
909
998
  [0, 0, 0]
910
999
  ];
911
- exports.OrderSummary$ = [3, n0, _OS,
1000
+ exports.OrderingRequirement$ = OrderingRequirement$;
1001
+ const OrderSummary$ = [3, n0, _OS,
912
1002
  0,
913
1003
  [_OIu, _OIr, _OT, _St, _LICBS, _OSD, _OFD],
914
1004
  [0, 0, 0, 0, 128 | 1, 4, 4]
915
1005
  ];
916
- exports.Outpost$ = [3, n0, _Ou,
1006
+ exports.OrderSummary$ = OrderSummary$;
1007
+ const Outpost$ = [3, n0, _Ou,
917
1008
  0,
918
1009
  [_OIu, _OIw, _OAu, _SI, _N, _D, _LCS, _AZ, _AZI, _Ta, _SAi, _SHT],
919
1010
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 0]
920
1011
  ];
921
- exports.PricingOption$ = [3, n0, _POri,
1012
+ exports.Outpost$ = Outpost$;
1013
+ const PricingOption$ = [3, n0, _POri,
922
1014
  0,
923
1015
  [_PTr, _SPD],
924
- [0, () => exports.SubscriptionPricingDetails$]
1016
+ [0, () => SubscriptionPricingDetails$]
925
1017
  ];
926
- exports.Quote$ = [3, n0, _Q,
1018
+ exports.PricingOption$ = PricingOption$;
1019
+ const Quote$ = [3, n0, _Q,
927
1020
  0,
928
1021
  [_QIu, _AIc, _QS, _SM, _OAu, _CC, _RC, _RCe, _RPO, _RPT, _QO, _ORr, _SOI, _CDr, _ED, _D],
929
1022
  [0, 0, 0, 0, 0, 0, () => QuoteCapacityList, () => QuoteConstraintList, 64 | 0, 64 | 0, () => QuoteOptionList, () => OrderingRequirementList, 0, 4, 4, [() => QuoteDescription, 0]]
930
1023
  ];
931
- exports.QuoteCapacity$ = [3, n0, _QC,
1024
+ exports.Quote$ = Quote$;
1025
+ const QuoteCapacity$ = [3, n0, _QC,
932
1026
  0,
933
1027
  [_QCT, _U, _Qu],
934
1028
  [0, 0, 1]
935
1029
  ];
936
- exports.QuoteConstraint$ = [3, n0, _QCu,
1030
+ exports.QuoteCapacity$ = QuoteCapacity$;
1031
+ const QuoteConstraint$ = [3, n0, _QCu,
937
1032
  0,
938
1033
  [_QCTu, _V],
939
1034
  [0, 0]
940
1035
  ];
941
- exports.QuoteOption$ = [3, n0, _QOu,
1036
+ exports.QuoteConstraint$ = QuoteConstraint$;
1037
+ const QuoteOption$ = [3, n0, _QOu,
942
1038
  0,
943
1039
  [_QOI, _Ca, _CS, _Sp, _POr],
944
- [0, () => QuoteCapacityList, () => exports.CapacitySummary$, () => QuoteSpecificationList, () => PricingOptionList]
1040
+ [0, () => QuoteCapacityList, () => CapacitySummary$, () => QuoteSpecificationList, () => PricingOptionList]
945
1041
  ];
946
- exports.QuoteSpecification$ = [3, n0, _QSu,
1042
+ exports.QuoteOption$ = QuoteOption$;
1043
+ const QuoteSpecification$ = [3, n0, _QSu,
947
1044
  0,
948
1045
  [_QST, _ERSD, _FRSD, _SSD],
949
- [0, () => exports.RackSpecificationDetails$, () => exports.RackSpecificationDetails$, () => exports.ServerSpecificationDetails$]
1046
+ [0, () => RackSpecificationDetails$, () => RackSpecificationDetails$, () => ServerSpecificationDetails$]
950
1047
  ];
951
- exports.QuoteSummary$ = [3, n0, _QSuo,
1048
+ exports.QuoteSpecification$ = QuoteSpecification$;
1049
+ const QuoteSummary$ = [3, n0, _QSuo,
952
1050
  0,
953
1051
  [_QIu, _AIc, _QS, _SM, _OAu, _CC, _RC, _RCe, _RPO, _RPT, _QO, _SOI, _CDr, _ED, _D],
954
1052
  [0, 0, 0, 0, 0, 0, () => QuoteCapacityList, () => QuoteConstraintList, 64 | 0, 64 | 0, () => QuoteOptionList, 0, 4, 4, [() => QuoteDescription, 0]]
955
1053
  ];
956
- exports.RackPhysicalProperties$ = [3, n0, _RPP,
1054
+ exports.QuoteSummary$ = QuoteSummary$;
1055
+ const RackPhysicalProperties$ = [3, n0, _RPP,
957
1056
  0,
958
1057
  [_PDK, _PP, _PCo, _PFD, _UG, _UC, _FOCT, _OSp, _MSWL],
959
1058
  [0, 0, 0, 0, 0, 0, 0, 0, 0]
960
1059
  ];
961
- exports.RackSpecificationDetails$ = [3, n0, _RSD,
1060
+ exports.RackPhysicalProperties$ = RackPhysicalProperties$;
1061
+ const RackSpecificationDetails$ = [3, n0, _RSD,
962
1062
  0,
963
1063
  [_RIa, _RU, _RPDK, _RWL, _RHI, _RWI, _RDI, _RUH, _ECC],
964
1064
  [0, 0, 1, 1, 1, 1, 1, 0, () => EC2CapacityListDefinition]
965
1065
  ];
966
- exports.ServerSpecificationDetails$ = [3, n0, _SSD,
1066
+ exports.RackSpecificationDetails$ = RackSpecificationDetails$;
1067
+ const ServerSpecificationDetails$ = [3, n0, _SSD,
967
1068
  0,
968
1069
  [_SPDK, _SWL, _SHI, _SWI, _SDI, _RUH, _ECC],
969
1070
  [1, 1, 1, 1, 1, 0, () => EC2CapacityListDefinition]
970
1071
  ];
971
- exports.ShipmentInformation$ = [3, n0, _SIh,
1072
+ exports.ServerSpecificationDetails$ = ServerSpecificationDetails$;
1073
+ const ShipmentInformation$ = [3, n0, _SIh,
972
1074
  0,
973
1075
  [_STN, _SC],
974
1076
  [0, 0]
975
1077
  ];
976
- exports.Site$ = [3, n0, _Si,
1078
+ exports.ShipmentInformation$ = ShipmentInformation$;
1079
+ const Site$ = [3, n0, _Si,
977
1080
  0,
978
1081
  [_SI, _AIc, _N, _D, _Ta, _SAi, _No, _OACC, _OASOR, _OAC, _RPP],
979
- [0, 0, 0, 0, 128 | 0, 0, 0, 0, 0, 0, () => exports.RackPhysicalProperties$]
1082
+ [0, 0, 0, 0, 128 | 0, 0, 0, 0, 0, 0, () => RackPhysicalProperties$]
980
1083
  ];
981
- exports.StartCapacityTaskInput$ = [3, n0, _SCTI,
1084
+ exports.Site$ = Site$;
1085
+ const StartCapacityTaskInput$ = [3, n0, _SCTI,
982
1086
  0,
983
1087
  [_OI, _IP, _OIr, _AIs, _ITE, _DR, _TAOBI],
984
- [[0, 1], () => RequestedInstancePools, 0, 0, () => exports.InstancesToExclude$, 2, 0], 2
1088
+ [[0, 1], () => RequestedInstancePools, 0, 0, () => InstancesToExclude$, 2, 0], 2
985
1089
  ];
986
- exports.StartCapacityTaskOutput$ = [3, n0, _SCTO,
1090
+ exports.StartCapacityTaskInput$ = StartCapacityTaskInput$;
1091
+ const StartCapacityTaskOutput$ = [3, n0, _SCTO,
987
1092
  0,
988
1093
  [_CTI, _OIu, _OIr, _AIs, _RIP, _ITE, _DR, _CTSa, _Fa, _CD, _CDo, _LMD, _TAOBI],
989
- [0, 0, 0, 0, () => RequestedInstancePools, () => exports.InstancesToExclude$, 2, 0, () => exports.CapacityTaskFailure$, 4, 4, 4, 0]
1094
+ [0, 0, 0, 0, () => RequestedInstancePools, () => InstancesToExclude$, 2, 0, () => CapacityTaskFailure$, 4, 4, 4, 0]
990
1095
  ];
991
- exports.StartConnectionRequest$ = [3, n0, _SCR,
1096
+ exports.StartCapacityTaskOutput$ = StartCapacityTaskOutput$;
1097
+ const StartConnectionRequest$ = [3, n0, _SCR,
992
1098
  0,
993
1099
  [_AIs, _CPK, _NIDI, _DSN],
994
1100
  [0, 0, 1, 0], 3
995
1101
  ];
996
- exports.StartConnectionResponse$ = [3, n0, _SCRt,
1102
+ exports.StartConnectionRequest$ = StartConnectionRequest$;
1103
+ const StartConnectionResponse$ = [3, n0, _SCRt,
997
1104
  0,
998
1105
  [_CIo, _UIA],
999
1106
  [0, 0]
1000
1107
  ];
1001
- exports.StartOutpostDecommissionInput$ = [3, n0, _SODI,
1108
+ exports.StartConnectionResponse$ = StartConnectionResponse$;
1109
+ const StartOutpostDecommissionInput$ = [3, n0, _SODI,
1002
1110
  0,
1003
1111
  [_OI, _VO],
1004
1112
  [[0, 1], 2], 1
1005
1113
  ];
1006
- exports.StartOutpostDecommissionOutput$ = [3, n0, _SODO,
1114
+ exports.StartOutpostDecommissionInput$ = StartOutpostDecommissionInput$;
1115
+ const StartOutpostDecommissionOutput$ = [3, n0, _SODO,
1007
1116
  0,
1008
1117
  [_St, _BRT],
1009
1118
  [0, 64 | 0]
1010
1119
  ];
1011
- exports.Subscription$ = [3, n0, _Sub,
1120
+ exports.StartOutpostDecommissionOutput$ = StartOutpostDecommissionOutput$;
1121
+ const Subscription$ = [3, n0, _Sub,
1012
1122
  0,
1013
1123
  [_SIu, _ST, _SSu, _OIrd, _BD, _EDn, _Cu, _MRP, _UP],
1014
1124
  [0, 0, 0, 64 | 0, 4, 4, 0, 1, 1]
1015
1125
  ];
1016
- exports.SubscriptionPricingDetails$ = [3, n0, _SPD,
1126
+ exports.Subscription$ = Subscription$;
1127
+ const SubscriptionPricingDetails$ = [3, n0, _SPD,
1017
1128
  0,
1018
1129
  [_PO, _PT, _UP, _MRP, _Cu],
1019
1130
  [0, 0, 1, 1, 0]
1020
1131
  ];
1021
- exports.TagResourceRequest$ = [3, n0, _TRR,
1132
+ exports.SubscriptionPricingDetails$ = SubscriptionPricingDetails$;
1133
+ const TagResourceRequest$ = [3, n0, _TRR,
1022
1134
  0,
1023
1135
  [_RA, _Ta],
1024
1136
  [[0, 1], 128 | 0], 2
1025
1137
  ];
1026
- exports.TagResourceResponse$ = [3, n0, _TRRa,
1138
+ exports.TagResourceRequest$ = TagResourceRequest$;
1139
+ const TagResourceResponse$ = [3, n0, _TRRa,
1027
1140
  0,
1028
1141
  [],
1029
1142
  []
1030
1143
  ];
1031
- exports.UntagResourceRequest$ = [3, n0, _URR,
1144
+ exports.TagResourceResponse$ = TagResourceResponse$;
1145
+ const UntagResourceRequest$ = [3, n0, _URR,
1032
1146
  0,
1033
1147
  [_RA, _TK],
1034
1148
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1035
1149
  ];
1036
- exports.UntagResourceResponse$ = [3, n0, _URRn,
1150
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1151
+ const UntagResourceResponse$ = [3, n0, _URRn,
1037
1152
  0,
1038
1153
  [],
1039
1154
  []
1040
1155
  ];
1041
- exports.UpdateOutpostInput$ = [3, n0, _UOI,
1156
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1157
+ const UpdateOutpostInput$ = [3, n0, _UOI,
1042
1158
  0,
1043
1159
  [_OIu, _N, _D, _SHT],
1044
1160
  [[0, 1], 0, 0, 0], 1
1045
1161
  ];
1046
- exports.UpdateOutpostOutput$ = [3, n0, _UOO,
1162
+ exports.UpdateOutpostInput$ = UpdateOutpostInput$;
1163
+ const UpdateOutpostOutput$ = [3, n0, _UOO,
1047
1164
  0,
1048
1165
  [_Ou],
1049
- [() => exports.Outpost$]
1166
+ [() => Outpost$]
1050
1167
  ];
1051
- exports.UpdateQuoteInput$ = [3, n0, _UQI,
1168
+ exports.UpdateOutpostOutput$ = UpdateOutpostOutput$;
1169
+ const UpdateQuoteInput$ = [3, n0, _UQI,
1052
1170
  0,
1053
1171
  [_QI, _OI, _CC, _RC, _RCe, _RPO, _RPT, _D],
1054
1172
  [[0, 1], 0, 0, () => QuoteCapacityList, () => QuoteConstraintList, 64 | 0, 64 | 0, [() => QuoteDescription, 0]], 1
1055
1173
  ];
1056
- exports.UpdateQuoteOutput$ = [3, n0, _UQO,
1174
+ exports.UpdateQuoteInput$ = UpdateQuoteInput$;
1175
+ const UpdateQuoteOutput$ = [3, n0, _UQO,
1057
1176
  0,
1058
1177
  [_Q],
1059
- [[() => exports.Quote$, 0]]
1178
+ [[() => Quote$, 0]]
1060
1179
  ];
1061
- exports.UpdateSiteAddressInput$ = [3, n0, _USAI,
1180
+ exports.UpdateQuoteOutput$ = UpdateQuoteOutput$;
1181
+ const UpdateSiteAddressInput$ = [3, n0, _USAI,
1062
1182
  0,
1063
1183
  [_SI, _ATd, _A],
1064
- [[0, 1], 0, () => exports.Address$], 3
1184
+ [[0, 1], 0, () => Address$], 3
1065
1185
  ];
1066
- exports.UpdateSiteAddressOutput$ = [3, n0, _USAO,
1186
+ exports.UpdateSiteAddressInput$ = UpdateSiteAddressInput$;
1187
+ const UpdateSiteAddressOutput$ = [3, n0, _USAO,
1067
1188
  0,
1068
1189
  [_ATd, _A],
1069
- [0, () => exports.Address$]
1190
+ [0, () => Address$]
1070
1191
  ];
1071
- exports.UpdateSiteInput$ = [3, n0, _USI,
1192
+ exports.UpdateSiteAddressOutput$ = UpdateSiteAddressOutput$;
1193
+ const UpdateSiteInput$ = [3, n0, _USI,
1072
1194
  0,
1073
1195
  [_SI, _N, _D, _No],
1074
1196
  [[0, 1], 0, 0, 0], 1
1075
1197
  ];
1076
- exports.UpdateSiteOutput$ = [3, n0, _USO,
1198
+ exports.UpdateSiteInput$ = UpdateSiteInput$;
1199
+ const UpdateSiteOutput$ = [3, n0, _USO,
1077
1200
  0,
1078
1201
  [_Si],
1079
- [() => exports.Site$]
1202
+ [() => Site$]
1080
1203
  ];
1081
- exports.UpdateSiteRackPhysicalPropertiesInput$ = [3, n0, _USRPPI,
1204
+ exports.UpdateSiteOutput$ = UpdateSiteOutput$;
1205
+ const UpdateSiteRackPhysicalPropertiesInput$ = [3, n0, _USRPPI,
1082
1206
  0,
1083
1207
  [_SI, _PDK, _PP, _PCo, _PFD, _UG, _UC, _FOCT, _OSp, _MSWL],
1084
1208
  [[0, 1], 0, 0, 0, 0, 0, 0, 0, 0, 0], 1
1085
1209
  ];
1086
- exports.UpdateSiteRackPhysicalPropertiesOutput$ = [3, n0, _USRPPO,
1210
+ exports.UpdateSiteRackPhysicalPropertiesInput$ = UpdateSiteRackPhysicalPropertiesInput$;
1211
+ const UpdateSiteRackPhysicalPropertiesOutput$ = [3, n0, _USRPPO,
1087
1212
  0,
1088
1213
  [_Si],
1089
- [() => exports.Site$]
1214
+ [() => Site$]
1090
1215
  ];
1216
+ exports.UpdateSiteRackPhysicalPropertiesOutput$ = UpdateSiteRackPhysicalPropertiesOutput$;
1091
1217
  var AccountIdList = 64 | 0;
1092
1218
  var AssetIdList = 64 | 0;
1093
1219
  var AssetInstanceCapacityList = [1, n0, _AICL,
1094
- 0, () => exports.AssetInstanceTypeCapacity$
1220
+ 0, () => AssetInstanceTypeCapacity$
1095
1221
  ];
1096
1222
  var AssetInstanceList = [1, n0, _AILs,
1097
- 0, () => exports.AssetInstance$
1223
+ 0, () => AssetInstance$
1098
1224
  ];
1099
1225
  var AssetListDefinition = [1, n0, _ALD,
1100
- 0, () => exports.AssetInfo$
1226
+ 0, () => AssetInfo$
1101
1227
  ];
1102
1228
  var AssetTypeList = 64 | 0;
1103
1229
  var AvailabilityZoneIdList = 64 | 0;
1104
1230
  var AvailabilityZoneList = 64 | 0;
1105
1231
  var AWSServiceNameList = 64 | 0;
1106
1232
  var BlockingInstancesList = [1, n0, _BIL,
1107
- 0, () => exports.BlockingInstance$
1233
+ 0, () => BlockingInstance$
1108
1234
  ];
1109
1235
  var BlockingResourceTypeList = 64 | 0;
1110
1236
  var CapacityTaskList = [1, n0, _CTL,
1111
- 0, () => exports.CapacityTaskSummary$
1237
+ 0, () => CapacityTaskSummary$
1112
1238
  ];
1113
1239
  var CapacityTaskStatusList = 64 | 0;
1114
1240
  var CatalogItemClassList = 64 | 0;
1115
1241
  var CatalogItemListDefinition = [1, n0, _CILD,
1116
- 0, () => exports.CatalogItem$
1242
+ 0, () => CatalogItem$
1117
1243
  ];
1118
1244
  var CIDRList = 64 | 0;
1119
1245
  var CityList = 64 | 0;
1120
1246
  var CountryCodeList = 64 | 0;
1121
1247
  var DetailedInstanceTypeListDefinition = [1, n0, _DITLD,
1122
- 0, () => exports.DetailedInstanceTypeItem$
1248
+ 0, () => DetailedInstanceTypeItem$
1123
1249
  ];
1124
1250
  var EC2CapacityListDefinition = [1, n0, _ECCLD,
1125
- 0, () => exports.EC2Capacity$
1251
+ 0, () => EC2Capacity$
1126
1252
  ];
1127
1253
  var EC2FamilyList = 64 | 0;
1128
1254
  var FormFactorConfigList = [1, n0, _FFCL,
1129
- 0, () => exports.FormFactorConfig$
1255
+ 0, () => FormFactorConfig$
1130
1256
  ];
1131
1257
  var HostIdList = 64 | 0;
1132
1258
  var InstanceFamilies = 64 | 0;
1133
1259
  var InstanceIdList = 64 | 0;
1134
1260
  var InstanceTypeListDefinition = [1, n0, _ITLD,
1135
- 0, () => exports.InstanceTypeItem$
1261
+ 0, () => InstanceTypeItem$
1136
1262
  ];
1137
1263
  var LifeCycleStatusList = 64 | 0;
1138
1264
  var LineItemAssetInformationList = [1, n0, _LIAIL,
1139
- 0, () => exports.LineItemAssetInformation$
1265
+ 0, () => LineItemAssetInformation$
1140
1266
  ];
1141
1267
  var LineItemListDefinition = [1, n0, _LILD,
1142
- 0, () => exports.LineItem$
1268
+ 0, () => LineItem$
1143
1269
  ];
1144
1270
  var LineItemRequestListDefinition = [1, n0, _LIRLD,
1145
- 0, () => exports.LineItemRequest$
1271
+ 0, () => LineItemRequest$
1146
1272
  ];
1147
1273
  var MacAddressList = 64 | 0;
1148
1274
  var OrderIdList = 64 | 0;
1149
1275
  var OrderingRequirementList = [1, n0, _ORL,
1150
- 0, () => exports.OrderingRequirement$
1276
+ 0, () => OrderingRequirement$
1151
1277
  ];
1152
1278
  var OrderSummaryListDefinition = [1, n0, _OSLD,
1153
- 0, () => exports.OrderSummary$
1279
+ 0, () => OrderSummary$
1154
1280
  ];
1155
1281
  var OutpostInstanceTypeList = 64 | 0;
1156
1282
  var outpostListDefinition = [1, n0, _oLD,
1157
- 0, () => exports.Outpost$
1283
+ 0, () => Outpost$
1158
1284
  ];
1159
1285
  var PaymentOptionList = 64 | 0;
1160
1286
  var PaymentTermList = 64 | 0;
1161
1287
  var PricingOptionList = [1, n0, _POL,
1162
- 0, () => exports.PricingOption$
1288
+ 0, () => PricingOption$
1163
1289
  ];
1164
1290
  var QuoteCapacityList = [1, n0, _QCL,
1165
- 0, () => exports.QuoteCapacity$
1291
+ 0, () => QuoteCapacity$
1166
1292
  ];
1167
1293
  var QuoteConstraintList = [1, n0, _QCLu,
1168
- 0, () => exports.QuoteConstraint$
1294
+ 0, () => QuoteConstraint$
1169
1295
  ];
1170
1296
  var QuoteOptionList = [1, n0, _QOL,
1171
- 0, () => exports.QuoteOption$
1297
+ 0, () => QuoteOption$
1172
1298
  ];
1173
1299
  var QuoteSpecificationList = [1, n0, _QSL,
1174
- 0, () => exports.QuoteSpecification$
1300
+ 0, () => QuoteSpecification$
1175
1301
  ];
1176
1302
  var QuoteSummaryListDefinition = [1, n0, _QSLD,
1177
- 0, [() => exports.QuoteSummary$,
1303
+ 0, [() => QuoteSummary$,
1178
1304
  0]
1179
1305
  ];
1180
1306
  var RequestedInstancePools = [1, n0, _RIP,
1181
- 0, () => exports.InstanceTypeCapacity$
1307
+ 0, () => InstanceTypeCapacity$
1182
1308
  ];
1183
1309
  var siteListDefinition = [1, n0, _sLD,
1184
- 0, () => exports.Site$
1310
+ 0, () => Site$
1185
1311
  ];
1186
1312
  var StateOrRegionList = 64 | 0;
1187
1313
  var StatusList = 64 | 0;
1188
1314
  var SubscriptionList = [1, n0, _SL,
1189
- 0, () => exports.Subscription$
1315
+ 0, () => Subscription$
1190
1316
  ];
1191
1317
  var SupportedStorageList = 64 | 0;
1192
1318
  var SupportedUplinkGbpsListDefinition = 64 | 1;
@@ -1194,131 +1320,131 @@ var TagKeyList = 64 | 0;
1194
1320
  var LineItemStatusCounts = 128 | 1;
1195
1321
  var TagMap = 128 | 0;
1196
1322
  exports.CancelCapacityTask$ = [9, n0, _CCT,
1197
- { [_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200] }, () => exports.CancelCapacityTaskInput$, () => exports.CancelCapacityTaskOutput$
1323
+ { [_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200] }, () => CancelCapacityTaskInput$, () => CancelCapacityTaskOutput$
1198
1324
  ];
1199
1325
  exports.CancelOrder$ = [9, n0, _CO,
1200
- { [_h]: ["POST", "/orders/{OrderId}/cancel", 200] }, () => exports.CancelOrderInput$, () => exports.CancelOrderOutput$
1326
+ { [_h]: ["POST", "/orders/{OrderId}/cancel", 200] }, () => CancelOrderInput$, () => CancelOrderOutput$
1201
1327
  ];
1202
1328
  exports.CreateOrder$ = [9, n0, _COr,
1203
- { [_h]: ["POST", "/orders", 200] }, () => exports.CreateOrderInput$, () => exports.CreateOrderOutput$
1329
+ { [_h]: ["POST", "/orders", 200] }, () => CreateOrderInput$, () => CreateOrderOutput$
1204
1330
  ];
1205
1331
  exports.CreateOutpost$ = [9, n0, _COre,
1206
- { [_h]: ["POST", "/outposts", 200] }, () => exports.CreateOutpostInput$, () => exports.CreateOutpostOutput$
1332
+ { [_h]: ["POST", "/outposts", 200] }, () => CreateOutpostInput$, () => CreateOutpostOutput$
1207
1333
  ];
1208
1334
  exports.CreateQuote$ = [9, n0, _CQ,
1209
- { [_h]: ["POST", "/quotes", 200] }, () => exports.CreateQuoteInput$, () => exports.CreateQuoteOutput$
1335
+ { [_h]: ["POST", "/quotes", 200] }, () => CreateQuoteInput$, () => CreateQuoteOutput$
1210
1336
  ];
1211
1337
  exports.CreateRenewal$ = [9, n0, _CR,
1212
- { [_h]: ["POST", "/renewals", 200] }, () => exports.CreateRenewalInput$, () => exports.CreateRenewalOutput$
1338
+ { [_h]: ["POST", "/renewals", 200] }, () => CreateRenewalInput$, () => CreateRenewalOutput$
1213
1339
  ];
1214
1340
  exports.CreateSite$ = [9, n0, _CSr,
1215
- { [_h]: ["POST", "/sites", 200] }, () => exports.CreateSiteInput$, () => exports.CreateSiteOutput$
1341
+ { [_h]: ["POST", "/sites", 200] }, () => CreateSiteInput$, () => CreateSiteOutput$
1216
1342
  ];
1217
1343
  exports.DeleteOutpost$ = [9, n0, _DO,
1218
- { [_h]: ["DELETE", "/outposts/{OutpostId}", 200] }, () => exports.DeleteOutpostInput$, () => exports.DeleteOutpostOutput$
1344
+ { [_h]: ["DELETE", "/outposts/{OutpostId}", 200] }, () => DeleteOutpostInput$, () => DeleteOutpostOutput$
1219
1345
  ];
1220
1346
  exports.DeleteQuote$ = [9, n0, _DQ,
1221
- { [_h]: ["DELETE", "/quotes/{QuoteIdentifier}", 200] }, () => exports.DeleteQuoteInput$, () => exports.DeleteQuoteOutput$
1347
+ { [_h]: ["DELETE", "/quotes/{QuoteIdentifier}", 200] }, () => DeleteQuoteInput$, () => DeleteQuoteOutput$
1222
1348
  ];
1223
1349
  exports.DeleteSite$ = [9, n0, _DS,
1224
- { [_h]: ["DELETE", "/sites/{SiteId}", 200] }, () => exports.DeleteSiteInput$, () => exports.DeleteSiteOutput$
1350
+ { [_h]: ["DELETE", "/sites/{SiteId}", 200] }, () => DeleteSiteInput$, () => DeleteSiteOutput$
1225
1351
  ];
1226
1352
  exports.GetCapacityTask$ = [9, n0, _GCT,
1227
- { [_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200] }, () => exports.GetCapacityTaskInput$, () => exports.GetCapacityTaskOutput$
1353
+ { [_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200] }, () => GetCapacityTaskInput$, () => GetCapacityTaskOutput$
1228
1354
  ];
1229
1355
  exports.GetCatalogItem$ = [9, n0, _GCI,
1230
- { [_h]: ["GET", "/catalog/item/{CatalogItemId}", 200] }, () => exports.GetCatalogItemInput$, () => exports.GetCatalogItemOutput$
1356
+ { [_h]: ["GET", "/catalog/item/{CatalogItemId}", 200] }, () => GetCatalogItemInput$, () => GetCatalogItemOutput$
1231
1357
  ];
1232
1358
  exports.GetConnection$ = [9, n0, _GC,
1233
- { [_h]: ["GET", "/connections/{ConnectionId}", 200] }, () => exports.GetConnectionRequest$, () => exports.GetConnectionResponse$
1359
+ { [_h]: ["GET", "/connections/{ConnectionId}", 200] }, () => GetConnectionRequest$, () => GetConnectionResponse$
1234
1360
  ];
1235
1361
  exports.GetOrder$ = [9, n0, _GO,
1236
- { [_h]: ["GET", "/orders/{OrderId}", 200] }, () => exports.GetOrderInput$, () => exports.GetOrderOutput$
1362
+ { [_h]: ["GET", "/orders/{OrderId}", 200] }, () => GetOrderInput$, () => GetOrderOutput$
1237
1363
  ];
1238
1364
  exports.GetOutpost$ = [9, n0, _GOe,
1239
- { [_h]: ["GET", "/outposts/{OutpostId}", 200] }, () => exports.GetOutpostInput$, () => exports.GetOutpostOutput$
1365
+ { [_h]: ["GET", "/outposts/{OutpostId}", 200] }, () => GetOutpostInput$, () => GetOutpostOutput$
1240
1366
  ];
1241
1367
  exports.GetOutpostBillingInformation$ = [9, n0, _GOBI,
1242
- { [_h]: ["GET", "/outpost/{OutpostIdentifier}/billing-information", 200] }, () => exports.GetOutpostBillingInformationInput$, () => exports.GetOutpostBillingInformationOutput$
1368
+ { [_h]: ["GET", "/outpost/{OutpostIdentifier}/billing-information", 200] }, () => GetOutpostBillingInformationInput$, () => GetOutpostBillingInformationOutput$
1243
1369
  ];
1244
1370
  exports.GetOutpostInstanceTypes$ = [9, n0, _GOIT,
1245
- { [_h]: ["GET", "/outposts/{OutpostId}/instanceTypes", 200] }, () => exports.GetOutpostInstanceTypesInput$, () => exports.GetOutpostInstanceTypesOutput$
1371
+ { [_h]: ["GET", "/outposts/{OutpostId}/instanceTypes", 200] }, () => GetOutpostInstanceTypesInput$, () => GetOutpostInstanceTypesOutput$
1246
1372
  ];
1247
1373
  exports.GetOutpostSupportedInstanceTypes$ = [9, n0, _GOSIT,
1248
- { [_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200] }, () => exports.GetOutpostSupportedInstanceTypesInput$, () => exports.GetOutpostSupportedInstanceTypesOutput$
1374
+ { [_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200] }, () => GetOutpostSupportedInstanceTypesInput$, () => GetOutpostSupportedInstanceTypesOutput$
1249
1375
  ];
1250
1376
  exports.GetQuote$ = [9, n0, _GQ,
1251
- { [_h]: ["GET", "/quotes/{QuoteIdentifier}", 200] }, () => exports.GetQuoteInput$, () => exports.GetQuoteOutput$
1377
+ { [_h]: ["GET", "/quotes/{QuoteIdentifier}", 200] }, () => GetQuoteInput$, () => GetQuoteOutput$
1252
1378
  ];
1253
1379
  exports.GetRenewalPricing$ = [9, n0, _GRP,
1254
- { [_h]: ["GET", "/outpost/{OutpostIdentifier}/renewal-pricing", 200] }, () => exports.GetRenewalPricingInput$, () => exports.GetRenewalPricingOutput$
1380
+ { [_h]: ["GET", "/outpost/{OutpostIdentifier}/renewal-pricing", 200] }, () => GetRenewalPricingInput$, () => GetRenewalPricingOutput$
1255
1381
  ];
1256
1382
  exports.GetSite$ = [9, n0, _GS,
1257
- { [_h]: ["GET", "/sites/{SiteId}", 200] }, () => exports.GetSiteInput$, () => exports.GetSiteOutput$
1383
+ { [_h]: ["GET", "/sites/{SiteId}", 200] }, () => GetSiteInput$, () => GetSiteOutput$
1258
1384
  ];
1259
1385
  exports.GetSiteAddress$ = [9, n0, _GSA,
1260
- { [_h]: ["GET", "/sites/{SiteId}/address", 200] }, () => exports.GetSiteAddressInput$, () => exports.GetSiteAddressOutput$
1386
+ { [_h]: ["GET", "/sites/{SiteId}/address", 200] }, () => GetSiteAddressInput$, () => GetSiteAddressOutput$
1261
1387
  ];
1262
1388
  exports.ListAssetInstances$ = [9, n0, _LAIi,
1263
- { [_h]: ["GET", "/outposts/{OutpostIdentifier}/assetInstances", 200] }, () => exports.ListAssetInstancesInput$, () => exports.ListAssetInstancesOutput$
1389
+ { [_h]: ["GET", "/outposts/{OutpostIdentifier}/assetInstances", 200] }, () => ListAssetInstancesInput$, () => ListAssetInstancesOutput$
1264
1390
  ];
1265
1391
  exports.ListAssets$ = [9, n0, _LA,
1266
- { [_h]: ["GET", "/outposts/{OutpostIdentifier}/assets", 200] }, () => exports.ListAssetsInput$, () => exports.ListAssetsOutput$
1392
+ { [_h]: ["GET", "/outposts/{OutpostIdentifier}/assets", 200] }, () => ListAssetsInput$, () => ListAssetsOutput$
1267
1393
  ];
1268
1394
  exports.ListBlockingInstancesForCapacityTask$ = [9, n0, _LBIFCT,
1269
- { [_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}/blockingInstances", 200] }, () => exports.ListBlockingInstancesForCapacityTaskInput$, () => exports.ListBlockingInstancesForCapacityTaskOutput$
1395
+ { [_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}/blockingInstances", 200] }, () => ListBlockingInstancesForCapacityTaskInput$, () => ListBlockingInstancesForCapacityTaskOutput$
1270
1396
  ];
1271
1397
  exports.ListCapacityTasks$ = [9, n0, _LCT,
1272
- { [_h]: ["GET", "/capacity/tasks", 200] }, () => exports.ListCapacityTasksInput$, () => exports.ListCapacityTasksOutput$
1398
+ { [_h]: ["GET", "/capacity/tasks", 200] }, () => ListCapacityTasksInput$, () => ListCapacityTasksOutput$
1273
1399
  ];
1274
1400
  exports.ListCatalogItems$ = [9, n0, _LCI,
1275
- { [_h]: ["GET", "/catalog/items", 200] }, () => exports.ListCatalogItemsInput$, () => exports.ListCatalogItemsOutput$
1401
+ { [_h]: ["GET", "/catalog/items", 200] }, () => ListCatalogItemsInput$, () => ListCatalogItemsOutput$
1276
1402
  ];
1277
1403
  exports.ListOrderableInstanceTypes$ = [9, n0, _LOIT,
1278
- { [_h]: ["GET", "/instanceTypes", 200] }, () => exports.ListOrderableInstanceTypesInput$, () => exports.ListOrderableInstanceTypesOutput$
1404
+ { [_h]: ["GET", "/instanceTypes", 200] }, () => ListOrderableInstanceTypesInput$, () => ListOrderableInstanceTypesOutput$
1279
1405
  ];
1280
1406
  exports.ListOrders$ = [9, n0, _LO,
1281
- { [_h]: ["GET", "/list-orders", 200] }, () => exports.ListOrdersInput$, () => exports.ListOrdersOutput$
1407
+ { [_h]: ["GET", "/list-orders", 200] }, () => ListOrdersInput$, () => ListOrdersOutput$
1282
1408
  ];
1283
1409
  exports.ListOutposts$ = [9, n0, _LOi,
1284
- { [_h]: ["GET", "/outposts", 200] }, () => exports.ListOutpostsInput$, () => exports.ListOutpostsOutput$
1410
+ { [_h]: ["GET", "/outposts", 200] }, () => ListOutpostsInput$, () => ListOutpostsOutput$
1285
1411
  ];
1286
1412
  exports.ListQuotes$ = [9, n0, _LQ,
1287
- { [_h]: ["GET", "/quotes", 200] }, () => exports.ListQuotesInput$, () => exports.ListQuotesOutput$
1413
+ { [_h]: ["GET", "/quotes", 200] }, () => ListQuotesInput$, () => ListQuotesOutput$
1288
1414
  ];
1289
1415
  exports.ListSites$ = [9, n0, _LS,
1290
- { [_h]: ["GET", "/sites", 200] }, () => exports.ListSitesInput$, () => exports.ListSitesOutput$
1416
+ { [_h]: ["GET", "/sites", 200] }, () => ListSitesInput$, () => ListSitesOutput$
1291
1417
  ];
1292
1418
  exports.ListTagsForResource$ = [9, n0, _LTFR,
1293
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1419
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1294
1420
  ];
1295
1421
  exports.StartCapacityTask$ = [9, n0, _SCT,
1296
- { [_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity", 200] }, () => exports.StartCapacityTaskInput$, () => exports.StartCapacityTaskOutput$
1422
+ { [_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity", 200] }, () => StartCapacityTaskInput$, () => StartCapacityTaskOutput$
1297
1423
  ];
1298
1424
  exports.StartConnection$ = [9, n0, _SCt,
1299
- { [_h]: ["POST", "/connections", 200] }, () => exports.StartConnectionRequest$, () => exports.StartConnectionResponse$
1425
+ { [_h]: ["POST", "/connections", 200] }, () => StartConnectionRequest$, () => StartConnectionResponse$
1300
1426
  ];
1301
1427
  exports.StartOutpostDecommission$ = [9, n0, _SOD,
1302
- { [_h]: ["POST", "/outposts/{OutpostIdentifier}/decommission", 200] }, () => exports.StartOutpostDecommissionInput$, () => exports.StartOutpostDecommissionOutput$
1428
+ { [_h]: ["POST", "/outposts/{OutpostIdentifier}/decommission", 200] }, () => StartOutpostDecommissionInput$, () => StartOutpostDecommissionOutput$
1303
1429
  ];
1304
1430
  exports.TagResource$ = [9, n0, _TR,
1305
- { [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
1431
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1306
1432
  ];
1307
1433
  exports.UntagResource$ = [9, n0, _UR,
1308
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
1434
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1309
1435
  ];
1310
1436
  exports.UpdateOutpost$ = [9, n0, _UO,
1311
- { [_h]: ["PATCH", "/outposts/{OutpostId}", 200] }, () => exports.UpdateOutpostInput$, () => exports.UpdateOutpostOutput$
1437
+ { [_h]: ["PATCH", "/outposts/{OutpostId}", 200] }, () => UpdateOutpostInput$, () => UpdateOutpostOutput$
1312
1438
  ];
1313
1439
  exports.UpdateQuote$ = [9, n0, _UQ,
1314
- { [_h]: ["PATCH", "/quotes/{QuoteIdentifier}", 200] }, () => exports.UpdateQuoteInput$, () => exports.UpdateQuoteOutput$
1440
+ { [_h]: ["PATCH", "/quotes/{QuoteIdentifier}", 200] }, () => UpdateQuoteInput$, () => UpdateQuoteOutput$
1315
1441
  ];
1316
1442
  exports.UpdateSite$ = [9, n0, _US,
1317
- { [_h]: ["PATCH", "/sites/{SiteId}", 200] }, () => exports.UpdateSiteInput$, () => exports.UpdateSiteOutput$
1443
+ { [_h]: ["PATCH", "/sites/{SiteId}", 200] }, () => UpdateSiteInput$, () => UpdateSiteOutput$
1318
1444
  ];
1319
1445
  exports.UpdateSiteAddress$ = [9, n0, _USA,
1320
- { [_h]: ["PUT", "/sites/{SiteId}/address", 200] }, () => exports.UpdateSiteAddressInput$, () => exports.UpdateSiteAddressOutput$
1446
+ { [_h]: ["PUT", "/sites/{SiteId}/address", 200] }, () => UpdateSiteAddressInput$, () => UpdateSiteAddressOutput$
1321
1447
  ];
1322
1448
  exports.UpdateSiteRackPhysicalProperties$ = [9, n0, _USRPP,
1323
- { [_h]: ["PATCH", "/sites/{SiteId}/rackPhysicalProperties", 200] }, () => exports.UpdateSiteRackPhysicalPropertiesInput$, () => exports.UpdateSiteRackPhysicalPropertiesOutput$
1449
+ { [_h]: ["PATCH", "/sites/{SiteId}/rackPhysicalProperties", 200] }, () => UpdateSiteRackPhysicalPropertiesInput$, () => UpdateSiteRackPhysicalPropertiesOutput$
1324
1450
  ];