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