@aws-sdk/client-outposts 3.933.0 → 3.935.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.
@@ -0,0 +1,455 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AddressType: {
6
+ readonly OPERATING_ADDRESS: "OPERATING_ADDRESS";
7
+ readonly SHIPPING_ADDRESS: "SHIPPING_ADDRESS";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type AddressType = (typeof AddressType)[keyof typeof AddressType];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const AssetType: {
18
+ readonly COMPUTE: "COMPUTE";
19
+ };
20
+ /**
21
+ * @public
22
+ */
23
+ export type AssetType = (typeof AssetType)[keyof typeof AssetType];
24
+ /**
25
+ * @public
26
+ * @enum
27
+ */
28
+ export declare const ComputeAssetState: {
29
+ readonly ACTIVE: "ACTIVE";
30
+ readonly ISOLATED: "ISOLATED";
31
+ readonly RETIRING: "RETIRING";
32
+ };
33
+ /**
34
+ * @public
35
+ */
36
+ export type ComputeAssetState = (typeof ComputeAssetState)[keyof typeof ComputeAssetState];
37
+ /**
38
+ * @public
39
+ * @enum
40
+ */
41
+ export declare const AWSServiceName: {
42
+ readonly AWS: "AWS";
43
+ readonly EC2: "EC2";
44
+ readonly ELASTICACHE: "ELASTICACHE";
45
+ readonly ELB: "ELB";
46
+ readonly RDS: "RDS";
47
+ readonly ROUTE53: "ROUTE53";
48
+ };
49
+ /**
50
+ * @public
51
+ */
52
+ export type AWSServiceName = (typeof AWSServiceName)[keyof typeof AWSServiceName];
53
+ /**
54
+ * @public
55
+ * @enum
56
+ */
57
+ export declare const AssetState: {
58
+ readonly ACTIVE: "ACTIVE";
59
+ readonly ISOLATED: "ISOLATED";
60
+ readonly RETIRING: "RETIRING";
61
+ };
62
+ /**
63
+ * @public
64
+ */
65
+ export type AssetState = (typeof AssetState)[keyof typeof AssetState];
66
+ /**
67
+ * @public
68
+ * @enum
69
+ */
70
+ export declare const BlockingResourceType: {
71
+ readonly EC2_INSTANCE: "EC2_INSTANCE";
72
+ readonly LGW_ROUTE_TABLE: "LGW_ROUTE_TABLE";
73
+ readonly LGW_ROUTING_DOMAIN: "LGW_ROUTING_DOMAIN";
74
+ readonly LGW_VIRTUAL_INTERFACE_GROUP: "LGW_VIRTUAL_INTERFACE_GROUP";
75
+ readonly OUTPOST_ORDER_CANCELLABLE: "OUTPOST_ORDER_CANCELLABLE";
76
+ readonly OUTPOST_ORDER_INTERVENTION_REQUIRED: "OUTPOST_ORDER_INTERVENTION_REQUIRED";
77
+ readonly OUTPOST_RAM_SHARE: "OUTPOST_RAM_SHARE";
78
+ };
79
+ /**
80
+ * @public
81
+ */
82
+ export type BlockingResourceType = (typeof BlockingResourceType)[keyof typeof BlockingResourceType];
83
+ /**
84
+ * @public
85
+ * @enum
86
+ */
87
+ export declare const ResourceType: {
88
+ readonly ORDER: "ORDER";
89
+ readonly OUTPOST: "OUTPOST";
90
+ };
91
+ /**
92
+ * @public
93
+ */
94
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
95
+ /**
96
+ * @public
97
+ * @enum
98
+ */
99
+ export declare const CapacityTaskFailureType: {
100
+ readonly BLOCKING_INSTANCES_NOT_EVACUATED: "BLOCKING_INSTANCES_NOT_EVACUATED";
101
+ readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
102
+ readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
103
+ readonly UNEXPECTED_ASSET_STATE: "UNEXPECTED_ASSET_STATE";
104
+ readonly UNSUPPORTED_CAPACITY_CONFIGURATION: "UNSUPPORTED_CAPACITY_CONFIGURATION";
105
+ };
106
+ /**
107
+ * @public
108
+ */
109
+ export type CapacityTaskFailureType = (typeof CapacityTaskFailureType)[keyof typeof CapacityTaskFailureType];
110
+ /**
111
+ * @public
112
+ * @enum
113
+ */
114
+ export declare const CapacityTaskStatus: {
115
+ readonly CANCELLATION_IN_PROGRESS: "CANCELLATION_IN_PROGRESS";
116
+ readonly CANCELLED: "CANCELLED";
117
+ readonly COMPLETED: "COMPLETED";
118
+ readonly FAILED: "FAILED";
119
+ readonly IN_PROGRESS: "IN_PROGRESS";
120
+ readonly REQUESTED: "REQUESTED";
121
+ readonly WAITING_FOR_EVACUATION: "WAITING_FOR_EVACUATION";
122
+ };
123
+ /**
124
+ * @public
125
+ */
126
+ export type CapacityTaskStatus = (typeof CapacityTaskStatus)[keyof typeof CapacityTaskStatus];
127
+ /**
128
+ * @public
129
+ * @enum
130
+ */
131
+ export declare const CatalogItemStatus: {
132
+ readonly AVAILABLE: "AVAILABLE";
133
+ readonly DISCONTINUED: "DISCONTINUED";
134
+ };
135
+ /**
136
+ * @public
137
+ */
138
+ export type CatalogItemStatus = (typeof CatalogItemStatus)[keyof typeof CatalogItemStatus];
139
+ /**
140
+ * @public
141
+ * @enum
142
+ */
143
+ export declare const SupportedStorageEnum: {
144
+ readonly EBS: "EBS";
145
+ readonly S3: "S3";
146
+ };
147
+ /**
148
+ * @public
149
+ */
150
+ export type SupportedStorageEnum = (typeof SupportedStorageEnum)[keyof typeof SupportedStorageEnum];
151
+ /**
152
+ * @public
153
+ * @enum
154
+ */
155
+ export declare const CatalogItemClass: {
156
+ readonly RACK: "RACK";
157
+ readonly SERVER: "SERVER";
158
+ };
159
+ /**
160
+ * @public
161
+ */
162
+ export type CatalogItemClass = (typeof CatalogItemClass)[keyof typeof CatalogItemClass];
163
+ /**
164
+ * @public
165
+ * @enum
166
+ */
167
+ export declare const PaymentOption: {
168
+ readonly ALL_UPFRONT: "ALL_UPFRONT";
169
+ readonly NO_UPFRONT: "NO_UPFRONT";
170
+ readonly PARTIAL_UPFRONT: "PARTIAL_UPFRONT";
171
+ };
172
+ /**
173
+ * @public
174
+ */
175
+ export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
176
+ /**
177
+ * @public
178
+ * @enum
179
+ */
180
+ export declare const PaymentTerm: {
181
+ readonly FIVE_YEARS: "FIVE_YEARS";
182
+ readonly ONE_YEAR: "ONE_YEAR";
183
+ readonly THREE_YEARS: "THREE_YEARS";
184
+ };
185
+ /**
186
+ * @public
187
+ */
188
+ export type PaymentTerm = (typeof PaymentTerm)[keyof typeof PaymentTerm];
189
+ /**
190
+ * @public
191
+ * @enum
192
+ */
193
+ export declare const ShipmentCarrier: {
194
+ readonly DBS: "DBS";
195
+ readonly DHL: "DHL";
196
+ readonly EXPEDITORS: "EXPEDITORS";
197
+ readonly FEDEX: "FEDEX";
198
+ readonly UPS: "UPS";
199
+ };
200
+ /**
201
+ * @public
202
+ */
203
+ export type ShipmentCarrier = (typeof ShipmentCarrier)[keyof typeof ShipmentCarrier];
204
+ /**
205
+ * @public
206
+ * @enum
207
+ */
208
+ export declare const LineItemStatus: {
209
+ readonly BUILDING: "BUILDING";
210
+ readonly CANCELLED: "CANCELLED";
211
+ readonly DELIVERED: "DELIVERED";
212
+ readonly ERROR: "ERROR";
213
+ readonly INSTALLED: "INSTALLED";
214
+ readonly INSTALLING: "INSTALLING";
215
+ readonly PREPARING: "PREPARING";
216
+ readonly REPLACED: "REPLACED";
217
+ readonly SHIPPED: "SHIPPED";
218
+ };
219
+ /**
220
+ * @public
221
+ */
222
+ export type LineItemStatus = (typeof LineItemStatus)[keyof typeof LineItemStatus];
223
+ /**
224
+ * @public
225
+ * @enum
226
+ */
227
+ export declare const OrderType: {
228
+ readonly OUTPOST: "OUTPOST";
229
+ readonly REPLACEMENT: "REPLACEMENT";
230
+ };
231
+ /**
232
+ * @public
233
+ */
234
+ export type OrderType = (typeof OrderType)[keyof typeof OrderType];
235
+ /**
236
+ * @public
237
+ * @enum
238
+ */
239
+ export declare const OrderStatus: {
240
+ readonly CANCELLED: "CANCELLED";
241
+ readonly COMPLETED: "COMPLETED";
242
+ readonly DELIVERED: "DELIVERED";
243
+ readonly ERROR: "ERROR";
244
+ readonly FULFILLED: "FULFILLED";
245
+ readonly INSTALLING: "INSTALLING";
246
+ readonly IN_PROGRESS: "IN_PROGRESS";
247
+ readonly PENDING: "PENDING";
248
+ readonly PREPARING: "PREPARING";
249
+ readonly PROCESSING: "PROCESSING";
250
+ readonly RECEIVED: "RECEIVED";
251
+ };
252
+ /**
253
+ * @public
254
+ */
255
+ export type OrderStatus = (typeof OrderStatus)[keyof typeof OrderStatus];
256
+ /**
257
+ * @public
258
+ * @enum
259
+ */
260
+ export declare const SupportedHardwareType: {
261
+ readonly RACK: "RACK";
262
+ readonly SERVER: "SERVER";
263
+ };
264
+ /**
265
+ * @public
266
+ */
267
+ export type SupportedHardwareType = (typeof SupportedHardwareType)[keyof typeof SupportedHardwareType];
268
+ /**
269
+ * @public
270
+ * @enum
271
+ */
272
+ export declare const FiberOpticCableType: {
273
+ readonly MULTI_MODE: "MULTI_MODE";
274
+ readonly SINGLE_MODE: "SINGLE_MODE";
275
+ };
276
+ /**
277
+ * @public
278
+ */
279
+ export type FiberOpticCableType = (typeof FiberOpticCableType)[keyof typeof FiberOpticCableType];
280
+ /**
281
+ * @public
282
+ * @enum
283
+ */
284
+ export declare const MaximumSupportedWeightLbs: {
285
+ readonly MAX_1400_LBS: "MAX_1400_LBS";
286
+ readonly MAX_1600_LBS: "MAX_1600_LBS";
287
+ readonly MAX_1800_LBS: "MAX_1800_LBS";
288
+ readonly MAX_2000_LBS: "MAX_2000_LBS";
289
+ readonly NO_LIMIT: "NO_LIMIT";
290
+ };
291
+ /**
292
+ * @public
293
+ */
294
+ export type MaximumSupportedWeightLbs = (typeof MaximumSupportedWeightLbs)[keyof typeof MaximumSupportedWeightLbs];
295
+ /**
296
+ * @public
297
+ * @enum
298
+ */
299
+ export declare const OpticalStandard: {
300
+ readonly OPTIC_1000BASE_LX: "OPTIC_1000BASE_LX";
301
+ readonly OPTIC_1000BASE_SX: "OPTIC_1000BASE_SX";
302
+ readonly OPTIC_100GBASE_CWDM4: "OPTIC_100GBASE_CWDM4";
303
+ readonly OPTIC_100GBASE_LR4: "OPTIC_100GBASE_LR4";
304
+ readonly OPTIC_100GBASE_SR4: "OPTIC_100GBASE_SR4";
305
+ readonly OPTIC_100G_PSM4_MSA: "OPTIC_100G_PSM4_MSA";
306
+ readonly OPTIC_10GBASE_IR: "OPTIC_10GBASE_IR";
307
+ readonly OPTIC_10GBASE_LR: "OPTIC_10GBASE_LR";
308
+ readonly OPTIC_10GBASE_SR: "OPTIC_10GBASE_SR";
309
+ readonly OPTIC_40GBASE_ESR: "OPTIC_40GBASE_ESR";
310
+ readonly OPTIC_40GBASE_IR4_LR4L: "OPTIC_40GBASE_IR4_LR4L";
311
+ readonly OPTIC_40GBASE_LR4: "OPTIC_40GBASE_LR4";
312
+ readonly OPTIC_40GBASE_SR: "OPTIC_40GBASE_SR";
313
+ };
314
+ /**
315
+ * @public
316
+ */
317
+ export type OpticalStandard = (typeof OpticalStandard)[keyof typeof OpticalStandard];
318
+ /**
319
+ * @public
320
+ * @enum
321
+ */
322
+ export declare const PowerConnector: {
323
+ readonly AH530P7W: "AH530P7W";
324
+ readonly AH532P6W: "AH532P6W";
325
+ readonly CS8365C: "CS8365C";
326
+ readonly IEC309: "IEC309";
327
+ readonly L6_30P: "L6_30P";
328
+ };
329
+ /**
330
+ * @public
331
+ */
332
+ export type PowerConnector = (typeof PowerConnector)[keyof typeof PowerConnector];
333
+ /**
334
+ * @public
335
+ * @enum
336
+ */
337
+ export declare const PowerDrawKva: {
338
+ readonly POWER_10_KVA: "POWER_10_KVA";
339
+ readonly POWER_15_KVA: "POWER_15_KVA";
340
+ readonly POWER_30_KVA: "POWER_30_KVA";
341
+ readonly POWER_5_KVA: "POWER_5_KVA";
342
+ };
343
+ /**
344
+ * @public
345
+ */
346
+ export type PowerDrawKva = (typeof PowerDrawKva)[keyof typeof PowerDrawKva];
347
+ /**
348
+ * @public
349
+ * @enum
350
+ */
351
+ export declare const PowerFeedDrop: {
352
+ readonly ABOVE_RACK: "ABOVE_RACK";
353
+ readonly BELOW_RACK: "BELOW_RACK";
354
+ };
355
+ /**
356
+ * @public
357
+ */
358
+ export type PowerFeedDrop = (typeof PowerFeedDrop)[keyof typeof PowerFeedDrop];
359
+ /**
360
+ * @public
361
+ * @enum
362
+ */
363
+ export declare const PowerPhase: {
364
+ readonly SINGLE_PHASE: "SINGLE_PHASE";
365
+ readonly THREE_PHASE: "THREE_PHASE";
366
+ };
367
+ /**
368
+ * @public
369
+ */
370
+ export type PowerPhase = (typeof PowerPhase)[keyof typeof PowerPhase];
371
+ /**
372
+ * @public
373
+ * @enum
374
+ */
375
+ export declare const UplinkCount: {
376
+ readonly UPLINK_COUNT_1: "UPLINK_COUNT_1";
377
+ readonly UPLINK_COUNT_12: "UPLINK_COUNT_12";
378
+ readonly UPLINK_COUNT_16: "UPLINK_COUNT_16";
379
+ readonly UPLINK_COUNT_2: "UPLINK_COUNT_2";
380
+ readonly UPLINK_COUNT_3: "UPLINK_COUNT_3";
381
+ readonly UPLINK_COUNT_4: "UPLINK_COUNT_4";
382
+ readonly UPLINK_COUNT_5: "UPLINK_COUNT_5";
383
+ readonly UPLINK_COUNT_6: "UPLINK_COUNT_6";
384
+ readonly UPLINK_COUNT_7: "UPLINK_COUNT_7";
385
+ readonly UPLINK_COUNT_8: "UPLINK_COUNT_8";
386
+ };
387
+ /**
388
+ * @public
389
+ */
390
+ export type UplinkCount = (typeof UplinkCount)[keyof typeof UplinkCount];
391
+ /**
392
+ * @public
393
+ * @enum
394
+ */
395
+ export declare const UplinkGbps: {
396
+ readonly UPLINK_100G: "UPLINK_100G";
397
+ readonly UPLINK_10G: "UPLINK_10G";
398
+ readonly UPLINK_1G: "UPLINK_1G";
399
+ readonly UPLINK_40G: "UPLINK_40G";
400
+ };
401
+ /**
402
+ * @public
403
+ */
404
+ export type UplinkGbps = (typeof UplinkGbps)[keyof typeof UplinkGbps];
405
+ /**
406
+ * @public
407
+ * @enum
408
+ */
409
+ export declare const DecommissionRequestStatus: {
410
+ readonly BLOCKED: "BLOCKED";
411
+ readonly REQUESTED: "REQUESTED";
412
+ readonly SKIPPED: "SKIPPED";
413
+ };
414
+ /**
415
+ * @public
416
+ */
417
+ export type DecommissionRequestStatus = (typeof DecommissionRequestStatus)[keyof typeof DecommissionRequestStatus];
418
+ /**
419
+ * @public
420
+ * @enum
421
+ */
422
+ export declare const TaskActionOnBlockingInstances: {
423
+ readonly FAIL_TASK: "FAIL_TASK";
424
+ readonly WAIT_FOR_EVACUATION: "WAIT_FOR_EVACUATION";
425
+ };
426
+ /**
427
+ * @public
428
+ */
429
+ export type TaskActionOnBlockingInstances = (typeof TaskActionOnBlockingInstances)[keyof typeof TaskActionOnBlockingInstances];
430
+ /**
431
+ * @public
432
+ * @enum
433
+ */
434
+ export declare const SubscriptionStatus: {
435
+ readonly ACTIVE: "ACTIVE";
436
+ readonly CANCELLED: "CANCELLED";
437
+ readonly INACTIVE: "INACTIVE";
438
+ };
439
+ /**
440
+ * @public
441
+ */
442
+ export type SubscriptionStatus = (typeof SubscriptionStatus)[keyof typeof SubscriptionStatus];
443
+ /**
444
+ * @public
445
+ * @enum
446
+ */
447
+ export declare const SubscriptionType: {
448
+ readonly CAPACITY_INCREASE: "CAPACITY_INCREASE";
449
+ readonly ORIGINAL: "ORIGINAL";
450
+ readonly RENEWAL: "RENEWAL";
451
+ };
452
+ /**
453
+ * @public
454
+ */
455
+ export type SubscriptionType = (typeof SubscriptionType)[keyof typeof SubscriptionType];
@@ -0,0 +1,91 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ResourceType } from "./enums";
3
+ import { OutpostsServiceException as __BaseException } from "./OutpostsServiceException";
4
+ /**
5
+ * <p>You do not have permission to perform this operation.</p>
6
+ * @public
7
+ */
8
+ export declare class AccessDeniedException extends __BaseException {
9
+ readonly name: "AccessDeniedException";
10
+ readonly $fault: "client";
11
+ Message?: string | undefined;
12
+ /**
13
+ * @internal
14
+ */
15
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
16
+ }
17
+ /**
18
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
19
+ * @public
20
+ */
21
+ export declare class ConflictException extends __BaseException {
22
+ readonly name: "ConflictException";
23
+ readonly $fault: "client";
24
+ Message?: string | undefined;
25
+ /**
26
+ * <p>The ID of the resource causing the conflict.</p>
27
+ * @public
28
+ */
29
+ ResourceId?: string | undefined;
30
+ /**
31
+ * <p>The type of the resource causing the conflict.</p>
32
+ * @public
33
+ */
34
+ ResourceType?: ResourceType | undefined;
35
+ /**
36
+ * @internal
37
+ */
38
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
39
+ }
40
+ /**
41
+ * <p>An internal error has occurred.</p>
42
+ * @public
43
+ */
44
+ export declare class InternalServerException extends __BaseException {
45
+ readonly name: "InternalServerException";
46
+ readonly $fault: "server";
47
+ Message?: string | undefined;
48
+ /**
49
+ * @internal
50
+ */
51
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
52
+ }
53
+ /**
54
+ * <p>The specified request is not valid.</p>
55
+ * @public
56
+ */
57
+ export declare class NotFoundException extends __BaseException {
58
+ readonly name: "NotFoundException";
59
+ readonly $fault: "client";
60
+ Message?: string | undefined;
61
+ /**
62
+ * @internal
63
+ */
64
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
65
+ }
66
+ /**
67
+ * <p>A parameter is not valid.</p>
68
+ * @public
69
+ */
70
+ export declare class ValidationException extends __BaseException {
71
+ readonly name: "ValidationException";
72
+ readonly $fault: "client";
73
+ Message?: string | undefined;
74
+ /**
75
+ * @internal
76
+ */
77
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
78
+ }
79
+ /**
80
+ * <p>You have exceeded a service quota.</p>
81
+ * @public
82
+ */
83
+ export declare class ServiceQuotaExceededException extends __BaseException {
84
+ readonly name: "ServiceQuotaExceededException";
85
+ readonly $fault: "client";
86
+ Message?: string | undefined;
87
+ /**
88
+ * @internal
89
+ */
90
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
91
+ }