@aws-sdk/client-outposts 3.169.0 → 3.170.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.
Files changed (49) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Outposts.d.ts +472 -135
  3. package/dist-types/ts3.4/OutpostsClient.d.ts +285 -99
  4. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/index.d.ts +26 -26
  31. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  32. package/dist-types/ts3.4/index.d.ts +6 -6
  33. package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +8 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +954 -897
  36. package/dist-types/ts3.4/pagination/GetOutpostInstanceTypesPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  38. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListOutpostsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListSitesPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  44. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  49. package/package.json +34 -34
@@ -1,897 +1,954 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { OutpostsServiceException as __BaseException } from "./OutpostsServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- Message?: string;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
-
12
- export interface Address {
13
-
14
- ContactName?: string;
15
-
16
- ContactPhoneNumber?: string;
17
-
18
- AddressLine1: string | undefined;
19
-
20
- AddressLine2?: string;
21
-
22
- AddressLine3?: string;
23
-
24
- City: string | undefined;
25
-
26
- StateOrRegion: string | undefined;
27
-
28
- DistrictOrCounty?: string;
29
-
30
- PostalCode: string | undefined;
31
-
32
- CountryCode: string | undefined;
33
-
34
- Municipality?: string;
35
- }
36
- export declare enum AddressType {
37
- OPERATING_ADDRESS = "OPERATING_ADDRESS",
38
- SHIPPING_ADDRESS = "SHIPPING_ADDRESS"
39
- }
40
-
41
- export interface AssetLocation {
42
-
43
- RackElevation?: number;
44
- }
45
- export declare enum AssetType {
46
- COMPUTE = "COMPUTE"
47
- }
48
-
49
- export interface ComputeAttributes {
50
-
51
- HostId?: string;
52
- }
53
-
54
- export interface AssetInfo {
55
-
56
- AssetId?: string;
57
-
58
- RackId?: string;
59
-
60
- AssetType?: AssetType | string;
61
-
62
- ComputeAttributes?: ComputeAttributes;
63
-
64
- AssetLocation?: AssetLocation;
65
- }
66
- export interface CancelOrderInput {
67
-
68
- OrderId: string | undefined;
69
- }
70
- export interface CancelOrderOutput {
71
- }
72
- export declare enum ResourceType {
73
- ORDER = "ORDER",
74
- OUTPOST = "OUTPOST"
75
- }
76
-
77
- export declare class ConflictException extends __BaseException {
78
- readonly name: "ConflictException";
79
- readonly $fault: "client";
80
- Message?: string;
81
-
82
- ResourceId?: string;
83
-
84
- ResourceType?: ResourceType | string;
85
-
86
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
87
- }
88
-
89
- export declare class InternalServerException extends __BaseException {
90
- readonly name: "InternalServerException";
91
- readonly $fault: "server";
92
- Message?: string;
93
-
94
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
95
- }
96
-
97
- export declare class NotFoundException extends __BaseException {
98
- readonly name: "NotFoundException";
99
- readonly $fault: "client";
100
- Message?: string;
101
-
102
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
103
- }
104
-
105
- export declare class ValidationException extends __BaseException {
106
- readonly name: "ValidationException";
107
- readonly $fault: "client";
108
- Message?: string;
109
-
110
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
111
- }
112
-
113
- export interface EC2Capacity {
114
-
115
- Family?: string;
116
-
117
- MaxSize?: string;
118
-
119
- Quantity?: string;
120
- }
121
- export declare enum CatalogItemStatus {
122
- AVAILABLE = "AVAILABLE",
123
- DISCONTINUED = "DISCONTINUED"
124
- }
125
- export declare enum SupportedStorageEnum {
126
- EBS = "EBS",
127
- S3 = "S3"
128
- }
129
-
130
- export interface CatalogItem {
131
-
132
- CatalogItemId?: string;
133
-
134
- ItemStatus?: CatalogItemStatus | string;
135
-
136
- EC2Capacities?: EC2Capacity[];
137
-
138
- PowerKva?: number;
139
-
140
- WeightLbs?: number;
141
-
142
- SupportedUplinkGbps?: number[];
143
-
144
- SupportedStorage?: (SupportedStorageEnum | string)[];
145
- }
146
- export declare enum CatalogItemClass {
147
- RACK = "RACK",
148
- SERVER = "SERVER"
149
- }
150
-
151
- export interface ConnectionDetails {
152
-
153
- ClientPublicKey?: string;
154
-
155
- ServerPublicKey?: string;
156
-
157
- ServerEndpoint?: string;
158
-
159
- ClientTunnelAddress?: string;
160
-
161
- ServerTunnelAddress?: string;
162
-
163
- AllowedIps?: string[];
164
- }
165
-
166
- export interface LineItemRequest {
167
-
168
- CatalogItemId?: string;
169
-
170
- Quantity?: number;
171
- }
172
- export declare enum PaymentOption {
173
- ALL_UPFRONT = "ALL_UPFRONT",
174
- NO_UPFRONT = "NO_UPFRONT",
175
- PARTIAL_UPFRONT = "PARTIAL_UPFRONT"
176
- }
177
- export declare enum PaymentTerm {
178
- THREE_YEARS = "THREE_YEARS"
179
- }
180
- export interface CreateOrderInput {
181
-
182
- OutpostIdentifier: string | undefined;
183
-
184
- LineItems: LineItemRequest[] | undefined;
185
-
186
- PaymentOption: PaymentOption | string | undefined;
187
-
188
- PaymentTerm?: PaymentTerm | string;
189
- }
190
-
191
- export interface LineItemAssetInformation {
192
-
193
- AssetId?: string;
194
-
195
- MacAddressList?: string[];
196
- }
197
- export declare enum ShipmentCarrier {
198
- DBS = "DBS",
199
- DHL = "DHL",
200
- FEDEX = "FEDEX",
201
- UPS = "UPS"
202
- }
203
-
204
- export interface ShipmentInformation {
205
-
206
- ShipmentTrackingNumber?: string;
207
-
208
- ShipmentCarrier?: ShipmentCarrier | string;
209
- }
210
- export declare enum LineItemStatus {
211
- BUILDING = "BUILDING",
212
- CANCELLED = "CANCELLED",
213
- DELIVERED = "DELIVERED",
214
- ERROR = "ERROR",
215
- INSTALLED = "INSTALLED",
216
- INSTALLING = "INSTALLING",
217
- PREPARING = "PREPARING",
218
- SHIPPED = "SHIPPED"
219
- }
220
-
221
- export interface LineItem {
222
-
223
- CatalogItemId?: string;
224
-
225
- LineItemId?: string;
226
-
227
- Quantity?: number;
228
-
229
- Status?: LineItemStatus | string;
230
-
231
- ShipmentInformation?: ShipmentInformation;
232
-
233
- AssetInformationList?: LineItemAssetInformation[];
234
- }
235
- export declare enum OrderStatus {
236
- CANCELLED = "CANCELLED",
237
- COMPLETED = "COMPLETED",
238
- ERROR = "ERROR",
239
- FULFILLED = "FULFILLED",
240
- INSTALLING = "INSTALLING",
241
- IN_PROGRESS = "IN_PROGRESS",
242
- PENDING = "PENDING",
243
- PREPARING = "PREPARING",
244
- PROCESSING = "PROCESSING",
245
- RECEIVED = "RECEIVED"
246
- }
247
-
248
- export interface Order {
249
-
250
- OutpostId?: string;
251
-
252
- OrderId?: string;
253
-
254
- Status?: OrderStatus | string;
255
-
256
- LineItems?: LineItem[];
257
-
258
- PaymentOption?: PaymentOption | string;
259
-
260
- OrderSubmissionDate?: Date;
261
-
262
- OrderFulfilledDate?: Date;
263
- }
264
- export interface CreateOrderOutput {
265
-
266
- Order?: Order;
267
- }
268
-
269
- export declare class ServiceQuotaExceededException extends __BaseException {
270
- readonly name: "ServiceQuotaExceededException";
271
- readonly $fault: "client";
272
- Message?: string;
273
-
274
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
275
- }
276
- export declare enum SupportedHardwareType {
277
- RACK = "RACK",
278
- SERVER = "SERVER"
279
- }
280
- export interface CreateOutpostInput {
281
-
282
- Name: string | undefined;
283
-
284
- Description?: string;
285
-
286
- SiteId: string | undefined;
287
-
288
- AvailabilityZone?: string;
289
-
290
- AvailabilityZoneId?: string;
291
-
292
- Tags?: Record<string, string>;
293
-
294
- SupportedHardwareType?: SupportedHardwareType | string;
295
- }
296
-
297
- export interface Outpost {
298
-
299
- OutpostId?: string;
300
-
301
- OwnerId?: string;
302
-
303
- OutpostArn?: string;
304
-
305
- SiteId?: string;
306
-
307
- Name?: string;
308
-
309
- Description?: string;
310
-
311
- LifeCycleStatus?: string;
312
-
313
- AvailabilityZone?: string;
314
-
315
- AvailabilityZoneId?: string;
316
-
317
- Tags?: Record<string, string>;
318
-
319
- SiteArn?: string;
320
-
321
- SupportedHardwareType?: SupportedHardwareType | string;
322
- }
323
- export interface CreateOutpostOutput {
324
-
325
- Outpost?: Outpost;
326
- }
327
- export declare enum FiberOpticCableType {
328
- MULTI_MODE = "MULTI_MODE",
329
- SINGLE_MODE = "SINGLE_MODE"
330
- }
331
- export declare enum MaximumSupportedWeightLbs {
332
- MAX_1400_LBS = "MAX_1400_LBS",
333
- MAX_1600_LBS = "MAX_1600_LBS",
334
- MAX_1800_LBS = "MAX_1800_LBS",
335
- MAX_2000_LBS = "MAX_2000_LBS",
336
- NO_LIMIT = "NO_LIMIT"
337
- }
338
- export declare enum OpticalStandard {
339
- OPTIC_1000BASE_LX = "OPTIC_1000BASE_LX",
340
- OPTIC_1000BASE_SX = "OPTIC_1000BASE_SX",
341
- OPTIC_100GBASE_CWDM4 = "OPTIC_100GBASE_CWDM4",
342
- OPTIC_100GBASE_LR4 = "OPTIC_100GBASE_LR4",
343
- OPTIC_100GBASE_SR4 = "OPTIC_100GBASE_SR4",
344
- OPTIC_100G_PSM4_MSA = "OPTIC_100G_PSM4_MSA",
345
- OPTIC_10GBASE_IR = "OPTIC_10GBASE_IR",
346
- OPTIC_10GBASE_LR = "OPTIC_10GBASE_LR",
347
- OPTIC_10GBASE_SR = "OPTIC_10GBASE_SR",
348
- OPTIC_40GBASE_ESR = "OPTIC_40GBASE_ESR",
349
- OPTIC_40GBASE_IR4_LR4L = "OPTIC_40GBASE_IR4_LR4L",
350
- OPTIC_40GBASE_LR4 = "OPTIC_40GBASE_LR4",
351
- OPTIC_40GBASE_SR = "OPTIC_40GBASE_SR"
352
- }
353
- export declare enum PowerConnector {
354
- AH530P7W = "AH530P7W",
355
- AH532P6W = "AH532P6W",
356
- IEC309 = "IEC309",
357
- L6_30P = "L6_30P"
358
- }
359
- export declare enum PowerDrawKva {
360
- POWER_10_KVA = "POWER_10_KVA",
361
- POWER_15_KVA = "POWER_15_KVA",
362
- POWER_5_KVA = "POWER_5_KVA"
363
- }
364
- export declare enum PowerFeedDrop {
365
- ABOVE_RACK = "ABOVE_RACK",
366
- BELOW_RACK = "BELOW_RACK"
367
- }
368
- export declare enum PowerPhase {
369
- SINGLE_PHASE = "SINGLE_PHASE",
370
- THREE_PHASE = "THREE_PHASE"
371
- }
372
- export declare enum UplinkCount {
373
- UPLINK_COUNT_1 = "UPLINK_COUNT_1",
374
- UPLINK_COUNT_12 = "UPLINK_COUNT_12",
375
- UPLINK_COUNT_16 = "UPLINK_COUNT_16",
376
- UPLINK_COUNT_2 = "UPLINK_COUNT_2",
377
- UPLINK_COUNT_3 = "UPLINK_COUNT_3",
378
- UPLINK_COUNT_4 = "UPLINK_COUNT_4",
379
- UPLINK_COUNT_5 = "UPLINK_COUNT_5",
380
- UPLINK_COUNT_6 = "UPLINK_COUNT_6",
381
- UPLINK_COUNT_7 = "UPLINK_COUNT_7",
382
- UPLINK_COUNT_8 = "UPLINK_COUNT_8"
383
- }
384
- export declare enum UplinkGbps {
385
- UPLINK_100G = "UPLINK_100G",
386
- UPLINK_10G = "UPLINK_10G",
387
- UPLINK_1G = "UPLINK_1G",
388
- UPLINK_40G = "UPLINK_40G"
389
- }
390
-
391
- export interface RackPhysicalProperties {
392
-
393
- PowerDrawKva?: PowerDrawKva | string;
394
-
395
- PowerPhase?: PowerPhase | string;
396
-
397
- PowerConnector?: PowerConnector | string;
398
-
399
- PowerFeedDrop?: PowerFeedDrop | string;
400
-
401
- UplinkGbps?: UplinkGbps | string;
402
-
403
- UplinkCount?: UplinkCount | string;
404
-
405
- FiberOpticCableType?: FiberOpticCableType | string;
406
-
407
- OpticalStandard?: OpticalStandard | string;
408
-
409
- MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
410
- }
411
- export interface CreateSiteInput {
412
-
413
- Name: string | undefined;
414
-
415
- Description?: string;
416
-
417
- Notes?: string;
418
-
419
- Tags?: Record<string, string>;
420
-
421
- OperatingAddress?: Address;
422
-
423
- ShippingAddress?: Address;
424
-
425
- RackPhysicalProperties?: RackPhysicalProperties;
426
- }
427
-
428
- export interface Site {
429
-
430
- SiteId?: string;
431
-
432
- AccountId?: string;
433
-
434
- Name?: string;
435
-
436
- Description?: string;
437
-
438
- Tags?: Record<string, string>;
439
-
440
- SiteArn?: string;
441
-
442
- Notes?: string;
443
-
444
- OperatingAddressCountryCode?: string;
445
-
446
- OperatingAddressStateOrRegion?: string;
447
-
448
- OperatingAddressCity?: string;
449
-
450
- RackPhysicalProperties?: RackPhysicalProperties;
451
- }
452
- export interface CreateSiteOutput {
453
-
454
- Site?: Site;
455
- }
456
- export interface DeleteOutpostInput {
457
-
458
- OutpostId: string | undefined;
459
- }
460
- export interface DeleteOutpostOutput {
461
- }
462
- export interface DeleteSiteInput {
463
-
464
- SiteId: string | undefined;
465
- }
466
- export interface DeleteSiteOutput {
467
- }
468
- export interface GetCatalogItemInput {
469
-
470
- CatalogItemId: string | undefined;
471
- }
472
- export interface GetCatalogItemOutput {
473
-
474
- CatalogItem?: CatalogItem;
475
- }
476
- export interface GetConnectionRequest {
477
-
478
- ConnectionId: string | undefined;
479
- }
480
- export interface GetConnectionResponse {
481
-
482
- ConnectionId?: string;
483
-
484
- ConnectionDetails?: ConnectionDetails;
485
- }
486
- export interface GetOrderInput {
487
-
488
- OrderId: string | undefined;
489
- }
490
- export interface GetOrderOutput {
491
-
492
- Order?: Order;
493
- }
494
- export interface GetOutpostInput {
495
-
496
- OutpostId: string | undefined;
497
- }
498
- export interface GetOutpostOutput {
499
-
500
- Outpost?: Outpost;
501
- }
502
- export interface GetOutpostInstanceTypesInput {
503
-
504
- OutpostId: string | undefined;
505
-
506
- NextToken?: string;
507
-
508
- MaxResults?: number;
509
- }
510
-
511
- export interface InstanceTypeItem {
512
-
513
- InstanceType?: string;
514
- }
515
- export interface GetOutpostInstanceTypesOutput {
516
-
517
- InstanceTypes?: InstanceTypeItem[];
518
-
519
- NextToken?: string;
520
-
521
- OutpostId?: string;
522
-
523
- OutpostArn?: string;
524
- }
525
- export interface GetSiteInput {
526
-
527
- SiteId: string | undefined;
528
- }
529
- export interface GetSiteOutput {
530
-
531
- Site?: Site;
532
- }
533
- export interface GetSiteAddressInput {
534
-
535
- SiteId: string | undefined;
536
-
537
- AddressType: AddressType | string | undefined;
538
- }
539
- export interface GetSiteAddressOutput {
540
-
541
- SiteId?: string;
542
-
543
- AddressType?: AddressType | string;
544
-
545
- Address?: Address;
546
- }
547
- export interface ListAssetsInput {
548
-
549
- OutpostIdentifier: string | undefined;
550
-
551
- HostIdFilter?: string[];
552
-
553
- MaxResults?: number;
554
-
555
- NextToken?: string;
556
- }
557
- export interface ListAssetsOutput {
558
-
559
- Assets?: AssetInfo[];
560
-
561
- NextToken?: string;
562
- }
563
- export interface ListCatalogItemsInput {
564
-
565
- NextToken?: string;
566
-
567
- MaxResults?: number;
568
-
569
- ItemClassFilter?: (CatalogItemClass | string)[];
570
-
571
- SupportedStorageFilter?: (SupportedStorageEnum | string)[];
572
-
573
- EC2FamilyFilter?: string[];
574
- }
575
- export interface ListCatalogItemsOutput {
576
-
577
- CatalogItems?: CatalogItem[];
578
-
579
- NextToken?: string;
580
- }
581
- export interface ListOrdersInput {
582
-
583
- OutpostIdentifierFilter?: string;
584
-
585
- NextToken?: string;
586
-
587
- MaxResults?: number;
588
- }
589
- export declare enum OrderType {
590
- OUTPOST = "OUTPOST",
591
- REPLACEMENT = "REPLACEMENT"
592
- }
593
-
594
- export interface OrderSummary {
595
-
596
- OutpostId?: string;
597
-
598
- OrderId?: string;
599
-
600
- OrderType?: OrderType | string;
601
-
602
- Status?: OrderStatus | string;
603
-
604
- LineItemCountsByStatus?: Record<string, number>;
605
-
606
- OrderSubmissionDate?: Date;
607
-
608
- OrderFulfilledDate?: Date;
609
- }
610
- export interface ListOrdersOutput {
611
-
612
- Orders?: OrderSummary[];
613
-
614
- NextToken?: string;
615
- }
616
- export interface ListOutpostsInput {
617
-
618
- NextToken?: string;
619
-
620
- MaxResults?: number;
621
-
622
- LifeCycleStatusFilter?: string[];
623
-
624
- AvailabilityZoneFilter?: string[];
625
-
626
- AvailabilityZoneIdFilter?: string[];
627
- }
628
- export interface ListOutpostsOutput {
629
-
630
- Outposts?: Outpost[];
631
-
632
- NextToken?: string;
633
- }
634
- export interface ListSitesInput {
635
-
636
- NextToken?: string;
637
-
638
- MaxResults?: number;
639
-
640
- OperatingAddressCountryCodeFilter?: string[];
641
-
642
- OperatingAddressStateOrRegionFilter?: string[];
643
-
644
- OperatingAddressCityFilter?: string[];
645
- }
646
- export interface ListSitesOutput {
647
-
648
- Sites?: Site[];
649
-
650
- NextToken?: string;
651
- }
652
- export interface ListTagsForResourceRequest {
653
-
654
- ResourceArn: string | undefined;
655
- }
656
- export interface ListTagsForResourceResponse {
657
-
658
- Tags?: Record<string, string>;
659
- }
660
- export interface StartConnectionRequest {
661
-
662
- DeviceSerialNumber: string | undefined;
663
-
664
- AssetId: string | undefined;
665
-
666
- ClientPublicKey: string | undefined;
667
-
668
- NetworkInterfaceDeviceIndex: number | undefined;
669
- }
670
- export interface StartConnectionResponse {
671
-
672
- ConnectionId?: string;
673
-
674
- UnderlayIpAddress?: string;
675
- }
676
- export interface TagResourceRequest {
677
-
678
- ResourceArn: string | undefined;
679
-
680
- Tags: Record<string, string> | undefined;
681
- }
682
- export interface TagResourceResponse {
683
- }
684
- export interface UntagResourceRequest {
685
-
686
- ResourceArn: string | undefined;
687
-
688
- TagKeys: string[] | undefined;
689
- }
690
- export interface UntagResourceResponse {
691
- }
692
- export interface UpdateOutpostInput {
693
-
694
- OutpostId: string | undefined;
695
-
696
- Name?: string;
697
-
698
- Description?: string;
699
-
700
- SupportedHardwareType?: SupportedHardwareType | string;
701
- }
702
- export interface UpdateOutpostOutput {
703
-
704
- Outpost?: Outpost;
705
- }
706
- export interface UpdateSiteInput {
707
-
708
- SiteId: string | undefined;
709
-
710
- Name?: string;
711
-
712
- Description?: string;
713
-
714
- Notes?: string;
715
- }
716
- export interface UpdateSiteOutput {
717
-
718
- Site?: Site;
719
- }
720
- export interface UpdateSiteAddressInput {
721
-
722
- SiteId: string | undefined;
723
-
724
- AddressType: AddressType | string | undefined;
725
-
726
- Address: Address | undefined;
727
- }
728
- export interface UpdateSiteAddressOutput {
729
-
730
- AddressType?: AddressType | string;
731
-
732
- Address?: Address;
733
- }
734
- export interface UpdateSiteRackPhysicalPropertiesInput {
735
-
736
- SiteId: string | undefined;
737
-
738
- PowerDrawKva?: PowerDrawKva | string;
739
-
740
- PowerPhase?: PowerPhase | string;
741
-
742
- PowerConnector?: PowerConnector | string;
743
-
744
- PowerFeedDrop?: PowerFeedDrop | string;
745
-
746
- UplinkGbps?: UplinkGbps | string;
747
-
748
- UplinkCount?: UplinkCount | string;
749
-
750
- FiberOpticCableType?: FiberOpticCableType | string;
751
-
752
- OpticalStandard?: OpticalStandard | string;
753
-
754
- MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
755
- }
756
- export interface UpdateSiteRackPhysicalPropertiesOutput {
757
-
758
- Site?: Site;
759
- }
760
-
761
- export declare const AddressFilterSensitiveLog: (obj: Address) => any;
762
-
763
- export declare const AssetLocationFilterSensitiveLog: (obj: AssetLocation) => any;
764
-
765
- export declare const ComputeAttributesFilterSensitiveLog: (obj: ComputeAttributes) => any;
766
-
767
- export declare const AssetInfoFilterSensitiveLog: (obj: AssetInfo) => any;
768
-
769
- export declare const CancelOrderInputFilterSensitiveLog: (obj: CancelOrderInput) => any;
770
-
771
- export declare const CancelOrderOutputFilterSensitiveLog: (obj: CancelOrderOutput) => any;
772
-
773
- export declare const EC2CapacityFilterSensitiveLog: (obj: EC2Capacity) => any;
774
-
775
- export declare const CatalogItemFilterSensitiveLog: (obj: CatalogItem) => any;
776
-
777
- export declare const ConnectionDetailsFilterSensitiveLog: (obj: ConnectionDetails) => any;
778
-
779
- export declare const LineItemRequestFilterSensitiveLog: (obj: LineItemRequest) => any;
780
-
781
- export declare const CreateOrderInputFilterSensitiveLog: (obj: CreateOrderInput) => any;
782
-
783
- export declare const LineItemAssetInformationFilterSensitiveLog: (obj: LineItemAssetInformation) => any;
784
-
785
- export declare const ShipmentInformationFilterSensitiveLog: (obj: ShipmentInformation) => any;
786
-
787
- export declare const LineItemFilterSensitiveLog: (obj: LineItem) => any;
788
-
789
- export declare const OrderFilterSensitiveLog: (obj: Order) => any;
790
-
791
- export declare const CreateOrderOutputFilterSensitiveLog: (obj: CreateOrderOutput) => any;
792
-
793
- export declare const CreateOutpostInputFilterSensitiveLog: (obj: CreateOutpostInput) => any;
794
-
795
- export declare const OutpostFilterSensitiveLog: (obj: Outpost) => any;
796
-
797
- export declare const CreateOutpostOutputFilterSensitiveLog: (obj: CreateOutpostOutput) => any;
798
-
799
- export declare const RackPhysicalPropertiesFilterSensitiveLog: (obj: RackPhysicalProperties) => any;
800
-
801
- export declare const CreateSiteInputFilterSensitiveLog: (obj: CreateSiteInput) => any;
802
-
803
- export declare const SiteFilterSensitiveLog: (obj: Site) => any;
804
-
805
- export declare const CreateSiteOutputFilterSensitiveLog: (obj: CreateSiteOutput) => any;
806
-
807
- export declare const DeleteOutpostInputFilterSensitiveLog: (obj: DeleteOutpostInput) => any;
808
-
809
- export declare const DeleteOutpostOutputFilterSensitiveLog: (obj: DeleteOutpostOutput) => any;
810
-
811
- export declare const DeleteSiteInputFilterSensitiveLog: (obj: DeleteSiteInput) => any;
812
-
813
- export declare const DeleteSiteOutputFilterSensitiveLog: (obj: DeleteSiteOutput) => any;
814
-
815
- export declare const GetCatalogItemInputFilterSensitiveLog: (obj: GetCatalogItemInput) => any;
816
-
817
- export declare const GetCatalogItemOutputFilterSensitiveLog: (obj: GetCatalogItemOutput) => any;
818
-
819
- export declare const GetConnectionRequestFilterSensitiveLog: (obj: GetConnectionRequest) => any;
820
-
821
- export declare const GetConnectionResponseFilterSensitiveLog: (obj: GetConnectionResponse) => any;
822
-
823
- export declare const GetOrderInputFilterSensitiveLog: (obj: GetOrderInput) => any;
824
-
825
- export declare const GetOrderOutputFilterSensitiveLog: (obj: GetOrderOutput) => any;
826
-
827
- export declare const GetOutpostInputFilterSensitiveLog: (obj: GetOutpostInput) => any;
828
-
829
- export declare const GetOutpostOutputFilterSensitiveLog: (obj: GetOutpostOutput) => any;
830
-
831
- export declare const GetOutpostInstanceTypesInputFilterSensitiveLog: (obj: GetOutpostInstanceTypesInput) => any;
832
-
833
- export declare const InstanceTypeItemFilterSensitiveLog: (obj: InstanceTypeItem) => any;
834
-
835
- export declare const GetOutpostInstanceTypesOutputFilterSensitiveLog: (obj: GetOutpostInstanceTypesOutput) => any;
836
-
837
- export declare const GetSiteInputFilterSensitiveLog: (obj: GetSiteInput) => any;
838
-
839
- export declare const GetSiteOutputFilterSensitiveLog: (obj: GetSiteOutput) => any;
840
-
841
- export declare const GetSiteAddressInputFilterSensitiveLog: (obj: GetSiteAddressInput) => any;
842
-
843
- export declare const GetSiteAddressOutputFilterSensitiveLog: (obj: GetSiteAddressOutput) => any;
844
-
845
- export declare const ListAssetsInputFilterSensitiveLog: (obj: ListAssetsInput) => any;
846
-
847
- export declare const ListAssetsOutputFilterSensitiveLog: (obj: ListAssetsOutput) => any;
848
-
849
- export declare const ListCatalogItemsInputFilterSensitiveLog: (obj: ListCatalogItemsInput) => any;
850
-
851
- export declare const ListCatalogItemsOutputFilterSensitiveLog: (obj: ListCatalogItemsOutput) => any;
852
-
853
- export declare const ListOrdersInputFilterSensitiveLog: (obj: ListOrdersInput) => any;
854
-
855
- export declare const OrderSummaryFilterSensitiveLog: (obj: OrderSummary) => any;
856
-
857
- export declare const ListOrdersOutputFilterSensitiveLog: (obj: ListOrdersOutput) => any;
858
-
859
- export declare const ListOutpostsInputFilterSensitiveLog: (obj: ListOutpostsInput) => any;
860
-
861
- export declare const ListOutpostsOutputFilterSensitiveLog: (obj: ListOutpostsOutput) => any;
862
-
863
- export declare const ListSitesInputFilterSensitiveLog: (obj: ListSitesInput) => any;
864
-
865
- export declare const ListSitesOutputFilterSensitiveLog: (obj: ListSitesOutput) => any;
866
-
867
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
868
-
869
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
870
-
871
- export declare const StartConnectionRequestFilterSensitiveLog: (obj: StartConnectionRequest) => any;
872
-
873
- export declare const StartConnectionResponseFilterSensitiveLog: (obj: StartConnectionResponse) => any;
874
-
875
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
876
-
877
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
878
-
879
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
880
-
881
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
882
-
883
- export declare const UpdateOutpostInputFilterSensitiveLog: (obj: UpdateOutpostInput) => any;
884
-
885
- export declare const UpdateOutpostOutputFilterSensitiveLog: (obj: UpdateOutpostOutput) => any;
886
-
887
- export declare const UpdateSiteInputFilterSensitiveLog: (obj: UpdateSiteInput) => any;
888
-
889
- export declare const UpdateSiteOutputFilterSensitiveLog: (obj: UpdateSiteOutput) => any;
890
-
891
- export declare const UpdateSiteAddressInputFilterSensitiveLog: (obj: UpdateSiteAddressInput) => any;
892
-
893
- export declare const UpdateSiteAddressOutputFilterSensitiveLog: (obj: UpdateSiteAddressOutput) => any;
894
-
895
- export declare const UpdateSiteRackPhysicalPropertiesInputFilterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesInput) => any;
896
-
897
- export declare const UpdateSiteRackPhysicalPropertiesOutputFilterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesOutput) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { OutpostsServiceException as __BaseException } from "./OutpostsServiceException";
3
+
4
+ export declare class AccessDeniedException extends __BaseException {
5
+ readonly name: "AccessDeniedException";
6
+ readonly $fault: "client";
7
+ Message?: string;
8
+
9
+ constructor(
10
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
+ );
12
+ }
13
+
14
+ export interface Address {
15
+ ContactName?: string;
16
+
17
+ ContactPhoneNumber?: string;
18
+
19
+ AddressLine1: string | undefined;
20
+
21
+ AddressLine2?: string;
22
+
23
+ AddressLine3?: string;
24
+
25
+ City: string | undefined;
26
+
27
+ StateOrRegion: string | undefined;
28
+
29
+ DistrictOrCounty?: string;
30
+
31
+ PostalCode: string | undefined;
32
+
33
+ CountryCode: string | undefined;
34
+
35
+ Municipality?: string;
36
+ }
37
+ export declare enum AddressType {
38
+ OPERATING_ADDRESS = "OPERATING_ADDRESS",
39
+ SHIPPING_ADDRESS = "SHIPPING_ADDRESS",
40
+ }
41
+
42
+ export interface AssetLocation {
43
+ RackElevation?: number;
44
+ }
45
+ export declare enum AssetType {
46
+ COMPUTE = "COMPUTE",
47
+ }
48
+
49
+ export interface ComputeAttributes {
50
+ HostId?: string;
51
+ }
52
+
53
+ export interface AssetInfo {
54
+ AssetId?: string;
55
+
56
+ RackId?: string;
57
+
58
+ AssetType?: AssetType | string;
59
+
60
+ ComputeAttributes?: ComputeAttributes;
61
+
62
+ AssetLocation?: AssetLocation;
63
+ }
64
+ export interface CancelOrderInput {
65
+ OrderId: string | undefined;
66
+ }
67
+ export interface CancelOrderOutput {}
68
+ export declare enum ResourceType {
69
+ ORDER = "ORDER",
70
+ OUTPOST = "OUTPOST",
71
+ }
72
+
73
+ export declare class ConflictException extends __BaseException {
74
+ readonly name: "ConflictException";
75
+ readonly $fault: "client";
76
+ Message?: string;
77
+
78
+ ResourceId?: string;
79
+
80
+ ResourceType?: ResourceType | string;
81
+
82
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
83
+ }
84
+
85
+ export declare class InternalServerException extends __BaseException {
86
+ readonly name: "InternalServerException";
87
+ readonly $fault: "server";
88
+ Message?: string;
89
+
90
+ constructor(
91
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
92
+ );
93
+ }
94
+
95
+ export declare class NotFoundException extends __BaseException {
96
+ readonly name: "NotFoundException";
97
+ readonly $fault: "client";
98
+ Message?: string;
99
+
100
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
101
+ }
102
+
103
+ export declare class ValidationException extends __BaseException {
104
+ readonly name: "ValidationException";
105
+ readonly $fault: "client";
106
+ Message?: string;
107
+
108
+ constructor(
109
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
110
+ );
111
+ }
112
+
113
+ export interface EC2Capacity {
114
+ Family?: string;
115
+
116
+ MaxSize?: string;
117
+
118
+ Quantity?: string;
119
+ }
120
+ export declare enum CatalogItemStatus {
121
+ AVAILABLE = "AVAILABLE",
122
+ DISCONTINUED = "DISCONTINUED",
123
+ }
124
+ export declare enum SupportedStorageEnum {
125
+ EBS = "EBS",
126
+ S3 = "S3",
127
+ }
128
+
129
+ export interface CatalogItem {
130
+ CatalogItemId?: string;
131
+
132
+ ItemStatus?: CatalogItemStatus | string;
133
+
134
+ EC2Capacities?: EC2Capacity[];
135
+
136
+ PowerKva?: number;
137
+
138
+ WeightLbs?: number;
139
+
140
+ SupportedUplinkGbps?: number[];
141
+
142
+ SupportedStorage?: (SupportedStorageEnum | string)[];
143
+ }
144
+ export declare enum CatalogItemClass {
145
+ RACK = "RACK",
146
+ SERVER = "SERVER",
147
+ }
148
+
149
+ export interface ConnectionDetails {
150
+ ClientPublicKey?: string;
151
+
152
+ ServerPublicKey?: string;
153
+
154
+ ServerEndpoint?: string;
155
+
156
+ ClientTunnelAddress?: string;
157
+
158
+ ServerTunnelAddress?: string;
159
+
160
+ AllowedIps?: string[];
161
+ }
162
+
163
+ export interface LineItemRequest {
164
+ CatalogItemId?: string;
165
+
166
+ Quantity?: number;
167
+ }
168
+ export declare enum PaymentOption {
169
+ ALL_UPFRONT = "ALL_UPFRONT",
170
+ NO_UPFRONT = "NO_UPFRONT",
171
+ PARTIAL_UPFRONT = "PARTIAL_UPFRONT",
172
+ }
173
+ export declare enum PaymentTerm {
174
+ THREE_YEARS = "THREE_YEARS",
175
+ }
176
+ export interface CreateOrderInput {
177
+ OutpostIdentifier: string | undefined;
178
+
179
+ LineItems: LineItemRequest[] | undefined;
180
+
181
+ PaymentOption: PaymentOption | string | undefined;
182
+
183
+ PaymentTerm?: PaymentTerm | string;
184
+ }
185
+
186
+ export interface LineItemAssetInformation {
187
+ AssetId?: string;
188
+
189
+ MacAddressList?: string[];
190
+ }
191
+ export declare enum ShipmentCarrier {
192
+ DBS = "DBS",
193
+ DHL = "DHL",
194
+ FEDEX = "FEDEX",
195
+ UPS = "UPS",
196
+ }
197
+
198
+ export interface ShipmentInformation {
199
+ ShipmentTrackingNumber?: string;
200
+
201
+ ShipmentCarrier?: ShipmentCarrier | string;
202
+ }
203
+ export declare enum LineItemStatus {
204
+ BUILDING = "BUILDING",
205
+ CANCELLED = "CANCELLED",
206
+ DELIVERED = "DELIVERED",
207
+ ERROR = "ERROR",
208
+ INSTALLED = "INSTALLED",
209
+ INSTALLING = "INSTALLING",
210
+ PREPARING = "PREPARING",
211
+ SHIPPED = "SHIPPED",
212
+ }
213
+
214
+ export interface LineItem {
215
+ CatalogItemId?: string;
216
+
217
+ LineItemId?: string;
218
+
219
+ Quantity?: number;
220
+
221
+ Status?: LineItemStatus | string;
222
+
223
+ ShipmentInformation?: ShipmentInformation;
224
+
225
+ AssetInformationList?: LineItemAssetInformation[];
226
+ }
227
+ export declare enum OrderStatus {
228
+ CANCELLED = "CANCELLED",
229
+ COMPLETED = "COMPLETED",
230
+ ERROR = "ERROR",
231
+ FULFILLED = "FULFILLED",
232
+ INSTALLING = "INSTALLING",
233
+ IN_PROGRESS = "IN_PROGRESS",
234
+ PENDING = "PENDING",
235
+ PREPARING = "PREPARING",
236
+ PROCESSING = "PROCESSING",
237
+ RECEIVED = "RECEIVED",
238
+ }
239
+
240
+ export interface Order {
241
+ OutpostId?: string;
242
+
243
+ OrderId?: string;
244
+
245
+ Status?: OrderStatus | string;
246
+
247
+ LineItems?: LineItem[];
248
+
249
+ PaymentOption?: PaymentOption | string;
250
+
251
+ OrderSubmissionDate?: Date;
252
+
253
+ OrderFulfilledDate?: Date;
254
+ }
255
+ export interface CreateOrderOutput {
256
+ Order?: Order;
257
+ }
258
+
259
+ export declare class ServiceQuotaExceededException extends __BaseException {
260
+ readonly name: "ServiceQuotaExceededException";
261
+ readonly $fault: "client";
262
+ Message?: string;
263
+
264
+ constructor(
265
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
266
+ );
267
+ }
268
+ export declare enum SupportedHardwareType {
269
+ RACK = "RACK",
270
+ SERVER = "SERVER",
271
+ }
272
+ export interface CreateOutpostInput {
273
+ Name: string | undefined;
274
+
275
+ Description?: string;
276
+
277
+ SiteId: string | undefined;
278
+
279
+ AvailabilityZone?: string;
280
+
281
+ AvailabilityZoneId?: string;
282
+
283
+ Tags?: Record<string, string>;
284
+
285
+ SupportedHardwareType?: SupportedHardwareType | string;
286
+ }
287
+
288
+ export interface Outpost {
289
+ OutpostId?: string;
290
+
291
+ OwnerId?: string;
292
+
293
+ OutpostArn?: string;
294
+
295
+ SiteId?: string;
296
+
297
+ Name?: string;
298
+
299
+ Description?: string;
300
+
301
+ LifeCycleStatus?: string;
302
+
303
+ AvailabilityZone?: string;
304
+
305
+ AvailabilityZoneId?: string;
306
+
307
+ Tags?: Record<string, string>;
308
+
309
+ SiteArn?: string;
310
+
311
+ SupportedHardwareType?: SupportedHardwareType | string;
312
+ }
313
+ export interface CreateOutpostOutput {
314
+ Outpost?: Outpost;
315
+ }
316
+ export declare enum FiberOpticCableType {
317
+ MULTI_MODE = "MULTI_MODE",
318
+ SINGLE_MODE = "SINGLE_MODE",
319
+ }
320
+ export declare enum MaximumSupportedWeightLbs {
321
+ MAX_1400_LBS = "MAX_1400_LBS",
322
+ MAX_1600_LBS = "MAX_1600_LBS",
323
+ MAX_1800_LBS = "MAX_1800_LBS",
324
+ MAX_2000_LBS = "MAX_2000_LBS",
325
+ NO_LIMIT = "NO_LIMIT",
326
+ }
327
+ export declare enum OpticalStandard {
328
+ OPTIC_1000BASE_LX = "OPTIC_1000BASE_LX",
329
+ OPTIC_1000BASE_SX = "OPTIC_1000BASE_SX",
330
+ OPTIC_100GBASE_CWDM4 = "OPTIC_100GBASE_CWDM4",
331
+ OPTIC_100GBASE_LR4 = "OPTIC_100GBASE_LR4",
332
+ OPTIC_100GBASE_SR4 = "OPTIC_100GBASE_SR4",
333
+ OPTIC_100G_PSM4_MSA = "OPTIC_100G_PSM4_MSA",
334
+ OPTIC_10GBASE_IR = "OPTIC_10GBASE_IR",
335
+ OPTIC_10GBASE_LR = "OPTIC_10GBASE_LR",
336
+ OPTIC_10GBASE_SR = "OPTIC_10GBASE_SR",
337
+ OPTIC_40GBASE_ESR = "OPTIC_40GBASE_ESR",
338
+ OPTIC_40GBASE_IR4_LR4L = "OPTIC_40GBASE_IR4_LR4L",
339
+ OPTIC_40GBASE_LR4 = "OPTIC_40GBASE_LR4",
340
+ OPTIC_40GBASE_SR = "OPTIC_40GBASE_SR",
341
+ }
342
+ export declare enum PowerConnector {
343
+ AH530P7W = "AH530P7W",
344
+ AH532P6W = "AH532P6W",
345
+ IEC309 = "IEC309",
346
+ L6_30P = "L6_30P",
347
+ }
348
+ export declare enum PowerDrawKva {
349
+ POWER_10_KVA = "POWER_10_KVA",
350
+ POWER_15_KVA = "POWER_15_KVA",
351
+ POWER_5_KVA = "POWER_5_KVA",
352
+ }
353
+ export declare enum PowerFeedDrop {
354
+ ABOVE_RACK = "ABOVE_RACK",
355
+ BELOW_RACK = "BELOW_RACK",
356
+ }
357
+ export declare enum PowerPhase {
358
+ SINGLE_PHASE = "SINGLE_PHASE",
359
+ THREE_PHASE = "THREE_PHASE",
360
+ }
361
+ export declare enum UplinkCount {
362
+ UPLINK_COUNT_1 = "UPLINK_COUNT_1",
363
+ UPLINK_COUNT_12 = "UPLINK_COUNT_12",
364
+ UPLINK_COUNT_16 = "UPLINK_COUNT_16",
365
+ UPLINK_COUNT_2 = "UPLINK_COUNT_2",
366
+ UPLINK_COUNT_3 = "UPLINK_COUNT_3",
367
+ UPLINK_COUNT_4 = "UPLINK_COUNT_4",
368
+ UPLINK_COUNT_5 = "UPLINK_COUNT_5",
369
+ UPLINK_COUNT_6 = "UPLINK_COUNT_6",
370
+ UPLINK_COUNT_7 = "UPLINK_COUNT_7",
371
+ UPLINK_COUNT_8 = "UPLINK_COUNT_8",
372
+ }
373
+ export declare enum UplinkGbps {
374
+ UPLINK_100G = "UPLINK_100G",
375
+ UPLINK_10G = "UPLINK_10G",
376
+ UPLINK_1G = "UPLINK_1G",
377
+ UPLINK_40G = "UPLINK_40G",
378
+ }
379
+
380
+ export interface RackPhysicalProperties {
381
+ PowerDrawKva?: PowerDrawKva | string;
382
+
383
+ PowerPhase?: PowerPhase | string;
384
+
385
+ PowerConnector?: PowerConnector | string;
386
+
387
+ PowerFeedDrop?: PowerFeedDrop | string;
388
+
389
+ UplinkGbps?: UplinkGbps | string;
390
+
391
+ UplinkCount?: UplinkCount | string;
392
+
393
+ FiberOpticCableType?: FiberOpticCableType | string;
394
+
395
+ OpticalStandard?: OpticalStandard | string;
396
+
397
+ MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
398
+ }
399
+ export interface CreateSiteInput {
400
+ Name: string | undefined;
401
+
402
+ Description?: string;
403
+
404
+ Notes?: string;
405
+
406
+ Tags?: Record<string, string>;
407
+
408
+ OperatingAddress?: Address;
409
+
410
+ ShippingAddress?: Address;
411
+
412
+ RackPhysicalProperties?: RackPhysicalProperties;
413
+ }
414
+
415
+ export interface Site {
416
+ SiteId?: string;
417
+
418
+ AccountId?: string;
419
+
420
+ Name?: string;
421
+
422
+ Description?: string;
423
+
424
+ Tags?: Record<string, string>;
425
+
426
+ SiteArn?: string;
427
+
428
+ Notes?: string;
429
+
430
+ OperatingAddressCountryCode?: string;
431
+
432
+ OperatingAddressStateOrRegion?: string;
433
+
434
+ OperatingAddressCity?: string;
435
+
436
+ RackPhysicalProperties?: RackPhysicalProperties;
437
+ }
438
+ export interface CreateSiteOutput {
439
+ Site?: Site;
440
+ }
441
+ export interface DeleteOutpostInput {
442
+ OutpostId: string | undefined;
443
+ }
444
+ export interface DeleteOutpostOutput {}
445
+ export interface DeleteSiteInput {
446
+ SiteId: string | undefined;
447
+ }
448
+ export interface DeleteSiteOutput {}
449
+ export interface GetCatalogItemInput {
450
+ CatalogItemId: string | undefined;
451
+ }
452
+ export interface GetCatalogItemOutput {
453
+ CatalogItem?: CatalogItem;
454
+ }
455
+ export interface GetConnectionRequest {
456
+ ConnectionId: string | undefined;
457
+ }
458
+ export interface GetConnectionResponse {
459
+ ConnectionId?: string;
460
+
461
+ ConnectionDetails?: ConnectionDetails;
462
+ }
463
+ export interface GetOrderInput {
464
+ OrderId: string | undefined;
465
+ }
466
+ export interface GetOrderOutput {
467
+ Order?: Order;
468
+ }
469
+ export interface GetOutpostInput {
470
+ OutpostId: string | undefined;
471
+ }
472
+ export interface GetOutpostOutput {
473
+ Outpost?: Outpost;
474
+ }
475
+ export interface GetOutpostInstanceTypesInput {
476
+ OutpostId: string | undefined;
477
+
478
+ NextToken?: string;
479
+
480
+ MaxResults?: number;
481
+ }
482
+
483
+ export interface InstanceTypeItem {
484
+ InstanceType?: string;
485
+ }
486
+ export interface GetOutpostInstanceTypesOutput {
487
+ InstanceTypes?: InstanceTypeItem[];
488
+
489
+ NextToken?: string;
490
+
491
+ OutpostId?: string;
492
+
493
+ OutpostArn?: string;
494
+ }
495
+ export interface GetSiteInput {
496
+ SiteId: string | undefined;
497
+ }
498
+ export interface GetSiteOutput {
499
+ Site?: Site;
500
+ }
501
+ export interface GetSiteAddressInput {
502
+ SiteId: string | undefined;
503
+
504
+ AddressType: AddressType | string | undefined;
505
+ }
506
+ export interface GetSiteAddressOutput {
507
+ SiteId?: string;
508
+
509
+ AddressType?: AddressType | string;
510
+
511
+ Address?: Address;
512
+ }
513
+ export interface ListAssetsInput {
514
+ OutpostIdentifier: string | undefined;
515
+
516
+ HostIdFilter?: string[];
517
+
518
+ MaxResults?: number;
519
+
520
+ NextToken?: string;
521
+ }
522
+ export interface ListAssetsOutput {
523
+ Assets?: AssetInfo[];
524
+
525
+ NextToken?: string;
526
+ }
527
+ export interface ListCatalogItemsInput {
528
+ NextToken?: string;
529
+
530
+ MaxResults?: number;
531
+
532
+ ItemClassFilter?: (CatalogItemClass | string)[];
533
+
534
+ SupportedStorageFilter?: (SupportedStorageEnum | string)[];
535
+
536
+ EC2FamilyFilter?: string[];
537
+ }
538
+ export interface ListCatalogItemsOutput {
539
+ CatalogItems?: CatalogItem[];
540
+
541
+ NextToken?: string;
542
+ }
543
+ export interface ListOrdersInput {
544
+ OutpostIdentifierFilter?: string;
545
+
546
+ NextToken?: string;
547
+
548
+ MaxResults?: number;
549
+ }
550
+ export declare enum OrderType {
551
+ OUTPOST = "OUTPOST",
552
+ REPLACEMENT = "REPLACEMENT",
553
+ }
554
+
555
+ export interface OrderSummary {
556
+ OutpostId?: string;
557
+
558
+ OrderId?: string;
559
+
560
+ OrderType?: OrderType | string;
561
+
562
+ Status?: OrderStatus | string;
563
+
564
+ LineItemCountsByStatus?: Record<string, number>;
565
+
566
+ OrderSubmissionDate?: Date;
567
+
568
+ OrderFulfilledDate?: Date;
569
+ }
570
+ export interface ListOrdersOutput {
571
+ Orders?: OrderSummary[];
572
+
573
+ NextToken?: string;
574
+ }
575
+ export interface ListOutpostsInput {
576
+ NextToken?: string;
577
+
578
+ MaxResults?: number;
579
+
580
+ LifeCycleStatusFilter?: string[];
581
+
582
+ AvailabilityZoneFilter?: string[];
583
+
584
+ AvailabilityZoneIdFilter?: string[];
585
+ }
586
+ export interface ListOutpostsOutput {
587
+ Outposts?: Outpost[];
588
+
589
+ NextToken?: string;
590
+ }
591
+ export interface ListSitesInput {
592
+ NextToken?: string;
593
+
594
+ MaxResults?: number;
595
+
596
+ OperatingAddressCountryCodeFilter?: string[];
597
+
598
+ OperatingAddressStateOrRegionFilter?: string[];
599
+
600
+ OperatingAddressCityFilter?: string[];
601
+ }
602
+ export interface ListSitesOutput {
603
+ Sites?: Site[];
604
+
605
+ NextToken?: string;
606
+ }
607
+ export interface ListTagsForResourceRequest {
608
+ ResourceArn: string | undefined;
609
+ }
610
+ export interface ListTagsForResourceResponse {
611
+ Tags?: Record<string, string>;
612
+ }
613
+ export interface StartConnectionRequest {
614
+ DeviceSerialNumber: string | undefined;
615
+
616
+ AssetId: string | undefined;
617
+
618
+ ClientPublicKey: string | undefined;
619
+
620
+ NetworkInterfaceDeviceIndex: number | undefined;
621
+ }
622
+ export interface StartConnectionResponse {
623
+ ConnectionId?: string;
624
+
625
+ UnderlayIpAddress?: string;
626
+ }
627
+ export interface TagResourceRequest {
628
+ ResourceArn: string | undefined;
629
+
630
+ Tags: Record<string, string> | undefined;
631
+ }
632
+ export interface TagResourceResponse {}
633
+ export interface UntagResourceRequest {
634
+ ResourceArn: string | undefined;
635
+
636
+ TagKeys: string[] | undefined;
637
+ }
638
+ export interface UntagResourceResponse {}
639
+ export interface UpdateOutpostInput {
640
+ OutpostId: string | undefined;
641
+
642
+ Name?: string;
643
+
644
+ Description?: string;
645
+
646
+ SupportedHardwareType?: SupportedHardwareType | string;
647
+ }
648
+ export interface UpdateOutpostOutput {
649
+ Outpost?: Outpost;
650
+ }
651
+ export interface UpdateSiteInput {
652
+ SiteId: string | undefined;
653
+
654
+ Name?: string;
655
+
656
+ Description?: string;
657
+
658
+ Notes?: string;
659
+ }
660
+ export interface UpdateSiteOutput {
661
+ Site?: Site;
662
+ }
663
+ export interface UpdateSiteAddressInput {
664
+ SiteId: string | undefined;
665
+
666
+ AddressType: AddressType | string | undefined;
667
+
668
+ Address: Address | undefined;
669
+ }
670
+ export interface UpdateSiteAddressOutput {
671
+ AddressType?: AddressType | string;
672
+
673
+ Address?: Address;
674
+ }
675
+ export interface UpdateSiteRackPhysicalPropertiesInput {
676
+ SiteId: string | undefined;
677
+
678
+ PowerDrawKva?: PowerDrawKva | string;
679
+
680
+ PowerPhase?: PowerPhase | string;
681
+
682
+ PowerConnector?: PowerConnector | string;
683
+
684
+ PowerFeedDrop?: PowerFeedDrop | string;
685
+
686
+ UplinkGbps?: UplinkGbps | string;
687
+
688
+ UplinkCount?: UplinkCount | string;
689
+
690
+ FiberOpticCableType?: FiberOpticCableType | string;
691
+
692
+ OpticalStandard?: OpticalStandard | string;
693
+
694
+ MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
695
+ }
696
+ export interface UpdateSiteRackPhysicalPropertiesOutput {
697
+ Site?: Site;
698
+ }
699
+
700
+ export declare const AddressFilterSensitiveLog: (obj: Address) => any;
701
+
702
+ export declare const AssetLocationFilterSensitiveLog: (
703
+ obj: AssetLocation
704
+ ) => any;
705
+
706
+ export declare const ComputeAttributesFilterSensitiveLog: (
707
+ obj: ComputeAttributes
708
+ ) => any;
709
+
710
+ export declare const AssetInfoFilterSensitiveLog: (obj: AssetInfo) => any;
711
+
712
+ export declare const CancelOrderInputFilterSensitiveLog: (
713
+ obj: CancelOrderInput
714
+ ) => any;
715
+
716
+ export declare const CancelOrderOutputFilterSensitiveLog: (
717
+ obj: CancelOrderOutput
718
+ ) => any;
719
+
720
+ export declare const EC2CapacityFilterSensitiveLog: (obj: EC2Capacity) => any;
721
+
722
+ export declare const CatalogItemFilterSensitiveLog: (obj: CatalogItem) => any;
723
+
724
+ export declare const ConnectionDetailsFilterSensitiveLog: (
725
+ obj: ConnectionDetails
726
+ ) => any;
727
+
728
+ export declare const LineItemRequestFilterSensitiveLog: (
729
+ obj: LineItemRequest
730
+ ) => any;
731
+
732
+ export declare const CreateOrderInputFilterSensitiveLog: (
733
+ obj: CreateOrderInput
734
+ ) => any;
735
+
736
+ export declare const LineItemAssetInformationFilterSensitiveLog: (
737
+ obj: LineItemAssetInformation
738
+ ) => any;
739
+
740
+ export declare const ShipmentInformationFilterSensitiveLog: (
741
+ obj: ShipmentInformation
742
+ ) => any;
743
+
744
+ export declare const LineItemFilterSensitiveLog: (obj: LineItem) => any;
745
+
746
+ export declare const OrderFilterSensitiveLog: (obj: Order) => any;
747
+
748
+ export declare const CreateOrderOutputFilterSensitiveLog: (
749
+ obj: CreateOrderOutput
750
+ ) => any;
751
+
752
+ export declare const CreateOutpostInputFilterSensitiveLog: (
753
+ obj: CreateOutpostInput
754
+ ) => any;
755
+
756
+ export declare const OutpostFilterSensitiveLog: (obj: Outpost) => any;
757
+
758
+ export declare const CreateOutpostOutputFilterSensitiveLog: (
759
+ obj: CreateOutpostOutput
760
+ ) => any;
761
+
762
+ export declare const RackPhysicalPropertiesFilterSensitiveLog: (
763
+ obj: RackPhysicalProperties
764
+ ) => any;
765
+
766
+ export declare const CreateSiteInputFilterSensitiveLog: (
767
+ obj: CreateSiteInput
768
+ ) => any;
769
+
770
+ export declare const SiteFilterSensitiveLog: (obj: Site) => any;
771
+
772
+ export declare const CreateSiteOutputFilterSensitiveLog: (
773
+ obj: CreateSiteOutput
774
+ ) => any;
775
+
776
+ export declare const DeleteOutpostInputFilterSensitiveLog: (
777
+ obj: DeleteOutpostInput
778
+ ) => any;
779
+
780
+ export declare const DeleteOutpostOutputFilterSensitiveLog: (
781
+ obj: DeleteOutpostOutput
782
+ ) => any;
783
+
784
+ export declare const DeleteSiteInputFilterSensitiveLog: (
785
+ obj: DeleteSiteInput
786
+ ) => any;
787
+
788
+ export declare const DeleteSiteOutputFilterSensitiveLog: (
789
+ obj: DeleteSiteOutput
790
+ ) => any;
791
+
792
+ export declare const GetCatalogItemInputFilterSensitiveLog: (
793
+ obj: GetCatalogItemInput
794
+ ) => any;
795
+
796
+ export declare const GetCatalogItemOutputFilterSensitiveLog: (
797
+ obj: GetCatalogItemOutput
798
+ ) => any;
799
+
800
+ export declare const GetConnectionRequestFilterSensitiveLog: (
801
+ obj: GetConnectionRequest
802
+ ) => any;
803
+
804
+ export declare const GetConnectionResponseFilterSensitiveLog: (
805
+ obj: GetConnectionResponse
806
+ ) => any;
807
+
808
+ export declare const GetOrderInputFilterSensitiveLog: (
809
+ obj: GetOrderInput
810
+ ) => any;
811
+
812
+ export declare const GetOrderOutputFilterSensitiveLog: (
813
+ obj: GetOrderOutput
814
+ ) => any;
815
+
816
+ export declare const GetOutpostInputFilterSensitiveLog: (
817
+ obj: GetOutpostInput
818
+ ) => any;
819
+
820
+ export declare const GetOutpostOutputFilterSensitiveLog: (
821
+ obj: GetOutpostOutput
822
+ ) => any;
823
+
824
+ export declare const GetOutpostInstanceTypesInputFilterSensitiveLog: (
825
+ obj: GetOutpostInstanceTypesInput
826
+ ) => any;
827
+
828
+ export declare const InstanceTypeItemFilterSensitiveLog: (
829
+ obj: InstanceTypeItem
830
+ ) => any;
831
+
832
+ export declare const GetOutpostInstanceTypesOutputFilterSensitiveLog: (
833
+ obj: GetOutpostInstanceTypesOutput
834
+ ) => any;
835
+
836
+ export declare const GetSiteInputFilterSensitiveLog: (obj: GetSiteInput) => any;
837
+
838
+ export declare const GetSiteOutputFilterSensitiveLog: (
839
+ obj: GetSiteOutput
840
+ ) => any;
841
+
842
+ export declare const GetSiteAddressInputFilterSensitiveLog: (
843
+ obj: GetSiteAddressInput
844
+ ) => any;
845
+
846
+ export declare const GetSiteAddressOutputFilterSensitiveLog: (
847
+ obj: GetSiteAddressOutput
848
+ ) => any;
849
+
850
+ export declare const ListAssetsInputFilterSensitiveLog: (
851
+ obj: ListAssetsInput
852
+ ) => any;
853
+
854
+ export declare const ListAssetsOutputFilterSensitiveLog: (
855
+ obj: ListAssetsOutput
856
+ ) => any;
857
+
858
+ export declare const ListCatalogItemsInputFilterSensitiveLog: (
859
+ obj: ListCatalogItemsInput
860
+ ) => any;
861
+
862
+ export declare const ListCatalogItemsOutputFilterSensitiveLog: (
863
+ obj: ListCatalogItemsOutput
864
+ ) => any;
865
+
866
+ export declare const ListOrdersInputFilterSensitiveLog: (
867
+ obj: ListOrdersInput
868
+ ) => any;
869
+
870
+ export declare const OrderSummaryFilterSensitiveLog: (obj: OrderSummary) => any;
871
+
872
+ export declare const ListOrdersOutputFilterSensitiveLog: (
873
+ obj: ListOrdersOutput
874
+ ) => any;
875
+
876
+ export declare const ListOutpostsInputFilterSensitiveLog: (
877
+ obj: ListOutpostsInput
878
+ ) => any;
879
+
880
+ export declare const ListOutpostsOutputFilterSensitiveLog: (
881
+ obj: ListOutpostsOutput
882
+ ) => any;
883
+
884
+ export declare const ListSitesInputFilterSensitiveLog: (
885
+ obj: ListSitesInput
886
+ ) => any;
887
+
888
+ export declare const ListSitesOutputFilterSensitiveLog: (
889
+ obj: ListSitesOutput
890
+ ) => any;
891
+
892
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
893
+ obj: ListTagsForResourceRequest
894
+ ) => any;
895
+
896
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
897
+ obj: ListTagsForResourceResponse
898
+ ) => any;
899
+
900
+ export declare const StartConnectionRequestFilterSensitiveLog: (
901
+ obj: StartConnectionRequest
902
+ ) => any;
903
+
904
+ export declare const StartConnectionResponseFilterSensitiveLog: (
905
+ obj: StartConnectionResponse
906
+ ) => any;
907
+
908
+ export declare const TagResourceRequestFilterSensitiveLog: (
909
+ obj: TagResourceRequest
910
+ ) => any;
911
+
912
+ export declare const TagResourceResponseFilterSensitiveLog: (
913
+ obj: TagResourceResponse
914
+ ) => any;
915
+
916
+ export declare const UntagResourceRequestFilterSensitiveLog: (
917
+ obj: UntagResourceRequest
918
+ ) => any;
919
+
920
+ export declare const UntagResourceResponseFilterSensitiveLog: (
921
+ obj: UntagResourceResponse
922
+ ) => any;
923
+
924
+ export declare const UpdateOutpostInputFilterSensitiveLog: (
925
+ obj: UpdateOutpostInput
926
+ ) => any;
927
+
928
+ export declare const UpdateOutpostOutputFilterSensitiveLog: (
929
+ obj: UpdateOutpostOutput
930
+ ) => any;
931
+
932
+ export declare const UpdateSiteInputFilterSensitiveLog: (
933
+ obj: UpdateSiteInput
934
+ ) => any;
935
+
936
+ export declare const UpdateSiteOutputFilterSensitiveLog: (
937
+ obj: UpdateSiteOutput
938
+ ) => any;
939
+
940
+ export declare const UpdateSiteAddressInputFilterSensitiveLog: (
941
+ obj: UpdateSiteAddressInput
942
+ ) => any;
943
+
944
+ export declare const UpdateSiteAddressOutputFilterSensitiveLog: (
945
+ obj: UpdateSiteAddressOutput
946
+ ) => any;
947
+
948
+ export declare const UpdateSiteRackPhysicalPropertiesInputFilterSensitiveLog: (
949
+ obj: UpdateSiteRackPhysicalPropertiesInput
950
+ ) => any;
951
+
952
+ export declare const UpdateSiteRackPhysicalPropertiesOutputFilterSensitiveLog: (
953
+ obj: UpdateSiteRackPhysicalPropertiesOutput
954
+ ) => any;