@aws-sdk/client-outposts 3.943.0 → 3.946.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 +85 -435
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/OutpostsClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +85 -435
- package/dist-types/Outposts.d.ts +1 -1
- package/dist-types/OutpostsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CancelCapacityTaskCommand.d.ts +3 -3
- package/dist-types/commands/CancelOrderCommand.d.ts +3 -3
- package/dist-types/commands/CreateOrderCommand.d.ts +3 -3
- package/dist-types/commands/CreateOutpostCommand.d.ts +3 -3
- package/dist-types/commands/CreateSiteCommand.d.ts +3 -3
- package/dist-types/commands/DeleteOutpostCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSiteCommand.d.ts +3 -3
- package/dist-types/commands/GetCapacityTaskCommand.d.ts +3 -3
- package/dist-types/commands/GetCatalogItemCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GetOrderCommand.d.ts +3 -3
- package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +3 -3
- package/dist-types/commands/GetOutpostCommand.d.ts +3 -3
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +3 -3
- package/dist-types/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +3 -3
- package/dist-types/commands/GetSiteAddressCommand.d.ts +3 -3
- package/dist-types/commands/GetSiteCommand.d.ts +3 -3
- package/dist-types/commands/ListAssetInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -3
- package/dist-types/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +3 -3
- package/dist-types/commands/ListCapacityTasksCommand.d.ts +3 -3
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +3 -3
- package/dist-types/commands/ListOrdersCommand.d.ts +3 -3
- package/dist-types/commands/ListOutpostsCommand.d.ts +3 -3
- package/dist-types/commands/ListSitesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/StartCapacityTaskCommand.d.ts +3 -3
- package/dist-types/commands/StartConnectionCommand.d.ts +3 -3
- package/dist-types/commands/StartOutpostDecommissionCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateOutpostCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSiteCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/OutpostsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/GetOutpostBillingInformationPaginator.d.ts +1 -1
- package/dist-types/pagination/GetOutpostInstanceTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetOutpostSupportedInstanceTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAssetInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBlockingInstancesForCapacityTaskPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCapacityTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCatalogItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrdersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOutpostsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSitesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/OutpostsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -312,17 +312,7 @@ const n0 = "com.amazonaws.outposts";
|
|
|
312
312
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
313
313
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, NotFoundException as __NotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ValidationException as __ValidationException, } from "../models/errors";
|
|
314
314
|
import { OutpostsServiceException as __OutpostsServiceException } from "../models/OutpostsServiceException";
|
|
315
|
-
export var AccessDeniedException = [
|
|
316
|
-
-3,
|
|
317
|
-
n0,
|
|
318
|
-
_ADE,
|
|
319
|
-
{
|
|
320
|
-
[_e]: _c,
|
|
321
|
-
[_hE]: 403,
|
|
322
|
-
},
|
|
323
|
-
[_M],
|
|
324
|
-
[0],
|
|
325
|
-
];
|
|
315
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
326
316
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
327
317
|
export var Address = [
|
|
328
318
|
3,
|
|
@@ -383,17 +373,7 @@ export var ComputeAttributes = [
|
|
|
383
373
|
[_HI, _S, _IF, _ITC, _MV],
|
|
384
374
|
[0, 0, 64 | 0, () => AssetInstanceCapacityList, 1],
|
|
385
375
|
];
|
|
386
|
-
export var ConflictException = [
|
|
387
|
-
-3,
|
|
388
|
-
n0,
|
|
389
|
-
_CE,
|
|
390
|
-
{
|
|
391
|
-
[_e]: _c,
|
|
392
|
-
[_hE]: 409,
|
|
393
|
-
},
|
|
394
|
-
[_M, _RIe, _RT],
|
|
395
|
-
[0, 0, 0],
|
|
396
|
-
];
|
|
376
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RIe, _RT], [0, 0, 0]];
|
|
397
377
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
398
378
|
export var ConnectionDetails = [
|
|
399
379
|
3,
|
|
@@ -474,18 +454,8 @@ export var GetOutpostBillingInformationInput = [
|
|
|
474
454
|
0,
|
|
475
455
|
[_NT, _MR, _OI],
|
|
476
456
|
[
|
|
477
|
-
[
|
|
478
|
-
|
|
479
|
-
{
|
|
480
|
-
[_hQ]: _NT,
|
|
481
|
-
},
|
|
482
|
-
],
|
|
483
|
-
[
|
|
484
|
-
1,
|
|
485
|
-
{
|
|
486
|
-
[_hQ]: _MR,
|
|
487
|
-
},
|
|
488
|
-
],
|
|
457
|
+
[0, { [_hQ]: _NT }],
|
|
458
|
+
[1, { [_hQ]: _MR }],
|
|
489
459
|
[0, 1],
|
|
490
460
|
],
|
|
491
461
|
];
|
|
@@ -506,18 +476,8 @@ export var GetOutpostInstanceTypesInput = [
|
|
|
506
476
|
[_OIu, _NT, _MR],
|
|
507
477
|
[
|
|
508
478
|
[0, 1],
|
|
509
|
-
[
|
|
510
|
-
|
|
511
|
-
{
|
|
512
|
-
[_hQ]: _NT,
|
|
513
|
-
},
|
|
514
|
-
],
|
|
515
|
-
[
|
|
516
|
-
1,
|
|
517
|
-
{
|
|
518
|
-
[_hQ]: _MR,
|
|
519
|
-
},
|
|
520
|
-
],
|
|
479
|
+
[0, { [_hQ]: _NT }],
|
|
480
|
+
[1, { [_hQ]: _MR }],
|
|
521
481
|
],
|
|
522
482
|
];
|
|
523
483
|
export var GetOutpostInstanceTypesOutput = [
|
|
@@ -537,30 +497,10 @@ export var GetOutpostSupportedInstanceTypesInput = [
|
|
|
537
497
|
[_OI, _OIr, _AIs, _MR, _NT],
|
|
538
498
|
[
|
|
539
499
|
[0, 1],
|
|
540
|
-
[
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
},
|
|
545
|
-
],
|
|
546
|
-
[
|
|
547
|
-
0,
|
|
548
|
-
{
|
|
549
|
-
[_hQ]: _AIs,
|
|
550
|
-
},
|
|
551
|
-
],
|
|
552
|
-
[
|
|
553
|
-
1,
|
|
554
|
-
{
|
|
555
|
-
[_hQ]: _MR,
|
|
556
|
-
},
|
|
557
|
-
],
|
|
558
|
-
[
|
|
559
|
-
0,
|
|
560
|
-
{
|
|
561
|
-
[_hQ]: _NT,
|
|
562
|
-
},
|
|
563
|
-
],
|
|
500
|
+
[0, { [_hQ]: _OIr }],
|
|
501
|
+
[0, { [_hQ]: _AIs }],
|
|
502
|
+
[1, { [_hQ]: _MR }],
|
|
503
|
+
[0, { [_hQ]: _NT }],
|
|
564
504
|
],
|
|
565
505
|
];
|
|
566
506
|
export var GetOutpostSupportedInstanceTypesOutput = [
|
|
@@ -579,12 +519,7 @@ export var GetSiteAddressInput = [
|
|
|
579
519
|
[_SI, _ATd],
|
|
580
520
|
[
|
|
581
521
|
[0, 1],
|
|
582
|
-
[
|
|
583
|
-
0,
|
|
584
|
-
{
|
|
585
|
-
[_hQ]: _ATd,
|
|
586
|
-
},
|
|
587
|
-
],
|
|
522
|
+
[0, { [_hQ]: _ATd }],
|
|
588
523
|
],
|
|
589
524
|
];
|
|
590
525
|
export var GetSiteAddressOutput = [3, n0, _GSAO, 0, [_SI, _ATd, _A], [0, 0, () => Address]];
|
|
@@ -593,17 +528,7 @@ export var GetSiteOutput = [3, n0, _GSO, 0, [_Si], [() => Site]];
|
|
|
593
528
|
export var InstancesToExclude = [3, n0, _ITE, 0, [_I, _AIcc, _Se], [64 | 0, 64 | 0, 64 | 0]];
|
|
594
529
|
export var InstanceTypeCapacity = [3, n0, _ITCn, 0, [_IT, _Co], [0, 1]];
|
|
595
530
|
export var InstanceTypeItem = [3, n0, _ITI, 0, [_IT, _VCPU], [0, 1]];
|
|
596
|
-
export var InternalServerException = [
|
|
597
|
-
-3,
|
|
598
|
-
n0,
|
|
599
|
-
_ISE,
|
|
600
|
-
{
|
|
601
|
-
[_e]: _s,
|
|
602
|
-
[_hE]: 500,
|
|
603
|
-
},
|
|
604
|
-
[_M],
|
|
605
|
-
[0],
|
|
606
|
-
];
|
|
531
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
607
532
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
608
533
|
export var LineItem = [
|
|
609
534
|
3,
|
|
@@ -623,42 +548,12 @@ export var ListAssetInstancesInput = [
|
|
|
623
548
|
[_OI, _AIF, _ITF, _AIFc, _ASF, _MR, _NT],
|
|
624
549
|
[
|
|
625
550
|
[0, 1],
|
|
626
|
-
[
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
],
|
|
632
|
-
[
|
|
633
|
-
64 | 0,
|
|
634
|
-
{
|
|
635
|
-
[_hQ]: _ITF,
|
|
636
|
-
},
|
|
637
|
-
],
|
|
638
|
-
[
|
|
639
|
-
64 | 0,
|
|
640
|
-
{
|
|
641
|
-
[_hQ]: _AIFc,
|
|
642
|
-
},
|
|
643
|
-
],
|
|
644
|
-
[
|
|
645
|
-
64 | 0,
|
|
646
|
-
{
|
|
647
|
-
[_hQ]: _ASF,
|
|
648
|
-
},
|
|
649
|
-
],
|
|
650
|
-
[
|
|
651
|
-
1,
|
|
652
|
-
{
|
|
653
|
-
[_hQ]: _MR,
|
|
654
|
-
},
|
|
655
|
-
],
|
|
656
|
-
[
|
|
657
|
-
0,
|
|
658
|
-
{
|
|
659
|
-
[_hQ]: _NT,
|
|
660
|
-
},
|
|
661
|
-
],
|
|
551
|
+
[64 | 0, { [_hQ]: _AIF }],
|
|
552
|
+
[64 | 0, { [_hQ]: _ITF }],
|
|
553
|
+
[64 | 0, { [_hQ]: _AIFc }],
|
|
554
|
+
[64 | 0, { [_hQ]: _ASF }],
|
|
555
|
+
[1, { [_hQ]: _MR }],
|
|
556
|
+
[0, { [_hQ]: _NT }],
|
|
662
557
|
],
|
|
663
558
|
];
|
|
664
559
|
export var ListAssetInstancesOutput = [
|
|
@@ -677,30 +572,10 @@ export var ListAssetsInput = [
|
|
|
677
572
|
[_OI, _HIF, _MR, _NT, _SF],
|
|
678
573
|
[
|
|
679
574
|
[0, 1],
|
|
680
|
-
[
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
},
|
|
685
|
-
],
|
|
686
|
-
[
|
|
687
|
-
1,
|
|
688
|
-
{
|
|
689
|
-
[_hQ]: _MR,
|
|
690
|
-
},
|
|
691
|
-
],
|
|
692
|
-
[
|
|
693
|
-
0,
|
|
694
|
-
{
|
|
695
|
-
[_hQ]: _NT,
|
|
696
|
-
},
|
|
697
|
-
],
|
|
698
|
-
[
|
|
699
|
-
64 | 0,
|
|
700
|
-
{
|
|
701
|
-
[_hQ]: _SF,
|
|
702
|
-
},
|
|
703
|
-
],
|
|
575
|
+
[64 | 0, { [_hQ]: _HIF }],
|
|
576
|
+
[1, { [_hQ]: _MR }],
|
|
577
|
+
[0, { [_hQ]: _NT }],
|
|
578
|
+
[64 | 0, { [_hQ]: _SF }],
|
|
704
579
|
],
|
|
705
580
|
];
|
|
706
581
|
export var ListAssetsOutput = [3, n0, _LAO, 0, [_As, _NT], [() => AssetListDefinition, 0]];
|
|
@@ -713,18 +588,8 @@ export var ListBlockingInstancesForCapacityTaskInput = [
|
|
|
713
588
|
[
|
|
714
589
|
[0, 1],
|
|
715
590
|
[0, 1],
|
|
716
|
-
[
|
|
717
|
-
|
|
718
|
-
{
|
|
719
|
-
[_hQ]: _MR,
|
|
720
|
-
},
|
|
721
|
-
],
|
|
722
|
-
[
|
|
723
|
-
0,
|
|
724
|
-
{
|
|
725
|
-
[_hQ]: _NT,
|
|
726
|
-
},
|
|
727
|
-
],
|
|
591
|
+
[1, { [_hQ]: _MR }],
|
|
592
|
+
[0, { [_hQ]: _NT }],
|
|
728
593
|
],
|
|
729
594
|
];
|
|
730
595
|
export var ListBlockingInstancesForCapacityTaskOutput = [
|
|
@@ -742,30 +607,10 @@ export var ListCapacityTasksInput = [
|
|
|
742
607
|
0,
|
|
743
608
|
[_OIF, _MR, _NT, _CTSF],
|
|
744
609
|
[
|
|
745
|
-
[
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
},
|
|
750
|
-
],
|
|
751
|
-
[
|
|
752
|
-
1,
|
|
753
|
-
{
|
|
754
|
-
[_hQ]: _MR,
|
|
755
|
-
},
|
|
756
|
-
],
|
|
757
|
-
[
|
|
758
|
-
0,
|
|
759
|
-
{
|
|
760
|
-
[_hQ]: _NT,
|
|
761
|
-
},
|
|
762
|
-
],
|
|
763
|
-
[
|
|
764
|
-
64 | 0,
|
|
765
|
-
{
|
|
766
|
-
[_hQ]: _CTSF,
|
|
767
|
-
},
|
|
768
|
-
],
|
|
610
|
+
[0, { [_hQ]: _OIF }],
|
|
611
|
+
[1, { [_hQ]: _MR }],
|
|
612
|
+
[0, { [_hQ]: _NT }],
|
|
613
|
+
[64 | 0, { [_hQ]: _CTSF }],
|
|
769
614
|
],
|
|
770
615
|
];
|
|
771
616
|
export var ListCapacityTasksOutput = [3, n0, _LCTO, 0, [_CT, _NT], [() => CapacityTaskList, 0]];
|
|
@@ -776,36 +621,11 @@ export var ListCatalogItemsInput = [
|
|
|
776
621
|
0,
|
|
777
622
|
[_NT, _MR, _ICF, _SSF, _ECFF],
|
|
778
623
|
[
|
|
779
|
-
[
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
],
|
|
785
|
-
[
|
|
786
|
-
1,
|
|
787
|
-
{
|
|
788
|
-
[_hQ]: _MR,
|
|
789
|
-
},
|
|
790
|
-
],
|
|
791
|
-
[
|
|
792
|
-
64 | 0,
|
|
793
|
-
{
|
|
794
|
-
[_hQ]: _ICF,
|
|
795
|
-
},
|
|
796
|
-
],
|
|
797
|
-
[
|
|
798
|
-
64 | 0,
|
|
799
|
-
{
|
|
800
|
-
[_hQ]: _SSF,
|
|
801
|
-
},
|
|
802
|
-
],
|
|
803
|
-
[
|
|
804
|
-
64 | 0,
|
|
805
|
-
{
|
|
806
|
-
[_hQ]: _ECFF,
|
|
807
|
-
},
|
|
808
|
-
],
|
|
624
|
+
[0, { [_hQ]: _NT }],
|
|
625
|
+
[1, { [_hQ]: _MR }],
|
|
626
|
+
[64 | 0, { [_hQ]: _ICF }],
|
|
627
|
+
[64 | 0, { [_hQ]: _SSF }],
|
|
628
|
+
[64 | 0, { [_hQ]: _ECFF }],
|
|
809
629
|
],
|
|
810
630
|
];
|
|
811
631
|
export var ListCatalogItemsOutput = [
|
|
@@ -823,24 +643,9 @@ export var ListOrdersInput = [
|
|
|
823
643
|
0,
|
|
824
644
|
[_OIF, _NT, _MR],
|
|
825
645
|
[
|
|
826
|
-
[
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
[_hQ]: _OIF,
|
|
830
|
-
},
|
|
831
|
-
],
|
|
832
|
-
[
|
|
833
|
-
0,
|
|
834
|
-
{
|
|
835
|
-
[_hQ]: _NT,
|
|
836
|
-
},
|
|
837
|
-
],
|
|
838
|
-
[
|
|
839
|
-
1,
|
|
840
|
-
{
|
|
841
|
-
[_hQ]: _MR,
|
|
842
|
-
},
|
|
843
|
-
],
|
|
646
|
+
[0, { [_hQ]: _OIF }],
|
|
647
|
+
[0, { [_hQ]: _NT }],
|
|
648
|
+
[1, { [_hQ]: _MR }],
|
|
844
649
|
],
|
|
845
650
|
];
|
|
846
651
|
export var ListOrdersOutput = [
|
|
@@ -858,36 +663,11 @@ export var ListOutpostsInput = [
|
|
|
858
663
|
0,
|
|
859
664
|
[_NT, _MR, _LCSF, _AZF, _AZIF],
|
|
860
665
|
[
|
|
861
|
-
[
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
],
|
|
867
|
-
[
|
|
868
|
-
1,
|
|
869
|
-
{
|
|
870
|
-
[_hQ]: _MR,
|
|
871
|
-
},
|
|
872
|
-
],
|
|
873
|
-
[
|
|
874
|
-
64 | 0,
|
|
875
|
-
{
|
|
876
|
-
[_hQ]: _LCSF,
|
|
877
|
-
},
|
|
878
|
-
],
|
|
879
|
-
[
|
|
880
|
-
64 | 0,
|
|
881
|
-
{
|
|
882
|
-
[_hQ]: _AZF,
|
|
883
|
-
},
|
|
884
|
-
],
|
|
885
|
-
[
|
|
886
|
-
64 | 0,
|
|
887
|
-
{
|
|
888
|
-
[_hQ]: _AZIF,
|
|
889
|
-
},
|
|
890
|
-
],
|
|
666
|
+
[0, { [_hQ]: _NT }],
|
|
667
|
+
[1, { [_hQ]: _MR }],
|
|
668
|
+
[64 | 0, { [_hQ]: _LCSF }],
|
|
669
|
+
[64 | 0, { [_hQ]: _AZF }],
|
|
670
|
+
[64 | 0, { [_hQ]: _AZIF }],
|
|
891
671
|
],
|
|
892
672
|
];
|
|
893
673
|
export var ListOutpostsOutput = [3, n0, _LOOi, 0, [_Out, _NT], [() => outpostListDefinition, 0]];
|
|
@@ -898,52 +678,17 @@ export var ListSitesInput = [
|
|
|
898
678
|
0,
|
|
899
679
|
[_NT, _MR, _OACCF, _OASORF, _OACF],
|
|
900
680
|
[
|
|
901
|
-
[
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
],
|
|
907
|
-
[
|
|
908
|
-
1,
|
|
909
|
-
{
|
|
910
|
-
[_hQ]: _MR,
|
|
911
|
-
},
|
|
912
|
-
],
|
|
913
|
-
[
|
|
914
|
-
64 | 0,
|
|
915
|
-
{
|
|
916
|
-
[_hQ]: _OACCF,
|
|
917
|
-
},
|
|
918
|
-
],
|
|
919
|
-
[
|
|
920
|
-
64 | 0,
|
|
921
|
-
{
|
|
922
|
-
[_hQ]: _OASORF,
|
|
923
|
-
},
|
|
924
|
-
],
|
|
925
|
-
[
|
|
926
|
-
64 | 0,
|
|
927
|
-
{
|
|
928
|
-
[_hQ]: _OACF,
|
|
929
|
-
},
|
|
930
|
-
],
|
|
681
|
+
[0, { [_hQ]: _NT }],
|
|
682
|
+
[1, { [_hQ]: _MR }],
|
|
683
|
+
[64 | 0, { [_hQ]: _OACCF }],
|
|
684
|
+
[64 | 0, { [_hQ]: _OASORF }],
|
|
685
|
+
[64 | 0, { [_hQ]: _OACF }],
|
|
931
686
|
],
|
|
932
687
|
];
|
|
933
688
|
export var ListSitesOutput = [3, n0, _LSO, 0, [_Sit, _NT], [() => siteListDefinition, 0]];
|
|
934
689
|
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
935
690
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
936
|
-
export var NotFoundException = [
|
|
937
|
-
-3,
|
|
938
|
-
n0,
|
|
939
|
-
_NFE,
|
|
940
|
-
{
|
|
941
|
-
[_e]: _c,
|
|
942
|
-
[_hE]: 404,
|
|
943
|
-
},
|
|
944
|
-
[_M],
|
|
945
|
-
[0],
|
|
946
|
-
];
|
|
691
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
947
692
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
948
693
|
export var Order = [
|
|
949
694
|
3,
|
|
@@ -977,17 +722,7 @@ export var RackPhysicalProperties = [
|
|
|
977
722
|
[_PDK, _PP, _PCo, _PFD, _UG, _UC, _FOCT, _OSp, _MSWL],
|
|
978
723
|
[0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
979
724
|
];
|
|
980
|
-
export var ServiceQuotaExceededException = [
|
|
981
|
-
-3,
|
|
982
|
-
n0,
|
|
983
|
-
_SQEE,
|
|
984
|
-
{
|
|
985
|
-
[_e]: _c,
|
|
986
|
-
[_hE]: 402,
|
|
987
|
-
},
|
|
988
|
-
[_M],
|
|
989
|
-
[0],
|
|
990
|
-
];
|
|
725
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
991
726
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
992
727
|
export var ShipmentInformation = [3, n0, _SIh, 0, [_STN, _SC], [0, 0]];
|
|
993
728
|
export var Site = [
|
|
@@ -1036,12 +771,7 @@ export var UntagResourceRequest = [
|
|
|
1036
771
|
[_RA, _TK],
|
|
1037
772
|
[
|
|
1038
773
|
[0, 1],
|
|
1039
|
-
[
|
|
1040
|
-
64 | 0,
|
|
1041
|
-
{
|
|
1042
|
-
[_hQ]: _tK,
|
|
1043
|
-
},
|
|
1044
|
-
],
|
|
774
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
1045
775
|
],
|
|
1046
776
|
];
|
|
1047
777
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1067,17 +797,7 @@ export var UpdateSiteRackPhysicalPropertiesInput = [
|
|
|
1067
797
|
[[0, 1], 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1068
798
|
];
|
|
1069
799
|
export var UpdateSiteRackPhysicalPropertiesOutput = [3, n0, _USRPPO, 0, [_Si], [() => Site]];
|
|
1070
|
-
export var ValidationException = [
|
|
1071
|
-
-3,
|
|
1072
|
-
n0,
|
|
1073
|
-
_VE,
|
|
1074
|
-
{
|
|
1075
|
-
[_e]: _c,
|
|
1076
|
-
[_hE]: 400,
|
|
1077
|
-
},
|
|
1078
|
-
[_M],
|
|
1079
|
-
[0],
|
|
1080
|
-
];
|
|
800
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1081
801
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1082
802
|
export var __Unit = "unit";
|
|
1083
803
|
export var OutpostsServiceException = [-3, _sm, "OutpostsServiceException", 0, [], []];
|
|
@@ -1128,9 +848,7 @@ export var CancelCapacityTask = [
|
|
|
1128
848
|
9,
|
|
1129
849
|
n0,
|
|
1130
850
|
_CCT,
|
|
1131
|
-
{
|
|
1132
|
-
[_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200],
|
|
1133
|
-
},
|
|
851
|
+
{ [_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200] },
|
|
1134
852
|
() => CancelCapacityTaskInput,
|
|
1135
853
|
() => CancelCapacityTaskOutput,
|
|
1136
854
|
];
|
|
@@ -1138,9 +856,7 @@ export var CancelOrder = [
|
|
|
1138
856
|
9,
|
|
1139
857
|
n0,
|
|
1140
858
|
_CO,
|
|
1141
|
-
{
|
|
1142
|
-
[_h]: ["POST", "/orders/{OrderId}/cancel", 200],
|
|
1143
|
-
},
|
|
859
|
+
{ [_h]: ["POST", "/orders/{OrderId}/cancel", 200] },
|
|
1144
860
|
() => CancelOrderInput,
|
|
1145
861
|
() => CancelOrderOutput,
|
|
1146
862
|
];
|
|
@@ -1148,9 +864,7 @@ export var CreateOrder = [
|
|
|
1148
864
|
9,
|
|
1149
865
|
n0,
|
|
1150
866
|
_COr,
|
|
1151
|
-
{
|
|
1152
|
-
[_h]: ["POST", "/orders", 200],
|
|
1153
|
-
},
|
|
867
|
+
{ [_h]: ["POST", "/orders", 200] },
|
|
1154
868
|
() => CreateOrderInput,
|
|
1155
869
|
() => CreateOrderOutput,
|
|
1156
870
|
];
|
|
@@ -1158,9 +872,7 @@ export var CreateOutpost = [
|
|
|
1158
872
|
9,
|
|
1159
873
|
n0,
|
|
1160
874
|
_COre,
|
|
1161
|
-
{
|
|
1162
|
-
[_h]: ["POST", "/outposts", 200],
|
|
1163
|
-
},
|
|
875
|
+
{ [_h]: ["POST", "/outposts", 200] },
|
|
1164
876
|
() => CreateOutpostInput,
|
|
1165
877
|
() => CreateOutpostOutput,
|
|
1166
878
|
];
|
|
@@ -1168,9 +880,7 @@ export var CreateSite = [
|
|
|
1168
880
|
9,
|
|
1169
881
|
n0,
|
|
1170
882
|
_CS,
|
|
1171
|
-
{
|
|
1172
|
-
[_h]: ["POST", "/sites", 200],
|
|
1173
|
-
},
|
|
883
|
+
{ [_h]: ["POST", "/sites", 200] },
|
|
1174
884
|
() => CreateSiteInput,
|
|
1175
885
|
() => CreateSiteOutput,
|
|
1176
886
|
];
|
|
@@ -1178,9 +888,7 @@ export var DeleteOutpost = [
|
|
|
1178
888
|
9,
|
|
1179
889
|
n0,
|
|
1180
890
|
_DO,
|
|
1181
|
-
{
|
|
1182
|
-
[_h]: ["DELETE", "/outposts/{OutpostId}", 200],
|
|
1183
|
-
},
|
|
891
|
+
{ [_h]: ["DELETE", "/outposts/{OutpostId}", 200] },
|
|
1184
892
|
() => DeleteOutpostInput,
|
|
1185
893
|
() => DeleteOutpostOutput,
|
|
1186
894
|
];
|
|
@@ -1188,9 +896,7 @@ export var DeleteSite = [
|
|
|
1188
896
|
9,
|
|
1189
897
|
n0,
|
|
1190
898
|
_DS,
|
|
1191
|
-
{
|
|
1192
|
-
[_h]: ["DELETE", "/sites/{SiteId}", 200],
|
|
1193
|
-
},
|
|
899
|
+
{ [_h]: ["DELETE", "/sites/{SiteId}", 200] },
|
|
1194
900
|
() => DeleteSiteInput,
|
|
1195
901
|
() => DeleteSiteOutput,
|
|
1196
902
|
];
|
|
@@ -1198,9 +904,7 @@ export var GetCapacityTask = [
|
|
|
1198
904
|
9,
|
|
1199
905
|
n0,
|
|
1200
906
|
_GCT,
|
|
1201
|
-
{
|
|
1202
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200],
|
|
1203
|
-
},
|
|
907
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200] },
|
|
1204
908
|
() => GetCapacityTaskInput,
|
|
1205
909
|
() => GetCapacityTaskOutput,
|
|
1206
910
|
];
|
|
@@ -1208,9 +912,7 @@ export var GetCatalogItem = [
|
|
|
1208
912
|
9,
|
|
1209
913
|
n0,
|
|
1210
914
|
_GCI,
|
|
1211
|
-
{
|
|
1212
|
-
[_h]: ["GET", "/catalog/item/{CatalogItemId}", 200],
|
|
1213
|
-
},
|
|
915
|
+
{ [_h]: ["GET", "/catalog/item/{CatalogItemId}", 200] },
|
|
1214
916
|
() => GetCatalogItemInput,
|
|
1215
917
|
() => GetCatalogItemOutput,
|
|
1216
918
|
];
|
|
@@ -1218,9 +920,7 @@ export var GetConnection = [
|
|
|
1218
920
|
9,
|
|
1219
921
|
n0,
|
|
1220
922
|
_GC,
|
|
1221
|
-
{
|
|
1222
|
-
[_h]: ["GET", "/connections/{ConnectionId}", 200],
|
|
1223
|
-
},
|
|
923
|
+
{ [_h]: ["GET", "/connections/{ConnectionId}", 200] },
|
|
1224
924
|
() => GetConnectionRequest,
|
|
1225
925
|
() => GetConnectionResponse,
|
|
1226
926
|
];
|
|
@@ -1228,9 +928,7 @@ export var GetOrder = [
|
|
|
1228
928
|
9,
|
|
1229
929
|
n0,
|
|
1230
930
|
_GO,
|
|
1231
|
-
{
|
|
1232
|
-
[_h]: ["GET", "/orders/{OrderId}", 200],
|
|
1233
|
-
},
|
|
931
|
+
{ [_h]: ["GET", "/orders/{OrderId}", 200] },
|
|
1234
932
|
() => GetOrderInput,
|
|
1235
933
|
() => GetOrderOutput,
|
|
1236
934
|
];
|
|
@@ -1238,9 +936,7 @@ export var GetOutpost = [
|
|
|
1238
936
|
9,
|
|
1239
937
|
n0,
|
|
1240
938
|
_GOe,
|
|
1241
|
-
{
|
|
1242
|
-
[_h]: ["GET", "/outposts/{OutpostId}", 200],
|
|
1243
|
-
},
|
|
939
|
+
{ [_h]: ["GET", "/outposts/{OutpostId}", 200] },
|
|
1244
940
|
() => GetOutpostInput,
|
|
1245
941
|
() => GetOutpostOutput,
|
|
1246
942
|
];
|
|
@@ -1248,9 +944,7 @@ export var GetOutpostBillingInformation = [
|
|
|
1248
944
|
9,
|
|
1249
945
|
n0,
|
|
1250
946
|
_GOBI,
|
|
1251
|
-
{
|
|
1252
|
-
[_h]: ["GET", "/outpost/{OutpostIdentifier}/billing-information", 200],
|
|
1253
|
-
},
|
|
947
|
+
{ [_h]: ["GET", "/outpost/{OutpostIdentifier}/billing-information", 200] },
|
|
1254
948
|
() => GetOutpostBillingInformationInput,
|
|
1255
949
|
() => GetOutpostBillingInformationOutput,
|
|
1256
950
|
];
|
|
@@ -1258,9 +952,7 @@ export var GetOutpostInstanceTypes = [
|
|
|
1258
952
|
9,
|
|
1259
953
|
n0,
|
|
1260
954
|
_GOIT,
|
|
1261
|
-
{
|
|
1262
|
-
[_h]: ["GET", "/outposts/{OutpostId}/instanceTypes", 200],
|
|
1263
|
-
},
|
|
955
|
+
{ [_h]: ["GET", "/outposts/{OutpostId}/instanceTypes", 200] },
|
|
1264
956
|
() => GetOutpostInstanceTypesInput,
|
|
1265
957
|
() => GetOutpostInstanceTypesOutput,
|
|
1266
958
|
];
|
|
@@ -1268,9 +960,7 @@ export var GetOutpostSupportedInstanceTypes = [
|
|
|
1268
960
|
9,
|
|
1269
961
|
n0,
|
|
1270
962
|
_GOSIT,
|
|
1271
|
-
{
|
|
1272
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200],
|
|
1273
|
-
},
|
|
963
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200] },
|
|
1274
964
|
() => GetOutpostSupportedInstanceTypesInput,
|
|
1275
965
|
() => GetOutpostSupportedInstanceTypesOutput,
|
|
1276
966
|
];
|
|
@@ -1278,9 +968,7 @@ export var GetSite = [
|
|
|
1278
968
|
9,
|
|
1279
969
|
n0,
|
|
1280
970
|
_GS,
|
|
1281
|
-
{
|
|
1282
|
-
[_h]: ["GET", "/sites/{SiteId}", 200],
|
|
1283
|
-
},
|
|
971
|
+
{ [_h]: ["GET", "/sites/{SiteId}", 200] },
|
|
1284
972
|
() => GetSiteInput,
|
|
1285
973
|
() => GetSiteOutput,
|
|
1286
974
|
];
|
|
@@ -1288,9 +976,7 @@ export var GetSiteAddress = [
|
|
|
1288
976
|
9,
|
|
1289
977
|
n0,
|
|
1290
978
|
_GSA,
|
|
1291
|
-
{
|
|
1292
|
-
[_h]: ["GET", "/sites/{SiteId}/address", 200],
|
|
1293
|
-
},
|
|
979
|
+
{ [_h]: ["GET", "/sites/{SiteId}/address", 200] },
|
|
1294
980
|
() => GetSiteAddressInput,
|
|
1295
981
|
() => GetSiteAddressOutput,
|
|
1296
982
|
];
|
|
@@ -1298,9 +984,7 @@ export var ListAssetInstances = [
|
|
|
1298
984
|
9,
|
|
1299
985
|
n0,
|
|
1300
986
|
_LAIi,
|
|
1301
|
-
{
|
|
1302
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/assetInstances", 200],
|
|
1303
|
-
},
|
|
987
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/assetInstances", 200] },
|
|
1304
988
|
() => ListAssetInstancesInput,
|
|
1305
989
|
() => ListAssetInstancesOutput,
|
|
1306
990
|
];
|
|
@@ -1308,9 +992,7 @@ export var ListAssets = [
|
|
|
1308
992
|
9,
|
|
1309
993
|
n0,
|
|
1310
994
|
_LA,
|
|
1311
|
-
{
|
|
1312
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/assets", 200],
|
|
1313
|
-
},
|
|
995
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/assets", 200] },
|
|
1314
996
|
() => ListAssetsInput,
|
|
1315
997
|
() => ListAssetsOutput,
|
|
1316
998
|
];
|
|
@@ -1318,9 +1000,7 @@ export var ListBlockingInstancesForCapacityTask = [
|
|
|
1318
1000
|
9,
|
|
1319
1001
|
n0,
|
|
1320
1002
|
_LBIFCT,
|
|
1321
|
-
{
|
|
1322
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}/blockingInstances", 200],
|
|
1323
|
-
},
|
|
1003
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}/blockingInstances", 200] },
|
|
1324
1004
|
() => ListBlockingInstancesForCapacityTaskInput,
|
|
1325
1005
|
() => ListBlockingInstancesForCapacityTaskOutput,
|
|
1326
1006
|
];
|
|
@@ -1328,9 +1008,7 @@ export var ListCapacityTasks = [
|
|
|
1328
1008
|
9,
|
|
1329
1009
|
n0,
|
|
1330
1010
|
_LCT,
|
|
1331
|
-
{
|
|
1332
|
-
[_h]: ["GET", "/capacity/tasks", 200],
|
|
1333
|
-
},
|
|
1011
|
+
{ [_h]: ["GET", "/capacity/tasks", 200] },
|
|
1334
1012
|
() => ListCapacityTasksInput,
|
|
1335
1013
|
() => ListCapacityTasksOutput,
|
|
1336
1014
|
];
|
|
@@ -1338,9 +1016,7 @@ export var ListCatalogItems = [
|
|
|
1338
1016
|
9,
|
|
1339
1017
|
n0,
|
|
1340
1018
|
_LCI,
|
|
1341
|
-
{
|
|
1342
|
-
[_h]: ["GET", "/catalog/items", 200],
|
|
1343
|
-
},
|
|
1019
|
+
{ [_h]: ["GET", "/catalog/items", 200] },
|
|
1344
1020
|
() => ListCatalogItemsInput,
|
|
1345
1021
|
() => ListCatalogItemsOutput,
|
|
1346
1022
|
];
|
|
@@ -1348,9 +1024,7 @@ export var ListOrders = [
|
|
|
1348
1024
|
9,
|
|
1349
1025
|
n0,
|
|
1350
1026
|
_LO,
|
|
1351
|
-
{
|
|
1352
|
-
[_h]: ["GET", "/list-orders", 200],
|
|
1353
|
-
},
|
|
1027
|
+
{ [_h]: ["GET", "/list-orders", 200] },
|
|
1354
1028
|
() => ListOrdersInput,
|
|
1355
1029
|
() => ListOrdersOutput,
|
|
1356
1030
|
];
|
|
@@ -1358,9 +1032,7 @@ export var ListOutposts = [
|
|
|
1358
1032
|
9,
|
|
1359
1033
|
n0,
|
|
1360
1034
|
_LOi,
|
|
1361
|
-
{
|
|
1362
|
-
[_h]: ["GET", "/outposts", 200],
|
|
1363
|
-
},
|
|
1035
|
+
{ [_h]: ["GET", "/outposts", 200] },
|
|
1364
1036
|
() => ListOutpostsInput,
|
|
1365
1037
|
() => ListOutpostsOutput,
|
|
1366
1038
|
];
|
|
@@ -1368,9 +1040,7 @@ export var ListSites = [
|
|
|
1368
1040
|
9,
|
|
1369
1041
|
n0,
|
|
1370
1042
|
_LS,
|
|
1371
|
-
{
|
|
1372
|
-
[_h]: ["GET", "/sites", 200],
|
|
1373
|
-
},
|
|
1043
|
+
{ [_h]: ["GET", "/sites", 200] },
|
|
1374
1044
|
() => ListSitesInput,
|
|
1375
1045
|
() => ListSitesOutput,
|
|
1376
1046
|
];
|
|
@@ -1378,9 +1048,7 @@ export var ListTagsForResource = [
|
|
|
1378
1048
|
9,
|
|
1379
1049
|
n0,
|
|
1380
1050
|
_LTFR,
|
|
1381
|
-
{
|
|
1382
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
1383
|
-
},
|
|
1051
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
1384
1052
|
() => ListTagsForResourceRequest,
|
|
1385
1053
|
() => ListTagsForResourceResponse,
|
|
1386
1054
|
];
|
|
@@ -1388,9 +1056,7 @@ export var StartCapacityTask = [
|
|
|
1388
1056
|
9,
|
|
1389
1057
|
n0,
|
|
1390
1058
|
_SCT,
|
|
1391
|
-
{
|
|
1392
|
-
[_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity", 200],
|
|
1393
|
-
},
|
|
1059
|
+
{ [_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity", 200] },
|
|
1394
1060
|
() => StartCapacityTaskInput,
|
|
1395
1061
|
() => StartCapacityTaskOutput,
|
|
1396
1062
|
];
|
|
@@ -1398,9 +1064,7 @@ export var StartConnection = [
|
|
|
1398
1064
|
9,
|
|
1399
1065
|
n0,
|
|
1400
1066
|
_SCt,
|
|
1401
|
-
{
|
|
1402
|
-
[_h]: ["POST", "/connections", 200],
|
|
1403
|
-
},
|
|
1067
|
+
{ [_h]: ["POST", "/connections", 200] },
|
|
1404
1068
|
() => StartConnectionRequest,
|
|
1405
1069
|
() => StartConnectionResponse,
|
|
1406
1070
|
];
|
|
@@ -1408,9 +1072,7 @@ export var StartOutpostDecommission = [
|
|
|
1408
1072
|
9,
|
|
1409
1073
|
n0,
|
|
1410
1074
|
_SOD,
|
|
1411
|
-
{
|
|
1412
|
-
[_h]: ["POST", "/outposts/{OutpostIdentifier}/decommission", 200],
|
|
1413
|
-
},
|
|
1075
|
+
{ [_h]: ["POST", "/outposts/{OutpostIdentifier}/decommission", 200] },
|
|
1414
1076
|
() => StartOutpostDecommissionInput,
|
|
1415
1077
|
() => StartOutpostDecommissionOutput,
|
|
1416
1078
|
];
|
|
@@ -1418,9 +1080,7 @@ export var TagResource = [
|
|
|
1418
1080
|
9,
|
|
1419
1081
|
n0,
|
|
1420
1082
|
_TR,
|
|
1421
|
-
{
|
|
1422
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 200],
|
|
1423
|
-
},
|
|
1083
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
1424
1084
|
() => TagResourceRequest,
|
|
1425
1085
|
() => TagResourceResponse,
|
|
1426
1086
|
];
|
|
@@ -1428,9 +1088,7 @@ export var UntagResource = [
|
|
|
1428
1088
|
9,
|
|
1429
1089
|
n0,
|
|
1430
1090
|
_UR,
|
|
1431
|
-
{
|
|
1432
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
1433
|
-
},
|
|
1091
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
1434
1092
|
() => UntagResourceRequest,
|
|
1435
1093
|
() => UntagResourceResponse,
|
|
1436
1094
|
];
|
|
@@ -1438,9 +1096,7 @@ export var UpdateOutpost = [
|
|
|
1438
1096
|
9,
|
|
1439
1097
|
n0,
|
|
1440
1098
|
_UO,
|
|
1441
|
-
{
|
|
1442
|
-
[_h]: ["PATCH", "/outposts/{OutpostId}", 200],
|
|
1443
|
-
},
|
|
1099
|
+
{ [_h]: ["PATCH", "/outposts/{OutpostId}", 200] },
|
|
1444
1100
|
() => UpdateOutpostInput,
|
|
1445
1101
|
() => UpdateOutpostOutput,
|
|
1446
1102
|
];
|
|
@@ -1448,9 +1104,7 @@ export var UpdateSite = [
|
|
|
1448
1104
|
9,
|
|
1449
1105
|
n0,
|
|
1450
1106
|
_US,
|
|
1451
|
-
{
|
|
1452
|
-
[_h]: ["PATCH", "/sites/{SiteId}", 200],
|
|
1453
|
-
},
|
|
1107
|
+
{ [_h]: ["PATCH", "/sites/{SiteId}", 200] },
|
|
1454
1108
|
() => UpdateSiteInput,
|
|
1455
1109
|
() => UpdateSiteOutput,
|
|
1456
1110
|
];
|
|
@@ -1458,9 +1112,7 @@ export var UpdateSiteAddress = [
|
|
|
1458
1112
|
9,
|
|
1459
1113
|
n0,
|
|
1460
1114
|
_USA,
|
|
1461
|
-
{
|
|
1462
|
-
[_h]: ["PUT", "/sites/{SiteId}/address", 200],
|
|
1463
|
-
},
|
|
1115
|
+
{ [_h]: ["PUT", "/sites/{SiteId}/address", 200] },
|
|
1464
1116
|
() => UpdateSiteAddressInput,
|
|
1465
1117
|
() => UpdateSiteAddressOutput,
|
|
1466
1118
|
];
|
|
@@ -1468,9 +1120,7 @@ export var UpdateSiteRackPhysicalProperties = [
|
|
|
1468
1120
|
9,
|
|
1469
1121
|
n0,
|
|
1470
1122
|
_USRPP,
|
|
1471
|
-
{
|
|
1472
|
-
[_h]: ["PATCH", "/sites/{SiteId}/rackPhysicalProperties", 200],
|
|
1473
|
-
},
|
|
1123
|
+
{ [_h]: ["PATCH", "/sites/{SiteId}/rackPhysicalProperties", 200] },
|
|
1474
1124
|
() => UpdateSiteRackPhysicalPropertiesInput,
|
|
1475
1125
|
() => UpdateSiteRackPhysicalPropertiesOutput,
|
|
1476
1126
|
];
|