@aws-sdk/client-outposts 3.943.0 → 3.947.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 -436
- 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 -2
- 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/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -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,19 +797,8 @@ 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
|
-
export var __Unit = "unit";
|
|
1083
802
|
export var OutpostsServiceException = [-3, _sm, "OutpostsServiceException", 0, [], []];
|
|
1084
803
|
TypeRegistry.for(_sm).registerError(OutpostsServiceException, __OutpostsServiceException);
|
|
1085
804
|
export var AccountIdList = 64 | 0;
|
|
@@ -1128,9 +847,7 @@ export var CancelCapacityTask = [
|
|
|
1128
847
|
9,
|
|
1129
848
|
n0,
|
|
1130
849
|
_CCT,
|
|
1131
|
-
{
|
|
1132
|
-
[_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200],
|
|
1133
|
-
},
|
|
850
|
+
{ [_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200] },
|
|
1134
851
|
() => CancelCapacityTaskInput,
|
|
1135
852
|
() => CancelCapacityTaskOutput,
|
|
1136
853
|
];
|
|
@@ -1138,9 +855,7 @@ export var CancelOrder = [
|
|
|
1138
855
|
9,
|
|
1139
856
|
n0,
|
|
1140
857
|
_CO,
|
|
1141
|
-
{
|
|
1142
|
-
[_h]: ["POST", "/orders/{OrderId}/cancel", 200],
|
|
1143
|
-
},
|
|
858
|
+
{ [_h]: ["POST", "/orders/{OrderId}/cancel", 200] },
|
|
1144
859
|
() => CancelOrderInput,
|
|
1145
860
|
() => CancelOrderOutput,
|
|
1146
861
|
];
|
|
@@ -1148,9 +863,7 @@ export var CreateOrder = [
|
|
|
1148
863
|
9,
|
|
1149
864
|
n0,
|
|
1150
865
|
_COr,
|
|
1151
|
-
{
|
|
1152
|
-
[_h]: ["POST", "/orders", 200],
|
|
1153
|
-
},
|
|
866
|
+
{ [_h]: ["POST", "/orders", 200] },
|
|
1154
867
|
() => CreateOrderInput,
|
|
1155
868
|
() => CreateOrderOutput,
|
|
1156
869
|
];
|
|
@@ -1158,9 +871,7 @@ export var CreateOutpost = [
|
|
|
1158
871
|
9,
|
|
1159
872
|
n0,
|
|
1160
873
|
_COre,
|
|
1161
|
-
{
|
|
1162
|
-
[_h]: ["POST", "/outposts", 200],
|
|
1163
|
-
},
|
|
874
|
+
{ [_h]: ["POST", "/outposts", 200] },
|
|
1164
875
|
() => CreateOutpostInput,
|
|
1165
876
|
() => CreateOutpostOutput,
|
|
1166
877
|
];
|
|
@@ -1168,9 +879,7 @@ export var CreateSite = [
|
|
|
1168
879
|
9,
|
|
1169
880
|
n0,
|
|
1170
881
|
_CS,
|
|
1171
|
-
{
|
|
1172
|
-
[_h]: ["POST", "/sites", 200],
|
|
1173
|
-
},
|
|
882
|
+
{ [_h]: ["POST", "/sites", 200] },
|
|
1174
883
|
() => CreateSiteInput,
|
|
1175
884
|
() => CreateSiteOutput,
|
|
1176
885
|
];
|
|
@@ -1178,9 +887,7 @@ export var DeleteOutpost = [
|
|
|
1178
887
|
9,
|
|
1179
888
|
n0,
|
|
1180
889
|
_DO,
|
|
1181
|
-
{
|
|
1182
|
-
[_h]: ["DELETE", "/outposts/{OutpostId}", 200],
|
|
1183
|
-
},
|
|
890
|
+
{ [_h]: ["DELETE", "/outposts/{OutpostId}", 200] },
|
|
1184
891
|
() => DeleteOutpostInput,
|
|
1185
892
|
() => DeleteOutpostOutput,
|
|
1186
893
|
];
|
|
@@ -1188,9 +895,7 @@ export var DeleteSite = [
|
|
|
1188
895
|
9,
|
|
1189
896
|
n0,
|
|
1190
897
|
_DS,
|
|
1191
|
-
{
|
|
1192
|
-
[_h]: ["DELETE", "/sites/{SiteId}", 200],
|
|
1193
|
-
},
|
|
898
|
+
{ [_h]: ["DELETE", "/sites/{SiteId}", 200] },
|
|
1194
899
|
() => DeleteSiteInput,
|
|
1195
900
|
() => DeleteSiteOutput,
|
|
1196
901
|
];
|
|
@@ -1198,9 +903,7 @@ export var GetCapacityTask = [
|
|
|
1198
903
|
9,
|
|
1199
904
|
n0,
|
|
1200
905
|
_GCT,
|
|
1201
|
-
{
|
|
1202
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200],
|
|
1203
|
-
},
|
|
906
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}", 200] },
|
|
1204
907
|
() => GetCapacityTaskInput,
|
|
1205
908
|
() => GetCapacityTaskOutput,
|
|
1206
909
|
];
|
|
@@ -1208,9 +911,7 @@ export var GetCatalogItem = [
|
|
|
1208
911
|
9,
|
|
1209
912
|
n0,
|
|
1210
913
|
_GCI,
|
|
1211
|
-
{
|
|
1212
|
-
[_h]: ["GET", "/catalog/item/{CatalogItemId}", 200],
|
|
1213
|
-
},
|
|
914
|
+
{ [_h]: ["GET", "/catalog/item/{CatalogItemId}", 200] },
|
|
1214
915
|
() => GetCatalogItemInput,
|
|
1215
916
|
() => GetCatalogItemOutput,
|
|
1216
917
|
];
|
|
@@ -1218,9 +919,7 @@ export var GetConnection = [
|
|
|
1218
919
|
9,
|
|
1219
920
|
n0,
|
|
1220
921
|
_GC,
|
|
1221
|
-
{
|
|
1222
|
-
[_h]: ["GET", "/connections/{ConnectionId}", 200],
|
|
1223
|
-
},
|
|
922
|
+
{ [_h]: ["GET", "/connections/{ConnectionId}", 200] },
|
|
1224
923
|
() => GetConnectionRequest,
|
|
1225
924
|
() => GetConnectionResponse,
|
|
1226
925
|
];
|
|
@@ -1228,9 +927,7 @@ export var GetOrder = [
|
|
|
1228
927
|
9,
|
|
1229
928
|
n0,
|
|
1230
929
|
_GO,
|
|
1231
|
-
{
|
|
1232
|
-
[_h]: ["GET", "/orders/{OrderId}", 200],
|
|
1233
|
-
},
|
|
930
|
+
{ [_h]: ["GET", "/orders/{OrderId}", 200] },
|
|
1234
931
|
() => GetOrderInput,
|
|
1235
932
|
() => GetOrderOutput,
|
|
1236
933
|
];
|
|
@@ -1238,9 +935,7 @@ export var GetOutpost = [
|
|
|
1238
935
|
9,
|
|
1239
936
|
n0,
|
|
1240
937
|
_GOe,
|
|
1241
|
-
{
|
|
1242
|
-
[_h]: ["GET", "/outposts/{OutpostId}", 200],
|
|
1243
|
-
},
|
|
938
|
+
{ [_h]: ["GET", "/outposts/{OutpostId}", 200] },
|
|
1244
939
|
() => GetOutpostInput,
|
|
1245
940
|
() => GetOutpostOutput,
|
|
1246
941
|
];
|
|
@@ -1248,9 +943,7 @@ export var GetOutpostBillingInformation = [
|
|
|
1248
943
|
9,
|
|
1249
944
|
n0,
|
|
1250
945
|
_GOBI,
|
|
1251
|
-
{
|
|
1252
|
-
[_h]: ["GET", "/outpost/{OutpostIdentifier}/billing-information", 200],
|
|
1253
|
-
},
|
|
946
|
+
{ [_h]: ["GET", "/outpost/{OutpostIdentifier}/billing-information", 200] },
|
|
1254
947
|
() => GetOutpostBillingInformationInput,
|
|
1255
948
|
() => GetOutpostBillingInformationOutput,
|
|
1256
949
|
];
|
|
@@ -1258,9 +951,7 @@ export var GetOutpostInstanceTypes = [
|
|
|
1258
951
|
9,
|
|
1259
952
|
n0,
|
|
1260
953
|
_GOIT,
|
|
1261
|
-
{
|
|
1262
|
-
[_h]: ["GET", "/outposts/{OutpostId}/instanceTypes", 200],
|
|
1263
|
-
},
|
|
954
|
+
{ [_h]: ["GET", "/outposts/{OutpostId}/instanceTypes", 200] },
|
|
1264
955
|
() => GetOutpostInstanceTypesInput,
|
|
1265
956
|
() => GetOutpostInstanceTypesOutput,
|
|
1266
957
|
];
|
|
@@ -1268,9 +959,7 @@ export var GetOutpostSupportedInstanceTypes = [
|
|
|
1268
959
|
9,
|
|
1269
960
|
n0,
|
|
1270
961
|
_GOSIT,
|
|
1271
|
-
{
|
|
1272
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200],
|
|
1273
|
-
},
|
|
962
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200] },
|
|
1274
963
|
() => GetOutpostSupportedInstanceTypesInput,
|
|
1275
964
|
() => GetOutpostSupportedInstanceTypesOutput,
|
|
1276
965
|
];
|
|
@@ -1278,9 +967,7 @@ export var GetSite = [
|
|
|
1278
967
|
9,
|
|
1279
968
|
n0,
|
|
1280
969
|
_GS,
|
|
1281
|
-
{
|
|
1282
|
-
[_h]: ["GET", "/sites/{SiteId}", 200],
|
|
1283
|
-
},
|
|
970
|
+
{ [_h]: ["GET", "/sites/{SiteId}", 200] },
|
|
1284
971
|
() => GetSiteInput,
|
|
1285
972
|
() => GetSiteOutput,
|
|
1286
973
|
];
|
|
@@ -1288,9 +975,7 @@ export var GetSiteAddress = [
|
|
|
1288
975
|
9,
|
|
1289
976
|
n0,
|
|
1290
977
|
_GSA,
|
|
1291
|
-
{
|
|
1292
|
-
[_h]: ["GET", "/sites/{SiteId}/address", 200],
|
|
1293
|
-
},
|
|
978
|
+
{ [_h]: ["GET", "/sites/{SiteId}/address", 200] },
|
|
1294
979
|
() => GetSiteAddressInput,
|
|
1295
980
|
() => GetSiteAddressOutput,
|
|
1296
981
|
];
|
|
@@ -1298,9 +983,7 @@ export var ListAssetInstances = [
|
|
|
1298
983
|
9,
|
|
1299
984
|
n0,
|
|
1300
985
|
_LAIi,
|
|
1301
|
-
{
|
|
1302
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/assetInstances", 200],
|
|
1303
|
-
},
|
|
986
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/assetInstances", 200] },
|
|
1304
987
|
() => ListAssetInstancesInput,
|
|
1305
988
|
() => ListAssetInstancesOutput,
|
|
1306
989
|
];
|
|
@@ -1308,9 +991,7 @@ export var ListAssets = [
|
|
|
1308
991
|
9,
|
|
1309
992
|
n0,
|
|
1310
993
|
_LA,
|
|
1311
|
-
{
|
|
1312
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/assets", 200],
|
|
1313
|
-
},
|
|
994
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/assets", 200] },
|
|
1314
995
|
() => ListAssetsInput,
|
|
1315
996
|
() => ListAssetsOutput,
|
|
1316
997
|
];
|
|
@@ -1318,9 +999,7 @@ export var ListBlockingInstancesForCapacityTask = [
|
|
|
1318
999
|
9,
|
|
1319
1000
|
n0,
|
|
1320
1001
|
_LBIFCT,
|
|
1321
|
-
{
|
|
1322
|
-
[_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}/blockingInstances", 200],
|
|
1323
|
-
},
|
|
1002
|
+
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/capacity/{CapacityTaskId}/blockingInstances", 200] },
|
|
1324
1003
|
() => ListBlockingInstancesForCapacityTaskInput,
|
|
1325
1004
|
() => ListBlockingInstancesForCapacityTaskOutput,
|
|
1326
1005
|
];
|
|
@@ -1328,9 +1007,7 @@ export var ListCapacityTasks = [
|
|
|
1328
1007
|
9,
|
|
1329
1008
|
n0,
|
|
1330
1009
|
_LCT,
|
|
1331
|
-
{
|
|
1332
|
-
[_h]: ["GET", "/capacity/tasks", 200],
|
|
1333
|
-
},
|
|
1010
|
+
{ [_h]: ["GET", "/capacity/tasks", 200] },
|
|
1334
1011
|
() => ListCapacityTasksInput,
|
|
1335
1012
|
() => ListCapacityTasksOutput,
|
|
1336
1013
|
];
|
|
@@ -1338,9 +1015,7 @@ export var ListCatalogItems = [
|
|
|
1338
1015
|
9,
|
|
1339
1016
|
n0,
|
|
1340
1017
|
_LCI,
|
|
1341
|
-
{
|
|
1342
|
-
[_h]: ["GET", "/catalog/items", 200],
|
|
1343
|
-
},
|
|
1018
|
+
{ [_h]: ["GET", "/catalog/items", 200] },
|
|
1344
1019
|
() => ListCatalogItemsInput,
|
|
1345
1020
|
() => ListCatalogItemsOutput,
|
|
1346
1021
|
];
|
|
@@ -1348,9 +1023,7 @@ export var ListOrders = [
|
|
|
1348
1023
|
9,
|
|
1349
1024
|
n0,
|
|
1350
1025
|
_LO,
|
|
1351
|
-
{
|
|
1352
|
-
[_h]: ["GET", "/list-orders", 200],
|
|
1353
|
-
},
|
|
1026
|
+
{ [_h]: ["GET", "/list-orders", 200] },
|
|
1354
1027
|
() => ListOrdersInput,
|
|
1355
1028
|
() => ListOrdersOutput,
|
|
1356
1029
|
];
|
|
@@ -1358,9 +1031,7 @@ export var ListOutposts = [
|
|
|
1358
1031
|
9,
|
|
1359
1032
|
n0,
|
|
1360
1033
|
_LOi,
|
|
1361
|
-
{
|
|
1362
|
-
[_h]: ["GET", "/outposts", 200],
|
|
1363
|
-
},
|
|
1034
|
+
{ [_h]: ["GET", "/outposts", 200] },
|
|
1364
1035
|
() => ListOutpostsInput,
|
|
1365
1036
|
() => ListOutpostsOutput,
|
|
1366
1037
|
];
|
|
@@ -1368,9 +1039,7 @@ export var ListSites = [
|
|
|
1368
1039
|
9,
|
|
1369
1040
|
n0,
|
|
1370
1041
|
_LS,
|
|
1371
|
-
{
|
|
1372
|
-
[_h]: ["GET", "/sites", 200],
|
|
1373
|
-
},
|
|
1042
|
+
{ [_h]: ["GET", "/sites", 200] },
|
|
1374
1043
|
() => ListSitesInput,
|
|
1375
1044
|
() => ListSitesOutput,
|
|
1376
1045
|
];
|
|
@@ -1378,9 +1047,7 @@ export var ListTagsForResource = [
|
|
|
1378
1047
|
9,
|
|
1379
1048
|
n0,
|
|
1380
1049
|
_LTFR,
|
|
1381
|
-
{
|
|
1382
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
1383
|
-
},
|
|
1050
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
1384
1051
|
() => ListTagsForResourceRequest,
|
|
1385
1052
|
() => ListTagsForResourceResponse,
|
|
1386
1053
|
];
|
|
@@ -1388,9 +1055,7 @@ export var StartCapacityTask = [
|
|
|
1388
1055
|
9,
|
|
1389
1056
|
n0,
|
|
1390
1057
|
_SCT,
|
|
1391
|
-
{
|
|
1392
|
-
[_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity", 200],
|
|
1393
|
-
},
|
|
1058
|
+
{ [_h]: ["POST", "/outposts/{OutpostIdentifier}/capacity", 200] },
|
|
1394
1059
|
() => StartCapacityTaskInput,
|
|
1395
1060
|
() => StartCapacityTaskOutput,
|
|
1396
1061
|
];
|
|
@@ -1398,9 +1063,7 @@ export var StartConnection = [
|
|
|
1398
1063
|
9,
|
|
1399
1064
|
n0,
|
|
1400
1065
|
_SCt,
|
|
1401
|
-
{
|
|
1402
|
-
[_h]: ["POST", "/connections", 200],
|
|
1403
|
-
},
|
|
1066
|
+
{ [_h]: ["POST", "/connections", 200] },
|
|
1404
1067
|
() => StartConnectionRequest,
|
|
1405
1068
|
() => StartConnectionResponse,
|
|
1406
1069
|
];
|
|
@@ -1408,9 +1071,7 @@ export var StartOutpostDecommission = [
|
|
|
1408
1071
|
9,
|
|
1409
1072
|
n0,
|
|
1410
1073
|
_SOD,
|
|
1411
|
-
{
|
|
1412
|
-
[_h]: ["POST", "/outposts/{OutpostIdentifier}/decommission", 200],
|
|
1413
|
-
},
|
|
1074
|
+
{ [_h]: ["POST", "/outposts/{OutpostIdentifier}/decommission", 200] },
|
|
1414
1075
|
() => StartOutpostDecommissionInput,
|
|
1415
1076
|
() => StartOutpostDecommissionOutput,
|
|
1416
1077
|
];
|
|
@@ -1418,9 +1079,7 @@ export var TagResource = [
|
|
|
1418
1079
|
9,
|
|
1419
1080
|
n0,
|
|
1420
1081
|
_TR,
|
|
1421
|
-
{
|
|
1422
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 200],
|
|
1423
|
-
},
|
|
1082
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
1424
1083
|
() => TagResourceRequest,
|
|
1425
1084
|
() => TagResourceResponse,
|
|
1426
1085
|
];
|
|
@@ -1428,9 +1087,7 @@ export var UntagResource = [
|
|
|
1428
1087
|
9,
|
|
1429
1088
|
n0,
|
|
1430
1089
|
_UR,
|
|
1431
|
-
{
|
|
1432
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
1433
|
-
},
|
|
1090
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
1434
1091
|
() => UntagResourceRequest,
|
|
1435
1092
|
() => UntagResourceResponse,
|
|
1436
1093
|
];
|
|
@@ -1438,9 +1095,7 @@ export var UpdateOutpost = [
|
|
|
1438
1095
|
9,
|
|
1439
1096
|
n0,
|
|
1440
1097
|
_UO,
|
|
1441
|
-
{
|
|
1442
|
-
[_h]: ["PATCH", "/outposts/{OutpostId}", 200],
|
|
1443
|
-
},
|
|
1098
|
+
{ [_h]: ["PATCH", "/outposts/{OutpostId}", 200] },
|
|
1444
1099
|
() => UpdateOutpostInput,
|
|
1445
1100
|
() => UpdateOutpostOutput,
|
|
1446
1101
|
];
|
|
@@ -1448,9 +1103,7 @@ export var UpdateSite = [
|
|
|
1448
1103
|
9,
|
|
1449
1104
|
n0,
|
|
1450
1105
|
_US,
|
|
1451
|
-
{
|
|
1452
|
-
[_h]: ["PATCH", "/sites/{SiteId}", 200],
|
|
1453
|
-
},
|
|
1106
|
+
{ [_h]: ["PATCH", "/sites/{SiteId}", 200] },
|
|
1454
1107
|
() => UpdateSiteInput,
|
|
1455
1108
|
() => UpdateSiteOutput,
|
|
1456
1109
|
];
|
|
@@ -1458,9 +1111,7 @@ export var UpdateSiteAddress = [
|
|
|
1458
1111
|
9,
|
|
1459
1112
|
n0,
|
|
1460
1113
|
_USA,
|
|
1461
|
-
{
|
|
1462
|
-
[_h]: ["PUT", "/sites/{SiteId}/address", 200],
|
|
1463
|
-
},
|
|
1114
|
+
{ [_h]: ["PUT", "/sites/{SiteId}/address", 200] },
|
|
1464
1115
|
() => UpdateSiteAddressInput,
|
|
1465
1116
|
() => UpdateSiteAddressOutput,
|
|
1466
1117
|
];
|
|
@@ -1468,9 +1119,7 @@ export var UpdateSiteRackPhysicalProperties = [
|
|
|
1468
1119
|
9,
|
|
1469
1120
|
n0,
|
|
1470
1121
|
_USRPP,
|
|
1471
|
-
{
|
|
1472
|
-
[_h]: ["PATCH", "/sites/{SiteId}/rackPhysicalProperties", 200],
|
|
1473
|
-
},
|
|
1122
|
+
{ [_h]: ["PATCH", "/sites/{SiteId}/rackPhysicalProperties", 200] },
|
|
1474
1123
|
() => UpdateSiteRackPhysicalPropertiesInput,
|
|
1475
1124
|
() => UpdateSiteRackPhysicalPropertiesOutput,
|
|
1476
1125
|
];
|