@aws-sdk/client-outposts 3.262.0 → 3.266.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/README.md +5 -5
- package/dist-cjs/models/models_0.js +7 -6
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/models/models_0.js +6 -5
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/Outposts.d.ts +16 -25
- package/dist-types/OutpostsClient.d.ts +5 -5
- package/dist-types/commands/CreateSiteCommand.d.ts +1 -3
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -3
- package/dist-types/commands/GetSiteAddressCommand.d.ts +1 -3
- package/dist-types/commands/ListSitesCommand.d.ts +2 -1
- package/dist-types/commands/StartConnectionCommand.d.ts +1 -3
- package/dist-types/commands/UpdateOutpostCommand.d.ts +1 -3
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +128 -288
- package/dist-types/ts3.4/models/models_0.d.ts +8 -4
- package/package.json +29 -29
|
@@ -13,9 +13,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
* <p>
|
|
17
|
-
* Information about an address.
|
|
18
|
-
* </p>
|
|
16
|
+
* <p> Information about an address. </p>
|
|
19
17
|
*/
|
|
20
18
|
export interface Address {
|
|
21
19
|
/**
|
|
@@ -68,15 +66,11 @@ export declare enum AddressType {
|
|
|
68
66
|
SHIPPING_ADDRESS = "SHIPPING_ADDRESS"
|
|
69
67
|
}
|
|
70
68
|
/**
|
|
71
|
-
* <p>
|
|
72
|
-
* Information about the position of the asset in a rack.
|
|
73
|
-
* </p>
|
|
69
|
+
* <p> Information about the position of the asset in a rack. </p>
|
|
74
70
|
*/
|
|
75
71
|
export interface AssetLocation {
|
|
76
72
|
/**
|
|
77
|
-
* <p>
|
|
78
|
-
* The position of an asset in a rack measured in rack units.
|
|
79
|
-
* </p>
|
|
73
|
+
* <p> The position of an asset in a rack measured in rack units. </p>
|
|
80
74
|
*/
|
|
81
75
|
RackElevation?: number;
|
|
82
76
|
}
|
|
@@ -89,69 +83,55 @@ export declare enum ComputeAssetState {
|
|
|
89
83
|
RETIRING = "RETIRING"
|
|
90
84
|
}
|
|
91
85
|
/**
|
|
92
|
-
* <p>
|
|
93
|
-
* Information about compute hardware assets.
|
|
94
|
-
* </p>
|
|
86
|
+
* <p> Information about compute hardware assets. </p>
|
|
95
87
|
*/
|
|
96
88
|
export interface ComputeAttributes {
|
|
97
89
|
/**
|
|
98
|
-
* <p>
|
|
99
|
-
* The host ID of the Dedicated Host on the asset.
|
|
100
|
-
* </p>
|
|
90
|
+
* <p> The host ID of the Dedicated Host on the asset. </p>
|
|
101
91
|
*/
|
|
102
92
|
HostId?: string;
|
|
103
93
|
/**
|
|
104
94
|
* <p>The state.</p>
|
|
105
95
|
* <ul>
|
|
106
96
|
* <li>
|
|
107
|
-
* <p>ACTIVE - The asset is available and can provide capacity for new compute
|
|
97
|
+
* <p>ACTIVE - The asset is available and can provide capacity for new compute
|
|
98
|
+
* resources.</p>
|
|
108
99
|
* </li>
|
|
109
100
|
* <li>
|
|
110
|
-
* <p>ISOLATED - The asset is undergoing maintenance and can't provide capacity for new
|
|
111
|
-
*
|
|
101
|
+
* <p>ISOLATED - The asset is undergoing maintenance and can't provide capacity for new
|
|
102
|
+
* compute resources. Existing compute resources on the asset are not affected.</p>
|
|
112
103
|
* </li>
|
|
113
104
|
* <li>
|
|
114
|
-
* <p>RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute
|
|
115
|
-
*
|
|
105
|
+
* <p>RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute
|
|
106
|
+
* resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before
|
|
107
|
+
* the asset can be replaced.</p>
|
|
116
108
|
* </li>
|
|
117
109
|
* </ul>
|
|
118
110
|
*/
|
|
119
111
|
State?: ComputeAssetState | string;
|
|
120
112
|
}
|
|
121
113
|
/**
|
|
122
|
-
* <p>
|
|
123
|
-
* Information about hardware assets.
|
|
124
|
-
* </p>
|
|
114
|
+
* <p> Information about hardware assets. </p>
|
|
125
115
|
*/
|
|
126
116
|
export interface AssetInfo {
|
|
127
117
|
/**
|
|
128
|
-
* <p>
|
|
129
|
-
* The ID of the asset.
|
|
130
|
-
* </p>
|
|
118
|
+
* <p> The ID of the asset. </p>
|
|
131
119
|
*/
|
|
132
120
|
AssetId?: string;
|
|
133
121
|
/**
|
|
134
|
-
* <p>
|
|
135
|
-
* The rack ID of the asset.
|
|
136
|
-
* </p>
|
|
122
|
+
* <p> The rack ID of the asset. </p>
|
|
137
123
|
*/
|
|
138
124
|
RackId?: string;
|
|
139
125
|
/**
|
|
140
|
-
* <p>
|
|
141
|
-
* The type of the asset.
|
|
142
|
-
* </p>
|
|
126
|
+
* <p> The type of the asset. </p>
|
|
143
127
|
*/
|
|
144
128
|
AssetType?: AssetType | string;
|
|
145
129
|
/**
|
|
146
|
-
* <p>
|
|
147
|
-
* Information about compute hardware assets.
|
|
148
|
-
* </p>
|
|
130
|
+
* <p> Information about compute hardware assets. </p>
|
|
149
131
|
*/
|
|
150
132
|
ComputeAttributes?: ComputeAttributes;
|
|
151
133
|
/**
|
|
152
|
-
* <p>
|
|
153
|
-
* The position of an asset in a rack.
|
|
154
|
-
* </p>
|
|
134
|
+
* <p> The position of an asset in a rack. </p>
|
|
155
135
|
*/
|
|
156
136
|
AssetLocation?: AssetLocation;
|
|
157
137
|
}
|
|
@@ -161,9 +141,7 @@ export declare enum AssetState {
|
|
|
161
141
|
}
|
|
162
142
|
export interface CancelOrderInput {
|
|
163
143
|
/**
|
|
164
|
-
* <p>
|
|
165
|
-
* The ID of the order.
|
|
166
|
-
* </p>
|
|
144
|
+
* <p> The ID of the order. </p>
|
|
167
145
|
*/
|
|
168
146
|
OrderId: string | undefined;
|
|
169
147
|
}
|
|
@@ -234,21 +212,15 @@ export declare class ValidationException extends __BaseException {
|
|
|
234
212
|
*/
|
|
235
213
|
export interface EC2Capacity {
|
|
236
214
|
/**
|
|
237
|
-
* <p>
|
|
238
|
-
* The family of the EC2 capacity.
|
|
239
|
-
* </p>
|
|
215
|
+
* <p> The family of the EC2 capacity. </p>
|
|
240
216
|
*/
|
|
241
217
|
Family?: string;
|
|
242
218
|
/**
|
|
243
|
-
* <p>
|
|
244
|
-
* The maximum size of the EC2 capacity.
|
|
245
|
-
* </p>
|
|
219
|
+
* <p> The maximum size of the EC2 capacity. </p>
|
|
246
220
|
*/
|
|
247
221
|
MaxSize?: string;
|
|
248
222
|
/**
|
|
249
|
-
* <p>
|
|
250
|
-
* The quantity of the EC2 capacity.
|
|
251
|
-
* </p>
|
|
223
|
+
* <p> The quantity of the EC2 capacity. </p>
|
|
252
224
|
*/
|
|
253
225
|
Quantity?: string;
|
|
254
226
|
}
|
|
@@ -265,27 +237,19 @@ export declare enum SupportedStorageEnum {
|
|
|
265
237
|
*/
|
|
266
238
|
export interface CatalogItem {
|
|
267
239
|
/**
|
|
268
|
-
* <p>
|
|
269
|
-
* The ID of the catalog item.
|
|
270
|
-
* </p>
|
|
240
|
+
* <p> The ID of the catalog item. </p>
|
|
271
241
|
*/
|
|
272
242
|
CatalogItemId?: string;
|
|
273
243
|
/**
|
|
274
|
-
* <p>
|
|
275
|
-
* The status of a catalog item.
|
|
276
|
-
* </p>
|
|
244
|
+
* <p> The status of a catalog item. </p>
|
|
277
245
|
*/
|
|
278
246
|
ItemStatus?: CatalogItemStatus | string;
|
|
279
247
|
/**
|
|
280
|
-
* <p>
|
|
281
|
-
* Information about the EC2 capacity of an item.
|
|
282
|
-
* </p>
|
|
248
|
+
* <p> Information about the EC2 capacity of an item. </p>
|
|
283
249
|
*/
|
|
284
250
|
EC2Capacities?: EC2Capacity[];
|
|
285
251
|
/**
|
|
286
|
-
* <p>
|
|
287
|
-
* Information about the power draw of an item.
|
|
288
|
-
* </p>
|
|
252
|
+
* <p> Information about the power draw of an item. </p>
|
|
289
253
|
*/
|
|
290
254
|
PowerKva?: number;
|
|
291
255
|
/**
|
|
@@ -293,16 +257,11 @@ export interface CatalogItem {
|
|
|
293
257
|
*/
|
|
294
258
|
WeightLbs?: number;
|
|
295
259
|
/**
|
|
296
|
-
* <p>
|
|
297
|
-
* The uplink speed this catalog item requires for the
|
|
298
|
-
* connection to the Region.
|
|
299
|
-
* </p>
|
|
260
|
+
* <p> The uplink speed this catalog item requires for the connection to the Region. </p>
|
|
300
261
|
*/
|
|
301
262
|
SupportedUplinkGbps?: number[];
|
|
302
263
|
/**
|
|
303
|
-
* <p>
|
|
304
|
-
* The supported storage options for the catalog item.
|
|
305
|
-
* </p>
|
|
264
|
+
* <p> The supported storage options for the catalog item. </p>
|
|
306
265
|
*/
|
|
307
266
|
SupportedStorage?: (SupportedStorageEnum | string)[];
|
|
308
267
|
}
|
|
@@ -311,45 +270,31 @@ export declare enum CatalogItemClass {
|
|
|
311
270
|
SERVER = "SERVER"
|
|
312
271
|
}
|
|
313
272
|
/**
|
|
314
|
-
* <p>
|
|
315
|
-
* Information about a connection.
|
|
316
|
-
* </p>
|
|
273
|
+
* <p> Information about a connection. </p>
|
|
317
274
|
*/
|
|
318
275
|
export interface ConnectionDetails {
|
|
319
276
|
/**
|
|
320
|
-
* <p>
|
|
321
|
-
* The public key of the client.
|
|
322
|
-
* </p>
|
|
277
|
+
* <p> The public key of the client. </p>
|
|
323
278
|
*/
|
|
324
279
|
ClientPublicKey?: string;
|
|
325
280
|
/**
|
|
326
|
-
* <p>
|
|
327
|
-
* The public key of the server.
|
|
328
|
-
* </p>
|
|
281
|
+
* <p> The public key of the server. </p>
|
|
329
282
|
*/
|
|
330
283
|
ServerPublicKey?: string;
|
|
331
284
|
/**
|
|
332
|
-
* <p>
|
|
333
|
-
* The endpoint for the server.
|
|
334
|
-
* </p>
|
|
285
|
+
* <p> The endpoint for the server. </p>
|
|
335
286
|
*/
|
|
336
287
|
ServerEndpoint?: string;
|
|
337
288
|
/**
|
|
338
|
-
* <p>
|
|
339
|
-
* The client tunnel address.
|
|
340
|
-
* </p>
|
|
289
|
+
* <p> The client tunnel address. </p>
|
|
341
290
|
*/
|
|
342
291
|
ClientTunnelAddress?: string;
|
|
343
292
|
/**
|
|
344
|
-
* <p>
|
|
345
|
-
* The server tunnel address.
|
|
346
|
-
* </p>
|
|
293
|
+
* <p> The server tunnel address. </p>
|
|
347
294
|
*/
|
|
348
295
|
ServerTunnelAddress?: string;
|
|
349
296
|
/**
|
|
350
|
-
* <p>
|
|
351
|
-
* The allowed IP addresses.
|
|
352
|
-
* </p>
|
|
297
|
+
* <p> The allowed IP addresses. </p>
|
|
353
298
|
*/
|
|
354
299
|
AllowedIps?: string[];
|
|
355
300
|
}
|
|
@@ -377,9 +322,7 @@ export declare enum PaymentTerm {
|
|
|
377
322
|
}
|
|
378
323
|
export interface CreateOrderInput {
|
|
379
324
|
/**
|
|
380
|
-
* <p>
|
|
381
|
-
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
382
|
-
* </p>
|
|
325
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
383
326
|
*/
|
|
384
327
|
OutpostIdentifier: string | undefined;
|
|
385
328
|
/**
|
|
@@ -396,21 +339,15 @@ export interface CreateOrderInput {
|
|
|
396
339
|
PaymentTerm?: PaymentTerm | string;
|
|
397
340
|
}
|
|
398
341
|
/**
|
|
399
|
-
* <p>
|
|
400
|
-
* Information about a line item asset.
|
|
401
|
-
* </p>
|
|
342
|
+
* <p> Information about a line item asset. </p>
|
|
402
343
|
*/
|
|
403
344
|
export interface LineItemAssetInformation {
|
|
404
345
|
/**
|
|
405
|
-
* <p>
|
|
406
|
-
* The ID of the asset.
|
|
407
|
-
* </p>
|
|
346
|
+
* <p> The ID of the asset. </p>
|
|
408
347
|
*/
|
|
409
348
|
AssetId?: string;
|
|
410
349
|
/**
|
|
411
|
-
* <p>
|
|
412
|
-
* The MAC addresses of the asset.
|
|
413
|
-
* </p>
|
|
350
|
+
* <p> The MAC addresses of the asset. </p>
|
|
414
351
|
*/
|
|
415
352
|
MacAddressList?: string[];
|
|
416
353
|
}
|
|
@@ -421,21 +358,15 @@ export declare enum ShipmentCarrier {
|
|
|
421
358
|
UPS = "UPS"
|
|
422
359
|
}
|
|
423
360
|
/**
|
|
424
|
-
* <p>
|
|
425
|
-
* Information about a line item shipment.
|
|
426
|
-
* </p>
|
|
361
|
+
* <p> Information about a line item shipment. </p>
|
|
427
362
|
*/
|
|
428
363
|
export interface ShipmentInformation {
|
|
429
364
|
/**
|
|
430
|
-
* <p>
|
|
431
|
-
* The tracking number of the shipment.
|
|
432
|
-
* </p>
|
|
365
|
+
* <p> The tracking number of the shipment. </p>
|
|
433
366
|
*/
|
|
434
367
|
ShipmentTrackingNumber?: string;
|
|
435
368
|
/**
|
|
436
|
-
* <p>
|
|
437
|
-
* The carrier of the shipment.
|
|
438
|
-
* </p>
|
|
369
|
+
* <p> The carrier of the shipment. </p>
|
|
439
370
|
*/
|
|
440
371
|
ShipmentCarrier?: ShipmentCarrier | string;
|
|
441
372
|
}
|
|
@@ -447,6 +378,7 @@ export declare enum LineItemStatus {
|
|
|
447
378
|
INSTALLED = "INSTALLED",
|
|
448
379
|
INSTALLING = "INSTALLING",
|
|
449
380
|
PREPARING = "PREPARING",
|
|
381
|
+
REPLACED = "REPLACED",
|
|
450
382
|
SHIPPED = "SHIPPED"
|
|
451
383
|
}
|
|
452
384
|
/**
|
|
@@ -454,9 +386,7 @@ export declare enum LineItemStatus {
|
|
|
454
386
|
*/
|
|
455
387
|
export interface LineItem {
|
|
456
388
|
/**
|
|
457
|
-
* <p>
|
|
458
|
-
* The ID of the catalog item.
|
|
459
|
-
* </p>
|
|
389
|
+
* <p> The ID of the catalog item. </p>
|
|
460
390
|
*/
|
|
461
391
|
CatalogItemId?: string;
|
|
462
392
|
/**
|
|
@@ -472,17 +402,25 @@ export interface LineItem {
|
|
|
472
402
|
*/
|
|
473
403
|
Status?: LineItemStatus | string;
|
|
474
404
|
/**
|
|
475
|
-
* <p>
|
|
476
|
-
* Information about a line item shipment.
|
|
477
|
-
* </p>
|
|
405
|
+
* <p> Information about a line item shipment. </p>
|
|
478
406
|
*/
|
|
479
407
|
ShipmentInformation?: ShipmentInformation;
|
|
480
408
|
/**
|
|
481
|
-
* <p>
|
|
482
|
-
* Information about assets.
|
|
483
|
-
* </p>
|
|
409
|
+
* <p> Information about assets. </p>
|
|
484
410
|
*/
|
|
485
411
|
AssetInformationList?: LineItemAssetInformation[];
|
|
412
|
+
/**
|
|
413
|
+
* <p>The ID of the previous line item.</p>
|
|
414
|
+
*/
|
|
415
|
+
PreviousLineItemId?: string;
|
|
416
|
+
/**
|
|
417
|
+
* <p>The ID of the previous order.</p>
|
|
418
|
+
*/
|
|
419
|
+
PreviousOrderId?: string;
|
|
420
|
+
}
|
|
421
|
+
export declare enum OrderType {
|
|
422
|
+
OUTPOST = "OUTPOST",
|
|
423
|
+
REPLACEMENT = "REPLACEMENT"
|
|
486
424
|
}
|
|
487
425
|
export declare enum OrderStatus {
|
|
488
426
|
CANCELLED = "CANCELLED",
|
|
@@ -501,9 +439,7 @@ export declare enum OrderStatus {
|
|
|
501
439
|
*/
|
|
502
440
|
export interface Order {
|
|
503
441
|
/**
|
|
504
|
-
* <p>
|
|
505
|
-
* The ID of the Outpost in the order.
|
|
506
|
-
* </p>
|
|
442
|
+
* <p> The ID of the Outpost in the order. </p>
|
|
507
443
|
*/
|
|
508
444
|
OutpostId?: string;
|
|
509
445
|
/**
|
|
@@ -519,8 +455,8 @@ export interface Order {
|
|
|
519
455
|
* </li>
|
|
520
456
|
* <li>
|
|
521
457
|
* <p>
|
|
522
|
-
* <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. To get
|
|
523
|
-
* details, see the line item status.</p>
|
|
458
|
+
* <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. To get
|
|
459
|
+
* more details, see the line item status.</p>
|
|
524
460
|
* </li>
|
|
525
461
|
* <li>
|
|
526
462
|
* <p>
|
|
@@ -561,6 +497,10 @@ export interface Order {
|
|
|
561
497
|
* <p>The payment term.</p>
|
|
562
498
|
*/
|
|
563
499
|
PaymentTerm?: PaymentTerm | string;
|
|
500
|
+
/**
|
|
501
|
+
* <p>The type of order.</p>
|
|
502
|
+
*/
|
|
503
|
+
OrderType?: OrderType | string;
|
|
564
504
|
}
|
|
565
505
|
export interface CreateOrderOutput {
|
|
566
506
|
/**
|
|
@@ -594,9 +534,7 @@ export interface CreateOutpostInput {
|
|
|
594
534
|
*/
|
|
595
535
|
Description?: string;
|
|
596
536
|
/**
|
|
597
|
-
* <p>
|
|
598
|
-
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
599
|
-
* </p>
|
|
537
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
600
538
|
*/
|
|
601
539
|
SiteId: string | undefined;
|
|
602
540
|
/**
|
|
@@ -612,9 +550,7 @@ export interface CreateOutpostInput {
|
|
|
612
550
|
*/
|
|
613
551
|
Tags?: Record<string, string>;
|
|
614
552
|
/**
|
|
615
|
-
* <p>
|
|
616
|
-
* The type of hardware for this Outpost.
|
|
617
|
-
* </p>
|
|
553
|
+
* <p> The type of hardware for this Outpost. </p>
|
|
618
554
|
*/
|
|
619
555
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
620
556
|
}
|
|
@@ -623,9 +559,7 @@ export interface CreateOutpostInput {
|
|
|
623
559
|
*/
|
|
624
560
|
export interface Outpost {
|
|
625
561
|
/**
|
|
626
|
-
* <p>
|
|
627
|
-
* The ID of the Outpost.
|
|
628
|
-
* </p>
|
|
562
|
+
* <p> The ID of the Outpost. </p>
|
|
629
563
|
*/
|
|
630
564
|
OutpostId?: string;
|
|
631
565
|
/**
|
|
@@ -669,9 +603,7 @@ export interface Outpost {
|
|
|
669
603
|
*/
|
|
670
604
|
SiteArn?: string;
|
|
671
605
|
/**
|
|
672
|
-
* <p>
|
|
673
|
-
* The hardware type.
|
|
674
|
-
* </p>
|
|
606
|
+
* <p> The hardware type. </p>
|
|
675
607
|
*/
|
|
676
608
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
677
609
|
}
|
|
@@ -783,7 +715,8 @@ export interface RackPhysicalProperties {
|
|
|
783
715
|
FiberOpticCableType?: FiberOpticCableType | string;
|
|
784
716
|
/**
|
|
785
717
|
* <p>The type of optical standard used to attach the Outpost to the network. This field is
|
|
786
|
-
* dependent on uplink speed, fiber type, and distance to the upstream device.
|
|
718
|
+
* dependent on uplink speed, fiber type, and distance to the upstream device.
|
|
719
|
+
* For more information
|
|
787
720
|
* about networking requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking">Network</a>
|
|
788
721
|
* in the Amazon Web Services Outposts User Guide.
|
|
789
722
|
* </p>
|
|
@@ -811,23 +744,17 @@ export interface CreateSiteInput {
|
|
|
811
744
|
*/
|
|
812
745
|
Notes?: string;
|
|
813
746
|
/**
|
|
814
|
-
* <p>
|
|
815
|
-
* The tags to apply to a site.
|
|
816
|
-
* </p>
|
|
747
|
+
* <p> The tags to apply to a site. </p>
|
|
817
748
|
*/
|
|
818
749
|
Tags?: Record<string, string>;
|
|
819
750
|
/**
|
|
820
|
-
* <p>
|
|
821
|
-
*
|
|
822
|
-
* different from the shipping address.
|
|
823
|
-
* </p>
|
|
751
|
+
* <p> The location to install and power on the hardware. This address might be different from
|
|
752
|
+
* the shipping address. </p>
|
|
824
753
|
*/
|
|
825
754
|
OperatingAddress?: Address;
|
|
826
755
|
/**
|
|
827
|
-
* <p>
|
|
828
|
-
*
|
|
829
|
-
* from the operating address.
|
|
830
|
-
* </p>
|
|
756
|
+
* <p> The location to ship the hardware. This address might be different from the operating
|
|
757
|
+
* address. </p>
|
|
831
758
|
*/
|
|
832
759
|
ShippingAddress?: Address;
|
|
833
760
|
/**
|
|
@@ -868,14 +795,11 @@ export interface Site {
|
|
|
868
795
|
*/
|
|
869
796
|
SiteArn?: string;
|
|
870
797
|
/**
|
|
871
|
-
* <p>
|
|
872
|
-
* Notes about a site.
|
|
873
|
-
* </p>
|
|
798
|
+
* <p> Notes about a site. </p>
|
|
874
799
|
*/
|
|
875
800
|
Notes?: string;
|
|
876
801
|
/**
|
|
877
|
-
* <p>
|
|
878
|
-
* The ISO-3166 two-letter country code where the hardware is installed and powered on.
|
|
802
|
+
* <p> The ISO-3166 two-letter country code where the hardware is installed and powered on.
|
|
879
803
|
* </p>
|
|
880
804
|
*/
|
|
881
805
|
OperatingAddressCountryCode?: string;
|
|
@@ -884,15 +808,11 @@ export interface Site {
|
|
|
884
808
|
*/
|
|
885
809
|
OperatingAddressStateOrRegion?: string;
|
|
886
810
|
/**
|
|
887
|
-
* <p>
|
|
888
|
-
* City where the hardware is installed and powered on.
|
|
889
|
-
* </p>
|
|
811
|
+
* <p> City where the hardware is installed and powered on. </p>
|
|
890
812
|
*/
|
|
891
813
|
OperatingAddressCity?: string;
|
|
892
814
|
/**
|
|
893
|
-
* <p>
|
|
894
|
-
* Information about the physical and logistical details for a rack at the site.
|
|
895
|
-
* </p>
|
|
815
|
+
* <p> Information about the physical and logistical details for a rack at the site. </p>
|
|
896
816
|
*/
|
|
897
817
|
RackPhysicalProperties?: RackPhysicalProperties;
|
|
898
818
|
}
|
|
@@ -904,9 +824,7 @@ export interface CreateSiteOutput {
|
|
|
904
824
|
}
|
|
905
825
|
export interface DeleteOutpostInput {
|
|
906
826
|
/**
|
|
907
|
-
* <p>
|
|
908
|
-
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
909
|
-
* </p>
|
|
827
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
910
828
|
*/
|
|
911
829
|
OutpostId: string | undefined;
|
|
912
830
|
}
|
|
@@ -914,9 +832,7 @@ export interface DeleteOutpostOutput {
|
|
|
914
832
|
}
|
|
915
833
|
export interface DeleteSiteInput {
|
|
916
834
|
/**
|
|
917
|
-
* <p>
|
|
918
|
-
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
919
|
-
* </p>
|
|
835
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
920
836
|
*/
|
|
921
837
|
SiteId: string | undefined;
|
|
922
838
|
}
|
|
@@ -936,23 +852,17 @@ export interface GetCatalogItemOutput {
|
|
|
936
852
|
}
|
|
937
853
|
export interface GetConnectionRequest {
|
|
938
854
|
/**
|
|
939
|
-
* <p>
|
|
940
|
-
* The ID of the connection.
|
|
941
|
-
* </p>
|
|
855
|
+
* <p> The ID of the connection. </p>
|
|
942
856
|
*/
|
|
943
857
|
ConnectionId: string | undefined;
|
|
944
858
|
}
|
|
945
859
|
export interface GetConnectionResponse {
|
|
946
860
|
/**
|
|
947
|
-
* <p>
|
|
948
|
-
* The ID of the connection.
|
|
949
|
-
* </p>
|
|
861
|
+
* <p> The ID of the connection. </p>
|
|
950
862
|
*/
|
|
951
863
|
ConnectionId?: string;
|
|
952
864
|
/**
|
|
953
|
-
* <p>
|
|
954
|
-
* Information about the connection.
|
|
955
|
-
* </p>
|
|
865
|
+
* <p> Information about the connection. </p>
|
|
956
866
|
*/
|
|
957
867
|
ConnectionDetails?: ConnectionDetails;
|
|
958
868
|
}
|
|
@@ -970,9 +880,7 @@ export interface GetOrderOutput {
|
|
|
970
880
|
}
|
|
971
881
|
export interface GetOutpostInput {
|
|
972
882
|
/**
|
|
973
|
-
* <p>
|
|
974
|
-
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
975
|
-
* </p>
|
|
883
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
976
884
|
*/
|
|
977
885
|
OutpostId: string | undefined;
|
|
978
886
|
}
|
|
@@ -984,9 +892,7 @@ export interface GetOutpostOutput {
|
|
|
984
892
|
}
|
|
985
893
|
export interface GetOutpostInstanceTypesInput {
|
|
986
894
|
/**
|
|
987
|
-
* <p>
|
|
988
|
-
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
989
|
-
* </p>
|
|
895
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
990
896
|
*/
|
|
991
897
|
OutpostId: string | undefined;
|
|
992
898
|
/**
|
|
@@ -1017,9 +923,7 @@ export interface GetOutpostInstanceTypesOutput {
|
|
|
1017
923
|
*/
|
|
1018
924
|
NextToken?: string;
|
|
1019
925
|
/**
|
|
1020
|
-
* <p>
|
|
1021
|
-
* The ID of the Outpost.
|
|
1022
|
-
* </p>
|
|
926
|
+
* <p> The ID of the Outpost. </p>
|
|
1023
927
|
*/
|
|
1024
928
|
OutpostId?: string;
|
|
1025
929
|
/**
|
|
@@ -1029,9 +933,7 @@ export interface GetOutpostInstanceTypesOutput {
|
|
|
1029
933
|
}
|
|
1030
934
|
export interface GetSiteInput {
|
|
1031
935
|
/**
|
|
1032
|
-
* <p>
|
|
1033
|
-
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1034
|
-
* </p>
|
|
936
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1035
937
|
*/
|
|
1036
938
|
SiteId: string | undefined;
|
|
1037
939
|
}
|
|
@@ -1043,9 +945,7 @@ export interface GetSiteOutput {
|
|
|
1043
945
|
}
|
|
1044
946
|
export interface GetSiteAddressInput {
|
|
1045
947
|
/**
|
|
1046
|
-
* <p>
|
|
1047
|
-
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1048
|
-
* </p>
|
|
948
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1049
949
|
*/
|
|
1050
950
|
SiteId: string | undefined;
|
|
1051
951
|
/**
|
|
@@ -1063,17 +963,13 @@ export interface GetSiteAddressOutput {
|
|
|
1063
963
|
*/
|
|
1064
964
|
AddressType?: AddressType | string;
|
|
1065
965
|
/**
|
|
1066
|
-
* <p>
|
|
1067
|
-
* Information about the address.
|
|
1068
|
-
* </p>
|
|
966
|
+
* <p> Information about the address. </p>
|
|
1069
967
|
*/
|
|
1070
968
|
Address?: Address;
|
|
1071
969
|
}
|
|
1072
970
|
export interface ListAssetsInput {
|
|
1073
971
|
/**
|
|
1074
|
-
* <p>
|
|
1075
|
-
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1076
|
-
* </p>
|
|
972
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
1077
973
|
*/
|
|
1078
974
|
OutpostIdentifier: string | undefined;
|
|
1079
975
|
/**
|
|
@@ -1137,9 +1033,7 @@ export interface ListCatalogItemsOutput {
|
|
|
1137
1033
|
}
|
|
1138
1034
|
export interface ListOrdersInput {
|
|
1139
1035
|
/**
|
|
1140
|
-
* <p>
|
|
1141
|
-
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1142
|
-
* </p>
|
|
1036
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
1143
1037
|
*/
|
|
1144
1038
|
OutpostIdentifierFilter?: string;
|
|
1145
1039
|
/**
|
|
@@ -1151,32 +1045,20 @@ export interface ListOrdersInput {
|
|
|
1151
1045
|
*/
|
|
1152
1046
|
MaxResults?: number;
|
|
1153
1047
|
}
|
|
1154
|
-
export declare enum OrderType {
|
|
1155
|
-
OUTPOST = "OUTPOST",
|
|
1156
|
-
REPLACEMENT = "REPLACEMENT"
|
|
1157
|
-
}
|
|
1158
1048
|
/**
|
|
1159
|
-
* <p>
|
|
1160
|
-
* A summary of line items in your order.
|
|
1161
|
-
* </p>
|
|
1049
|
+
* <p> A summary of line items in your order. </p>
|
|
1162
1050
|
*/
|
|
1163
1051
|
export interface OrderSummary {
|
|
1164
1052
|
/**
|
|
1165
|
-
* <p>
|
|
1166
|
-
* The ID of the Outpost.
|
|
1167
|
-
* </p>
|
|
1053
|
+
* <p> The ID of the Outpost. </p>
|
|
1168
1054
|
*/
|
|
1169
1055
|
OutpostId?: string;
|
|
1170
1056
|
/**
|
|
1171
|
-
* <p>
|
|
1172
|
-
* The ID of the order.
|
|
1173
|
-
* </p>
|
|
1057
|
+
* <p> The ID of the order. </p>
|
|
1174
1058
|
*/
|
|
1175
1059
|
OrderId?: string;
|
|
1176
1060
|
/**
|
|
1177
|
-
* <p>
|
|
1178
|
-
* The type of order.
|
|
1179
|
-
* </p>
|
|
1061
|
+
* <p>The type of order.</p>
|
|
1180
1062
|
*/
|
|
1181
1063
|
OrderType?: OrderType | string;
|
|
1182
1064
|
/**
|
|
@@ -1188,8 +1070,8 @@ export interface OrderSummary {
|
|
|
1188
1070
|
* </li>
|
|
1189
1071
|
* <li>
|
|
1190
1072
|
* <p>
|
|
1191
|
-
* <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. For
|
|
1192
|
-
* information, see the <code>LineItem</code> status.</p>
|
|
1073
|
+
* <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. For
|
|
1074
|
+
* more information, see the <code>LineItem</code> status.</p>
|
|
1193
1075
|
* </li>
|
|
1194
1076
|
* <li>
|
|
1195
1077
|
* <p>
|
|
@@ -1211,29 +1093,21 @@ export interface OrderSummary {
|
|
|
1211
1093
|
*/
|
|
1212
1094
|
Status?: OrderStatus | string;
|
|
1213
1095
|
/**
|
|
1214
|
-
* <p>
|
|
1215
|
-
* The status of all line items in the order.
|
|
1216
|
-
* </p>
|
|
1096
|
+
* <p> The status of all line items in the order. </p>
|
|
1217
1097
|
*/
|
|
1218
1098
|
LineItemCountsByStatus?: Record<string, number>;
|
|
1219
1099
|
/**
|
|
1220
|
-
* <p>
|
|
1221
|
-
* The submission date for the order.
|
|
1222
|
-
* </p>
|
|
1100
|
+
* <p> The submission date for the order. </p>
|
|
1223
1101
|
*/
|
|
1224
1102
|
OrderSubmissionDate?: Date;
|
|
1225
1103
|
/**
|
|
1226
|
-
* <p>
|
|
1227
|
-
* The fulfilment date for the order.
|
|
1228
|
-
* </p>
|
|
1104
|
+
* <p> The fulfilment date for the order. </p>
|
|
1229
1105
|
*/
|
|
1230
1106
|
OrderFulfilledDate?: Date;
|
|
1231
1107
|
}
|
|
1232
1108
|
export interface ListOrdersOutput {
|
|
1233
1109
|
/**
|
|
1234
|
-
* <p>
|
|
1235
|
-
* Information about the orders.
|
|
1236
|
-
* </p>
|
|
1110
|
+
* <p> Information about the orders. </p>
|
|
1237
1111
|
*/
|
|
1238
1112
|
Orders?: OrderSummary[];
|
|
1239
1113
|
/**
|
|
@@ -1319,41 +1193,29 @@ export interface ListTagsForResourceResponse {
|
|
|
1319
1193
|
}
|
|
1320
1194
|
export interface StartConnectionRequest {
|
|
1321
1195
|
/**
|
|
1322
|
-
* <p>
|
|
1323
|
-
* The serial number of the dongle.
|
|
1324
|
-
* </p>
|
|
1196
|
+
* <p> The serial number of the dongle. </p>
|
|
1325
1197
|
*/
|
|
1326
1198
|
DeviceSerialNumber: string | undefined;
|
|
1327
1199
|
/**
|
|
1328
|
-
* <p>
|
|
1329
|
-
* The ID of the Outpost server.
|
|
1330
|
-
* </p>
|
|
1200
|
+
* <p> The ID of the Outpost server. </p>
|
|
1331
1201
|
*/
|
|
1332
1202
|
AssetId: string | undefined;
|
|
1333
1203
|
/**
|
|
1334
|
-
* <p>
|
|
1335
|
-
* The public key of the client.
|
|
1336
|
-
* </p>
|
|
1204
|
+
* <p> The public key of the client. </p>
|
|
1337
1205
|
*/
|
|
1338
1206
|
ClientPublicKey: string | undefined;
|
|
1339
1207
|
/**
|
|
1340
|
-
* <p>
|
|
1341
|
-
* The device index of the network interface on the Outpost server.
|
|
1342
|
-
* </p>
|
|
1208
|
+
* <p> The device index of the network interface on the Outpost server. </p>
|
|
1343
1209
|
*/
|
|
1344
1210
|
NetworkInterfaceDeviceIndex: number | undefined;
|
|
1345
1211
|
}
|
|
1346
1212
|
export interface StartConnectionResponse {
|
|
1347
1213
|
/**
|
|
1348
|
-
* <p>
|
|
1349
|
-
* The ID of the connection.
|
|
1350
|
-
* </p>
|
|
1214
|
+
* <p> The ID of the connection. </p>
|
|
1351
1215
|
*/
|
|
1352
1216
|
ConnectionId?: string;
|
|
1353
1217
|
/**
|
|
1354
|
-
* <p>
|
|
1355
|
-
* The underlay IP address.
|
|
1356
|
-
* </p>
|
|
1218
|
+
* <p> The underlay IP address. </p>
|
|
1357
1219
|
*/
|
|
1358
1220
|
UnderlayIpAddress?: string;
|
|
1359
1221
|
}
|
|
@@ -1383,9 +1245,7 @@ export interface UntagResourceResponse {
|
|
|
1383
1245
|
}
|
|
1384
1246
|
export interface UpdateOutpostInput {
|
|
1385
1247
|
/**
|
|
1386
|
-
* <p>
|
|
1387
|
-
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1388
|
-
* </p>
|
|
1248
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
1389
1249
|
*/
|
|
1390
1250
|
OutpostId: string | undefined;
|
|
1391
1251
|
/**
|
|
@@ -1397,9 +1257,7 @@ export interface UpdateOutpostInput {
|
|
|
1397
1257
|
*/
|
|
1398
1258
|
Description?: string;
|
|
1399
1259
|
/**
|
|
1400
|
-
* <p>
|
|
1401
|
-
* The type of hardware for this Outpost.
|
|
1402
|
-
* </p>
|
|
1260
|
+
* <p> The type of hardware for this Outpost. </p>
|
|
1403
1261
|
*/
|
|
1404
1262
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
1405
1263
|
}
|
|
@@ -1411,9 +1269,7 @@ export interface UpdateOutpostOutput {
|
|
|
1411
1269
|
}
|
|
1412
1270
|
export interface UpdateSiteInput {
|
|
1413
1271
|
/**
|
|
1414
|
-
* <p>
|
|
1415
|
-
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1416
|
-
* </p>
|
|
1272
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1417
1273
|
*/
|
|
1418
1274
|
SiteId: string | undefined;
|
|
1419
1275
|
/**
|
|
@@ -1437,48 +1293,35 @@ export interface UpdateSiteOutput {
|
|
|
1437
1293
|
}
|
|
1438
1294
|
export interface UpdateSiteAddressInput {
|
|
1439
1295
|
/**
|
|
1440
|
-
* <p>
|
|
1441
|
-
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1442
|
-
* </p>
|
|
1296
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1443
1297
|
*/
|
|
1444
1298
|
SiteId: string | undefined;
|
|
1445
1299
|
/**
|
|
1446
|
-
* <p>
|
|
1447
|
-
* The type of the address.
|
|
1448
|
-
* </p>
|
|
1300
|
+
* <p> The type of the address. </p>
|
|
1449
1301
|
*/
|
|
1450
1302
|
AddressType: AddressType | string | undefined;
|
|
1451
1303
|
/**
|
|
1452
|
-
* <p>
|
|
1453
|
-
* The address for the site.
|
|
1454
|
-
* </p>
|
|
1304
|
+
* <p> The address for the site. </p>
|
|
1455
1305
|
*/
|
|
1456
1306
|
Address: Address | undefined;
|
|
1457
1307
|
}
|
|
1458
1308
|
export interface UpdateSiteAddressOutput {
|
|
1459
1309
|
/**
|
|
1460
|
-
* <p>
|
|
1461
|
-
* The type of the address.
|
|
1462
|
-
* </p>
|
|
1310
|
+
* <p> The type of the address. </p>
|
|
1463
1311
|
*/
|
|
1464
1312
|
AddressType?: AddressType | string;
|
|
1465
1313
|
/**
|
|
1466
|
-
* <p>
|
|
1467
|
-
* Information about an address.
|
|
1468
|
-
* </p>
|
|
1314
|
+
* <p> Information about an address. </p>
|
|
1469
1315
|
*/
|
|
1470
1316
|
Address?: Address;
|
|
1471
1317
|
}
|
|
1472
1318
|
export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
1473
1319
|
/**
|
|
1474
|
-
* <p>
|
|
1475
|
-
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1476
|
-
* </p>
|
|
1320
|
+
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1477
1321
|
*/
|
|
1478
1322
|
SiteId: string | undefined;
|
|
1479
1323
|
/**
|
|
1480
|
-
* <p>The power draw, in kVA, available at the hardware placement position for the
|
|
1481
|
-
* rack.</p>
|
|
1324
|
+
* <p>The power draw, in kVA, available at the hardware placement position for the rack.</p>
|
|
1482
1325
|
*/
|
|
1483
1326
|
PowerDrawKva?: PowerDrawKva | string;
|
|
1484
1327
|
/**
|
|
@@ -1494,9 +1337,8 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1494
1337
|
*/
|
|
1495
1338
|
PowerPhase?: PowerPhase | string;
|
|
1496
1339
|
/**
|
|
1497
|
-
* <p>The power connector that Amazon Web Services should plan to provide for connections to the
|
|
1498
|
-
*
|
|
1499
|
-
* <code>PowerConnector</code>. </p>
|
|
1340
|
+
* <p>The power connector that Amazon Web Services should plan to provide for connections to the hardware.
|
|
1341
|
+
* Note the correlation between <code>PowerPhase</code> and <code>PowerConnector</code>. </p>
|
|
1500
1342
|
* <ul>
|
|
1501
1343
|
* <li>
|
|
1502
1344
|
* <p>Single-phase AC feed</p>
|
|
@@ -1535,8 +1377,7 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1535
1377
|
*/
|
|
1536
1378
|
PowerFeedDrop?: PowerFeedDrop | string;
|
|
1537
1379
|
/**
|
|
1538
|
-
* <p>The uplink speed the rack should support for the connection to the Region.
|
|
1539
|
-
* </p>
|
|
1380
|
+
* <p>The uplink speed the rack should support for the connection to the Region. </p>
|
|
1540
1381
|
*/
|
|
1541
1382
|
UplinkGbps?: UplinkGbps | string;
|
|
1542
1383
|
/**
|
|
@@ -1558,14 +1399,13 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1558
1399
|
*/
|
|
1559
1400
|
UplinkCount?: UplinkCount | string;
|
|
1560
1401
|
/**
|
|
1561
|
-
* <p>The type of fiber that you will use to attach the Outpost to your network.
|
|
1562
|
-
* </p>
|
|
1402
|
+
* <p>The type of fiber that you will use to attach the Outpost to your network. </p>
|
|
1563
1403
|
*/
|
|
1564
1404
|
FiberOpticCableType?: FiberOpticCableType | string;
|
|
1565
1405
|
/**
|
|
1566
|
-
* <p>The type of optical standard that you will use to attach the Outpost to your
|
|
1567
|
-
*
|
|
1568
|
-
*
|
|
1406
|
+
* <p>The type of optical standard that you will use to attach the Outpost to your network. This
|
|
1407
|
+
* field is dependent on uplink speed, fiber type, and distance to the upstream device.
|
|
1408
|
+
* For more information
|
|
1569
1409
|
* about networking requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking">Network</a>
|
|
1570
1410
|
* in the Amazon Web Services Outposts User Guide.
|
|
1571
1411
|
* </p>
|
|
@@ -1626,8 +1466,8 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1626
1466
|
*/
|
|
1627
1467
|
OpticalStandard?: OpticalStandard | string;
|
|
1628
1468
|
/**
|
|
1629
|
-
* <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over
|
|
1630
|
-
*
|
|
1469
|
+
* <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over 2000lbs.
|
|
1470
|
+
* </p>
|
|
1631
1471
|
*/
|
|
1632
1472
|
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
|
|
1633
1473
|
}
|