@aws-sdk/client-outposts 3.130.0 → 3.141.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/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelOrderCommand.js +2 -2
- package/dist-cjs/commands/CreateOrderCommand.js +2 -2
- package/dist-cjs/commands/CreateOutpostCommand.js +2 -2
- package/dist-cjs/commands/CreateSiteCommand.js +2 -2
- package/dist-cjs/commands/DeleteOutpostCommand.js +2 -2
- package/dist-cjs/commands/DeleteSiteCommand.js +2 -2
- package/dist-cjs/commands/GetCatalogItemCommand.js +2 -2
- package/dist-cjs/commands/GetConnectionCommand.js +2 -2
- package/dist-cjs/commands/GetOrderCommand.js +2 -2
- package/dist-cjs/commands/GetOutpostCommand.js +2 -2
- package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +2 -2
- package/dist-cjs/commands/GetSiteAddressCommand.js +2 -2
- package/dist-cjs/commands/GetSiteCommand.js +2 -2
- package/dist-cjs/commands/ListAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListCatalogItemsCommand.js +2 -2
- package/dist-cjs/commands/ListOrdersCommand.js +2 -2
- package/dist-cjs/commands/ListOutpostsCommand.js +2 -2
- package/dist-cjs/commands/ListSitesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartConnectionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateOutpostCommand.js +2 -2
- package/dist-cjs/commands/UpdateSiteAddressCommand.js +2 -2
- package/dist-cjs/commands/UpdateSiteCommand.js +2 -2
- package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -2
- package/dist-cjs/models/models_0.js +278 -416
- package/dist-es/commands/CancelOrderCommand.js +3 -3
- package/dist-es/commands/CreateOrderCommand.js +3 -3
- package/dist-es/commands/CreateOutpostCommand.js +3 -3
- package/dist-es/commands/CreateSiteCommand.js +3 -3
- package/dist-es/commands/DeleteOutpostCommand.js +3 -3
- package/dist-es/commands/DeleteSiteCommand.js +3 -3
- package/dist-es/commands/GetCatalogItemCommand.js +3 -3
- package/dist-es/commands/GetConnectionCommand.js +3 -3
- package/dist-es/commands/GetOrderCommand.js +3 -3
- package/dist-es/commands/GetOutpostCommand.js +3 -3
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +3 -3
- package/dist-es/commands/GetSiteAddressCommand.js +3 -3
- package/dist-es/commands/GetSiteCommand.js +3 -3
- package/dist-es/commands/ListAssetsCommand.js +3 -3
- package/dist-es/commands/ListCatalogItemsCommand.js +3 -3
- package/dist-es/commands/ListOrdersCommand.js +3 -3
- package/dist-es/commands/ListOutpostsCommand.js +3 -3
- package/dist-es/commands/ListSitesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartConnectionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateOutpostCommand.js +3 -3
- package/dist-es/commands/UpdateSiteAddressCommand.js +3 -3
- package/dist-es/commands/UpdateSiteCommand.js +3 -3
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
- package/dist-es/models/models_0.js +69 -276
- package/dist-types/models/models_0.d.ts +276 -414
- package/dist-types/ts3.4/models/models_0.d.ts +138 -276
- package/package.json +7 -7
|
@@ -63,12 +63,6 @@ export interface Address {
|
|
|
63
63
|
*/
|
|
64
64
|
Municipality?: string;
|
|
65
65
|
}
|
|
66
|
-
export declare namespace Address {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
|
-
const filterSensitiveLog: (obj: Address) => any;
|
|
71
|
-
}
|
|
72
66
|
export declare enum AddressType {
|
|
73
67
|
OPERATING_ADDRESS = "OPERATING_ADDRESS",
|
|
74
68
|
SHIPPING_ADDRESS = "SHIPPING_ADDRESS"
|
|
@@ -86,12 +80,6 @@ export interface AssetLocation {
|
|
|
86
80
|
*/
|
|
87
81
|
RackElevation?: number;
|
|
88
82
|
}
|
|
89
|
-
export declare namespace AssetLocation {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
const filterSensitiveLog: (obj: AssetLocation) => any;
|
|
94
|
-
}
|
|
95
83
|
export declare enum AssetType {
|
|
96
84
|
COMPUTE = "COMPUTE"
|
|
97
85
|
}
|
|
@@ -108,12 +96,6 @@ export interface ComputeAttributes {
|
|
|
108
96
|
*/
|
|
109
97
|
HostId?: string;
|
|
110
98
|
}
|
|
111
|
-
export declare namespace ComputeAttributes {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
const filterSensitiveLog: (obj: ComputeAttributes) => any;
|
|
116
|
-
}
|
|
117
99
|
/**
|
|
118
100
|
* <p>
|
|
119
101
|
* Information about hardware assets.
|
|
@@ -151,12 +133,6 @@ export interface AssetInfo {
|
|
|
151
133
|
*/
|
|
152
134
|
AssetLocation?: AssetLocation;
|
|
153
135
|
}
|
|
154
|
-
export declare namespace AssetInfo {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
const filterSensitiveLog: (obj: AssetInfo) => any;
|
|
159
|
-
}
|
|
160
136
|
export interface CancelOrderInput {
|
|
161
137
|
/**
|
|
162
138
|
* <p>
|
|
@@ -165,20 +141,8 @@ export interface CancelOrderInput {
|
|
|
165
141
|
*/
|
|
166
142
|
OrderId: string | undefined;
|
|
167
143
|
}
|
|
168
|
-
export declare namespace CancelOrderInput {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
const filterSensitiveLog: (obj: CancelOrderInput) => any;
|
|
173
|
-
}
|
|
174
144
|
export interface CancelOrderOutput {
|
|
175
145
|
}
|
|
176
|
-
export declare namespace CancelOrderOutput {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
const filterSensitiveLog: (obj: CancelOrderOutput) => any;
|
|
181
|
-
}
|
|
182
146
|
export declare enum ResourceType {
|
|
183
147
|
ORDER = "ORDER",
|
|
184
148
|
OUTPOST = "OUTPOST"
|
|
@@ -262,12 +226,6 @@ export interface EC2Capacity {
|
|
|
262
226
|
*/
|
|
263
227
|
Quantity?: string;
|
|
264
228
|
}
|
|
265
|
-
export declare namespace EC2Capacity {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
const filterSensitiveLog: (obj: EC2Capacity) => any;
|
|
270
|
-
}
|
|
271
229
|
export declare enum CatalogItemStatus {
|
|
272
230
|
AVAILABLE = "AVAILABLE",
|
|
273
231
|
DISCONTINUED = "DISCONTINUED"
|
|
@@ -322,12 +280,6 @@ export interface CatalogItem {
|
|
|
322
280
|
*/
|
|
323
281
|
SupportedStorage?: (SupportedStorageEnum | string)[];
|
|
324
282
|
}
|
|
325
|
-
export declare namespace CatalogItem {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
|
-
const filterSensitiveLog: (obj: CatalogItem) => any;
|
|
330
|
-
}
|
|
331
283
|
export declare enum CatalogItemClass {
|
|
332
284
|
RACK = "RACK",
|
|
333
285
|
SERVER = "SERVER"
|
|
@@ -375,12 +327,6 @@ export interface ConnectionDetails {
|
|
|
375
327
|
*/
|
|
376
328
|
AllowedIps?: string[];
|
|
377
329
|
}
|
|
378
|
-
export declare namespace ConnectionDetails {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
|
-
const filterSensitiveLog: (obj: ConnectionDetails) => any;
|
|
383
|
-
}
|
|
384
330
|
/**
|
|
385
331
|
* <p>Information about a line item request.</p>
|
|
386
332
|
*/
|
|
@@ -394,12 +340,6 @@ export interface LineItemRequest {
|
|
|
394
340
|
*/
|
|
395
341
|
Quantity?: number;
|
|
396
342
|
}
|
|
397
|
-
export declare namespace LineItemRequest {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
const filterSensitiveLog: (obj: LineItemRequest) => any;
|
|
402
|
-
}
|
|
403
343
|
export declare enum PaymentOption {
|
|
404
344
|
ALL_UPFRONT = "ALL_UPFRONT",
|
|
405
345
|
NO_UPFRONT = "NO_UPFRONT",
|
|
@@ -428,12 +368,6 @@ export interface CreateOrderInput {
|
|
|
428
368
|
*/
|
|
429
369
|
PaymentTerm?: PaymentTerm | string;
|
|
430
370
|
}
|
|
431
|
-
export declare namespace CreateOrderInput {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
|
-
const filterSensitiveLog: (obj: CreateOrderInput) => any;
|
|
436
|
-
}
|
|
437
371
|
/**
|
|
438
372
|
* <p>
|
|
439
373
|
* Information about a line item asset.
|
|
@@ -453,12 +387,6 @@ export interface LineItemAssetInformation {
|
|
|
453
387
|
*/
|
|
454
388
|
MacAddressList?: string[];
|
|
455
389
|
}
|
|
456
|
-
export declare namespace LineItemAssetInformation {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
|
-
const filterSensitiveLog: (obj: LineItemAssetInformation) => any;
|
|
461
|
-
}
|
|
462
390
|
export declare enum ShipmentCarrier {
|
|
463
391
|
DBS = "DBS",
|
|
464
392
|
DHL = "DHL",
|
|
@@ -484,12 +412,6 @@ export interface ShipmentInformation {
|
|
|
484
412
|
*/
|
|
485
413
|
ShipmentCarrier?: ShipmentCarrier | string;
|
|
486
414
|
}
|
|
487
|
-
export declare namespace ShipmentInformation {
|
|
488
|
-
/**
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
|
-
const filterSensitiveLog: (obj: ShipmentInformation) => any;
|
|
492
|
-
}
|
|
493
415
|
export declare enum LineItemStatus {
|
|
494
416
|
BUILDING = "BUILDING",
|
|
495
417
|
CANCELLED = "CANCELLED",
|
|
@@ -535,12 +457,6 @@ export interface LineItem {
|
|
|
535
457
|
*/
|
|
536
458
|
AssetInformationList?: LineItemAssetInformation[];
|
|
537
459
|
}
|
|
538
|
-
export declare namespace LineItem {
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
|
-
const filterSensitiveLog: (obj: LineItem) => any;
|
|
543
|
-
}
|
|
544
460
|
export declare enum OrderStatus {
|
|
545
461
|
CANCELLED = "CANCELLED",
|
|
546
462
|
COMPLETED = "COMPLETED",
|
|
@@ -616,24 +532,12 @@ export interface Order {
|
|
|
616
532
|
*/
|
|
617
533
|
OrderFulfilledDate?: Date;
|
|
618
534
|
}
|
|
619
|
-
export declare namespace Order {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
|
-
const filterSensitiveLog: (obj: Order) => any;
|
|
624
|
-
}
|
|
625
535
|
export interface CreateOrderOutput {
|
|
626
536
|
/**
|
|
627
537
|
* <p>Information about this order.</p>
|
|
628
538
|
*/
|
|
629
539
|
Order?: Order;
|
|
630
540
|
}
|
|
631
|
-
export declare namespace CreateOrderOutput {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
|
-
const filterSensitiveLog: (obj: CreateOrderOutput) => any;
|
|
636
|
-
}
|
|
637
541
|
/**
|
|
638
542
|
* <p>You have exceeded a service quota.</p>
|
|
639
543
|
*/
|
|
@@ -690,12 +594,6 @@ export interface CreateOutpostInput {
|
|
|
690
594
|
*/
|
|
691
595
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
692
596
|
}
|
|
693
|
-
export declare namespace CreateOutpostInput {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
|
-
const filterSensitiveLog: (obj: CreateOutpostInput) => any;
|
|
698
|
-
}
|
|
699
597
|
/**
|
|
700
598
|
* <p>Information about an Outpost.</p>
|
|
701
599
|
*/
|
|
@@ -755,24 +653,12 @@ export interface Outpost {
|
|
|
755
653
|
*/
|
|
756
654
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
757
655
|
}
|
|
758
|
-
export declare namespace Outpost {
|
|
759
|
-
/**
|
|
760
|
-
* @internal
|
|
761
|
-
*/
|
|
762
|
-
const filterSensitiveLog: (obj: Outpost) => any;
|
|
763
|
-
}
|
|
764
656
|
export interface CreateOutpostOutput {
|
|
765
657
|
/**
|
|
766
658
|
* <p>Information about an Outpost.</p>
|
|
767
659
|
*/
|
|
768
660
|
Outpost?: Outpost;
|
|
769
661
|
}
|
|
770
|
-
export declare namespace CreateOutpostOutput {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
|
-
const filterSensitiveLog: (obj: CreateOutpostOutput) => any;
|
|
775
|
-
}
|
|
776
662
|
export declare enum FiberOpticCableType {
|
|
777
663
|
MULTI_MODE = "MULTI_MODE",
|
|
778
664
|
SINGLE_MODE = "SINGLE_MODE"
|
|
@@ -886,12 +772,6 @@ export interface RackPhysicalProperties {
|
|
|
886
772
|
*/
|
|
887
773
|
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
|
|
888
774
|
}
|
|
889
|
-
export declare namespace RackPhysicalProperties {
|
|
890
|
-
/**
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
893
|
-
const filterSensitiveLog: (obj: RackPhysicalProperties) => any;
|
|
894
|
-
}
|
|
895
775
|
export interface CreateSiteInput {
|
|
896
776
|
/**
|
|
897
777
|
* <p>The name of the site.</p>
|
|
@@ -936,12 +816,6 @@ export interface CreateSiteInput {
|
|
|
936
816
|
*/
|
|
937
817
|
RackPhysicalProperties?: RackPhysicalProperties;
|
|
938
818
|
}
|
|
939
|
-
export declare namespace CreateSiteInput {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
const filterSensitiveLog: (obj: CreateSiteInput) => any;
|
|
944
|
-
}
|
|
945
819
|
/**
|
|
946
820
|
* <p>Information about a site.</p>
|
|
947
821
|
*/
|
|
@@ -1001,24 +875,12 @@ export interface Site {
|
|
|
1001
875
|
*/
|
|
1002
876
|
RackPhysicalProperties?: RackPhysicalProperties;
|
|
1003
877
|
}
|
|
1004
|
-
export declare namespace Site {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
|
-
const filterSensitiveLog: (obj: Site) => any;
|
|
1009
|
-
}
|
|
1010
878
|
export interface CreateSiteOutput {
|
|
1011
879
|
/**
|
|
1012
880
|
* <p>Information about a site.</p>
|
|
1013
881
|
*/
|
|
1014
882
|
Site?: Site;
|
|
1015
883
|
}
|
|
1016
|
-
export declare namespace CreateSiteOutput {
|
|
1017
|
-
/**
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
1020
|
-
const filterSensitiveLog: (obj: CreateSiteOutput) => any;
|
|
1021
|
-
}
|
|
1022
884
|
export interface DeleteOutpostInput {
|
|
1023
885
|
/**
|
|
1024
886
|
* <p>
|
|
@@ -1033,20 +895,8 @@ export interface DeleteOutpostInput {
|
|
|
1033
895
|
*/
|
|
1034
896
|
OutpostId: string | undefined;
|
|
1035
897
|
}
|
|
1036
|
-
export declare namespace DeleteOutpostInput {
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
|
-
const filterSensitiveLog: (obj: DeleteOutpostInput) => any;
|
|
1041
|
-
}
|
|
1042
898
|
export interface DeleteOutpostOutput {
|
|
1043
899
|
}
|
|
1044
|
-
export declare namespace DeleteOutpostOutput {
|
|
1045
|
-
/**
|
|
1046
|
-
* @internal
|
|
1047
|
-
*/
|
|
1048
|
-
const filterSensitiveLog: (obj: DeleteOutpostOutput) => any;
|
|
1049
|
-
}
|
|
1050
900
|
export interface DeleteSiteInput {
|
|
1051
901
|
/**
|
|
1052
902
|
* <p>
|
|
@@ -1061,44 +911,20 @@ export interface DeleteSiteInput {
|
|
|
1061
911
|
*/
|
|
1062
912
|
SiteId: string | undefined;
|
|
1063
913
|
}
|
|
1064
|
-
export declare namespace DeleteSiteInput {
|
|
1065
|
-
/**
|
|
1066
|
-
* @internal
|
|
1067
|
-
*/
|
|
1068
|
-
const filterSensitiveLog: (obj: DeleteSiteInput) => any;
|
|
1069
|
-
}
|
|
1070
914
|
export interface DeleteSiteOutput {
|
|
1071
915
|
}
|
|
1072
|
-
export declare namespace DeleteSiteOutput {
|
|
1073
|
-
/**
|
|
1074
|
-
* @internal
|
|
1075
|
-
*/
|
|
1076
|
-
const filterSensitiveLog: (obj: DeleteSiteOutput) => any;
|
|
1077
|
-
}
|
|
1078
916
|
export interface GetCatalogItemInput {
|
|
1079
917
|
/**
|
|
1080
918
|
* <p>The ID of the catalog item.</p>
|
|
1081
919
|
*/
|
|
1082
920
|
CatalogItemId: string | undefined;
|
|
1083
921
|
}
|
|
1084
|
-
export declare namespace GetCatalogItemInput {
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
|
-
const filterSensitiveLog: (obj: GetCatalogItemInput) => any;
|
|
1089
|
-
}
|
|
1090
922
|
export interface GetCatalogItemOutput {
|
|
1091
923
|
/**
|
|
1092
924
|
* <p>Information about this catalog item.</p>
|
|
1093
925
|
*/
|
|
1094
926
|
CatalogItem?: CatalogItem;
|
|
1095
927
|
}
|
|
1096
|
-
export declare namespace GetCatalogItemOutput {
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
|
-
const filterSensitiveLog: (obj: GetCatalogItemOutput) => any;
|
|
1101
|
-
}
|
|
1102
928
|
export interface GetConnectionRequest {
|
|
1103
929
|
/**
|
|
1104
930
|
* <p>
|
|
@@ -1107,12 +933,6 @@ export interface GetConnectionRequest {
|
|
|
1107
933
|
*/
|
|
1108
934
|
ConnectionId: string | undefined;
|
|
1109
935
|
}
|
|
1110
|
-
export declare namespace GetConnectionRequest {
|
|
1111
|
-
/**
|
|
1112
|
-
* @internal
|
|
1113
|
-
*/
|
|
1114
|
-
const filterSensitiveLog: (obj: GetConnectionRequest) => any;
|
|
1115
|
-
}
|
|
1116
936
|
export interface GetConnectionResponse {
|
|
1117
937
|
/**
|
|
1118
938
|
* <p>
|
|
@@ -1127,36 +947,18 @@ export interface GetConnectionResponse {
|
|
|
1127
947
|
*/
|
|
1128
948
|
ConnectionDetails?: ConnectionDetails;
|
|
1129
949
|
}
|
|
1130
|
-
export declare namespace GetConnectionResponse {
|
|
1131
|
-
/**
|
|
1132
|
-
* @internal
|
|
1133
|
-
*/
|
|
1134
|
-
const filterSensitiveLog: (obj: GetConnectionResponse) => any;
|
|
1135
|
-
}
|
|
1136
950
|
export interface GetOrderInput {
|
|
1137
951
|
/**
|
|
1138
952
|
* <p>The ID of the order.</p>
|
|
1139
953
|
*/
|
|
1140
954
|
OrderId: string | undefined;
|
|
1141
955
|
}
|
|
1142
|
-
export declare namespace GetOrderInput {
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
|
-
const filterSensitiveLog: (obj: GetOrderInput) => any;
|
|
1147
|
-
}
|
|
1148
956
|
export interface GetOrderOutput {
|
|
1149
957
|
/**
|
|
1150
958
|
* <p>Information about an order.</p>
|
|
1151
959
|
*/
|
|
1152
960
|
Order?: Order;
|
|
1153
961
|
}
|
|
1154
|
-
export declare namespace GetOrderOutput {
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
|
-
const filterSensitiveLog: (obj: GetOrderOutput) => any;
|
|
1159
|
-
}
|
|
1160
962
|
export interface GetOutpostInput {
|
|
1161
963
|
/**
|
|
1162
964
|
* <p>
|
|
@@ -1171,24 +973,12 @@ export interface GetOutpostInput {
|
|
|
1171
973
|
*/
|
|
1172
974
|
OutpostId: string | undefined;
|
|
1173
975
|
}
|
|
1174
|
-
export declare namespace GetOutpostInput {
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
const filterSensitiveLog: (obj: GetOutpostInput) => any;
|
|
1179
|
-
}
|
|
1180
976
|
export interface GetOutpostOutput {
|
|
1181
977
|
/**
|
|
1182
978
|
* <p>Information about an Outpost.</p>
|
|
1183
979
|
*/
|
|
1184
980
|
Outpost?: Outpost;
|
|
1185
981
|
}
|
|
1186
|
-
export declare namespace GetOutpostOutput {
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
|
-
const filterSensitiveLog: (obj: GetOutpostOutput) => any;
|
|
1191
|
-
}
|
|
1192
982
|
export interface GetOutpostInstanceTypesInput {
|
|
1193
983
|
/**
|
|
1194
984
|
* <p>
|
|
@@ -1211,12 +1001,6 @@ export interface GetOutpostInstanceTypesInput {
|
|
|
1211
1001
|
*/
|
|
1212
1002
|
MaxResults?: number;
|
|
1213
1003
|
}
|
|
1214
|
-
export declare namespace GetOutpostInstanceTypesInput {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
const filterSensitiveLog: (obj: GetOutpostInstanceTypesInput) => any;
|
|
1219
|
-
}
|
|
1220
1004
|
/**
|
|
1221
1005
|
* <p>Information about an instance type.</p>
|
|
1222
1006
|
*/
|
|
@@ -1226,12 +1010,6 @@ export interface InstanceTypeItem {
|
|
|
1226
1010
|
*/
|
|
1227
1011
|
InstanceType?: string;
|
|
1228
1012
|
}
|
|
1229
|
-
export declare namespace InstanceTypeItem {
|
|
1230
|
-
/**
|
|
1231
|
-
* @internal
|
|
1232
|
-
*/
|
|
1233
|
-
const filterSensitiveLog: (obj: InstanceTypeItem) => any;
|
|
1234
|
-
}
|
|
1235
1013
|
export interface GetOutpostInstanceTypesOutput {
|
|
1236
1014
|
/**
|
|
1237
1015
|
* <p>Information about the instance types.</p>
|
|
@@ -1258,12 +1036,6 @@ export interface GetOutpostInstanceTypesOutput {
|
|
|
1258
1036
|
*/
|
|
1259
1037
|
OutpostArn?: string;
|
|
1260
1038
|
}
|
|
1261
|
-
export declare namespace GetOutpostInstanceTypesOutput {
|
|
1262
|
-
/**
|
|
1263
|
-
* @internal
|
|
1264
|
-
*/
|
|
1265
|
-
const filterSensitiveLog: (obj: GetOutpostInstanceTypesOutput) => any;
|
|
1266
|
-
}
|
|
1267
1039
|
export interface GetSiteInput {
|
|
1268
1040
|
/**
|
|
1269
1041
|
* <p>
|
|
@@ -1278,24 +1050,12 @@ export interface GetSiteInput {
|
|
|
1278
1050
|
*/
|
|
1279
1051
|
SiteId: string | undefined;
|
|
1280
1052
|
}
|
|
1281
|
-
export declare namespace GetSiteInput {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
const filterSensitiveLog: (obj: GetSiteInput) => any;
|
|
1286
|
-
}
|
|
1287
1053
|
export interface GetSiteOutput {
|
|
1288
1054
|
/**
|
|
1289
1055
|
* <p>Information about a site.</p>
|
|
1290
1056
|
*/
|
|
1291
1057
|
Site?: Site;
|
|
1292
1058
|
}
|
|
1293
|
-
export declare namespace GetSiteOutput {
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
const filterSensitiveLog: (obj: GetSiteOutput) => any;
|
|
1298
|
-
}
|
|
1299
1059
|
export interface GetSiteAddressInput {
|
|
1300
1060
|
/**
|
|
1301
1061
|
* <p>
|
|
@@ -1314,12 +1074,6 @@ export interface GetSiteAddressInput {
|
|
|
1314
1074
|
*/
|
|
1315
1075
|
AddressType: AddressType | string | undefined;
|
|
1316
1076
|
}
|
|
1317
|
-
export declare namespace GetSiteAddressInput {
|
|
1318
|
-
/**
|
|
1319
|
-
* @internal
|
|
1320
|
-
*/
|
|
1321
|
-
const filterSensitiveLog: (obj: GetSiteAddressInput) => any;
|
|
1322
|
-
}
|
|
1323
1077
|
export interface GetSiteAddressOutput {
|
|
1324
1078
|
/**
|
|
1325
1079
|
* <p>
|
|
@@ -1338,12 +1092,6 @@ export interface GetSiteAddressOutput {
|
|
|
1338
1092
|
*/
|
|
1339
1093
|
Address?: Address;
|
|
1340
1094
|
}
|
|
1341
|
-
export declare namespace GetSiteAddressOutput {
|
|
1342
|
-
/**
|
|
1343
|
-
* @internal
|
|
1344
|
-
*/
|
|
1345
|
-
const filterSensitiveLog: (obj: GetSiteAddressOutput) => any;
|
|
1346
|
-
}
|
|
1347
1095
|
export interface ListAssetsInput {
|
|
1348
1096
|
/**
|
|
1349
1097
|
* <p>
|
|
@@ -1369,12 +1117,6 @@ export interface ListAssetsInput {
|
|
|
1369
1117
|
*/
|
|
1370
1118
|
NextToken?: string;
|
|
1371
1119
|
}
|
|
1372
|
-
export declare namespace ListAssetsInput {
|
|
1373
|
-
/**
|
|
1374
|
-
* @internal
|
|
1375
|
-
*/
|
|
1376
|
-
const filterSensitiveLog: (obj: ListAssetsInput) => any;
|
|
1377
|
-
}
|
|
1378
1120
|
export interface ListAssetsOutput {
|
|
1379
1121
|
/**
|
|
1380
1122
|
* <p>
|
|
@@ -1387,12 +1129,6 @@ export interface ListAssetsOutput {
|
|
|
1387
1129
|
*/
|
|
1388
1130
|
NextToken?: string;
|
|
1389
1131
|
}
|
|
1390
|
-
export declare namespace ListAssetsOutput {
|
|
1391
|
-
/**
|
|
1392
|
-
* @internal
|
|
1393
|
-
*/
|
|
1394
|
-
const filterSensitiveLog: (obj: ListAssetsOutput) => any;
|
|
1395
|
-
}
|
|
1396
1132
|
export interface ListCatalogItemsInput {
|
|
1397
1133
|
/**
|
|
1398
1134
|
* <p>The pagination token.</p>
|
|
@@ -1430,12 +1166,6 @@ export interface ListCatalogItemsInput {
|
|
|
1430
1166
|
*/
|
|
1431
1167
|
EC2FamilyFilter?: string[];
|
|
1432
1168
|
}
|
|
1433
|
-
export declare namespace ListCatalogItemsInput {
|
|
1434
|
-
/**
|
|
1435
|
-
* @internal
|
|
1436
|
-
*/
|
|
1437
|
-
const filterSensitiveLog: (obj: ListCatalogItemsInput) => any;
|
|
1438
|
-
}
|
|
1439
1169
|
export interface ListCatalogItemsOutput {
|
|
1440
1170
|
/**
|
|
1441
1171
|
* <p>Information about the catalog items.</p>
|
|
@@ -1446,12 +1176,6 @@ export interface ListCatalogItemsOutput {
|
|
|
1446
1176
|
*/
|
|
1447
1177
|
NextToken?: string;
|
|
1448
1178
|
}
|
|
1449
|
-
export declare namespace ListCatalogItemsOutput {
|
|
1450
|
-
/**
|
|
1451
|
-
* @internal
|
|
1452
|
-
*/
|
|
1453
|
-
const filterSensitiveLog: (obj: ListCatalogItemsOutput) => any;
|
|
1454
|
-
}
|
|
1455
1179
|
export interface ListOrdersInput {
|
|
1456
1180
|
/**
|
|
1457
1181
|
* <p>
|
|
@@ -1468,12 +1192,6 @@ export interface ListOrdersInput {
|
|
|
1468
1192
|
*/
|
|
1469
1193
|
MaxResults?: number;
|
|
1470
1194
|
}
|
|
1471
|
-
export declare namespace ListOrdersInput {
|
|
1472
|
-
/**
|
|
1473
|
-
* @internal
|
|
1474
|
-
*/
|
|
1475
|
-
const filterSensitiveLog: (obj: ListOrdersInput) => any;
|
|
1476
|
-
}
|
|
1477
1195
|
export declare enum OrderType {
|
|
1478
1196
|
OUTPOST = "OUTPOST",
|
|
1479
1197
|
REPLACEMENT = "REPLACEMENT"
|
|
@@ -1553,12 +1271,6 @@ export interface OrderSummary {
|
|
|
1553
1271
|
*/
|
|
1554
1272
|
OrderFulfilledDate?: Date;
|
|
1555
1273
|
}
|
|
1556
|
-
export declare namespace OrderSummary {
|
|
1557
|
-
/**
|
|
1558
|
-
* @internal
|
|
1559
|
-
*/
|
|
1560
|
-
const filterSensitiveLog: (obj: OrderSummary) => any;
|
|
1561
|
-
}
|
|
1562
1274
|
export interface ListOrdersOutput {
|
|
1563
1275
|
/**
|
|
1564
1276
|
* <p>
|
|
@@ -1571,12 +1283,6 @@ export interface ListOrdersOutput {
|
|
|
1571
1283
|
*/
|
|
1572
1284
|
NextToken?: string;
|
|
1573
1285
|
}
|
|
1574
|
-
export declare namespace ListOrdersOutput {
|
|
1575
|
-
/**
|
|
1576
|
-
* @internal
|
|
1577
|
-
*/
|
|
1578
|
-
const filterSensitiveLog: (obj: ListOrdersOutput) => any;
|
|
1579
|
-
}
|
|
1580
1286
|
export interface ListOutpostsInput {
|
|
1581
1287
|
/**
|
|
1582
1288
|
* <p>The pagination token.</p>
|
|
@@ -1614,12 +1320,6 @@ export interface ListOutpostsInput {
|
|
|
1614
1320
|
*/
|
|
1615
1321
|
AvailabilityZoneIdFilter?: string[];
|
|
1616
1322
|
}
|
|
1617
|
-
export declare namespace ListOutpostsInput {
|
|
1618
|
-
/**
|
|
1619
|
-
* @internal
|
|
1620
|
-
*/
|
|
1621
|
-
const filterSensitiveLog: (obj: ListOutpostsInput) => any;
|
|
1622
|
-
}
|
|
1623
1323
|
export interface ListOutpostsOutput {
|
|
1624
1324
|
/**
|
|
1625
1325
|
* <p>Information about the Outposts.</p>
|
|
@@ -1630,12 +1330,6 @@ export interface ListOutpostsOutput {
|
|
|
1630
1330
|
*/
|
|
1631
1331
|
NextToken?: string;
|
|
1632
1332
|
}
|
|
1633
|
-
export declare namespace ListOutpostsOutput {
|
|
1634
|
-
/**
|
|
1635
|
-
* @internal
|
|
1636
|
-
*/
|
|
1637
|
-
const filterSensitiveLog: (obj: ListOutpostsOutput) => any;
|
|
1638
|
-
}
|
|
1639
1333
|
export interface ListSitesInput {
|
|
1640
1334
|
/**
|
|
1641
1335
|
* <p>The pagination token.</p>
|
|
@@ -1669,12 +1363,6 @@ export interface ListSitesInput {
|
|
|
1669
1363
|
*/
|
|
1670
1364
|
OperatingAddressCityFilter?: string[];
|
|
1671
1365
|
}
|
|
1672
|
-
export declare namespace ListSitesInput {
|
|
1673
|
-
/**
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
1676
|
-
const filterSensitiveLog: (obj: ListSitesInput) => any;
|
|
1677
|
-
}
|
|
1678
1366
|
export interface ListSitesOutput {
|
|
1679
1367
|
/**
|
|
1680
1368
|
* <p>Information about the sites.</p>
|
|
@@ -1685,36 +1373,18 @@ export interface ListSitesOutput {
|
|
|
1685
1373
|
*/
|
|
1686
1374
|
NextToken?: string;
|
|
1687
1375
|
}
|
|
1688
|
-
export declare namespace ListSitesOutput {
|
|
1689
|
-
/**
|
|
1690
|
-
* @internal
|
|
1691
|
-
*/
|
|
1692
|
-
const filterSensitiveLog: (obj: ListSitesOutput) => any;
|
|
1693
|
-
}
|
|
1694
1376
|
export interface ListTagsForResourceRequest {
|
|
1695
1377
|
/**
|
|
1696
1378
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
1697
1379
|
*/
|
|
1698
1380
|
ResourceArn: string | undefined;
|
|
1699
1381
|
}
|
|
1700
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1701
|
-
/**
|
|
1702
|
-
* @internal
|
|
1703
|
-
*/
|
|
1704
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1705
|
-
}
|
|
1706
1382
|
export interface ListTagsForResourceResponse {
|
|
1707
1383
|
/**
|
|
1708
1384
|
* <p>The resource tags.</p>
|
|
1709
1385
|
*/
|
|
1710
1386
|
Tags?: Record<string, string>;
|
|
1711
1387
|
}
|
|
1712
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1713
|
-
/**
|
|
1714
|
-
* @internal
|
|
1715
|
-
*/
|
|
1716
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1717
|
-
}
|
|
1718
1388
|
export interface StartConnectionRequest {
|
|
1719
1389
|
/**
|
|
1720
1390
|
* <p>
|
|
@@ -1741,12 +1411,6 @@ export interface StartConnectionRequest {
|
|
|
1741
1411
|
*/
|
|
1742
1412
|
NetworkInterfaceDeviceIndex: number | undefined;
|
|
1743
1413
|
}
|
|
1744
|
-
export declare namespace StartConnectionRequest {
|
|
1745
|
-
/**
|
|
1746
|
-
* @internal
|
|
1747
|
-
*/
|
|
1748
|
-
const filterSensitiveLog: (obj: StartConnectionRequest) => any;
|
|
1749
|
-
}
|
|
1750
1414
|
export interface StartConnectionResponse {
|
|
1751
1415
|
/**
|
|
1752
1416
|
* <p>
|
|
@@ -1761,12 +1425,6 @@ export interface StartConnectionResponse {
|
|
|
1761
1425
|
*/
|
|
1762
1426
|
UnderlayIpAddress?: string;
|
|
1763
1427
|
}
|
|
1764
|
-
export declare namespace StartConnectionResponse {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
const filterSensitiveLog: (obj: StartConnectionResponse) => any;
|
|
1769
|
-
}
|
|
1770
1428
|
export interface TagResourceRequest {
|
|
1771
1429
|
/**
|
|
1772
1430
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -1777,20 +1435,8 @@ export interface TagResourceRequest {
|
|
|
1777
1435
|
*/
|
|
1778
1436
|
Tags: Record<string, string> | undefined;
|
|
1779
1437
|
}
|
|
1780
|
-
export declare namespace TagResourceRequest {
|
|
1781
|
-
/**
|
|
1782
|
-
* @internal
|
|
1783
|
-
*/
|
|
1784
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1785
|
-
}
|
|
1786
1438
|
export interface TagResourceResponse {
|
|
1787
1439
|
}
|
|
1788
|
-
export declare namespace TagResourceResponse {
|
|
1789
|
-
/**
|
|
1790
|
-
* @internal
|
|
1791
|
-
*/
|
|
1792
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1793
|
-
}
|
|
1794
1440
|
export interface UntagResourceRequest {
|
|
1795
1441
|
/**
|
|
1796
1442
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -1801,20 +1447,8 @@ export interface UntagResourceRequest {
|
|
|
1801
1447
|
*/
|
|
1802
1448
|
TagKeys: string[] | undefined;
|
|
1803
1449
|
}
|
|
1804
|
-
export declare namespace UntagResourceRequest {
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
*/
|
|
1808
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1809
|
-
}
|
|
1810
1450
|
export interface UntagResourceResponse {
|
|
1811
1451
|
}
|
|
1812
|
-
export declare namespace UntagResourceResponse {
|
|
1813
|
-
/**
|
|
1814
|
-
* @internal
|
|
1815
|
-
*/
|
|
1816
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1817
|
-
}
|
|
1818
1452
|
export interface UpdateOutpostInput {
|
|
1819
1453
|
/**
|
|
1820
1454
|
* <p>
|
|
@@ -1843,24 +1477,12 @@ export interface UpdateOutpostInput {
|
|
|
1843
1477
|
*/
|
|
1844
1478
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
1845
1479
|
}
|
|
1846
|
-
export declare namespace UpdateOutpostInput {
|
|
1847
|
-
/**
|
|
1848
|
-
* @internal
|
|
1849
|
-
*/
|
|
1850
|
-
const filterSensitiveLog: (obj: UpdateOutpostInput) => any;
|
|
1851
|
-
}
|
|
1852
1480
|
export interface UpdateOutpostOutput {
|
|
1853
1481
|
/**
|
|
1854
1482
|
* <p>Information about an Outpost.</p>
|
|
1855
1483
|
*/
|
|
1856
1484
|
Outpost?: Outpost;
|
|
1857
1485
|
}
|
|
1858
|
-
export declare namespace UpdateOutpostOutput {
|
|
1859
|
-
/**
|
|
1860
|
-
* @internal
|
|
1861
|
-
*/
|
|
1862
|
-
const filterSensitiveLog: (obj: UpdateOutpostOutput) => any;
|
|
1863
|
-
}
|
|
1864
1486
|
export interface UpdateSiteInput {
|
|
1865
1487
|
/**
|
|
1866
1488
|
* <p>
|
|
@@ -1889,24 +1511,12 @@ export interface UpdateSiteInput {
|
|
|
1889
1511
|
*/
|
|
1890
1512
|
Notes?: string;
|
|
1891
1513
|
}
|
|
1892
|
-
export declare namespace UpdateSiteInput {
|
|
1893
|
-
/**
|
|
1894
|
-
* @internal
|
|
1895
|
-
*/
|
|
1896
|
-
const filterSensitiveLog: (obj: UpdateSiteInput) => any;
|
|
1897
|
-
}
|
|
1898
1514
|
export interface UpdateSiteOutput {
|
|
1899
1515
|
/**
|
|
1900
1516
|
* <p>Information about a site.</p>
|
|
1901
1517
|
*/
|
|
1902
1518
|
Site?: Site;
|
|
1903
1519
|
}
|
|
1904
|
-
export declare namespace UpdateSiteOutput {
|
|
1905
|
-
/**
|
|
1906
|
-
* @internal
|
|
1907
|
-
*/
|
|
1908
|
-
const filterSensitiveLog: (obj: UpdateSiteOutput) => any;
|
|
1909
|
-
}
|
|
1910
1520
|
export interface UpdateSiteAddressInput {
|
|
1911
1521
|
/**
|
|
1912
1522
|
* <p>
|
|
@@ -1933,12 +1543,6 @@ export interface UpdateSiteAddressInput {
|
|
|
1933
1543
|
*/
|
|
1934
1544
|
Address: Address | undefined;
|
|
1935
1545
|
}
|
|
1936
|
-
export declare namespace UpdateSiteAddressInput {
|
|
1937
|
-
/**
|
|
1938
|
-
* @internal
|
|
1939
|
-
*/
|
|
1940
|
-
const filterSensitiveLog: (obj: UpdateSiteAddressInput) => any;
|
|
1941
|
-
}
|
|
1942
1546
|
export interface UpdateSiteAddressOutput {
|
|
1943
1547
|
/**
|
|
1944
1548
|
* <p>
|
|
@@ -1953,12 +1557,6 @@ export interface UpdateSiteAddressOutput {
|
|
|
1953
1557
|
*/
|
|
1954
1558
|
Address?: Address;
|
|
1955
1559
|
}
|
|
1956
|
-
export declare namespace UpdateSiteAddressOutput {
|
|
1957
|
-
/**
|
|
1958
|
-
* @internal
|
|
1959
|
-
*/
|
|
1960
|
-
const filterSensitiveLog: (obj: UpdateSiteAddressOutput) => any;
|
|
1961
|
-
}
|
|
1962
1560
|
export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
1963
1561
|
/**
|
|
1964
1562
|
* <p>
|
|
@@ -2127,21 +1725,285 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
2127
1725
|
*/
|
|
2128
1726
|
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
|
|
2129
1727
|
}
|
|
2130
|
-
export declare namespace UpdateSiteRackPhysicalPropertiesInput {
|
|
2131
|
-
/**
|
|
2132
|
-
* @internal
|
|
2133
|
-
*/
|
|
2134
|
-
const filterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesInput) => any;
|
|
2135
|
-
}
|
|
2136
1728
|
export interface UpdateSiteRackPhysicalPropertiesOutput {
|
|
2137
1729
|
/**
|
|
2138
1730
|
* <p>Information about a site.</p>
|
|
2139
1731
|
*/
|
|
2140
1732
|
Site?: Site;
|
|
2141
1733
|
}
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
1734
|
+
/**
|
|
1735
|
+
* @internal
|
|
1736
|
+
*/
|
|
1737
|
+
export declare const AddressFilterSensitiveLog: (obj: Address) => any;
|
|
1738
|
+
/**
|
|
1739
|
+
* @internal
|
|
1740
|
+
*/
|
|
1741
|
+
export declare const AssetLocationFilterSensitiveLog: (obj: AssetLocation) => any;
|
|
1742
|
+
/**
|
|
1743
|
+
* @internal
|
|
1744
|
+
*/
|
|
1745
|
+
export declare const ComputeAttributesFilterSensitiveLog: (obj: ComputeAttributes) => any;
|
|
1746
|
+
/**
|
|
1747
|
+
* @internal
|
|
1748
|
+
*/
|
|
1749
|
+
export declare const AssetInfoFilterSensitiveLog: (obj: AssetInfo) => any;
|
|
1750
|
+
/**
|
|
1751
|
+
* @internal
|
|
1752
|
+
*/
|
|
1753
|
+
export declare const CancelOrderInputFilterSensitiveLog: (obj: CancelOrderInput) => any;
|
|
1754
|
+
/**
|
|
1755
|
+
* @internal
|
|
1756
|
+
*/
|
|
1757
|
+
export declare const CancelOrderOutputFilterSensitiveLog: (obj: CancelOrderOutput) => any;
|
|
1758
|
+
/**
|
|
1759
|
+
* @internal
|
|
1760
|
+
*/
|
|
1761
|
+
export declare const EC2CapacityFilterSensitiveLog: (obj: EC2Capacity) => any;
|
|
1762
|
+
/**
|
|
1763
|
+
* @internal
|
|
1764
|
+
*/
|
|
1765
|
+
export declare const CatalogItemFilterSensitiveLog: (obj: CatalogItem) => any;
|
|
1766
|
+
/**
|
|
1767
|
+
* @internal
|
|
1768
|
+
*/
|
|
1769
|
+
export declare const ConnectionDetailsFilterSensitiveLog: (obj: ConnectionDetails) => any;
|
|
1770
|
+
/**
|
|
1771
|
+
* @internal
|
|
1772
|
+
*/
|
|
1773
|
+
export declare const LineItemRequestFilterSensitiveLog: (obj: LineItemRequest) => any;
|
|
1774
|
+
/**
|
|
1775
|
+
* @internal
|
|
1776
|
+
*/
|
|
1777
|
+
export declare const CreateOrderInputFilterSensitiveLog: (obj: CreateOrderInput) => any;
|
|
1778
|
+
/**
|
|
1779
|
+
* @internal
|
|
1780
|
+
*/
|
|
1781
|
+
export declare const LineItemAssetInformationFilterSensitiveLog: (obj: LineItemAssetInformation) => any;
|
|
1782
|
+
/**
|
|
1783
|
+
* @internal
|
|
1784
|
+
*/
|
|
1785
|
+
export declare const ShipmentInformationFilterSensitiveLog: (obj: ShipmentInformation) => any;
|
|
1786
|
+
/**
|
|
1787
|
+
* @internal
|
|
1788
|
+
*/
|
|
1789
|
+
export declare const LineItemFilterSensitiveLog: (obj: LineItem) => any;
|
|
1790
|
+
/**
|
|
1791
|
+
* @internal
|
|
1792
|
+
*/
|
|
1793
|
+
export declare const OrderFilterSensitiveLog: (obj: Order) => any;
|
|
1794
|
+
/**
|
|
1795
|
+
* @internal
|
|
1796
|
+
*/
|
|
1797
|
+
export declare const CreateOrderOutputFilterSensitiveLog: (obj: CreateOrderOutput) => any;
|
|
1798
|
+
/**
|
|
1799
|
+
* @internal
|
|
1800
|
+
*/
|
|
1801
|
+
export declare const CreateOutpostInputFilterSensitiveLog: (obj: CreateOutpostInput) => any;
|
|
1802
|
+
/**
|
|
1803
|
+
* @internal
|
|
1804
|
+
*/
|
|
1805
|
+
export declare const OutpostFilterSensitiveLog: (obj: Outpost) => any;
|
|
1806
|
+
/**
|
|
1807
|
+
* @internal
|
|
1808
|
+
*/
|
|
1809
|
+
export declare const CreateOutpostOutputFilterSensitiveLog: (obj: CreateOutpostOutput) => any;
|
|
1810
|
+
/**
|
|
1811
|
+
* @internal
|
|
1812
|
+
*/
|
|
1813
|
+
export declare const RackPhysicalPropertiesFilterSensitiveLog: (obj: RackPhysicalProperties) => any;
|
|
1814
|
+
/**
|
|
1815
|
+
* @internal
|
|
1816
|
+
*/
|
|
1817
|
+
export declare const CreateSiteInputFilterSensitiveLog: (obj: CreateSiteInput) => any;
|
|
1818
|
+
/**
|
|
1819
|
+
* @internal
|
|
1820
|
+
*/
|
|
1821
|
+
export declare const SiteFilterSensitiveLog: (obj: Site) => any;
|
|
1822
|
+
/**
|
|
1823
|
+
* @internal
|
|
1824
|
+
*/
|
|
1825
|
+
export declare const CreateSiteOutputFilterSensitiveLog: (obj: CreateSiteOutput) => any;
|
|
1826
|
+
/**
|
|
1827
|
+
* @internal
|
|
1828
|
+
*/
|
|
1829
|
+
export declare const DeleteOutpostInputFilterSensitiveLog: (obj: DeleteOutpostInput) => any;
|
|
1830
|
+
/**
|
|
1831
|
+
* @internal
|
|
1832
|
+
*/
|
|
1833
|
+
export declare const DeleteOutpostOutputFilterSensitiveLog: (obj: DeleteOutpostOutput) => any;
|
|
1834
|
+
/**
|
|
1835
|
+
* @internal
|
|
1836
|
+
*/
|
|
1837
|
+
export declare const DeleteSiteInputFilterSensitiveLog: (obj: DeleteSiteInput) => any;
|
|
1838
|
+
/**
|
|
1839
|
+
* @internal
|
|
1840
|
+
*/
|
|
1841
|
+
export declare const DeleteSiteOutputFilterSensitiveLog: (obj: DeleteSiteOutput) => any;
|
|
1842
|
+
/**
|
|
1843
|
+
* @internal
|
|
1844
|
+
*/
|
|
1845
|
+
export declare const GetCatalogItemInputFilterSensitiveLog: (obj: GetCatalogItemInput) => any;
|
|
1846
|
+
/**
|
|
1847
|
+
* @internal
|
|
1848
|
+
*/
|
|
1849
|
+
export declare const GetCatalogItemOutputFilterSensitiveLog: (obj: GetCatalogItemOutput) => any;
|
|
1850
|
+
/**
|
|
1851
|
+
* @internal
|
|
1852
|
+
*/
|
|
1853
|
+
export declare const GetConnectionRequestFilterSensitiveLog: (obj: GetConnectionRequest) => any;
|
|
1854
|
+
/**
|
|
1855
|
+
* @internal
|
|
1856
|
+
*/
|
|
1857
|
+
export declare const GetConnectionResponseFilterSensitiveLog: (obj: GetConnectionResponse) => any;
|
|
1858
|
+
/**
|
|
1859
|
+
* @internal
|
|
1860
|
+
*/
|
|
1861
|
+
export declare const GetOrderInputFilterSensitiveLog: (obj: GetOrderInput) => any;
|
|
1862
|
+
/**
|
|
1863
|
+
* @internal
|
|
1864
|
+
*/
|
|
1865
|
+
export declare const GetOrderOutputFilterSensitiveLog: (obj: GetOrderOutput) => any;
|
|
1866
|
+
/**
|
|
1867
|
+
* @internal
|
|
1868
|
+
*/
|
|
1869
|
+
export declare const GetOutpostInputFilterSensitiveLog: (obj: GetOutpostInput) => any;
|
|
1870
|
+
/**
|
|
1871
|
+
* @internal
|
|
1872
|
+
*/
|
|
1873
|
+
export declare const GetOutpostOutputFilterSensitiveLog: (obj: GetOutpostOutput) => any;
|
|
1874
|
+
/**
|
|
1875
|
+
* @internal
|
|
1876
|
+
*/
|
|
1877
|
+
export declare const GetOutpostInstanceTypesInputFilterSensitiveLog: (obj: GetOutpostInstanceTypesInput) => any;
|
|
1878
|
+
/**
|
|
1879
|
+
* @internal
|
|
1880
|
+
*/
|
|
1881
|
+
export declare const InstanceTypeItemFilterSensitiveLog: (obj: InstanceTypeItem) => any;
|
|
1882
|
+
/**
|
|
1883
|
+
* @internal
|
|
1884
|
+
*/
|
|
1885
|
+
export declare const GetOutpostInstanceTypesOutputFilterSensitiveLog: (obj: GetOutpostInstanceTypesOutput) => any;
|
|
1886
|
+
/**
|
|
1887
|
+
* @internal
|
|
1888
|
+
*/
|
|
1889
|
+
export declare const GetSiteInputFilterSensitiveLog: (obj: GetSiteInput) => any;
|
|
1890
|
+
/**
|
|
1891
|
+
* @internal
|
|
1892
|
+
*/
|
|
1893
|
+
export declare const GetSiteOutputFilterSensitiveLog: (obj: GetSiteOutput) => any;
|
|
1894
|
+
/**
|
|
1895
|
+
* @internal
|
|
1896
|
+
*/
|
|
1897
|
+
export declare const GetSiteAddressInputFilterSensitiveLog: (obj: GetSiteAddressInput) => any;
|
|
1898
|
+
/**
|
|
1899
|
+
* @internal
|
|
1900
|
+
*/
|
|
1901
|
+
export declare const GetSiteAddressOutputFilterSensitiveLog: (obj: GetSiteAddressOutput) => any;
|
|
1902
|
+
/**
|
|
1903
|
+
* @internal
|
|
1904
|
+
*/
|
|
1905
|
+
export declare const ListAssetsInputFilterSensitiveLog: (obj: ListAssetsInput) => any;
|
|
1906
|
+
/**
|
|
1907
|
+
* @internal
|
|
1908
|
+
*/
|
|
1909
|
+
export declare const ListAssetsOutputFilterSensitiveLog: (obj: ListAssetsOutput) => any;
|
|
1910
|
+
/**
|
|
1911
|
+
* @internal
|
|
1912
|
+
*/
|
|
1913
|
+
export declare const ListCatalogItemsInputFilterSensitiveLog: (obj: ListCatalogItemsInput) => any;
|
|
1914
|
+
/**
|
|
1915
|
+
* @internal
|
|
1916
|
+
*/
|
|
1917
|
+
export declare const ListCatalogItemsOutputFilterSensitiveLog: (obj: ListCatalogItemsOutput) => any;
|
|
1918
|
+
/**
|
|
1919
|
+
* @internal
|
|
1920
|
+
*/
|
|
1921
|
+
export declare const ListOrdersInputFilterSensitiveLog: (obj: ListOrdersInput) => any;
|
|
1922
|
+
/**
|
|
1923
|
+
* @internal
|
|
1924
|
+
*/
|
|
1925
|
+
export declare const OrderSummaryFilterSensitiveLog: (obj: OrderSummary) => any;
|
|
1926
|
+
/**
|
|
1927
|
+
* @internal
|
|
1928
|
+
*/
|
|
1929
|
+
export declare const ListOrdersOutputFilterSensitiveLog: (obj: ListOrdersOutput) => any;
|
|
1930
|
+
/**
|
|
1931
|
+
* @internal
|
|
1932
|
+
*/
|
|
1933
|
+
export declare const ListOutpostsInputFilterSensitiveLog: (obj: ListOutpostsInput) => any;
|
|
1934
|
+
/**
|
|
1935
|
+
* @internal
|
|
1936
|
+
*/
|
|
1937
|
+
export declare const ListOutpostsOutputFilterSensitiveLog: (obj: ListOutpostsOutput) => any;
|
|
1938
|
+
/**
|
|
1939
|
+
* @internal
|
|
1940
|
+
*/
|
|
1941
|
+
export declare const ListSitesInputFilterSensitiveLog: (obj: ListSitesInput) => any;
|
|
1942
|
+
/**
|
|
1943
|
+
* @internal
|
|
1944
|
+
*/
|
|
1945
|
+
export declare const ListSitesOutputFilterSensitiveLog: (obj: ListSitesOutput) => any;
|
|
1946
|
+
/**
|
|
1947
|
+
* @internal
|
|
1948
|
+
*/
|
|
1949
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1950
|
+
/**
|
|
1951
|
+
* @internal
|
|
1952
|
+
*/
|
|
1953
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1954
|
+
/**
|
|
1955
|
+
* @internal
|
|
1956
|
+
*/
|
|
1957
|
+
export declare const StartConnectionRequestFilterSensitiveLog: (obj: StartConnectionRequest) => any;
|
|
1958
|
+
/**
|
|
1959
|
+
* @internal
|
|
1960
|
+
*/
|
|
1961
|
+
export declare const StartConnectionResponseFilterSensitiveLog: (obj: StartConnectionResponse) => any;
|
|
1962
|
+
/**
|
|
1963
|
+
* @internal
|
|
1964
|
+
*/
|
|
1965
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1966
|
+
/**
|
|
1967
|
+
* @internal
|
|
1968
|
+
*/
|
|
1969
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1970
|
+
/**
|
|
1971
|
+
* @internal
|
|
1972
|
+
*/
|
|
1973
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1974
|
+
/**
|
|
1975
|
+
* @internal
|
|
1976
|
+
*/
|
|
1977
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1978
|
+
/**
|
|
1979
|
+
* @internal
|
|
1980
|
+
*/
|
|
1981
|
+
export declare const UpdateOutpostInputFilterSensitiveLog: (obj: UpdateOutpostInput) => any;
|
|
1982
|
+
/**
|
|
1983
|
+
* @internal
|
|
1984
|
+
*/
|
|
1985
|
+
export declare const UpdateOutpostOutputFilterSensitiveLog: (obj: UpdateOutpostOutput) => any;
|
|
1986
|
+
/**
|
|
1987
|
+
* @internal
|
|
1988
|
+
*/
|
|
1989
|
+
export declare const UpdateSiteInputFilterSensitiveLog: (obj: UpdateSiteInput) => any;
|
|
1990
|
+
/**
|
|
1991
|
+
* @internal
|
|
1992
|
+
*/
|
|
1993
|
+
export declare const UpdateSiteOutputFilterSensitiveLog: (obj: UpdateSiteOutput) => any;
|
|
1994
|
+
/**
|
|
1995
|
+
* @internal
|
|
1996
|
+
*/
|
|
1997
|
+
export declare const UpdateSiteAddressInputFilterSensitiveLog: (obj: UpdateSiteAddressInput) => any;
|
|
1998
|
+
/**
|
|
1999
|
+
* @internal
|
|
2000
|
+
*/
|
|
2001
|
+
export declare const UpdateSiteAddressOutputFilterSensitiveLog: (obj: UpdateSiteAddressOutput) => any;
|
|
2002
|
+
/**
|
|
2003
|
+
* @internal
|
|
2004
|
+
*/
|
|
2005
|
+
export declare const UpdateSiteRackPhysicalPropertiesInputFilterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesInput) => any;
|
|
2006
|
+
/**
|
|
2007
|
+
* @internal
|
|
2008
|
+
*/
|
|
2009
|
+
export declare const UpdateSiteRackPhysicalPropertiesOutputFilterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesOutput) => any;
|