@aws-sdk/client-outposts 3.39.0 → 3.43.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 +41 -0
- package/README.md +10 -10
- package/dist-cjs/Outposts.js +165 -0
- package/dist-cjs/commands/CancelOrderCommand.js +36 -0
- package/dist-cjs/commands/CreateSiteCommand.js +36 -0
- package/dist-cjs/commands/GetCatalogItemCommand.js +36 -0
- package/dist-cjs/commands/GetOrderCommand.js +36 -0
- package/dist-cjs/commands/GetSiteAddressCommand.js +36 -0
- package/dist-cjs/commands/GetSiteCommand.js +36 -0
- package/dist-cjs/commands/ListCatalogItemsCommand.js +36 -0
- package/dist-cjs/commands/ListOrdersCommand.js +36 -0
- package/dist-cjs/commands/UpdateSiteAddressCommand.js +36 -0
- package/dist-cjs/commands/UpdateSiteCommand.js +36 -0
- package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +36 -0
- package/dist-cjs/commands/index.js +11 -0
- package/dist-cjs/endpoints.js +143 -24
- package/dist-cjs/models/models_0.js +301 -25
- package/dist-cjs/pagination/ListCatalogItemsPaginator.js +35 -0
- package/dist-cjs/pagination/ListOrdersPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1429 -103
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/Outposts.js +165 -0
- package/dist-es/commands/CancelOrderCommand.js +39 -0
- package/dist-es/commands/CreateSiteCommand.js +39 -0
- package/dist-es/commands/GetCatalogItemCommand.js +39 -0
- package/dist-es/commands/GetOrderCommand.js +39 -0
- package/dist-es/commands/GetSiteAddressCommand.js +39 -0
- package/dist-es/commands/GetSiteCommand.js +39 -0
- package/dist-es/commands/ListCatalogItemsCommand.js +39 -0
- package/dist-es/commands/ListOrdersCommand.js +39 -0
- package/dist-es/commands/UpdateSiteAddressCommand.js +39 -0
- package/dist-es/commands/UpdateSiteCommand.js +39 -0
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +39 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoints.js +143 -24
- package/dist-es/models/models_0.js +237 -16
- package/dist-es/pagination/ListCatalogItemsPaginator.js +74 -0
- package/dist-es/pagination/ListOrdersPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1638 -165
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Outposts.d.ts +114 -6
- package/dist-types/OutpostsClient.d.ts +24 -5
- package/dist-types/commands/CancelOrderCommand.d.ts +37 -0
- package/dist-types/commands/CreateOrderCommand.d.ts +1 -1
- package/dist-types/commands/CreateOutpostCommand.d.ts +1 -1
- package/dist-types/commands/CreateSiteCommand.d.ts +37 -0
- package/dist-types/commands/DeleteOutpostCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSiteCommand.d.ts +1 -1
- package/dist-types/commands/GetCatalogItemCommand.d.ts +35 -0
- package/dist-types/commands/GetOrderCommand.d.ts +35 -0
- package/dist-types/commands/GetOutpostCommand.d.ts +1 -1
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetSiteAddressCommand.d.ts +37 -0
- package/dist-types/commands/GetSiteCommand.d.ts +37 -0
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +39 -0
- package/dist-types/commands/ListOrdersCommand.d.ts +36 -0
- package/dist-types/commands/ListOutpostsCommand.d.ts +3 -3
- package/dist-types/commands/ListSitesCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +46 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +37 -0
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +40 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +1133 -151
- package/dist-types/pagination/ListCatalogItemsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOrdersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +33 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Outposts.d.ts +55 -0
- package/dist-types/ts3.4/OutpostsClient.d.ts +17 -2
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +511 -52
- package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +33 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -9,7 +9,55 @@ export declare namespace AccessDeniedException {
|
|
|
9
9
|
|
|
10
10
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
11
11
|
}
|
|
12
|
+
|
|
13
|
+
export interface Address {
|
|
14
|
+
|
|
15
|
+
ContactName?: string;
|
|
16
|
+
|
|
17
|
+
ContactPhoneNumber?: string;
|
|
18
|
+
|
|
19
|
+
AddressLine1: string | undefined;
|
|
20
|
+
|
|
21
|
+
AddressLine2?: string;
|
|
22
|
+
|
|
23
|
+
AddressLine3?: string;
|
|
24
|
+
|
|
25
|
+
City: string | undefined;
|
|
26
|
+
|
|
27
|
+
StateOrRegion: string | undefined;
|
|
28
|
+
|
|
29
|
+
DistrictOrCounty?: string;
|
|
30
|
+
|
|
31
|
+
PostalCode: string | undefined;
|
|
32
|
+
|
|
33
|
+
CountryCode: string | undefined;
|
|
34
|
+
|
|
35
|
+
Municipality?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace Address {
|
|
38
|
+
|
|
39
|
+
const filterSensitiveLog: (obj: Address) => any;
|
|
40
|
+
}
|
|
41
|
+
export declare enum AddressType {
|
|
42
|
+
OPERATING_ADDRESS = "OPERATING_ADDRESS",
|
|
43
|
+
SHIPPING_ADDRESS = "SHIPPING_ADDRESS"
|
|
44
|
+
}
|
|
45
|
+
export interface CancelOrderInput {
|
|
46
|
+
|
|
47
|
+
OrderId: string | undefined;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace CancelOrderInput {
|
|
50
|
+
|
|
51
|
+
const filterSensitiveLog: (obj: CancelOrderInput) => any;
|
|
52
|
+
}
|
|
53
|
+
export interface CancelOrderOutput {
|
|
54
|
+
}
|
|
55
|
+
export declare namespace CancelOrderOutput {
|
|
56
|
+
|
|
57
|
+
const filterSensitiveLog: (obj: CancelOrderOutput) => any;
|
|
58
|
+
}
|
|
12
59
|
export declare enum ResourceType {
|
|
60
|
+
ORDER = "ORDER",
|
|
13
61
|
OUTPOST = "OUTPOST"
|
|
14
62
|
}
|
|
15
63
|
|
|
@@ -27,6 +75,82 @@ export declare namespace ConflictException {
|
|
|
27
75
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
28
76
|
}
|
|
29
77
|
|
|
78
|
+
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
79
|
+
name: "InternalServerException";
|
|
80
|
+
$fault: "server";
|
|
81
|
+
Message?: string;
|
|
82
|
+
}
|
|
83
|
+
export declare namespace InternalServerException {
|
|
84
|
+
|
|
85
|
+
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
89
|
+
name: "NotFoundException";
|
|
90
|
+
$fault: "client";
|
|
91
|
+
Message?: string;
|
|
92
|
+
}
|
|
93
|
+
export declare namespace NotFoundException {
|
|
94
|
+
|
|
95
|
+
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
99
|
+
name: "ValidationException";
|
|
100
|
+
$fault: "client";
|
|
101
|
+
Message?: string;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace ValidationException {
|
|
104
|
+
|
|
105
|
+
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export interface EC2Capacity {
|
|
109
|
+
|
|
110
|
+
Family?: string;
|
|
111
|
+
|
|
112
|
+
MaxSize?: string;
|
|
113
|
+
|
|
114
|
+
Quantity?: string;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace EC2Capacity {
|
|
117
|
+
|
|
118
|
+
const filterSensitiveLog: (obj: EC2Capacity) => any;
|
|
119
|
+
}
|
|
120
|
+
export declare enum CatalogItemStatus {
|
|
121
|
+
AVAILABLE = "AVAILABLE",
|
|
122
|
+
DISCONTINUED = "DISCONTINUED"
|
|
123
|
+
}
|
|
124
|
+
export declare enum SupportedStorageEnum {
|
|
125
|
+
EBS = "EBS",
|
|
126
|
+
S3 = "S3"
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface CatalogItem {
|
|
130
|
+
|
|
131
|
+
CatalogItemId?: string;
|
|
132
|
+
|
|
133
|
+
ItemStatus?: CatalogItemStatus | string;
|
|
134
|
+
|
|
135
|
+
EC2Capacities?: EC2Capacity[];
|
|
136
|
+
|
|
137
|
+
PowerKva?: number;
|
|
138
|
+
|
|
139
|
+
WeightLbs?: number;
|
|
140
|
+
|
|
141
|
+
SupportedUplinkGbps?: number[];
|
|
142
|
+
|
|
143
|
+
SupportedStorage?: (SupportedStorageEnum | string)[];
|
|
144
|
+
}
|
|
145
|
+
export declare namespace CatalogItem {
|
|
146
|
+
|
|
147
|
+
const filterSensitiveLog: (obj: CatalogItem) => any;
|
|
148
|
+
}
|
|
149
|
+
export declare enum CatalogItemClass {
|
|
150
|
+
RACK = "RACK",
|
|
151
|
+
SERVER = "SERVER"
|
|
152
|
+
}
|
|
153
|
+
|
|
30
154
|
export interface LineItemRequest {
|
|
31
155
|
|
|
32
156
|
CatalogItemId?: string;
|
|
@@ -59,6 +183,16 @@ export declare namespace CreateOrderInput {
|
|
|
59
183
|
|
|
60
184
|
const filterSensitiveLog: (obj: CreateOrderInput) => any;
|
|
61
185
|
}
|
|
186
|
+
export declare enum LineItemStatus {
|
|
187
|
+
BUILDING = "BUILDING",
|
|
188
|
+
CANCELLED = "CANCELLED",
|
|
189
|
+
DELIVERED = "DELIVERED",
|
|
190
|
+
ERROR = "ERROR",
|
|
191
|
+
INSTALLED = "INSTALLED",
|
|
192
|
+
INSTALLING = "INSTALLING",
|
|
193
|
+
PREPARING = "PREPARING",
|
|
194
|
+
SHIPPED = "SHIPPED"
|
|
195
|
+
}
|
|
62
196
|
|
|
63
197
|
export interface LineItem {
|
|
64
198
|
|
|
@@ -68,7 +202,7 @@ export interface LineItem {
|
|
|
68
202
|
|
|
69
203
|
Quantity?: number;
|
|
70
204
|
|
|
71
|
-
Status?: string;
|
|
205
|
+
Status?: LineItemStatus | string;
|
|
72
206
|
}
|
|
73
207
|
export declare namespace LineItem {
|
|
74
208
|
|
|
@@ -76,9 +210,13 @@ export declare namespace LineItem {
|
|
|
76
210
|
}
|
|
77
211
|
export declare enum OrderStatus {
|
|
78
212
|
CANCELLED = "CANCELLED",
|
|
213
|
+
COMPLETED = "COMPLETED",
|
|
214
|
+
ERROR = "ERROR",
|
|
79
215
|
FULFILLED = "FULFILLED",
|
|
80
216
|
INSTALLING = "INSTALLING",
|
|
217
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
81
218
|
PENDING = "PENDING",
|
|
219
|
+
PREPARING = "PREPARING",
|
|
82
220
|
PROCESSING = "PROCESSING",
|
|
83
221
|
RECEIVED = "RECEIVED"
|
|
84
222
|
}
|
|
@@ -112,26 +250,6 @@ export declare namespace CreateOrderOutput {
|
|
|
112
250
|
const filterSensitiveLog: (obj: CreateOrderOutput) => any;
|
|
113
251
|
}
|
|
114
252
|
|
|
115
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
116
|
-
name: "InternalServerException";
|
|
117
|
-
$fault: "server";
|
|
118
|
-
Message?: string;
|
|
119
|
-
}
|
|
120
|
-
export declare namespace InternalServerException {
|
|
121
|
-
|
|
122
|
-
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
126
|
-
name: "NotFoundException";
|
|
127
|
-
$fault: "client";
|
|
128
|
-
Message?: string;
|
|
129
|
-
}
|
|
130
|
-
export declare namespace NotFoundException {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
253
|
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
136
254
|
name: "ServiceQuotaExceededException";
|
|
137
255
|
$fault: "client";
|
|
@@ -141,16 +259,6 @@ export declare namespace ServiceQuotaExceededException {
|
|
|
141
259
|
|
|
142
260
|
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
143
261
|
}
|
|
144
|
-
|
|
145
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
146
|
-
name: "ValidationException";
|
|
147
|
-
$fault: "client";
|
|
148
|
-
Message?: string;
|
|
149
|
-
}
|
|
150
|
-
export declare namespace ValidationException {
|
|
151
|
-
|
|
152
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
153
|
-
}
|
|
154
262
|
export interface CreateOutpostInput {
|
|
155
263
|
|
|
156
264
|
Name: string | undefined;
|
|
@@ -210,6 +318,155 @@ export declare namespace CreateOutpostOutput {
|
|
|
210
318
|
|
|
211
319
|
const filterSensitiveLog: (obj: CreateOutpostOutput) => any;
|
|
212
320
|
}
|
|
321
|
+
export declare enum FiberOpticCableType {
|
|
322
|
+
MULTI_MODE = "MULTI_MODE",
|
|
323
|
+
SINGLE_MODE = "SINGLE_MODE"
|
|
324
|
+
}
|
|
325
|
+
export declare enum MaximumSupportedWeightLbs {
|
|
326
|
+
MAX_1400_LBS = "MAX_1400_LBS",
|
|
327
|
+
MAX_1600_LBS = "MAX_1600_LBS",
|
|
328
|
+
MAX_1800_LBS = "MAX_1800_LBS",
|
|
329
|
+
MAX_2000_LBS = "MAX_2000_LBS",
|
|
330
|
+
NO_LIMIT = "NO_LIMIT"
|
|
331
|
+
}
|
|
332
|
+
export declare enum OpticalStandard {
|
|
333
|
+
OPTIC_1000BASE_LX = "OPTIC_1000BASE_LX",
|
|
334
|
+
OPTIC_1000BASE_SX = "OPTIC_1000BASE_SX",
|
|
335
|
+
OPTIC_100GBASE_CWDM4 = "OPTIC_100GBASE_CWDM4",
|
|
336
|
+
OPTIC_100GBASE_LR4 = "OPTIC_100GBASE_LR4",
|
|
337
|
+
OPTIC_100GBASE_SR4 = "OPTIC_100GBASE_SR4",
|
|
338
|
+
OPTIC_100G_PSM4_MSA = "OPTIC_100G_PSM4_MSA",
|
|
339
|
+
OPTIC_10GBASE_IR = "OPTIC_10GBASE_IR",
|
|
340
|
+
OPTIC_10GBASE_LR = "OPTIC_10GBASE_LR",
|
|
341
|
+
OPTIC_10GBASE_SR = "OPTIC_10GBASE_SR",
|
|
342
|
+
OPTIC_40GBASE_ESR = "OPTIC_40GBASE_ESR",
|
|
343
|
+
OPTIC_40GBASE_IR4_LR4L = "OPTIC_40GBASE_IR4_LR4L",
|
|
344
|
+
OPTIC_40GBASE_LR4 = "OPTIC_40GBASE_LR4",
|
|
345
|
+
OPTIC_40GBASE_SR = "OPTIC_40GBASE_SR"
|
|
346
|
+
}
|
|
347
|
+
export declare enum PowerConnector {
|
|
348
|
+
AH530P7W = "AH530P7W",
|
|
349
|
+
AH532P6W = "AH532P6W",
|
|
350
|
+
IEC309 = "IEC309",
|
|
351
|
+
L6_30P = "L6_30P"
|
|
352
|
+
}
|
|
353
|
+
export declare enum PowerDrawKva {
|
|
354
|
+
POWER_10_KVA = "POWER_10_KVA",
|
|
355
|
+
POWER_15_KVA = "POWER_15_KVA",
|
|
356
|
+
POWER_5_KVA = "POWER_5_KVA"
|
|
357
|
+
}
|
|
358
|
+
export declare enum PowerFeedDrop {
|
|
359
|
+
ABOVE_RACK = "ABOVE_RACK",
|
|
360
|
+
BELOW_RACK = "BELOW_RACK"
|
|
361
|
+
}
|
|
362
|
+
export declare enum PowerPhase {
|
|
363
|
+
SINGLE_PHASE = "SINGLE_PHASE",
|
|
364
|
+
THREE_PHASE = "THREE_PHASE"
|
|
365
|
+
}
|
|
366
|
+
export declare enum UplinkCount {
|
|
367
|
+
UPLINK_COUNT_1 = "UPLINK_COUNT_1",
|
|
368
|
+
UPLINK_COUNT_12 = "UPLINK_COUNT_12",
|
|
369
|
+
UPLINK_COUNT_16 = "UPLINK_COUNT_16",
|
|
370
|
+
UPLINK_COUNT_2 = "UPLINK_COUNT_2",
|
|
371
|
+
UPLINK_COUNT_3 = "UPLINK_COUNT_3",
|
|
372
|
+
UPLINK_COUNT_4 = "UPLINK_COUNT_4",
|
|
373
|
+
UPLINK_COUNT_5 = "UPLINK_COUNT_5",
|
|
374
|
+
UPLINK_COUNT_6 = "UPLINK_COUNT_6",
|
|
375
|
+
UPLINK_COUNT_7 = "UPLINK_COUNT_7",
|
|
376
|
+
UPLINK_COUNT_8 = "UPLINK_COUNT_8"
|
|
377
|
+
}
|
|
378
|
+
export declare enum UplinkGbps {
|
|
379
|
+
UPLINK_100G = "UPLINK_100G",
|
|
380
|
+
UPLINK_10G = "UPLINK_10G",
|
|
381
|
+
UPLINK_1G = "UPLINK_1G",
|
|
382
|
+
UPLINK_40G = "UPLINK_40G"
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export interface RackPhysicalProperties {
|
|
386
|
+
|
|
387
|
+
PowerDrawKva?: PowerDrawKva | string;
|
|
388
|
+
|
|
389
|
+
PowerPhase?: PowerPhase | string;
|
|
390
|
+
|
|
391
|
+
PowerConnector?: PowerConnector | string;
|
|
392
|
+
|
|
393
|
+
PowerFeedDrop?: PowerFeedDrop | string;
|
|
394
|
+
|
|
395
|
+
UplinkGbps?: UplinkGbps | string;
|
|
396
|
+
|
|
397
|
+
UplinkCount?: UplinkCount | string;
|
|
398
|
+
|
|
399
|
+
FiberOpticCableType?: FiberOpticCableType | string;
|
|
400
|
+
|
|
401
|
+
OpticalStandard?: OpticalStandard | string;
|
|
402
|
+
|
|
403
|
+
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
|
|
404
|
+
}
|
|
405
|
+
export declare namespace RackPhysicalProperties {
|
|
406
|
+
|
|
407
|
+
const filterSensitiveLog: (obj: RackPhysicalProperties) => any;
|
|
408
|
+
}
|
|
409
|
+
export interface CreateSiteInput {
|
|
410
|
+
|
|
411
|
+
Name: string | undefined;
|
|
412
|
+
|
|
413
|
+
Description?: string;
|
|
414
|
+
|
|
415
|
+
Notes?: string;
|
|
416
|
+
|
|
417
|
+
Tags?: {
|
|
418
|
+
[key: string]: string;
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
OperatingAddress?: Address;
|
|
422
|
+
|
|
423
|
+
ShippingAddress?: Address;
|
|
424
|
+
|
|
425
|
+
RackPhysicalProperties?: RackPhysicalProperties;
|
|
426
|
+
}
|
|
427
|
+
export declare namespace CreateSiteInput {
|
|
428
|
+
|
|
429
|
+
const filterSensitiveLog: (obj: CreateSiteInput) => any;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export interface Site {
|
|
433
|
+
|
|
434
|
+
SiteId?: string;
|
|
435
|
+
|
|
436
|
+
AccountId?: string;
|
|
437
|
+
|
|
438
|
+
Name?: string;
|
|
439
|
+
|
|
440
|
+
Description?: string;
|
|
441
|
+
|
|
442
|
+
Tags?: {
|
|
443
|
+
[key: string]: string;
|
|
444
|
+
};
|
|
445
|
+
|
|
446
|
+
SiteArn?: string;
|
|
447
|
+
|
|
448
|
+
Notes?: string;
|
|
449
|
+
|
|
450
|
+
OperatingAddressCountryCode?: string;
|
|
451
|
+
|
|
452
|
+
OperatingAddressStateOrRegion?: string;
|
|
453
|
+
|
|
454
|
+
OperatingAddressCity?: string;
|
|
455
|
+
|
|
456
|
+
RackPhysicalProperties?: RackPhysicalProperties;
|
|
457
|
+
}
|
|
458
|
+
export declare namespace Site {
|
|
459
|
+
|
|
460
|
+
const filterSensitiveLog: (obj: Site) => any;
|
|
461
|
+
}
|
|
462
|
+
export interface CreateSiteOutput {
|
|
463
|
+
|
|
464
|
+
Site?: Site;
|
|
465
|
+
}
|
|
466
|
+
export declare namespace CreateSiteOutput {
|
|
467
|
+
|
|
468
|
+
const filterSensitiveLog: (obj: CreateSiteOutput) => any;
|
|
469
|
+
}
|
|
213
470
|
export interface DeleteOutpostInput {
|
|
214
471
|
|
|
215
472
|
OutpostId: string | undefined;
|
|
@@ -238,6 +495,38 @@ export declare namespace DeleteSiteOutput {
|
|
|
238
495
|
|
|
239
496
|
const filterSensitiveLog: (obj: DeleteSiteOutput) => any;
|
|
240
497
|
}
|
|
498
|
+
export interface GetCatalogItemInput {
|
|
499
|
+
|
|
500
|
+
CatalogItemId: string | undefined;
|
|
501
|
+
}
|
|
502
|
+
export declare namespace GetCatalogItemInput {
|
|
503
|
+
|
|
504
|
+
const filterSensitiveLog: (obj: GetCatalogItemInput) => any;
|
|
505
|
+
}
|
|
506
|
+
export interface GetCatalogItemOutput {
|
|
507
|
+
|
|
508
|
+
CatalogItem?: CatalogItem;
|
|
509
|
+
}
|
|
510
|
+
export declare namespace GetCatalogItemOutput {
|
|
511
|
+
|
|
512
|
+
const filterSensitiveLog: (obj: GetCatalogItemOutput) => any;
|
|
513
|
+
}
|
|
514
|
+
export interface GetOrderInput {
|
|
515
|
+
|
|
516
|
+
OrderId: string | undefined;
|
|
517
|
+
}
|
|
518
|
+
export declare namespace GetOrderInput {
|
|
519
|
+
|
|
520
|
+
const filterSensitiveLog: (obj: GetOrderInput) => any;
|
|
521
|
+
}
|
|
522
|
+
export interface GetOrderOutput {
|
|
523
|
+
|
|
524
|
+
Order?: Order;
|
|
525
|
+
}
|
|
526
|
+
export declare namespace GetOrderOutput {
|
|
527
|
+
|
|
528
|
+
const filterSensitiveLog: (obj: GetOrderOutput) => any;
|
|
529
|
+
}
|
|
241
530
|
export interface GetOutpostInput {
|
|
242
531
|
|
|
243
532
|
OutpostId: string | undefined;
|
|
@@ -289,6 +578,119 @@ export declare namespace GetOutpostInstanceTypesOutput {
|
|
|
289
578
|
|
|
290
579
|
const filterSensitiveLog: (obj: GetOutpostInstanceTypesOutput) => any;
|
|
291
580
|
}
|
|
581
|
+
export interface GetSiteInput {
|
|
582
|
+
|
|
583
|
+
SiteId: string | undefined;
|
|
584
|
+
}
|
|
585
|
+
export declare namespace GetSiteInput {
|
|
586
|
+
|
|
587
|
+
const filterSensitiveLog: (obj: GetSiteInput) => any;
|
|
588
|
+
}
|
|
589
|
+
export interface GetSiteOutput {
|
|
590
|
+
|
|
591
|
+
Site?: Site;
|
|
592
|
+
}
|
|
593
|
+
export declare namespace GetSiteOutput {
|
|
594
|
+
|
|
595
|
+
const filterSensitiveLog: (obj: GetSiteOutput) => any;
|
|
596
|
+
}
|
|
597
|
+
export interface GetSiteAddressInput {
|
|
598
|
+
|
|
599
|
+
SiteId: string | undefined;
|
|
600
|
+
|
|
601
|
+
AddressType: AddressType | string | undefined;
|
|
602
|
+
}
|
|
603
|
+
export declare namespace GetSiteAddressInput {
|
|
604
|
+
|
|
605
|
+
const filterSensitiveLog: (obj: GetSiteAddressInput) => any;
|
|
606
|
+
}
|
|
607
|
+
export interface GetSiteAddressOutput {
|
|
608
|
+
|
|
609
|
+
SiteId?: string;
|
|
610
|
+
|
|
611
|
+
AddressType?: AddressType | string;
|
|
612
|
+
|
|
613
|
+
Address?: Address;
|
|
614
|
+
}
|
|
615
|
+
export declare namespace GetSiteAddressOutput {
|
|
616
|
+
|
|
617
|
+
const filterSensitiveLog: (obj: GetSiteAddressOutput) => any;
|
|
618
|
+
}
|
|
619
|
+
export interface ListCatalogItemsInput {
|
|
620
|
+
|
|
621
|
+
NextToken?: string;
|
|
622
|
+
|
|
623
|
+
MaxResults?: number;
|
|
624
|
+
|
|
625
|
+
ItemClassFilter?: (CatalogItemClass | string)[];
|
|
626
|
+
|
|
627
|
+
SupportedStorageFilter?: (SupportedStorageEnum | string)[];
|
|
628
|
+
|
|
629
|
+
EC2FamilyFilter?: string[];
|
|
630
|
+
}
|
|
631
|
+
export declare namespace ListCatalogItemsInput {
|
|
632
|
+
|
|
633
|
+
const filterSensitiveLog: (obj: ListCatalogItemsInput) => any;
|
|
634
|
+
}
|
|
635
|
+
export interface ListCatalogItemsOutput {
|
|
636
|
+
|
|
637
|
+
CatalogItems?: CatalogItem[];
|
|
638
|
+
|
|
639
|
+
NextToken?: string;
|
|
640
|
+
}
|
|
641
|
+
export declare namespace ListCatalogItemsOutput {
|
|
642
|
+
|
|
643
|
+
const filterSensitiveLog: (obj: ListCatalogItemsOutput) => any;
|
|
644
|
+
}
|
|
645
|
+
export interface ListOrdersInput {
|
|
646
|
+
|
|
647
|
+
OutpostIdentifierFilter?: string;
|
|
648
|
+
|
|
649
|
+
NextToken?: string;
|
|
650
|
+
|
|
651
|
+
MaxResults?: number;
|
|
652
|
+
}
|
|
653
|
+
export declare namespace ListOrdersInput {
|
|
654
|
+
|
|
655
|
+
const filterSensitiveLog: (obj: ListOrdersInput) => any;
|
|
656
|
+
}
|
|
657
|
+
export declare enum OrderType {
|
|
658
|
+
OUTPOST = "OUTPOST",
|
|
659
|
+
REPLACEMENT = "REPLACEMENT"
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
export interface OrderSummary {
|
|
663
|
+
|
|
664
|
+
OutpostId?: string;
|
|
665
|
+
|
|
666
|
+
OrderId?: string;
|
|
667
|
+
|
|
668
|
+
OrderType?: OrderType | string;
|
|
669
|
+
|
|
670
|
+
Status?: OrderStatus | string;
|
|
671
|
+
|
|
672
|
+
LineItemCountsByStatus?: {
|
|
673
|
+
[key: string]: number;
|
|
674
|
+
};
|
|
675
|
+
|
|
676
|
+
OrderSubmissionDate?: Date;
|
|
677
|
+
|
|
678
|
+
OrderFulfilledDate?: Date;
|
|
679
|
+
}
|
|
680
|
+
export declare namespace OrderSummary {
|
|
681
|
+
|
|
682
|
+
const filterSensitiveLog: (obj: OrderSummary) => any;
|
|
683
|
+
}
|
|
684
|
+
export interface ListOrdersOutput {
|
|
685
|
+
|
|
686
|
+
Orders?: OrderSummary[];
|
|
687
|
+
|
|
688
|
+
NextToken?: string;
|
|
689
|
+
}
|
|
690
|
+
export declare namespace ListOrdersOutput {
|
|
691
|
+
|
|
692
|
+
const filterSensitiveLog: (obj: ListOrdersOutput) => any;
|
|
693
|
+
}
|
|
292
694
|
export interface ListOutpostsInput {
|
|
293
695
|
|
|
294
696
|
NextToken?: string;
|
|
@@ -325,27 +727,6 @@ export declare namespace ListSitesInput {
|
|
|
325
727
|
|
|
326
728
|
const filterSensitiveLog: (obj: ListSitesInput) => any;
|
|
327
729
|
}
|
|
328
|
-
|
|
329
|
-
export interface Site {
|
|
330
|
-
|
|
331
|
-
SiteId?: string;
|
|
332
|
-
|
|
333
|
-
AccountId?: string;
|
|
334
|
-
|
|
335
|
-
Name?: string;
|
|
336
|
-
|
|
337
|
-
Description?: string;
|
|
338
|
-
|
|
339
|
-
Tags?: {
|
|
340
|
-
[key: string]: string;
|
|
341
|
-
};
|
|
342
|
-
|
|
343
|
-
SiteArn?: string;
|
|
344
|
-
}
|
|
345
|
-
export declare namespace Site {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: Site) => any;
|
|
348
|
-
}
|
|
349
730
|
export interface ListSitesOutput {
|
|
350
731
|
|
|
351
732
|
Sites?: Site[];
|
|
@@ -408,3 +789,81 @@ export declare namespace UntagResourceResponse {
|
|
|
408
789
|
|
|
409
790
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
410
791
|
}
|
|
792
|
+
export interface UpdateSiteInput {
|
|
793
|
+
|
|
794
|
+
SiteId: string | undefined;
|
|
795
|
+
|
|
796
|
+
Name?: string;
|
|
797
|
+
|
|
798
|
+
Description?: string;
|
|
799
|
+
|
|
800
|
+
Notes?: string;
|
|
801
|
+
}
|
|
802
|
+
export declare namespace UpdateSiteInput {
|
|
803
|
+
|
|
804
|
+
const filterSensitiveLog: (obj: UpdateSiteInput) => any;
|
|
805
|
+
}
|
|
806
|
+
export interface UpdateSiteOutput {
|
|
807
|
+
|
|
808
|
+
Site?: Site;
|
|
809
|
+
}
|
|
810
|
+
export declare namespace UpdateSiteOutput {
|
|
811
|
+
|
|
812
|
+
const filterSensitiveLog: (obj: UpdateSiteOutput) => any;
|
|
813
|
+
}
|
|
814
|
+
export interface UpdateSiteAddressInput {
|
|
815
|
+
|
|
816
|
+
SiteId: string | undefined;
|
|
817
|
+
|
|
818
|
+
AddressType: AddressType | string | undefined;
|
|
819
|
+
|
|
820
|
+
Address: Address | undefined;
|
|
821
|
+
}
|
|
822
|
+
export declare namespace UpdateSiteAddressInput {
|
|
823
|
+
|
|
824
|
+
const filterSensitiveLog: (obj: UpdateSiteAddressInput) => any;
|
|
825
|
+
}
|
|
826
|
+
export interface UpdateSiteAddressOutput {
|
|
827
|
+
|
|
828
|
+
AddressType?: AddressType | string;
|
|
829
|
+
|
|
830
|
+
Address?: Address;
|
|
831
|
+
}
|
|
832
|
+
export declare namespace UpdateSiteAddressOutput {
|
|
833
|
+
|
|
834
|
+
const filterSensitiveLog: (obj: UpdateSiteAddressOutput) => any;
|
|
835
|
+
}
|
|
836
|
+
export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
837
|
+
|
|
838
|
+
SiteId: string | undefined;
|
|
839
|
+
|
|
840
|
+
PowerDrawKva?: PowerDrawKva | string;
|
|
841
|
+
|
|
842
|
+
PowerPhase?: PowerPhase | string;
|
|
843
|
+
|
|
844
|
+
PowerConnector?: PowerConnector | string;
|
|
845
|
+
|
|
846
|
+
PowerFeedDrop?: PowerFeedDrop | string;
|
|
847
|
+
|
|
848
|
+
UplinkGbps?: UplinkGbps | string;
|
|
849
|
+
|
|
850
|
+
UplinkCount?: UplinkCount | string;
|
|
851
|
+
|
|
852
|
+
FiberOpticCableType?: FiberOpticCableType | string;
|
|
853
|
+
|
|
854
|
+
OpticalStandard?: OpticalStandard | string;
|
|
855
|
+
|
|
856
|
+
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
|
|
857
|
+
}
|
|
858
|
+
export declare namespace UpdateSiteRackPhysicalPropertiesInput {
|
|
859
|
+
|
|
860
|
+
const filterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesInput) => any;
|
|
861
|
+
}
|
|
862
|
+
export interface UpdateSiteRackPhysicalPropertiesOutput {
|
|
863
|
+
|
|
864
|
+
Site?: Site;
|
|
865
|
+
}
|
|
866
|
+
export declare namespace UpdateSiteRackPhysicalPropertiesOutput {
|
|
867
|
+
|
|
868
|
+
const filterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesOutput) => any;
|
|
869
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput } from "../commands/ListCatalogItemsCommand";
|
|
3
|
+
import { OutpostsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCatalogItems(config: OutpostsPaginationConfiguration, input: ListCatalogItemsCommandInput, ...additionalArguments: any): Paginator<ListCatalogItemsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListOrdersCommandInput, ListOrdersCommandOutput } from "../commands/ListOrdersCommand";
|
|
3
|
+
import { OutpostsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListOrders(config: OutpostsPaginationConfiguration, input: ListOrdersCommandInput, ...additionalArguments: any): Paginator<ListOrdersCommandOutput>;
|