@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Outposts.d.ts +446 -135
- package/dist-types/ts3.4/OutpostsClient.d.ts +260 -99
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +708 -897
- package/dist-types/ts3.4/pagination/GetOutpostInstanceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOutpostsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSitesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- 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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
export declare enum
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
export
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
export declare
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
}
|
|
327
|
-
export
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
}
|
|
331
|
-
export
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
}
|
|
338
|
-
export
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
}
|
|
368
|
-
export
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
}
|
|
384
|
-
export
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
export interface
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
}
|
|
460
|
-
export interface
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
}
|
|
466
|
-
export interface
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
}
|
|
480
|
-
export interface
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
}
|
|
486
|
-
export interface
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
}
|
|
498
|
-
export interface
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
export
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
export
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
export
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
export
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
export
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
export
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
export
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
export
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
export
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
export
|
|
707
|
-
|
|
708
|
-
|
|
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;
|