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