@aws-sdk/client-outposts 3.297.0 → 3.299.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/commands/CancelOrderCommand.js +2 -3
- package/dist-cjs/commands/CreateOrderCommand.js +2 -3
- package/dist-cjs/commands/CreateOutpostCommand.js +2 -3
- package/dist-cjs/commands/CreateSiteCommand.js +2 -3
- package/dist-cjs/commands/DeleteOutpostCommand.js +2 -3
- package/dist-cjs/commands/DeleteSiteCommand.js +2 -3
- package/dist-cjs/commands/GetCatalogItemCommand.js +2 -3
- package/dist-cjs/commands/GetConnectionCommand.js +2 -3
- package/dist-cjs/commands/GetOrderCommand.js +2 -3
- package/dist-cjs/commands/GetOutpostCommand.js +2 -3
- package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +2 -3
- package/dist-cjs/commands/GetSiteAddressCommand.js +2 -3
- package/dist-cjs/commands/GetSiteCommand.js +2 -3
- package/dist-cjs/commands/ListAssetsCommand.js +2 -3
- package/dist-cjs/commands/ListCatalogItemsCommand.js +2 -3
- package/dist-cjs/commands/ListOrdersCommand.js +2 -3
- package/dist-cjs/commands/ListOutpostsCommand.js +2 -3
- package/dist-cjs/commands/ListSitesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartConnectionCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateOutpostCommand.js +2 -3
- package/dist-cjs/commands/UpdateSiteAddressCommand.js +2 -3
- package/dist-cjs/commands/UpdateSiteCommand.js +2 -3
- package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -278
- package/dist-es/commands/CancelOrderCommand.js +2 -3
- package/dist-es/commands/CreateOrderCommand.js +2 -3
- package/dist-es/commands/CreateOutpostCommand.js +2 -3
- package/dist-es/commands/CreateSiteCommand.js +2 -3
- package/dist-es/commands/DeleteOutpostCommand.js +2 -3
- package/dist-es/commands/DeleteSiteCommand.js +2 -3
- package/dist-es/commands/GetCatalogItemCommand.js +2 -3
- package/dist-es/commands/GetConnectionCommand.js +2 -3
- package/dist-es/commands/GetOrderCommand.js +2 -3
- package/dist-es/commands/GetOutpostCommand.js +2 -3
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +2 -3
- package/dist-es/commands/GetSiteAddressCommand.js +2 -3
- package/dist-es/commands/GetSiteCommand.js +2 -3
- package/dist-es/commands/ListAssetsCommand.js +2 -3
- package/dist-es/commands/ListCatalogItemsCommand.js +2 -3
- package/dist-es/commands/ListOrdersCommand.js +2 -3
- package/dist-es/commands/ListOutpostsCommand.js +2 -3
- package/dist-es/commands/ListSitesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartConnectionCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateOutpostCommand.js +2 -3
- package/dist-es/commands/UpdateSiteAddressCommand.js +2 -3
- package/dist-es/commands/UpdateSiteCommand.js +2 -3
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -207
- package/dist-types/models/models_0.d.ts +0 -276
- package/dist-types/ts3.4/models/models_0.d.ts +0 -187
- package/package.json +11 -10
|
@@ -537,190 +537,3 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
537
537
|
export interface UpdateSiteRackPhysicalPropertiesOutput {
|
|
538
538
|
Site?: Site;
|
|
539
539
|
}
|
|
540
|
-
export declare const AddressFilterSensitiveLog: (obj: Address) => any;
|
|
541
|
-
export declare const AssetLocationFilterSensitiveLog: (
|
|
542
|
-
obj: AssetLocation
|
|
543
|
-
) => any;
|
|
544
|
-
export declare const ComputeAttributesFilterSensitiveLog: (
|
|
545
|
-
obj: ComputeAttributes
|
|
546
|
-
) => any;
|
|
547
|
-
export declare const AssetInfoFilterSensitiveLog: (obj: AssetInfo) => any;
|
|
548
|
-
export declare const CancelOrderInputFilterSensitiveLog: (
|
|
549
|
-
obj: CancelOrderInput
|
|
550
|
-
) => any;
|
|
551
|
-
export declare const CancelOrderOutputFilterSensitiveLog: (
|
|
552
|
-
obj: CancelOrderOutput
|
|
553
|
-
) => any;
|
|
554
|
-
export declare const EC2CapacityFilterSensitiveLog: (obj: EC2Capacity) => any;
|
|
555
|
-
export declare const CatalogItemFilterSensitiveLog: (obj: CatalogItem) => any;
|
|
556
|
-
export declare const ConnectionDetailsFilterSensitiveLog: (
|
|
557
|
-
obj: ConnectionDetails
|
|
558
|
-
) => any;
|
|
559
|
-
export declare const LineItemRequestFilterSensitiveLog: (
|
|
560
|
-
obj: LineItemRequest
|
|
561
|
-
) => any;
|
|
562
|
-
export declare const CreateOrderInputFilterSensitiveLog: (
|
|
563
|
-
obj: CreateOrderInput
|
|
564
|
-
) => any;
|
|
565
|
-
export declare const LineItemAssetInformationFilterSensitiveLog: (
|
|
566
|
-
obj: LineItemAssetInformation
|
|
567
|
-
) => any;
|
|
568
|
-
export declare const ShipmentInformationFilterSensitiveLog: (
|
|
569
|
-
obj: ShipmentInformation
|
|
570
|
-
) => any;
|
|
571
|
-
export declare const LineItemFilterSensitiveLog: (obj: LineItem) => any;
|
|
572
|
-
export declare const OrderFilterSensitiveLog: (obj: Order) => any;
|
|
573
|
-
export declare const CreateOrderOutputFilterSensitiveLog: (
|
|
574
|
-
obj: CreateOrderOutput
|
|
575
|
-
) => any;
|
|
576
|
-
export declare const CreateOutpostInputFilterSensitiveLog: (
|
|
577
|
-
obj: CreateOutpostInput
|
|
578
|
-
) => any;
|
|
579
|
-
export declare const OutpostFilterSensitiveLog: (obj: Outpost) => any;
|
|
580
|
-
export declare const CreateOutpostOutputFilterSensitiveLog: (
|
|
581
|
-
obj: CreateOutpostOutput
|
|
582
|
-
) => any;
|
|
583
|
-
export declare const RackPhysicalPropertiesFilterSensitiveLog: (
|
|
584
|
-
obj: RackPhysicalProperties
|
|
585
|
-
) => any;
|
|
586
|
-
export declare const CreateSiteInputFilterSensitiveLog: (
|
|
587
|
-
obj: CreateSiteInput
|
|
588
|
-
) => any;
|
|
589
|
-
export declare const SiteFilterSensitiveLog: (obj: Site) => any;
|
|
590
|
-
export declare const CreateSiteOutputFilterSensitiveLog: (
|
|
591
|
-
obj: CreateSiteOutput
|
|
592
|
-
) => any;
|
|
593
|
-
export declare const DeleteOutpostInputFilterSensitiveLog: (
|
|
594
|
-
obj: DeleteOutpostInput
|
|
595
|
-
) => any;
|
|
596
|
-
export declare const DeleteOutpostOutputFilterSensitiveLog: (
|
|
597
|
-
obj: DeleteOutpostOutput
|
|
598
|
-
) => any;
|
|
599
|
-
export declare const DeleteSiteInputFilterSensitiveLog: (
|
|
600
|
-
obj: DeleteSiteInput
|
|
601
|
-
) => any;
|
|
602
|
-
export declare const DeleteSiteOutputFilterSensitiveLog: (
|
|
603
|
-
obj: DeleteSiteOutput
|
|
604
|
-
) => any;
|
|
605
|
-
export declare const GetCatalogItemInputFilterSensitiveLog: (
|
|
606
|
-
obj: GetCatalogItemInput
|
|
607
|
-
) => any;
|
|
608
|
-
export declare const GetCatalogItemOutputFilterSensitiveLog: (
|
|
609
|
-
obj: GetCatalogItemOutput
|
|
610
|
-
) => any;
|
|
611
|
-
export declare const GetConnectionRequestFilterSensitiveLog: (
|
|
612
|
-
obj: GetConnectionRequest
|
|
613
|
-
) => any;
|
|
614
|
-
export declare const GetConnectionResponseFilterSensitiveLog: (
|
|
615
|
-
obj: GetConnectionResponse
|
|
616
|
-
) => any;
|
|
617
|
-
export declare const GetOrderInputFilterSensitiveLog: (
|
|
618
|
-
obj: GetOrderInput
|
|
619
|
-
) => any;
|
|
620
|
-
export declare const GetOrderOutputFilterSensitiveLog: (
|
|
621
|
-
obj: GetOrderOutput
|
|
622
|
-
) => any;
|
|
623
|
-
export declare const GetOutpostInputFilterSensitiveLog: (
|
|
624
|
-
obj: GetOutpostInput
|
|
625
|
-
) => any;
|
|
626
|
-
export declare const GetOutpostOutputFilterSensitiveLog: (
|
|
627
|
-
obj: GetOutpostOutput
|
|
628
|
-
) => any;
|
|
629
|
-
export declare const GetOutpostInstanceTypesInputFilterSensitiveLog: (
|
|
630
|
-
obj: GetOutpostInstanceTypesInput
|
|
631
|
-
) => any;
|
|
632
|
-
export declare const InstanceTypeItemFilterSensitiveLog: (
|
|
633
|
-
obj: InstanceTypeItem
|
|
634
|
-
) => any;
|
|
635
|
-
export declare const GetOutpostInstanceTypesOutputFilterSensitiveLog: (
|
|
636
|
-
obj: GetOutpostInstanceTypesOutput
|
|
637
|
-
) => any;
|
|
638
|
-
export declare const GetSiteInputFilterSensitiveLog: (obj: GetSiteInput) => any;
|
|
639
|
-
export declare const GetSiteOutputFilterSensitiveLog: (
|
|
640
|
-
obj: GetSiteOutput
|
|
641
|
-
) => any;
|
|
642
|
-
export declare const GetSiteAddressInputFilterSensitiveLog: (
|
|
643
|
-
obj: GetSiteAddressInput
|
|
644
|
-
) => any;
|
|
645
|
-
export declare const GetSiteAddressOutputFilterSensitiveLog: (
|
|
646
|
-
obj: GetSiteAddressOutput
|
|
647
|
-
) => any;
|
|
648
|
-
export declare const ListAssetsInputFilterSensitiveLog: (
|
|
649
|
-
obj: ListAssetsInput
|
|
650
|
-
) => any;
|
|
651
|
-
export declare const ListAssetsOutputFilterSensitiveLog: (
|
|
652
|
-
obj: ListAssetsOutput
|
|
653
|
-
) => any;
|
|
654
|
-
export declare const ListCatalogItemsInputFilterSensitiveLog: (
|
|
655
|
-
obj: ListCatalogItemsInput
|
|
656
|
-
) => any;
|
|
657
|
-
export declare const ListCatalogItemsOutputFilterSensitiveLog: (
|
|
658
|
-
obj: ListCatalogItemsOutput
|
|
659
|
-
) => any;
|
|
660
|
-
export declare const ListOrdersInputFilterSensitiveLog: (
|
|
661
|
-
obj: ListOrdersInput
|
|
662
|
-
) => any;
|
|
663
|
-
export declare const OrderSummaryFilterSensitiveLog: (obj: OrderSummary) => any;
|
|
664
|
-
export declare const ListOrdersOutputFilterSensitiveLog: (
|
|
665
|
-
obj: ListOrdersOutput
|
|
666
|
-
) => any;
|
|
667
|
-
export declare const ListOutpostsInputFilterSensitiveLog: (
|
|
668
|
-
obj: ListOutpostsInput
|
|
669
|
-
) => any;
|
|
670
|
-
export declare const ListOutpostsOutputFilterSensitiveLog: (
|
|
671
|
-
obj: ListOutpostsOutput
|
|
672
|
-
) => any;
|
|
673
|
-
export declare const ListSitesInputFilterSensitiveLog: (
|
|
674
|
-
obj: ListSitesInput
|
|
675
|
-
) => any;
|
|
676
|
-
export declare const ListSitesOutputFilterSensitiveLog: (
|
|
677
|
-
obj: ListSitesOutput
|
|
678
|
-
) => any;
|
|
679
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
680
|
-
obj: ListTagsForResourceRequest
|
|
681
|
-
) => any;
|
|
682
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
683
|
-
obj: ListTagsForResourceResponse
|
|
684
|
-
) => any;
|
|
685
|
-
export declare const StartConnectionRequestFilterSensitiveLog: (
|
|
686
|
-
obj: StartConnectionRequest
|
|
687
|
-
) => any;
|
|
688
|
-
export declare const StartConnectionResponseFilterSensitiveLog: (
|
|
689
|
-
obj: StartConnectionResponse
|
|
690
|
-
) => any;
|
|
691
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
692
|
-
obj: TagResourceRequest
|
|
693
|
-
) => any;
|
|
694
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
695
|
-
obj: TagResourceResponse
|
|
696
|
-
) => any;
|
|
697
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
698
|
-
obj: UntagResourceRequest
|
|
699
|
-
) => any;
|
|
700
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
701
|
-
obj: UntagResourceResponse
|
|
702
|
-
) => any;
|
|
703
|
-
export declare const UpdateOutpostInputFilterSensitiveLog: (
|
|
704
|
-
obj: UpdateOutpostInput
|
|
705
|
-
) => any;
|
|
706
|
-
export declare const UpdateOutpostOutputFilterSensitiveLog: (
|
|
707
|
-
obj: UpdateOutpostOutput
|
|
708
|
-
) => any;
|
|
709
|
-
export declare const UpdateSiteInputFilterSensitiveLog: (
|
|
710
|
-
obj: UpdateSiteInput
|
|
711
|
-
) => any;
|
|
712
|
-
export declare const UpdateSiteOutputFilterSensitiveLog: (
|
|
713
|
-
obj: UpdateSiteOutput
|
|
714
|
-
) => any;
|
|
715
|
-
export declare const UpdateSiteAddressInputFilterSensitiveLog: (
|
|
716
|
-
obj: UpdateSiteAddressInput
|
|
717
|
-
) => any;
|
|
718
|
-
export declare const UpdateSiteAddressOutputFilterSensitiveLog: (
|
|
719
|
-
obj: UpdateSiteAddressOutput
|
|
720
|
-
) => any;
|
|
721
|
-
export declare const UpdateSiteRackPhysicalPropertiesInputFilterSensitiveLog: (
|
|
722
|
-
obj: UpdateSiteRackPhysicalPropertiesInput
|
|
723
|
-
) => any;
|
|
724
|
-
export declare const UpdateSiteRackPhysicalPropertiesOutputFilterSensitiveLog: (
|
|
725
|
-
obj: UpdateSiteRackPhysicalPropertiesOutput
|
|
726
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-outposts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo outposts"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|