@aws-sdk/client-outposts 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Outposts.d.ts +5 -1
- package/dist-types/OutpostsClient.d.ts +1 -1
- package/dist-types/commands/CancelOrderCommand.d.ts +2 -1
- package/dist-types/commands/CreateOrderCommand.d.ts +2 -1
- package/dist-types/commands/CreateOutpostCommand.d.ts +2 -1
- package/dist-types/commands/CreateSiteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOutpostCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSiteCommand.d.ts +2 -1
- package/dist-types/commands/GetCatalogItemCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +2 -1
- package/dist-types/commands/GetOrderCommand.d.ts +2 -1
- package/dist-types/commands/GetOutpostCommand.d.ts +2 -1
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/GetSiteAddressCommand.d.ts +2 -1
- package/dist-types/commands/GetSiteCommand.d.ts +2 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +2 -1
- package/dist-types/commands/ListOrdersCommand.d.ts +2 -1
- package/dist-types/commands/ListOutpostsCommand.d.ts +2 -1
- package/dist-types/commands/ListSitesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartConnectionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOutpostCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +242 -242
- package/dist-types/ts3.4/Outposts.d.ts +4 -0
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { OutpostsServiceException as __BaseException } from "./OutpostsServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>You do not have permission to perform this operation.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -14,63 +14,63 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
14
14
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
* @public
|
|
18
17
|
* <p> Information about an address. </p>
|
|
18
|
+
* @public
|
|
19
19
|
*/
|
|
20
20
|
export interface Address {
|
|
21
21
|
/**
|
|
22
|
-
* @public
|
|
23
22
|
* <p>The name of the contact.</p>
|
|
23
|
+
* @public
|
|
24
24
|
*/
|
|
25
25
|
ContactName?: string;
|
|
26
26
|
/**
|
|
27
|
-
* @public
|
|
28
27
|
* <p>The phone number of the contact.</p>
|
|
28
|
+
* @public
|
|
29
29
|
*/
|
|
30
30
|
ContactPhoneNumber?: string;
|
|
31
31
|
/**
|
|
32
|
-
* @public
|
|
33
32
|
* <p>The first line of the address.</p>
|
|
33
|
+
* @public
|
|
34
34
|
*/
|
|
35
35
|
AddressLine1: string | undefined;
|
|
36
36
|
/**
|
|
37
|
-
* @public
|
|
38
37
|
* <p>The second line of the address.</p>
|
|
38
|
+
* @public
|
|
39
39
|
*/
|
|
40
40
|
AddressLine2?: string;
|
|
41
41
|
/**
|
|
42
|
-
* @public
|
|
43
42
|
* <p>The third line of the address.</p>
|
|
43
|
+
* @public
|
|
44
44
|
*/
|
|
45
45
|
AddressLine3?: string;
|
|
46
46
|
/**
|
|
47
|
-
* @public
|
|
48
47
|
* <p>The city for the address.</p>
|
|
48
|
+
* @public
|
|
49
49
|
*/
|
|
50
50
|
City: string | undefined;
|
|
51
51
|
/**
|
|
52
|
-
* @public
|
|
53
52
|
* <p>The state for the address.</p>
|
|
53
|
+
* @public
|
|
54
54
|
*/
|
|
55
55
|
StateOrRegion: string | undefined;
|
|
56
56
|
/**
|
|
57
|
-
* @public
|
|
58
57
|
* <p>The district or county for the address.</p>
|
|
58
|
+
* @public
|
|
59
59
|
*/
|
|
60
60
|
DistrictOrCounty?: string;
|
|
61
61
|
/**
|
|
62
|
-
* @public
|
|
63
62
|
* <p>The postal code for the address.</p>
|
|
63
|
+
* @public
|
|
64
64
|
*/
|
|
65
65
|
PostalCode: string | undefined;
|
|
66
66
|
/**
|
|
67
|
-
* @public
|
|
68
67
|
* <p>The ISO-3166 two-letter country code for the address.</p>
|
|
68
|
+
* @public
|
|
69
69
|
*/
|
|
70
70
|
CountryCode: string | undefined;
|
|
71
71
|
/**
|
|
72
|
-
* @public
|
|
73
72
|
* <p>The municipality for the address.</p>
|
|
73
|
+
* @public
|
|
74
74
|
*/
|
|
75
75
|
Municipality?: string;
|
|
76
76
|
}
|
|
@@ -87,13 +87,13 @@ export declare const AddressType: {
|
|
|
87
87
|
*/
|
|
88
88
|
export type AddressType = (typeof AddressType)[keyof typeof AddressType];
|
|
89
89
|
/**
|
|
90
|
-
* @public
|
|
91
90
|
* <p> Information about the position of the asset in a rack. </p>
|
|
91
|
+
* @public
|
|
92
92
|
*/
|
|
93
93
|
export interface AssetLocation {
|
|
94
94
|
/**
|
|
95
|
-
* @public
|
|
96
95
|
* <p> The position of an asset in a rack measured in rack units. </p>
|
|
96
|
+
* @public
|
|
97
97
|
*/
|
|
98
98
|
RackElevation?: number;
|
|
99
99
|
}
|
|
@@ -122,17 +122,16 @@ export declare const ComputeAssetState: {
|
|
|
122
122
|
*/
|
|
123
123
|
export type ComputeAssetState = (typeof ComputeAssetState)[keyof typeof ComputeAssetState];
|
|
124
124
|
/**
|
|
125
|
-
* @public
|
|
126
125
|
* <p> Information about compute hardware assets. </p>
|
|
126
|
+
* @public
|
|
127
127
|
*/
|
|
128
128
|
export interface ComputeAttributes {
|
|
129
129
|
/**
|
|
130
|
-
* @public
|
|
131
130
|
* <p> The host ID of the Dedicated Host on the asset. </p>
|
|
131
|
+
* @public
|
|
132
132
|
*/
|
|
133
133
|
HostId?: string;
|
|
134
134
|
/**
|
|
135
|
-
* @public
|
|
136
135
|
* <p>The state.</p>
|
|
137
136
|
* <ul>
|
|
138
137
|
* <li>
|
|
@@ -149,43 +148,44 @@ export interface ComputeAttributes {
|
|
|
149
148
|
* the asset can be replaced.</p>
|
|
150
149
|
* </li>
|
|
151
150
|
* </ul>
|
|
151
|
+
* @public
|
|
152
152
|
*/
|
|
153
153
|
State?: ComputeAssetState;
|
|
154
154
|
/**
|
|
155
|
-
* @public
|
|
156
155
|
* <p>A list of the names of instance families that are currently associated with a given
|
|
157
156
|
* asset.</p>
|
|
157
|
+
* @public
|
|
158
158
|
*/
|
|
159
159
|
InstanceFamilies?: string[];
|
|
160
160
|
}
|
|
161
161
|
/**
|
|
162
|
-
* @public
|
|
163
162
|
* <p> Information about hardware assets. </p>
|
|
163
|
+
* @public
|
|
164
164
|
*/
|
|
165
165
|
export interface AssetInfo {
|
|
166
166
|
/**
|
|
167
|
-
* @public
|
|
168
167
|
* <p> The ID of the asset. </p>
|
|
168
|
+
* @public
|
|
169
169
|
*/
|
|
170
170
|
AssetId?: string;
|
|
171
171
|
/**
|
|
172
|
-
* @public
|
|
173
172
|
* <p> The rack ID of the asset. </p>
|
|
173
|
+
* @public
|
|
174
174
|
*/
|
|
175
175
|
RackId?: string;
|
|
176
176
|
/**
|
|
177
|
-
* @public
|
|
178
177
|
* <p> The type of the asset. </p>
|
|
178
|
+
* @public
|
|
179
179
|
*/
|
|
180
180
|
AssetType?: AssetType;
|
|
181
181
|
/**
|
|
182
|
-
* @public
|
|
183
182
|
* <p> Information about compute hardware assets. </p>
|
|
183
|
+
* @public
|
|
184
184
|
*/
|
|
185
185
|
ComputeAttributes?: ComputeAttributes;
|
|
186
186
|
/**
|
|
187
|
-
* @public
|
|
188
187
|
* <p> The position of an asset in a rack. </p>
|
|
188
|
+
* @public
|
|
189
189
|
*/
|
|
190
190
|
AssetLocation?: AssetLocation;
|
|
191
191
|
}
|
|
@@ -207,8 +207,8 @@ export type AssetState = (typeof AssetState)[keyof typeof AssetState];
|
|
|
207
207
|
*/
|
|
208
208
|
export interface CancelOrderInput {
|
|
209
209
|
/**
|
|
210
|
-
* @public
|
|
211
210
|
* <p> The ID of the order. </p>
|
|
211
|
+
* @public
|
|
212
212
|
*/
|
|
213
213
|
OrderId: string | undefined;
|
|
214
214
|
}
|
|
@@ -230,21 +230,21 @@ export declare const ResourceType: {
|
|
|
230
230
|
*/
|
|
231
231
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
232
232
|
/**
|
|
233
|
-
* @public
|
|
234
233
|
* <p>Updating or deleting this resource can cause an inconsistent state.</p>
|
|
234
|
+
* @public
|
|
235
235
|
*/
|
|
236
236
|
export declare class ConflictException extends __BaseException {
|
|
237
237
|
readonly name: "ConflictException";
|
|
238
238
|
readonly $fault: "client";
|
|
239
239
|
Message?: string;
|
|
240
240
|
/**
|
|
241
|
-
* @public
|
|
242
241
|
* <p>The ID of the resource causing the conflict.</p>
|
|
242
|
+
* @public
|
|
243
243
|
*/
|
|
244
244
|
ResourceId?: string;
|
|
245
245
|
/**
|
|
246
|
-
* @public
|
|
247
246
|
* <p>The type of the resource causing the conflict.</p>
|
|
247
|
+
* @public
|
|
248
248
|
*/
|
|
249
249
|
ResourceType?: ResourceType;
|
|
250
250
|
/**
|
|
@@ -253,8 +253,8 @@ export declare class ConflictException extends __BaseException {
|
|
|
253
253
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
254
254
|
}
|
|
255
255
|
/**
|
|
256
|
-
* @public
|
|
257
256
|
* <p>An internal error has occurred.</p>
|
|
257
|
+
* @public
|
|
258
258
|
*/
|
|
259
259
|
export declare class InternalServerException extends __BaseException {
|
|
260
260
|
readonly name: "InternalServerException";
|
|
@@ -266,8 +266,8 @@ export declare class InternalServerException extends __BaseException {
|
|
|
266
266
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
269
|
-
* @public
|
|
270
269
|
* <p>The specified request is not valid.</p>
|
|
270
|
+
* @public
|
|
271
271
|
*/
|
|
272
272
|
export declare class NotFoundException extends __BaseException {
|
|
273
273
|
readonly name: "NotFoundException";
|
|
@@ -279,8 +279,8 @@ export declare class NotFoundException extends __BaseException {
|
|
|
279
279
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
280
280
|
}
|
|
281
281
|
/**
|
|
282
|
-
* @public
|
|
283
282
|
* <p>A parameter is not valid.</p>
|
|
283
|
+
* @public
|
|
284
284
|
*/
|
|
285
285
|
export declare class ValidationException extends __BaseException {
|
|
286
286
|
readonly name: "ValidationException";
|
|
@@ -292,23 +292,23 @@ export declare class ValidationException extends __BaseException {
|
|
|
292
292
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
293
293
|
}
|
|
294
294
|
/**
|
|
295
|
-
* @public
|
|
296
295
|
* <p> Information about EC2 capacity. </p>
|
|
296
|
+
* @public
|
|
297
297
|
*/
|
|
298
298
|
export interface EC2Capacity {
|
|
299
299
|
/**
|
|
300
|
-
* @public
|
|
301
300
|
* <p> The family of the EC2 capacity. </p>
|
|
301
|
+
* @public
|
|
302
302
|
*/
|
|
303
303
|
Family?: string;
|
|
304
304
|
/**
|
|
305
|
-
* @public
|
|
306
305
|
* <p> The maximum size of the EC2 capacity. </p>
|
|
306
|
+
* @public
|
|
307
307
|
*/
|
|
308
308
|
MaxSize?: string;
|
|
309
309
|
/**
|
|
310
|
-
* @public
|
|
311
310
|
* <p> The quantity of the EC2 capacity. </p>
|
|
311
|
+
* @public
|
|
312
312
|
*/
|
|
313
313
|
Quantity?: string;
|
|
314
314
|
}
|
|
@@ -337,43 +337,43 @@ export declare const SupportedStorageEnum: {
|
|
|
337
337
|
*/
|
|
338
338
|
export type SupportedStorageEnum = (typeof SupportedStorageEnum)[keyof typeof SupportedStorageEnum];
|
|
339
339
|
/**
|
|
340
|
-
* @public
|
|
341
340
|
* <p> Information about a catalog item. </p>
|
|
341
|
+
* @public
|
|
342
342
|
*/
|
|
343
343
|
export interface CatalogItem {
|
|
344
344
|
/**
|
|
345
|
-
* @public
|
|
346
345
|
* <p> The ID of the catalog item. </p>
|
|
346
|
+
* @public
|
|
347
347
|
*/
|
|
348
348
|
CatalogItemId?: string;
|
|
349
349
|
/**
|
|
350
|
-
* @public
|
|
351
350
|
* <p> The status of a catalog item. </p>
|
|
351
|
+
* @public
|
|
352
352
|
*/
|
|
353
353
|
ItemStatus?: CatalogItemStatus;
|
|
354
354
|
/**
|
|
355
|
-
* @public
|
|
356
355
|
* <p> Information about the EC2 capacity of an item. </p>
|
|
356
|
+
* @public
|
|
357
357
|
*/
|
|
358
358
|
EC2Capacities?: EC2Capacity[];
|
|
359
359
|
/**
|
|
360
|
-
* @public
|
|
361
360
|
* <p> Information about the power draw of an item. </p>
|
|
361
|
+
* @public
|
|
362
362
|
*/
|
|
363
363
|
PowerKva?: number;
|
|
364
364
|
/**
|
|
365
|
-
* @public
|
|
366
365
|
* <p> The weight of the item in pounds. </p>
|
|
366
|
+
* @public
|
|
367
367
|
*/
|
|
368
368
|
WeightLbs?: number;
|
|
369
369
|
/**
|
|
370
|
-
* @public
|
|
371
370
|
* <p> The uplink speed this catalog item requires for the connection to the Region. </p>
|
|
371
|
+
* @public
|
|
372
372
|
*/
|
|
373
373
|
SupportedUplinkGbps?: number[];
|
|
374
374
|
/**
|
|
375
|
-
* @public
|
|
376
375
|
* <p> The supported storage options for the catalog item. </p>
|
|
376
|
+
* @public
|
|
377
377
|
*/
|
|
378
378
|
SupportedStorage?: SupportedStorageEnum[];
|
|
379
379
|
}
|
|
@@ -390,54 +390,54 @@ export declare const CatalogItemClass: {
|
|
|
390
390
|
*/
|
|
391
391
|
export type CatalogItemClass = (typeof CatalogItemClass)[keyof typeof CatalogItemClass];
|
|
392
392
|
/**
|
|
393
|
-
* @public
|
|
394
393
|
* <p> Information about a connection. </p>
|
|
394
|
+
* @public
|
|
395
395
|
*/
|
|
396
396
|
export interface ConnectionDetails {
|
|
397
397
|
/**
|
|
398
|
-
* @public
|
|
399
398
|
* <p> The public key of the client. </p>
|
|
399
|
+
* @public
|
|
400
400
|
*/
|
|
401
401
|
ClientPublicKey?: string;
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p> The public key of the server. </p>
|
|
404
|
+
* @public
|
|
405
405
|
*/
|
|
406
406
|
ServerPublicKey?: string;
|
|
407
407
|
/**
|
|
408
|
-
* @public
|
|
409
408
|
* <p> The endpoint for the server. </p>
|
|
409
|
+
* @public
|
|
410
410
|
*/
|
|
411
411
|
ServerEndpoint?: string;
|
|
412
412
|
/**
|
|
413
|
-
* @public
|
|
414
413
|
* <p> The client tunnel address. </p>
|
|
414
|
+
* @public
|
|
415
415
|
*/
|
|
416
416
|
ClientTunnelAddress?: string;
|
|
417
417
|
/**
|
|
418
|
-
* @public
|
|
419
418
|
* <p> The server tunnel address. </p>
|
|
419
|
+
* @public
|
|
420
420
|
*/
|
|
421
421
|
ServerTunnelAddress?: string;
|
|
422
422
|
/**
|
|
423
|
-
* @public
|
|
424
423
|
* <p> The allowed IP addresses. </p>
|
|
424
|
+
* @public
|
|
425
425
|
*/
|
|
426
426
|
AllowedIps?: string[];
|
|
427
427
|
}
|
|
428
428
|
/**
|
|
429
|
-
* @public
|
|
430
429
|
* <p>Information about a line item request.</p>
|
|
430
|
+
* @public
|
|
431
431
|
*/
|
|
432
432
|
export interface LineItemRequest {
|
|
433
433
|
/**
|
|
434
|
-
* @public
|
|
435
434
|
* <p>The ID of the catalog item.</p>
|
|
435
|
+
* @public
|
|
436
436
|
*/
|
|
437
437
|
CatalogItemId?: string;
|
|
438
438
|
/**
|
|
439
|
-
* @public
|
|
440
439
|
* <p>The quantity of a line item request.</p>
|
|
440
|
+
* @public
|
|
441
441
|
*/
|
|
442
442
|
Quantity?: number;
|
|
443
443
|
}
|
|
@@ -471,39 +471,39 @@ export type PaymentTerm = (typeof PaymentTerm)[keyof typeof PaymentTerm];
|
|
|
471
471
|
*/
|
|
472
472
|
export interface CreateOrderInput {
|
|
473
473
|
/**
|
|
474
|
-
* @public
|
|
475
474
|
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
475
|
+
* @public
|
|
476
476
|
*/
|
|
477
477
|
OutpostIdentifier: string | undefined;
|
|
478
478
|
/**
|
|
479
|
-
* @public
|
|
480
479
|
* <p>The line items that make up the order.</p>
|
|
480
|
+
* @public
|
|
481
481
|
*/
|
|
482
482
|
LineItems: LineItemRequest[] | undefined;
|
|
483
483
|
/**
|
|
484
|
-
* @public
|
|
485
484
|
* <p>The payment option.</p>
|
|
485
|
+
* @public
|
|
486
486
|
*/
|
|
487
487
|
PaymentOption: PaymentOption | undefined;
|
|
488
488
|
/**
|
|
489
|
-
* @public
|
|
490
489
|
* <p>The payment terms.</p>
|
|
490
|
+
* @public
|
|
491
491
|
*/
|
|
492
492
|
PaymentTerm?: PaymentTerm;
|
|
493
493
|
}
|
|
494
494
|
/**
|
|
495
|
-
* @public
|
|
496
495
|
* <p> Information about a line item asset. </p>
|
|
496
|
+
* @public
|
|
497
497
|
*/
|
|
498
498
|
export interface LineItemAssetInformation {
|
|
499
499
|
/**
|
|
500
|
-
* @public
|
|
501
500
|
* <p> The ID of the asset. </p>
|
|
501
|
+
* @public
|
|
502
502
|
*/
|
|
503
503
|
AssetId?: string;
|
|
504
504
|
/**
|
|
505
|
-
* @public
|
|
506
505
|
* <p> The MAC addresses of the asset. </p>
|
|
506
|
+
* @public
|
|
507
507
|
*/
|
|
508
508
|
MacAddressList?: string[];
|
|
509
509
|
}
|
|
@@ -522,18 +522,18 @@ export declare const ShipmentCarrier: {
|
|
|
522
522
|
*/
|
|
523
523
|
export type ShipmentCarrier = (typeof ShipmentCarrier)[keyof typeof ShipmentCarrier];
|
|
524
524
|
/**
|
|
525
|
-
* @public
|
|
526
525
|
* <p> Information about a line item shipment. </p>
|
|
526
|
+
* @public
|
|
527
527
|
*/
|
|
528
528
|
export interface ShipmentInformation {
|
|
529
529
|
/**
|
|
530
|
-
* @public
|
|
531
530
|
* <p> The tracking number of the shipment. </p>
|
|
531
|
+
* @public
|
|
532
532
|
*/
|
|
533
533
|
ShipmentTrackingNumber?: string;
|
|
534
534
|
/**
|
|
535
|
-
* @public
|
|
536
535
|
* <p> The carrier of the shipment. </p>
|
|
536
|
+
* @public
|
|
537
537
|
*/
|
|
538
538
|
ShipmentCarrier?: ShipmentCarrier;
|
|
539
539
|
}
|
|
@@ -557,48 +557,48 @@ export declare const LineItemStatus: {
|
|
|
557
557
|
*/
|
|
558
558
|
export type LineItemStatus = (typeof LineItemStatus)[keyof typeof LineItemStatus];
|
|
559
559
|
/**
|
|
560
|
-
* @public
|
|
561
560
|
* <p>Information about a line item.</p>
|
|
561
|
+
* @public
|
|
562
562
|
*/
|
|
563
563
|
export interface LineItem {
|
|
564
564
|
/**
|
|
565
|
-
* @public
|
|
566
565
|
* <p> The ID of the catalog item.</p>
|
|
566
|
+
* @public
|
|
567
567
|
*/
|
|
568
568
|
CatalogItemId?: string;
|
|
569
569
|
/**
|
|
570
|
-
* @public
|
|
571
570
|
* <p>The ID of the line item.</p>
|
|
571
|
+
* @public
|
|
572
572
|
*/
|
|
573
573
|
LineItemId?: string;
|
|
574
574
|
/**
|
|
575
|
-
* @public
|
|
576
575
|
* <p>The quantity of the line item.</p>
|
|
576
|
+
* @public
|
|
577
577
|
*/
|
|
578
578
|
Quantity?: number;
|
|
579
579
|
/**
|
|
580
|
-
* @public
|
|
581
580
|
* <p>The status of the line item.</p>
|
|
581
|
+
* @public
|
|
582
582
|
*/
|
|
583
583
|
Status?: LineItemStatus;
|
|
584
584
|
/**
|
|
585
|
-
* @public
|
|
586
585
|
* <p> Information about a line item shipment. </p>
|
|
586
|
+
* @public
|
|
587
587
|
*/
|
|
588
588
|
ShipmentInformation?: ShipmentInformation;
|
|
589
589
|
/**
|
|
590
|
-
* @public
|
|
591
590
|
* <p> Information about assets. </p>
|
|
591
|
+
* @public
|
|
592
592
|
*/
|
|
593
593
|
AssetInformationList?: LineItemAssetInformation[];
|
|
594
594
|
/**
|
|
595
|
-
* @public
|
|
596
595
|
* <p>The ID of the previous line item.</p>
|
|
596
|
+
* @public
|
|
597
597
|
*/
|
|
598
598
|
PreviousLineItemId?: string;
|
|
599
599
|
/**
|
|
600
|
-
* @public
|
|
601
600
|
* <p>The ID of the previous order.</p>
|
|
601
|
+
* @public
|
|
602
602
|
*/
|
|
603
603
|
PreviousOrderId?: string;
|
|
604
604
|
}
|
|
@@ -635,22 +635,21 @@ export declare const OrderStatus: {
|
|
|
635
635
|
*/
|
|
636
636
|
export type OrderStatus = (typeof OrderStatus)[keyof typeof OrderStatus];
|
|
637
637
|
/**
|
|
638
|
-
* @public
|
|
639
638
|
* <p>Information about an order.</p>
|
|
639
|
+
* @public
|
|
640
640
|
*/
|
|
641
641
|
export interface Order {
|
|
642
642
|
/**
|
|
643
|
-
* @public
|
|
644
643
|
* <p> The ID of the Outpost in the order. </p>
|
|
644
|
+
* @public
|
|
645
645
|
*/
|
|
646
646
|
OutpostId?: string;
|
|
647
647
|
/**
|
|
648
|
-
* @public
|
|
649
648
|
* <p>The ID of the order.</p>
|
|
649
|
+
* @public
|
|
650
650
|
*/
|
|
651
651
|
OrderId?: string;
|
|
652
652
|
/**
|
|
653
|
-
* @public
|
|
654
653
|
* <p>The status of the order.</p>
|
|
655
654
|
* <ul>
|
|
656
655
|
* <li>
|
|
@@ -679,36 +678,37 @@ export interface Order {
|
|
|
679
678
|
* <p>The following status are deprecated: <code>RECEIVED</code>, <code>PENDING</code>,
|
|
680
679
|
* <code>PROCESSING</code>, <code>INSTALLING</code>, and <code>FULFILLED</code>. </p>
|
|
681
680
|
* </note>
|
|
681
|
+
* @public
|
|
682
682
|
*/
|
|
683
683
|
Status?: OrderStatus;
|
|
684
684
|
/**
|
|
685
|
-
* @public
|
|
686
685
|
* <p>The line items for the order</p>
|
|
686
|
+
* @public
|
|
687
687
|
*/
|
|
688
688
|
LineItems?: LineItem[];
|
|
689
689
|
/**
|
|
690
|
-
* @public
|
|
691
690
|
* <p>The payment option for the order.</p>
|
|
691
|
+
* @public
|
|
692
692
|
*/
|
|
693
693
|
PaymentOption?: PaymentOption;
|
|
694
694
|
/**
|
|
695
|
-
* @public
|
|
696
695
|
* <p>The submission date for the order.</p>
|
|
696
|
+
* @public
|
|
697
697
|
*/
|
|
698
698
|
OrderSubmissionDate?: Date;
|
|
699
699
|
/**
|
|
700
|
-
* @public
|
|
701
700
|
* <p>The fulfillment date of the order.</p>
|
|
701
|
+
* @public
|
|
702
702
|
*/
|
|
703
703
|
OrderFulfilledDate?: Date;
|
|
704
704
|
/**
|
|
705
|
-
* @public
|
|
706
705
|
* <p>The payment term.</p>
|
|
706
|
+
* @public
|
|
707
707
|
*/
|
|
708
708
|
PaymentTerm?: PaymentTerm;
|
|
709
709
|
/**
|
|
710
|
-
* @public
|
|
711
710
|
* <p>The type of order.</p>
|
|
711
|
+
* @public
|
|
712
712
|
*/
|
|
713
713
|
OrderType?: OrderType;
|
|
714
714
|
}
|
|
@@ -717,14 +717,14 @@ export interface Order {
|
|
|
717
717
|
*/
|
|
718
718
|
export interface CreateOrderOutput {
|
|
719
719
|
/**
|
|
720
|
-
* @public
|
|
721
720
|
* <p>Information about this order.</p>
|
|
721
|
+
* @public
|
|
722
722
|
*/
|
|
723
723
|
Order?: Order;
|
|
724
724
|
}
|
|
725
725
|
/**
|
|
726
|
-
* @public
|
|
727
726
|
* <p>You have exceeded a service quota.</p>
|
|
727
|
+
* @public
|
|
728
728
|
*/
|
|
729
729
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
730
730
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -752,104 +752,104 @@ export type SupportedHardwareType = (typeof SupportedHardwareType)[keyof typeof
|
|
|
752
752
|
*/
|
|
753
753
|
export interface CreateOutpostInput {
|
|
754
754
|
/**
|
|
755
|
-
* @public
|
|
756
755
|
* <p>The name of the Outpost.</p>
|
|
756
|
+
* @public
|
|
757
757
|
*/
|
|
758
758
|
Name: string | undefined;
|
|
759
759
|
/**
|
|
760
|
-
* @public
|
|
761
760
|
* <p>The description of the Outpost.</p>
|
|
761
|
+
* @public
|
|
762
762
|
*/
|
|
763
763
|
Description?: string;
|
|
764
764
|
/**
|
|
765
|
-
* @public
|
|
766
765
|
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
766
|
+
* @public
|
|
767
767
|
*/
|
|
768
768
|
SiteId: string | undefined;
|
|
769
769
|
/**
|
|
770
|
-
* @public
|
|
771
770
|
* <p>The Availability Zone.</p>
|
|
771
|
+
* @public
|
|
772
772
|
*/
|
|
773
773
|
AvailabilityZone?: string;
|
|
774
774
|
/**
|
|
775
|
-
* @public
|
|
776
775
|
* <p>The ID of the Availability Zone.</p>
|
|
776
|
+
* @public
|
|
777
777
|
*/
|
|
778
778
|
AvailabilityZoneId?: string;
|
|
779
779
|
/**
|
|
780
|
-
* @public
|
|
781
780
|
* <p>The tags to apply to the Outpost.</p>
|
|
781
|
+
* @public
|
|
782
782
|
*/
|
|
783
783
|
Tags?: Record<string, string>;
|
|
784
784
|
/**
|
|
785
|
-
* @public
|
|
786
785
|
* <p> The type of hardware for this Outpost. </p>
|
|
786
|
+
* @public
|
|
787
787
|
*/
|
|
788
788
|
SupportedHardwareType?: SupportedHardwareType;
|
|
789
789
|
}
|
|
790
790
|
/**
|
|
791
|
-
* @public
|
|
792
791
|
* <p>Information about an Outpost.</p>
|
|
792
|
+
* @public
|
|
793
793
|
*/
|
|
794
794
|
export interface Outpost {
|
|
795
795
|
/**
|
|
796
|
-
* @public
|
|
797
796
|
* <p> The ID of the Outpost. </p>
|
|
797
|
+
* @public
|
|
798
798
|
*/
|
|
799
799
|
OutpostId?: string;
|
|
800
800
|
/**
|
|
801
|
-
* @public
|
|
802
801
|
* <p>The Amazon Web Services account ID of the Outpost owner.</p>
|
|
802
|
+
* @public
|
|
803
803
|
*/
|
|
804
804
|
OwnerId?: string;
|
|
805
805
|
/**
|
|
806
|
-
* @public
|
|
807
806
|
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
807
|
+
* @public
|
|
808
808
|
*/
|
|
809
809
|
OutpostArn?: string;
|
|
810
810
|
/**
|
|
811
|
-
* @public
|
|
812
811
|
* <p>The ID of the site.</p>
|
|
812
|
+
* @public
|
|
813
813
|
*/
|
|
814
814
|
SiteId?: string;
|
|
815
815
|
/**
|
|
816
|
-
* @public
|
|
817
816
|
* <p>The name of the Outpost.</p>
|
|
817
|
+
* @public
|
|
818
818
|
*/
|
|
819
819
|
Name?: string;
|
|
820
820
|
/**
|
|
821
|
-
* @public
|
|
822
821
|
* <p>The description of the Outpost.</p>
|
|
822
|
+
* @public
|
|
823
823
|
*/
|
|
824
824
|
Description?: string;
|
|
825
825
|
/**
|
|
826
|
-
* @public
|
|
827
826
|
* <p>The life cycle status.</p>
|
|
827
|
+
* @public
|
|
828
828
|
*/
|
|
829
829
|
LifeCycleStatus?: string;
|
|
830
830
|
/**
|
|
831
|
-
* @public
|
|
832
831
|
* <p>The Availability Zone.</p>
|
|
832
|
+
* @public
|
|
833
833
|
*/
|
|
834
834
|
AvailabilityZone?: string;
|
|
835
835
|
/**
|
|
836
|
-
* @public
|
|
837
836
|
* <p>The ID of the Availability Zone.</p>
|
|
837
|
+
* @public
|
|
838
838
|
*/
|
|
839
839
|
AvailabilityZoneId?: string;
|
|
840
840
|
/**
|
|
841
|
-
* @public
|
|
842
841
|
* <p>The Outpost tags.</p>
|
|
842
|
+
* @public
|
|
843
843
|
*/
|
|
844
844
|
Tags?: Record<string, string>;
|
|
845
845
|
/**
|
|
846
|
-
* @public
|
|
847
846
|
* <p>The Amazon Resource Name (ARN) of the site.</p>
|
|
847
|
+
* @public
|
|
848
848
|
*/
|
|
849
849
|
SiteArn?: string;
|
|
850
850
|
/**
|
|
851
|
-
* @public
|
|
852
851
|
* <p> The hardware type. </p>
|
|
852
|
+
* @public
|
|
853
853
|
*/
|
|
854
854
|
SupportedHardwareType?: SupportedHardwareType;
|
|
855
855
|
}
|
|
@@ -858,8 +858,8 @@ export interface Outpost {
|
|
|
858
858
|
*/
|
|
859
859
|
export interface CreateOutpostOutput {
|
|
860
860
|
/**
|
|
861
|
-
* @public
|
|
862
861
|
* <p>Information about an Outpost.</p>
|
|
862
|
+
* @public
|
|
863
863
|
*/
|
|
864
864
|
Outpost?: Outpost;
|
|
865
865
|
}
|
|
@@ -1000,63 +1000,63 @@ export declare const UplinkGbps: {
|
|
|
1000
1000
|
*/
|
|
1001
1001
|
export type UplinkGbps = (typeof UplinkGbps)[keyof typeof UplinkGbps];
|
|
1002
1002
|
/**
|
|
1003
|
-
* @public
|
|
1004
1003
|
* <p> Information about the physical and logistical details for racks at sites.
|
|
1005
1004
|
* For more information
|
|
1006
1005
|
* about hardware requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist">Network
|
|
1007
1006
|
* readiness checklist</a> in the Amazon Web Services Outposts User Guide.
|
|
1008
1007
|
* </p>
|
|
1008
|
+
* @public
|
|
1009
1009
|
*/
|
|
1010
1010
|
export interface RackPhysicalProperties {
|
|
1011
1011
|
/**
|
|
1012
|
-
* @public
|
|
1013
1012
|
* <p>The power draw available at the hardware placement position for the rack. </p>
|
|
1013
|
+
* @public
|
|
1014
1014
|
*/
|
|
1015
1015
|
PowerDrawKva?: PowerDrawKva;
|
|
1016
1016
|
/**
|
|
1017
|
-
* @public
|
|
1018
1017
|
* <p>The power option that you can provide for hardware.</p>
|
|
1018
|
+
* @public
|
|
1019
1019
|
*/
|
|
1020
1020
|
PowerPhase?: PowerPhase;
|
|
1021
1021
|
/**
|
|
1022
|
-
* @public
|
|
1023
1022
|
* <p>The power connector for the hardware. </p>
|
|
1023
|
+
* @public
|
|
1024
1024
|
*/
|
|
1025
1025
|
PowerConnector?: PowerConnector;
|
|
1026
1026
|
/**
|
|
1027
|
-
* @public
|
|
1028
1027
|
* <p>The position of the power feed.</p>
|
|
1028
|
+
* @public
|
|
1029
1029
|
*/
|
|
1030
1030
|
PowerFeedDrop?: PowerFeedDrop;
|
|
1031
1031
|
/**
|
|
1032
|
-
* @public
|
|
1033
1032
|
* <p>The uplink speed the rack supports for the connection to the Region. </p>
|
|
1033
|
+
* @public
|
|
1034
1034
|
*/
|
|
1035
1035
|
UplinkGbps?: UplinkGbps;
|
|
1036
1036
|
/**
|
|
1037
|
-
* @public
|
|
1038
1037
|
* <p>The number of uplinks each Outpost network device.</p>
|
|
1038
|
+
* @public
|
|
1039
1039
|
*/
|
|
1040
1040
|
UplinkCount?: UplinkCount;
|
|
1041
1041
|
/**
|
|
1042
|
-
* @public
|
|
1043
1042
|
* <p>The type of fiber used to attach the Outpost to the network. </p>
|
|
1043
|
+
* @public
|
|
1044
1044
|
*/
|
|
1045
1045
|
FiberOpticCableType?: FiberOpticCableType;
|
|
1046
1046
|
/**
|
|
1047
|
-
* @public
|
|
1048
1047
|
* <p>The type of optical standard used to attach the Outpost to the network. This field is
|
|
1049
1048
|
* dependent on uplink speed, fiber type, and distance to the upstream device.
|
|
1050
1049
|
* For more information
|
|
1051
1050
|
* about networking requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking">Network</a>
|
|
1052
1051
|
* in the Amazon Web Services Outposts User Guide.
|
|
1053
1052
|
* </p>
|
|
1053
|
+
* @public
|
|
1054
1054
|
*/
|
|
1055
1055
|
OpticalStandard?: OpticalStandard;
|
|
1056
1056
|
/**
|
|
1057
|
-
* @public
|
|
1058
1057
|
* <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over 2000 lbs
|
|
1059
1058
|
* (907 kg). </p>
|
|
1059
|
+
* @public
|
|
1060
1060
|
*/
|
|
1061
1061
|
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs;
|
|
1062
1062
|
}
|
|
@@ -1065,108 +1065,108 @@ export interface RackPhysicalProperties {
|
|
|
1065
1065
|
*/
|
|
1066
1066
|
export interface CreateSiteInput {
|
|
1067
1067
|
/**
|
|
1068
|
-
* @public
|
|
1069
1068
|
* <p>The name of the site.</p>
|
|
1069
|
+
* @public
|
|
1070
1070
|
*/
|
|
1071
1071
|
Name: string | undefined;
|
|
1072
1072
|
/**
|
|
1073
|
-
* @public
|
|
1074
1073
|
* <p>The description of the site.</p>
|
|
1074
|
+
* @public
|
|
1075
1075
|
*/
|
|
1076
1076
|
Description?: string;
|
|
1077
1077
|
/**
|
|
1078
|
-
* @public
|
|
1079
1078
|
* <p>Additional information that you provide about site access requirements, electrician
|
|
1080
1079
|
* scheduling, personal protective equipment, or regulation of equipment materials that could
|
|
1081
1080
|
* affect your installation process. </p>
|
|
1081
|
+
* @public
|
|
1082
1082
|
*/
|
|
1083
1083
|
Notes?: string;
|
|
1084
1084
|
/**
|
|
1085
|
-
* @public
|
|
1086
1085
|
* <p> The tags to apply to a site. </p>
|
|
1086
|
+
* @public
|
|
1087
1087
|
*/
|
|
1088
1088
|
Tags?: Record<string, string>;
|
|
1089
1089
|
/**
|
|
1090
|
-
* @public
|
|
1091
1090
|
* <p> The location to install and power on the hardware. This address might be different from
|
|
1092
1091
|
* the shipping address. </p>
|
|
1092
|
+
* @public
|
|
1093
1093
|
*/
|
|
1094
1094
|
OperatingAddress?: Address;
|
|
1095
1095
|
/**
|
|
1096
|
-
* @public
|
|
1097
1096
|
* <p> The location to ship the hardware. This address might be different from the operating
|
|
1098
1097
|
* address. </p>
|
|
1098
|
+
* @public
|
|
1099
1099
|
*/
|
|
1100
1100
|
ShippingAddress?: Address;
|
|
1101
1101
|
/**
|
|
1102
|
-
* @public
|
|
1103
1102
|
* <p> Information about the physical and logistical details for the rack at this site.
|
|
1104
1103
|
* For more information
|
|
1105
1104
|
* about hardware requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist">Network
|
|
1106
1105
|
* readiness checklist</a> in the Amazon Web Services Outposts User Guide.
|
|
1107
1106
|
* </p>
|
|
1107
|
+
* @public
|
|
1108
1108
|
*/
|
|
1109
1109
|
RackPhysicalProperties?: RackPhysicalProperties;
|
|
1110
1110
|
}
|
|
1111
1111
|
/**
|
|
1112
|
-
* @public
|
|
1113
1112
|
* <p>Information about a site.</p>
|
|
1113
|
+
* @public
|
|
1114
1114
|
*/
|
|
1115
1115
|
export interface Site {
|
|
1116
1116
|
/**
|
|
1117
|
-
* @public
|
|
1118
1117
|
* <p>The ID of the site.</p>
|
|
1118
|
+
* @public
|
|
1119
1119
|
*/
|
|
1120
1120
|
SiteId?: string;
|
|
1121
1121
|
/**
|
|
1122
|
-
* @public
|
|
1123
1122
|
* <p>The ID of the Amazon Web Services account.</p>
|
|
1123
|
+
* @public
|
|
1124
1124
|
*/
|
|
1125
1125
|
AccountId?: string;
|
|
1126
1126
|
/**
|
|
1127
|
-
* @public
|
|
1128
1127
|
* <p>The name of the site.</p>
|
|
1128
|
+
* @public
|
|
1129
1129
|
*/
|
|
1130
1130
|
Name?: string;
|
|
1131
1131
|
/**
|
|
1132
|
-
* @public
|
|
1133
1132
|
* <p>The description of the site.</p>
|
|
1133
|
+
* @public
|
|
1134
1134
|
*/
|
|
1135
1135
|
Description?: string;
|
|
1136
1136
|
/**
|
|
1137
|
-
* @public
|
|
1138
1137
|
* <p>The site tags.</p>
|
|
1138
|
+
* @public
|
|
1139
1139
|
*/
|
|
1140
1140
|
Tags?: Record<string, string>;
|
|
1141
1141
|
/**
|
|
1142
|
-
* @public
|
|
1143
1142
|
* <p>The Amazon Resource Name (ARN) of the site.</p>
|
|
1143
|
+
* @public
|
|
1144
1144
|
*/
|
|
1145
1145
|
SiteArn?: string;
|
|
1146
1146
|
/**
|
|
1147
|
-
* @public
|
|
1148
1147
|
* <p> Notes about a site. </p>
|
|
1148
|
+
* @public
|
|
1149
1149
|
*/
|
|
1150
1150
|
Notes?: string;
|
|
1151
1151
|
/**
|
|
1152
|
-
* @public
|
|
1153
1152
|
* <p> The ISO-3166 two-letter country code where the hardware is installed and powered on.
|
|
1154
1153
|
* </p>
|
|
1154
|
+
* @public
|
|
1155
1155
|
*/
|
|
1156
1156
|
OperatingAddressCountryCode?: string;
|
|
1157
1157
|
/**
|
|
1158
|
-
* @public
|
|
1159
1158
|
* <p> State or region where the hardware is installed and powered on. </p>
|
|
1159
|
+
* @public
|
|
1160
1160
|
*/
|
|
1161
1161
|
OperatingAddressStateOrRegion?: string;
|
|
1162
1162
|
/**
|
|
1163
|
-
* @public
|
|
1164
1163
|
* <p> City where the hardware is installed and powered on. </p>
|
|
1164
|
+
* @public
|
|
1165
1165
|
*/
|
|
1166
1166
|
OperatingAddressCity?: string;
|
|
1167
1167
|
/**
|
|
1168
|
-
* @public
|
|
1169
1168
|
* <p> Information about the physical and logistical details for a rack at the site. </p>
|
|
1169
|
+
* @public
|
|
1170
1170
|
*/
|
|
1171
1171
|
RackPhysicalProperties?: RackPhysicalProperties;
|
|
1172
1172
|
}
|
|
@@ -1175,8 +1175,8 @@ export interface Site {
|
|
|
1175
1175
|
*/
|
|
1176
1176
|
export interface CreateSiteOutput {
|
|
1177
1177
|
/**
|
|
1178
|
-
* @public
|
|
1179
1178
|
* <p>Information about a site.</p>
|
|
1179
|
+
* @public
|
|
1180
1180
|
*/
|
|
1181
1181
|
Site?: Site;
|
|
1182
1182
|
}
|
|
@@ -1185,8 +1185,8 @@ export interface CreateSiteOutput {
|
|
|
1185
1185
|
*/
|
|
1186
1186
|
export interface DeleteOutpostInput {
|
|
1187
1187
|
/**
|
|
1188
|
-
* @public
|
|
1189
1188
|
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
1189
|
+
* @public
|
|
1190
1190
|
*/
|
|
1191
1191
|
OutpostId: string | undefined;
|
|
1192
1192
|
}
|
|
@@ -1200,8 +1200,8 @@ export interface DeleteOutpostOutput {
|
|
|
1200
1200
|
*/
|
|
1201
1201
|
export interface DeleteSiteInput {
|
|
1202
1202
|
/**
|
|
1203
|
-
* @public
|
|
1204
1203
|
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1204
|
+
* @public
|
|
1205
1205
|
*/
|
|
1206
1206
|
SiteId: string | undefined;
|
|
1207
1207
|
}
|
|
@@ -1215,8 +1215,8 @@ export interface DeleteSiteOutput {
|
|
|
1215
1215
|
*/
|
|
1216
1216
|
export interface GetCatalogItemInput {
|
|
1217
1217
|
/**
|
|
1218
|
-
* @public
|
|
1219
1218
|
* <p>The ID of the catalog item.</p>
|
|
1219
|
+
* @public
|
|
1220
1220
|
*/
|
|
1221
1221
|
CatalogItemId: string | undefined;
|
|
1222
1222
|
}
|
|
@@ -1225,8 +1225,8 @@ export interface GetCatalogItemInput {
|
|
|
1225
1225
|
*/
|
|
1226
1226
|
export interface GetCatalogItemOutput {
|
|
1227
1227
|
/**
|
|
1228
|
-
* @public
|
|
1229
1228
|
* <p>Information about this catalog item.</p>
|
|
1229
|
+
* @public
|
|
1230
1230
|
*/
|
|
1231
1231
|
CatalogItem?: CatalogItem;
|
|
1232
1232
|
}
|
|
@@ -1235,8 +1235,8 @@ export interface GetCatalogItemOutput {
|
|
|
1235
1235
|
*/
|
|
1236
1236
|
export interface GetConnectionRequest {
|
|
1237
1237
|
/**
|
|
1238
|
-
* @public
|
|
1239
1238
|
* <p> The ID of the connection. </p>
|
|
1239
|
+
* @public
|
|
1240
1240
|
*/
|
|
1241
1241
|
ConnectionId: string | undefined;
|
|
1242
1242
|
}
|
|
@@ -1245,13 +1245,13 @@ export interface GetConnectionRequest {
|
|
|
1245
1245
|
*/
|
|
1246
1246
|
export interface GetConnectionResponse {
|
|
1247
1247
|
/**
|
|
1248
|
-
* @public
|
|
1249
1248
|
* <p> The ID of the connection. </p>
|
|
1249
|
+
* @public
|
|
1250
1250
|
*/
|
|
1251
1251
|
ConnectionId?: string;
|
|
1252
1252
|
/**
|
|
1253
|
-
* @public
|
|
1254
1253
|
* <p> Information about the connection. </p>
|
|
1254
|
+
* @public
|
|
1255
1255
|
*/
|
|
1256
1256
|
ConnectionDetails?: ConnectionDetails;
|
|
1257
1257
|
}
|
|
@@ -1260,8 +1260,8 @@ export interface GetConnectionResponse {
|
|
|
1260
1260
|
*/
|
|
1261
1261
|
export interface GetOrderInput {
|
|
1262
1262
|
/**
|
|
1263
|
-
* @public
|
|
1264
1263
|
* <p>The ID of the order.</p>
|
|
1264
|
+
* @public
|
|
1265
1265
|
*/
|
|
1266
1266
|
OrderId: string | undefined;
|
|
1267
1267
|
}
|
|
@@ -1270,8 +1270,8 @@ export interface GetOrderInput {
|
|
|
1270
1270
|
*/
|
|
1271
1271
|
export interface GetOrderOutput {
|
|
1272
1272
|
/**
|
|
1273
|
-
* @public
|
|
1274
1273
|
* <p>Information about an order.</p>
|
|
1274
|
+
* @public
|
|
1275
1275
|
*/
|
|
1276
1276
|
Order?: Order;
|
|
1277
1277
|
}
|
|
@@ -1280,8 +1280,8 @@ export interface GetOrderOutput {
|
|
|
1280
1280
|
*/
|
|
1281
1281
|
export interface GetOutpostInput {
|
|
1282
1282
|
/**
|
|
1283
|
-
* @public
|
|
1284
1283
|
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
1284
|
+
* @public
|
|
1285
1285
|
*/
|
|
1286
1286
|
OutpostId: string | undefined;
|
|
1287
1287
|
}
|
|
@@ -1290,8 +1290,8 @@ export interface GetOutpostInput {
|
|
|
1290
1290
|
*/
|
|
1291
1291
|
export interface GetOutpostOutput {
|
|
1292
1292
|
/**
|
|
1293
|
-
* @public
|
|
1294
1293
|
* <p>Information about an Outpost.</p>
|
|
1294
|
+
* @public
|
|
1295
1295
|
*/
|
|
1296
1296
|
Outpost?: Outpost;
|
|
1297
1297
|
}
|
|
@@ -1300,29 +1300,29 @@ export interface GetOutpostOutput {
|
|
|
1300
1300
|
*/
|
|
1301
1301
|
export interface GetOutpostInstanceTypesInput {
|
|
1302
1302
|
/**
|
|
1303
|
-
* @public
|
|
1304
1303
|
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
1304
|
+
* @public
|
|
1305
1305
|
*/
|
|
1306
1306
|
OutpostId: string | undefined;
|
|
1307
1307
|
/**
|
|
1308
|
-
* @public
|
|
1309
1308
|
* <p>The pagination token.</p>
|
|
1309
|
+
* @public
|
|
1310
1310
|
*/
|
|
1311
1311
|
NextToken?: string;
|
|
1312
1312
|
/**
|
|
1313
|
-
* @public
|
|
1314
1313
|
* <p>The maximum page size.</p>
|
|
1314
|
+
* @public
|
|
1315
1315
|
*/
|
|
1316
1316
|
MaxResults?: number;
|
|
1317
1317
|
}
|
|
1318
1318
|
/**
|
|
1319
|
-
* @public
|
|
1320
1319
|
* <p>Information about an instance type.</p>
|
|
1320
|
+
* @public
|
|
1321
1321
|
*/
|
|
1322
1322
|
export interface InstanceTypeItem {
|
|
1323
1323
|
/**
|
|
1324
|
-
* @public
|
|
1325
1324
|
* <p>The instance type.</p>
|
|
1325
|
+
* @public
|
|
1326
1326
|
*/
|
|
1327
1327
|
InstanceType?: string;
|
|
1328
1328
|
}
|
|
@@ -1331,23 +1331,23 @@ export interface InstanceTypeItem {
|
|
|
1331
1331
|
*/
|
|
1332
1332
|
export interface GetOutpostInstanceTypesOutput {
|
|
1333
1333
|
/**
|
|
1334
|
-
* @public
|
|
1335
1334
|
* <p>Information about the instance types.</p>
|
|
1335
|
+
* @public
|
|
1336
1336
|
*/
|
|
1337
1337
|
InstanceTypes?: InstanceTypeItem[];
|
|
1338
1338
|
/**
|
|
1339
|
-
* @public
|
|
1340
1339
|
* <p>The pagination token.</p>
|
|
1340
|
+
* @public
|
|
1341
1341
|
*/
|
|
1342
1342
|
NextToken?: string;
|
|
1343
1343
|
/**
|
|
1344
|
-
* @public
|
|
1345
1344
|
* <p> The ID of the Outpost. </p>
|
|
1345
|
+
* @public
|
|
1346
1346
|
*/
|
|
1347
1347
|
OutpostId?: string;
|
|
1348
1348
|
/**
|
|
1349
|
-
* @public
|
|
1350
1349
|
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
1350
|
+
* @public
|
|
1351
1351
|
*/
|
|
1352
1352
|
OutpostArn?: string;
|
|
1353
1353
|
}
|
|
@@ -1356,8 +1356,8 @@ export interface GetOutpostInstanceTypesOutput {
|
|
|
1356
1356
|
*/
|
|
1357
1357
|
export interface GetSiteInput {
|
|
1358
1358
|
/**
|
|
1359
|
-
* @public
|
|
1360
1359
|
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1360
|
+
* @public
|
|
1361
1361
|
*/
|
|
1362
1362
|
SiteId: string | undefined;
|
|
1363
1363
|
}
|
|
@@ -1366,8 +1366,8 @@ export interface GetSiteInput {
|
|
|
1366
1366
|
*/
|
|
1367
1367
|
export interface GetSiteOutput {
|
|
1368
1368
|
/**
|
|
1369
|
-
* @public
|
|
1370
1369
|
* <p>Information about a site.</p>
|
|
1370
|
+
* @public
|
|
1371
1371
|
*/
|
|
1372
1372
|
Site?: Site;
|
|
1373
1373
|
}
|
|
@@ -1376,13 +1376,13 @@ export interface GetSiteOutput {
|
|
|
1376
1376
|
*/
|
|
1377
1377
|
export interface GetSiteAddressInput {
|
|
1378
1378
|
/**
|
|
1379
|
-
* @public
|
|
1380
1379
|
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1380
|
+
* @public
|
|
1381
1381
|
*/
|
|
1382
1382
|
SiteId: string | undefined;
|
|
1383
1383
|
/**
|
|
1384
|
-
* @public
|
|
1385
1384
|
* <p>The type of the address you request. </p>
|
|
1385
|
+
* @public
|
|
1386
1386
|
*/
|
|
1387
1387
|
AddressType: AddressType | undefined;
|
|
1388
1388
|
}
|
|
@@ -1391,18 +1391,18 @@ export interface GetSiteAddressInput {
|
|
|
1391
1391
|
*/
|
|
1392
1392
|
export interface GetSiteAddressOutput {
|
|
1393
1393
|
/**
|
|
1394
|
-
* @public
|
|
1395
1394
|
* <p>The ID of the site.</p>
|
|
1395
|
+
* @public
|
|
1396
1396
|
*/
|
|
1397
1397
|
SiteId?: string;
|
|
1398
1398
|
/**
|
|
1399
|
-
* @public
|
|
1400
1399
|
* <p>The type of the address you receive. </p>
|
|
1400
|
+
* @public
|
|
1401
1401
|
*/
|
|
1402
1402
|
AddressType?: AddressType;
|
|
1403
1403
|
/**
|
|
1404
|
-
* @public
|
|
1405
1404
|
* <p> Information about the address. </p>
|
|
1405
|
+
* @public
|
|
1406
1406
|
*/
|
|
1407
1407
|
Address?: Address;
|
|
1408
1408
|
}
|
|
@@ -1411,28 +1411,28 @@ export interface GetSiteAddressOutput {
|
|
|
1411
1411
|
*/
|
|
1412
1412
|
export interface ListAssetsInput {
|
|
1413
1413
|
/**
|
|
1414
|
-
* @public
|
|
1415
1414
|
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
1415
|
+
* @public
|
|
1416
1416
|
*/
|
|
1417
1417
|
OutpostIdentifier: string | undefined;
|
|
1418
1418
|
/**
|
|
1419
|
-
* @public
|
|
1420
1419
|
* <p>Filters the results by the host ID of a Dedicated Host.</p>
|
|
1420
|
+
* @public
|
|
1421
1421
|
*/
|
|
1422
1422
|
HostIdFilter?: string[];
|
|
1423
1423
|
/**
|
|
1424
|
-
* @public
|
|
1425
1424
|
* <p>The maximum page size.</p>
|
|
1425
|
+
* @public
|
|
1426
1426
|
*/
|
|
1427
1427
|
MaxResults?: number;
|
|
1428
1428
|
/**
|
|
1429
|
-
* @public
|
|
1430
1429
|
* <p>The pagination token.</p>
|
|
1430
|
+
* @public
|
|
1431
1431
|
*/
|
|
1432
1432
|
NextToken?: string;
|
|
1433
1433
|
/**
|
|
1434
|
-
* @public
|
|
1435
1434
|
* <p>Filters the results by state.</p>
|
|
1435
|
+
* @public
|
|
1436
1436
|
*/
|
|
1437
1437
|
StatusFilter?: AssetState[];
|
|
1438
1438
|
}
|
|
@@ -1441,13 +1441,13 @@ export interface ListAssetsInput {
|
|
|
1441
1441
|
*/
|
|
1442
1442
|
export interface ListAssetsOutput {
|
|
1443
1443
|
/**
|
|
1444
|
-
* @public
|
|
1445
1444
|
* <p>Information about the hardware assets.</p>
|
|
1445
|
+
* @public
|
|
1446
1446
|
*/
|
|
1447
1447
|
Assets?: AssetInfo[];
|
|
1448
1448
|
/**
|
|
1449
|
-
* @public
|
|
1450
1449
|
* <p>The pagination token.</p>
|
|
1450
|
+
* @public
|
|
1451
1451
|
*/
|
|
1452
1452
|
NextToken?: string;
|
|
1453
1453
|
}
|
|
@@ -1456,28 +1456,28 @@ export interface ListAssetsOutput {
|
|
|
1456
1456
|
*/
|
|
1457
1457
|
export interface ListCatalogItemsInput {
|
|
1458
1458
|
/**
|
|
1459
|
-
* @public
|
|
1460
1459
|
* <p>The pagination token.</p>
|
|
1460
|
+
* @public
|
|
1461
1461
|
*/
|
|
1462
1462
|
NextToken?: string;
|
|
1463
1463
|
/**
|
|
1464
|
-
* @public
|
|
1465
1464
|
* <p>The maximum page size.</p>
|
|
1465
|
+
* @public
|
|
1466
1466
|
*/
|
|
1467
1467
|
MaxResults?: number;
|
|
1468
1468
|
/**
|
|
1469
|
-
* @public
|
|
1470
1469
|
* <p>Filters the results by item class.</p>
|
|
1470
|
+
* @public
|
|
1471
1471
|
*/
|
|
1472
1472
|
ItemClassFilter?: CatalogItemClass[];
|
|
1473
1473
|
/**
|
|
1474
|
-
* @public
|
|
1475
1474
|
* <p>Filters the results by storage option.</p>
|
|
1475
|
+
* @public
|
|
1476
1476
|
*/
|
|
1477
1477
|
SupportedStorageFilter?: SupportedStorageEnum[];
|
|
1478
1478
|
/**
|
|
1479
|
-
* @public
|
|
1480
1479
|
* <p>Filters the results by EC2 family (for example, M5).</p>
|
|
1480
|
+
* @public
|
|
1481
1481
|
*/
|
|
1482
1482
|
EC2FamilyFilter?: string[];
|
|
1483
1483
|
}
|
|
@@ -1486,13 +1486,13 @@ export interface ListCatalogItemsInput {
|
|
|
1486
1486
|
*/
|
|
1487
1487
|
export interface ListCatalogItemsOutput {
|
|
1488
1488
|
/**
|
|
1489
|
-
* @public
|
|
1490
1489
|
* <p>Information about the catalog items.</p>
|
|
1490
|
+
* @public
|
|
1491
1491
|
*/
|
|
1492
1492
|
CatalogItems?: CatalogItem[];
|
|
1493
1493
|
/**
|
|
1494
|
-
* @public
|
|
1495
1494
|
* <p>The pagination token.</p>
|
|
1495
|
+
* @public
|
|
1496
1496
|
*/
|
|
1497
1497
|
NextToken?: string;
|
|
1498
1498
|
}
|
|
@@ -1501,43 +1501,42 @@ export interface ListCatalogItemsOutput {
|
|
|
1501
1501
|
*/
|
|
1502
1502
|
export interface ListOrdersInput {
|
|
1503
1503
|
/**
|
|
1504
|
-
* @public
|
|
1505
1504
|
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
1505
|
+
* @public
|
|
1506
1506
|
*/
|
|
1507
1507
|
OutpostIdentifierFilter?: string;
|
|
1508
1508
|
/**
|
|
1509
|
-
* @public
|
|
1510
1509
|
* <p>The pagination token.</p>
|
|
1510
|
+
* @public
|
|
1511
1511
|
*/
|
|
1512
1512
|
NextToken?: string;
|
|
1513
1513
|
/**
|
|
1514
|
-
* @public
|
|
1515
1514
|
* <p>The maximum page size.</p>
|
|
1515
|
+
* @public
|
|
1516
1516
|
*/
|
|
1517
1517
|
MaxResults?: number;
|
|
1518
1518
|
}
|
|
1519
1519
|
/**
|
|
1520
|
-
* @public
|
|
1521
1520
|
* <p> A summary of line items in your order. </p>
|
|
1521
|
+
* @public
|
|
1522
1522
|
*/
|
|
1523
1523
|
export interface OrderSummary {
|
|
1524
1524
|
/**
|
|
1525
|
-
* @public
|
|
1526
1525
|
* <p> The ID of the Outpost. </p>
|
|
1526
|
+
* @public
|
|
1527
1527
|
*/
|
|
1528
1528
|
OutpostId?: string;
|
|
1529
1529
|
/**
|
|
1530
|
-
* @public
|
|
1531
1530
|
* <p> The ID of the order. </p>
|
|
1531
|
+
* @public
|
|
1532
1532
|
*/
|
|
1533
1533
|
OrderId?: string;
|
|
1534
1534
|
/**
|
|
1535
|
-
* @public
|
|
1536
1535
|
* <p>The type of order.</p>
|
|
1536
|
+
* @public
|
|
1537
1537
|
*/
|
|
1538
1538
|
OrderType?: OrderType;
|
|
1539
1539
|
/**
|
|
1540
|
-
* @public
|
|
1541
1540
|
* <p>The status of the order.</p>
|
|
1542
1541
|
* <ul>
|
|
1543
1542
|
* <li>
|
|
@@ -1566,21 +1565,22 @@ export interface OrderSummary {
|
|
|
1566
1565
|
* <p>The following statuses are deprecated: <code>RECEIVED</code>, <code>PENDING</code>,
|
|
1567
1566
|
* <code>PROCESSING</code>, <code>INSTALLING</code>, and <code>FULFILLED</code>. </p>
|
|
1568
1567
|
* </note>
|
|
1568
|
+
* @public
|
|
1569
1569
|
*/
|
|
1570
1570
|
Status?: OrderStatus;
|
|
1571
1571
|
/**
|
|
1572
|
-
* @public
|
|
1573
1572
|
* <p> The status of all line items in the order. </p>
|
|
1573
|
+
* @public
|
|
1574
1574
|
*/
|
|
1575
1575
|
LineItemCountsByStatus?: Partial<Record<LineItemStatus, number>>;
|
|
1576
1576
|
/**
|
|
1577
|
-
* @public
|
|
1578
1577
|
* <p> The submission date for the order. </p>
|
|
1578
|
+
* @public
|
|
1579
1579
|
*/
|
|
1580
1580
|
OrderSubmissionDate?: Date;
|
|
1581
1581
|
/**
|
|
1582
|
-
* @public
|
|
1583
1582
|
* <p> The fulfilment date for the order. </p>
|
|
1583
|
+
* @public
|
|
1584
1584
|
*/
|
|
1585
1585
|
OrderFulfilledDate?: Date;
|
|
1586
1586
|
}
|
|
@@ -1589,13 +1589,13 @@ export interface OrderSummary {
|
|
|
1589
1589
|
*/
|
|
1590
1590
|
export interface ListOrdersOutput {
|
|
1591
1591
|
/**
|
|
1592
|
-
* @public
|
|
1593
1592
|
* <p> Information about the orders. </p>
|
|
1593
|
+
* @public
|
|
1594
1594
|
*/
|
|
1595
1595
|
Orders?: OrderSummary[];
|
|
1596
1596
|
/**
|
|
1597
|
-
* @public
|
|
1598
1597
|
* <p>The pagination token.</p>
|
|
1598
|
+
* @public
|
|
1599
1599
|
*/
|
|
1600
1600
|
NextToken?: string;
|
|
1601
1601
|
}
|
|
@@ -1604,28 +1604,28 @@ export interface ListOrdersOutput {
|
|
|
1604
1604
|
*/
|
|
1605
1605
|
export interface ListOutpostsInput {
|
|
1606
1606
|
/**
|
|
1607
|
-
* @public
|
|
1608
1607
|
* <p>The pagination token.</p>
|
|
1608
|
+
* @public
|
|
1609
1609
|
*/
|
|
1610
1610
|
NextToken?: string;
|
|
1611
1611
|
/**
|
|
1612
|
-
* @public
|
|
1613
1612
|
* <p>The maximum page size.</p>
|
|
1613
|
+
* @public
|
|
1614
1614
|
*/
|
|
1615
1615
|
MaxResults?: number;
|
|
1616
1616
|
/**
|
|
1617
|
-
* @public
|
|
1618
1617
|
* <p>Filters the results by the lifecycle status.</p>
|
|
1618
|
+
* @public
|
|
1619
1619
|
*/
|
|
1620
1620
|
LifeCycleStatusFilter?: string[];
|
|
1621
1621
|
/**
|
|
1622
|
-
* @public
|
|
1623
1622
|
* <p>Filters the results by Availability Zone (for example, <code>us-east-1a</code>).</p>
|
|
1623
|
+
* @public
|
|
1624
1624
|
*/
|
|
1625
1625
|
AvailabilityZoneFilter?: string[];
|
|
1626
1626
|
/**
|
|
1627
|
-
* @public
|
|
1628
1627
|
* <p>Filters the results by AZ ID (for example, <code>use1-az1</code>).</p>
|
|
1628
|
+
* @public
|
|
1629
1629
|
*/
|
|
1630
1630
|
AvailabilityZoneIdFilter?: string[];
|
|
1631
1631
|
}
|
|
@@ -1634,13 +1634,13 @@ export interface ListOutpostsInput {
|
|
|
1634
1634
|
*/
|
|
1635
1635
|
export interface ListOutpostsOutput {
|
|
1636
1636
|
/**
|
|
1637
|
-
* @public
|
|
1638
1637
|
* <p>Information about the Outposts.</p>
|
|
1638
|
+
* @public
|
|
1639
1639
|
*/
|
|
1640
1640
|
Outposts?: Outpost[];
|
|
1641
1641
|
/**
|
|
1642
|
-
* @public
|
|
1643
1642
|
* <p>The pagination token.</p>
|
|
1643
|
+
* @public
|
|
1644
1644
|
*/
|
|
1645
1645
|
NextToken?: string;
|
|
1646
1646
|
}
|
|
@@ -1649,28 +1649,28 @@ export interface ListOutpostsOutput {
|
|
|
1649
1649
|
*/
|
|
1650
1650
|
export interface ListSitesInput {
|
|
1651
1651
|
/**
|
|
1652
|
-
* @public
|
|
1653
1652
|
* <p>The pagination token.</p>
|
|
1653
|
+
* @public
|
|
1654
1654
|
*/
|
|
1655
1655
|
NextToken?: string;
|
|
1656
1656
|
/**
|
|
1657
|
-
* @public
|
|
1658
1657
|
* <p>The maximum page size.</p>
|
|
1658
|
+
* @public
|
|
1659
1659
|
*/
|
|
1660
1660
|
MaxResults?: number;
|
|
1661
1661
|
/**
|
|
1662
|
-
* @public
|
|
1663
1662
|
* <p>Filters the results by country code.</p>
|
|
1663
|
+
* @public
|
|
1664
1664
|
*/
|
|
1665
1665
|
OperatingAddressCountryCodeFilter?: string[];
|
|
1666
1666
|
/**
|
|
1667
|
-
* @public
|
|
1668
1667
|
* <p>Filters the results by state or region.</p>
|
|
1668
|
+
* @public
|
|
1669
1669
|
*/
|
|
1670
1670
|
OperatingAddressStateOrRegionFilter?: string[];
|
|
1671
1671
|
/**
|
|
1672
|
-
* @public
|
|
1673
1672
|
* <p>Filters the results by city.</p>
|
|
1673
|
+
* @public
|
|
1674
1674
|
*/
|
|
1675
1675
|
OperatingAddressCityFilter?: string[];
|
|
1676
1676
|
}
|
|
@@ -1679,13 +1679,13 @@ export interface ListSitesInput {
|
|
|
1679
1679
|
*/
|
|
1680
1680
|
export interface ListSitesOutput {
|
|
1681
1681
|
/**
|
|
1682
|
-
* @public
|
|
1683
1682
|
* <p>Information about the sites.</p>
|
|
1683
|
+
* @public
|
|
1684
1684
|
*/
|
|
1685
1685
|
Sites?: Site[];
|
|
1686
1686
|
/**
|
|
1687
|
-
* @public
|
|
1688
1687
|
* <p>The pagination token.</p>
|
|
1688
|
+
* @public
|
|
1689
1689
|
*/
|
|
1690
1690
|
NextToken?: string;
|
|
1691
1691
|
}
|
|
@@ -1694,8 +1694,8 @@ export interface ListSitesOutput {
|
|
|
1694
1694
|
*/
|
|
1695
1695
|
export interface ListTagsForResourceRequest {
|
|
1696
1696
|
/**
|
|
1697
|
-
* @public
|
|
1698
1697
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
1698
|
+
* @public
|
|
1699
1699
|
*/
|
|
1700
1700
|
ResourceArn: string | undefined;
|
|
1701
1701
|
}
|
|
@@ -1704,8 +1704,8 @@ export interface ListTagsForResourceRequest {
|
|
|
1704
1704
|
*/
|
|
1705
1705
|
export interface ListTagsForResourceResponse {
|
|
1706
1706
|
/**
|
|
1707
|
-
* @public
|
|
1708
1707
|
* <p>The resource tags.</p>
|
|
1708
|
+
* @public
|
|
1709
1709
|
*/
|
|
1710
1710
|
Tags?: Record<string, string>;
|
|
1711
1711
|
}
|
|
@@ -1714,23 +1714,23 @@ export interface ListTagsForResourceResponse {
|
|
|
1714
1714
|
*/
|
|
1715
1715
|
export interface StartConnectionRequest {
|
|
1716
1716
|
/**
|
|
1717
|
-
* @public
|
|
1718
1717
|
* <p> The serial number of the dongle. </p>
|
|
1718
|
+
* @public
|
|
1719
1719
|
*/
|
|
1720
1720
|
DeviceSerialNumber?: string;
|
|
1721
1721
|
/**
|
|
1722
|
-
* @public
|
|
1723
1722
|
* <p> The ID of the Outpost server. </p>
|
|
1723
|
+
* @public
|
|
1724
1724
|
*/
|
|
1725
1725
|
AssetId: string | undefined;
|
|
1726
1726
|
/**
|
|
1727
|
-
* @public
|
|
1728
1727
|
* <p> The public key of the client. </p>
|
|
1728
|
+
* @public
|
|
1729
1729
|
*/
|
|
1730
1730
|
ClientPublicKey: string | undefined;
|
|
1731
1731
|
/**
|
|
1732
|
-
* @public
|
|
1733
1732
|
* <p> The device index of the network interface on the Outpost server. </p>
|
|
1733
|
+
* @public
|
|
1734
1734
|
*/
|
|
1735
1735
|
NetworkInterfaceDeviceIndex: number | undefined;
|
|
1736
1736
|
}
|
|
@@ -1739,13 +1739,13 @@ export interface StartConnectionRequest {
|
|
|
1739
1739
|
*/
|
|
1740
1740
|
export interface StartConnectionResponse {
|
|
1741
1741
|
/**
|
|
1742
|
-
* @public
|
|
1743
1742
|
* <p> The ID of the connection. </p>
|
|
1743
|
+
* @public
|
|
1744
1744
|
*/
|
|
1745
1745
|
ConnectionId?: string;
|
|
1746
1746
|
/**
|
|
1747
|
-
* @public
|
|
1748
1747
|
* <p> The underlay IP address. </p>
|
|
1748
|
+
* @public
|
|
1749
1749
|
*/
|
|
1750
1750
|
UnderlayIpAddress?: string;
|
|
1751
1751
|
}
|
|
@@ -1754,13 +1754,13 @@ export interface StartConnectionResponse {
|
|
|
1754
1754
|
*/
|
|
1755
1755
|
export interface TagResourceRequest {
|
|
1756
1756
|
/**
|
|
1757
|
-
* @public
|
|
1758
1757
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
1758
|
+
* @public
|
|
1759
1759
|
*/
|
|
1760
1760
|
ResourceArn: string | undefined;
|
|
1761
1761
|
/**
|
|
1762
|
-
* @public
|
|
1763
1762
|
* <p>The tags to add to the resource.</p>
|
|
1763
|
+
* @public
|
|
1764
1764
|
*/
|
|
1765
1765
|
Tags: Record<string, string> | undefined;
|
|
1766
1766
|
}
|
|
@@ -1774,13 +1774,13 @@ export interface TagResourceResponse {
|
|
|
1774
1774
|
*/
|
|
1775
1775
|
export interface UntagResourceRequest {
|
|
1776
1776
|
/**
|
|
1777
|
-
* @public
|
|
1778
1777
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
1778
|
+
* @public
|
|
1779
1779
|
*/
|
|
1780
1780
|
ResourceArn: string | undefined;
|
|
1781
1781
|
/**
|
|
1782
|
-
* @public
|
|
1783
1782
|
* <p>The tag keys.</p>
|
|
1783
|
+
* @public
|
|
1784
1784
|
*/
|
|
1785
1785
|
TagKeys: string[] | undefined;
|
|
1786
1786
|
}
|
|
@@ -1794,23 +1794,23 @@ export interface UntagResourceResponse {
|
|
|
1794
1794
|
*/
|
|
1795
1795
|
export interface UpdateOutpostInput {
|
|
1796
1796
|
/**
|
|
1797
|
-
* @public
|
|
1798
1797
|
* <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
|
|
1798
|
+
* @public
|
|
1799
1799
|
*/
|
|
1800
1800
|
OutpostId: string | undefined;
|
|
1801
1801
|
/**
|
|
1802
|
-
* @public
|
|
1803
1802
|
* <p>The name of the Outpost.</p>
|
|
1803
|
+
* @public
|
|
1804
1804
|
*/
|
|
1805
1805
|
Name?: string;
|
|
1806
1806
|
/**
|
|
1807
|
-
* @public
|
|
1808
1807
|
* <p>The description of the Outpost.</p>
|
|
1808
|
+
* @public
|
|
1809
1809
|
*/
|
|
1810
1810
|
Description?: string;
|
|
1811
1811
|
/**
|
|
1812
|
-
* @public
|
|
1813
1812
|
* <p> The type of hardware for this Outpost. </p>
|
|
1813
|
+
* @public
|
|
1814
1814
|
*/
|
|
1815
1815
|
SupportedHardwareType?: SupportedHardwareType;
|
|
1816
1816
|
}
|
|
@@ -1819,8 +1819,8 @@ export interface UpdateOutpostInput {
|
|
|
1819
1819
|
*/
|
|
1820
1820
|
export interface UpdateOutpostOutput {
|
|
1821
1821
|
/**
|
|
1822
|
-
* @public
|
|
1823
1822
|
* <p>Information about an Outpost.</p>
|
|
1823
|
+
* @public
|
|
1824
1824
|
*/
|
|
1825
1825
|
Outpost?: Outpost;
|
|
1826
1826
|
}
|
|
@@ -1829,23 +1829,23 @@ export interface UpdateOutpostOutput {
|
|
|
1829
1829
|
*/
|
|
1830
1830
|
export interface UpdateSiteInput {
|
|
1831
1831
|
/**
|
|
1832
|
-
* @public
|
|
1833
1832
|
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1833
|
+
* @public
|
|
1834
1834
|
*/
|
|
1835
1835
|
SiteId: string | undefined;
|
|
1836
1836
|
/**
|
|
1837
|
-
* @public
|
|
1838
1837
|
* <p>The name of the site.</p>
|
|
1838
|
+
* @public
|
|
1839
1839
|
*/
|
|
1840
1840
|
Name?: string;
|
|
1841
1841
|
/**
|
|
1842
|
-
* @public
|
|
1843
1842
|
* <p>The description of the site.</p>
|
|
1843
|
+
* @public
|
|
1844
1844
|
*/
|
|
1845
1845
|
Description?: string;
|
|
1846
1846
|
/**
|
|
1847
|
-
* @public
|
|
1848
1847
|
* <p>Notes about a site.</p>
|
|
1848
|
+
* @public
|
|
1849
1849
|
*/
|
|
1850
1850
|
Notes?: string;
|
|
1851
1851
|
}
|
|
@@ -1854,8 +1854,8 @@ export interface UpdateSiteInput {
|
|
|
1854
1854
|
*/
|
|
1855
1855
|
export interface UpdateSiteOutput {
|
|
1856
1856
|
/**
|
|
1857
|
-
* @public
|
|
1858
1857
|
* <p>Information about a site.</p>
|
|
1858
|
+
* @public
|
|
1859
1859
|
*/
|
|
1860
1860
|
Site?: Site;
|
|
1861
1861
|
}
|
|
@@ -1864,18 +1864,18 @@ export interface UpdateSiteOutput {
|
|
|
1864
1864
|
*/
|
|
1865
1865
|
export interface UpdateSiteAddressInput {
|
|
1866
1866
|
/**
|
|
1867
|
-
* @public
|
|
1868
1867
|
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1868
|
+
* @public
|
|
1869
1869
|
*/
|
|
1870
1870
|
SiteId: string | undefined;
|
|
1871
1871
|
/**
|
|
1872
|
-
* @public
|
|
1873
1872
|
* <p> The type of the address. </p>
|
|
1873
|
+
* @public
|
|
1874
1874
|
*/
|
|
1875
1875
|
AddressType: AddressType | undefined;
|
|
1876
1876
|
/**
|
|
1877
|
-
* @public
|
|
1878
1877
|
* <p> The address for the site. </p>
|
|
1878
|
+
* @public
|
|
1879
1879
|
*/
|
|
1880
1880
|
Address: Address | undefined;
|
|
1881
1881
|
}
|
|
@@ -1884,13 +1884,13 @@ export interface UpdateSiteAddressInput {
|
|
|
1884
1884
|
*/
|
|
1885
1885
|
export interface UpdateSiteAddressOutput {
|
|
1886
1886
|
/**
|
|
1887
|
-
* @public
|
|
1888
1887
|
* <p> The type of the address. </p>
|
|
1888
|
+
* @public
|
|
1889
1889
|
*/
|
|
1890
1890
|
AddressType?: AddressType;
|
|
1891
1891
|
/**
|
|
1892
|
-
* @public
|
|
1893
1892
|
* <p> Information about an address. </p>
|
|
1893
|
+
* @public
|
|
1894
1894
|
*/
|
|
1895
1895
|
Address?: Address;
|
|
1896
1896
|
}
|
|
@@ -1899,17 +1899,16 @@ export interface UpdateSiteAddressOutput {
|
|
|
1899
1899
|
*/
|
|
1900
1900
|
export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
1901
1901
|
/**
|
|
1902
|
-
* @public
|
|
1903
1902
|
* <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
|
|
1903
|
+
* @public
|
|
1904
1904
|
*/
|
|
1905
1905
|
SiteId: string | undefined;
|
|
1906
1906
|
/**
|
|
1907
|
-
* @public
|
|
1908
1907
|
* <p>The power draw, in kVA, available at the hardware placement position for the rack.</p>
|
|
1908
|
+
* @public
|
|
1909
1909
|
*/
|
|
1910
1910
|
PowerDrawKva?: PowerDrawKva;
|
|
1911
1911
|
/**
|
|
1912
|
-
* @public
|
|
1913
1912
|
* <p>The power option that you can provide for hardware. </p>
|
|
1914
1913
|
* <ul>
|
|
1915
1914
|
* <li>
|
|
@@ -1919,10 +1918,10 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1919
1918
|
* <p>Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz</p>
|
|
1920
1919
|
* </li>
|
|
1921
1920
|
* </ul>
|
|
1921
|
+
* @public
|
|
1922
1922
|
*/
|
|
1923
1923
|
PowerPhase?: PowerPhase;
|
|
1924
1924
|
/**
|
|
1925
|
-
* @public
|
|
1926
1925
|
* <p>The power connector that Amazon Web Services should plan to provide for connections to the hardware.
|
|
1927
1926
|
* Note the correlation between <code>PowerPhase</code> and <code>PowerConnector</code>. </p>
|
|
1928
1927
|
* <ul>
|
|
@@ -1956,20 +1955,20 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1956
1955
|
* </ul>
|
|
1957
1956
|
* </li>
|
|
1958
1957
|
* </ul>
|
|
1958
|
+
* @public
|
|
1959
1959
|
*/
|
|
1960
1960
|
PowerConnector?: PowerConnector;
|
|
1961
1961
|
/**
|
|
1962
|
-
* @public
|
|
1963
1962
|
* <p>Indicates whether the power feed comes above or below the rack. </p>
|
|
1963
|
+
* @public
|
|
1964
1964
|
*/
|
|
1965
1965
|
PowerFeedDrop?: PowerFeedDrop;
|
|
1966
1966
|
/**
|
|
1967
|
-
* @public
|
|
1968
1967
|
* <p>The uplink speed the rack should support for the connection to the Region. </p>
|
|
1968
|
+
* @public
|
|
1969
1969
|
*/
|
|
1970
1970
|
UplinkGbps?: UplinkGbps;
|
|
1971
1971
|
/**
|
|
1972
|
-
* @public
|
|
1973
1972
|
* <p>Racks come with two Outpost network devices. Depending on the supported uplink speed at
|
|
1974
1973
|
* the site, the Outpost network devices provide a variable number of uplinks. Specify the number
|
|
1975
1974
|
* of uplinks for each Outpost network device that you intend to use to connect the rack to your
|
|
@@ -1985,15 +1984,15 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1985
1984
|
* <p>40 and 100 Gbps- Uplinks available: 1, 2, 4</p>
|
|
1986
1985
|
* </li>
|
|
1987
1986
|
* </ul>
|
|
1987
|
+
* @public
|
|
1988
1988
|
*/
|
|
1989
1989
|
UplinkCount?: UplinkCount;
|
|
1990
1990
|
/**
|
|
1991
|
-
* @public
|
|
1992
1991
|
* <p>The type of fiber that you will use to attach the Outpost to your network. </p>
|
|
1992
|
+
* @public
|
|
1993
1993
|
*/
|
|
1994
1994
|
FiberOpticCableType?: FiberOpticCableType;
|
|
1995
1995
|
/**
|
|
1996
|
-
* @public
|
|
1997
1996
|
* <p>The type of optical standard that you will use to attach the Outpost to your network. This
|
|
1998
1997
|
* field is dependent on uplink speed, fiber type, and distance to the upstream device.
|
|
1999
1998
|
* For more information
|
|
@@ -2054,12 +2053,13 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
2054
2053
|
* <code>OPTIC_1000BASE_SX</code> : 1000Base-SX</p>
|
|
2055
2054
|
* </li>
|
|
2056
2055
|
* </ul>
|
|
2056
|
+
* @public
|
|
2057
2057
|
*/
|
|
2058
2058
|
OpticalStandard?: OpticalStandard;
|
|
2059
2059
|
/**
|
|
2060
|
-
* @public
|
|
2061
2060
|
* <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over 2000lbs.
|
|
2062
2061
|
* </p>
|
|
2062
|
+
* @public
|
|
2063
2063
|
*/
|
|
2064
2064
|
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs;
|
|
2065
2065
|
}
|
|
@@ -2068,8 +2068,8 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
2068
2068
|
*/
|
|
2069
2069
|
export interface UpdateSiteRackPhysicalPropertiesOutput {
|
|
2070
2070
|
/**
|
|
2071
|
-
* @public
|
|
2072
2071
|
* <p>Information about a site.</p>
|
|
2072
|
+
* @public
|
|
2073
2073
|
*/
|
|
2074
2074
|
Site?: Site;
|
|
2075
2075
|
}
|