@aws-sdk/client-outposts 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelOrderCommand.js +2 -2
- package/dist-cjs/commands/CreateOrderCommand.js +2 -2
- package/dist-cjs/commands/CreateOutpostCommand.js +2 -2
- package/dist-cjs/commands/CreateSiteCommand.js +2 -2
- package/dist-cjs/commands/DeleteOutpostCommand.js +2 -2
- package/dist-cjs/commands/DeleteSiteCommand.js +2 -2
- package/dist-cjs/commands/GetCatalogItemCommand.js +2 -2
- package/dist-cjs/commands/GetConnectionCommand.js +2 -2
- package/dist-cjs/commands/GetOrderCommand.js +2 -2
- package/dist-cjs/commands/GetOutpostCommand.js +2 -2
- package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +2 -2
- package/dist-cjs/commands/GetSiteAddressCommand.js +2 -2
- package/dist-cjs/commands/GetSiteCommand.js +2 -2
- package/dist-cjs/commands/ListAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListCatalogItemsCommand.js +2 -2
- package/dist-cjs/commands/ListOrdersCommand.js +2 -2
- package/dist-cjs/commands/ListOutpostsCommand.js +2 -2
- package/dist-cjs/commands/ListSitesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartConnectionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateOutpostCommand.js +2 -2
- package/dist-cjs/commands/UpdateSiteAddressCommand.js +2 -2
- package/dist-cjs/commands/UpdateSiteCommand.js +2 -2
- package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -2
- package/dist-cjs/models/models_0.js +278 -416
- package/dist-es/commands/CancelOrderCommand.js +3 -3
- package/dist-es/commands/CreateOrderCommand.js +3 -3
- package/dist-es/commands/CreateOutpostCommand.js +3 -3
- package/dist-es/commands/CreateSiteCommand.js +3 -3
- package/dist-es/commands/DeleteOutpostCommand.js +3 -3
- package/dist-es/commands/DeleteSiteCommand.js +3 -3
- package/dist-es/commands/GetCatalogItemCommand.js +3 -3
- package/dist-es/commands/GetConnectionCommand.js +3 -3
- package/dist-es/commands/GetOrderCommand.js +3 -3
- package/dist-es/commands/GetOutpostCommand.js +3 -3
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +3 -3
- package/dist-es/commands/GetSiteAddressCommand.js +3 -3
- package/dist-es/commands/GetSiteCommand.js +3 -3
- package/dist-es/commands/ListAssetsCommand.js +3 -3
- package/dist-es/commands/ListCatalogItemsCommand.js +3 -3
- package/dist-es/commands/ListOrdersCommand.js +3 -3
- package/dist-es/commands/ListOutpostsCommand.js +3 -3
- package/dist-es/commands/ListSitesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartConnectionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateOutpostCommand.js +3 -3
- package/dist-es/commands/UpdateSiteAddressCommand.js +3 -3
- package/dist-es/commands/UpdateSiteCommand.js +3 -3
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
- package/dist-es/models/models_0.js +69 -276
- package/dist-types/models/models_0.d.ts +276 -414
- package/dist-types/ts3.4/models/models_0.d.ts +138 -276
- package/package.json +7 -7
|
@@ -33,10 +33,6 @@ export interface Address {
|
|
|
33
33
|
|
|
34
34
|
Municipality?: string;
|
|
35
35
|
}
|
|
36
|
-
export declare namespace Address {
|
|
37
|
-
|
|
38
|
-
const filterSensitiveLog: (obj: Address) => any;
|
|
39
|
-
}
|
|
40
36
|
export declare enum AddressType {
|
|
41
37
|
OPERATING_ADDRESS = "OPERATING_ADDRESS",
|
|
42
38
|
SHIPPING_ADDRESS = "SHIPPING_ADDRESS"
|
|
@@ -46,10 +42,6 @@ export interface AssetLocation {
|
|
|
46
42
|
|
|
47
43
|
RackElevation?: number;
|
|
48
44
|
}
|
|
49
|
-
export declare namespace AssetLocation {
|
|
50
|
-
|
|
51
|
-
const filterSensitiveLog: (obj: AssetLocation) => any;
|
|
52
|
-
}
|
|
53
45
|
export declare enum AssetType {
|
|
54
46
|
COMPUTE = "COMPUTE"
|
|
55
47
|
}
|
|
@@ -58,10 +50,6 @@ export interface ComputeAttributes {
|
|
|
58
50
|
|
|
59
51
|
HostId?: string;
|
|
60
52
|
}
|
|
61
|
-
export declare namespace ComputeAttributes {
|
|
62
|
-
|
|
63
|
-
const filterSensitiveLog: (obj: ComputeAttributes) => any;
|
|
64
|
-
}
|
|
65
53
|
|
|
66
54
|
export interface AssetInfo {
|
|
67
55
|
|
|
@@ -75,24 +63,12 @@ export interface AssetInfo {
|
|
|
75
63
|
|
|
76
64
|
AssetLocation?: AssetLocation;
|
|
77
65
|
}
|
|
78
|
-
export declare namespace AssetInfo {
|
|
79
|
-
|
|
80
|
-
const filterSensitiveLog: (obj: AssetInfo) => any;
|
|
81
|
-
}
|
|
82
66
|
export interface CancelOrderInput {
|
|
83
67
|
|
|
84
68
|
OrderId: string | undefined;
|
|
85
69
|
}
|
|
86
|
-
export declare namespace CancelOrderInput {
|
|
87
|
-
|
|
88
|
-
const filterSensitiveLog: (obj: CancelOrderInput) => any;
|
|
89
|
-
}
|
|
90
70
|
export interface CancelOrderOutput {
|
|
91
71
|
}
|
|
92
|
-
export declare namespace CancelOrderOutput {
|
|
93
|
-
|
|
94
|
-
const filterSensitiveLog: (obj: CancelOrderOutput) => any;
|
|
95
|
-
}
|
|
96
72
|
export declare enum ResourceType {
|
|
97
73
|
ORDER = "ORDER",
|
|
98
74
|
OUTPOST = "OUTPOST"
|
|
@@ -142,10 +118,6 @@ export interface EC2Capacity {
|
|
|
142
118
|
|
|
143
119
|
Quantity?: string;
|
|
144
120
|
}
|
|
145
|
-
export declare namespace EC2Capacity {
|
|
146
|
-
|
|
147
|
-
const filterSensitiveLog: (obj: EC2Capacity) => any;
|
|
148
|
-
}
|
|
149
121
|
export declare enum CatalogItemStatus {
|
|
150
122
|
AVAILABLE = "AVAILABLE",
|
|
151
123
|
DISCONTINUED = "DISCONTINUED"
|
|
@@ -171,10 +143,6 @@ export interface CatalogItem {
|
|
|
171
143
|
|
|
172
144
|
SupportedStorage?: (SupportedStorageEnum | string)[];
|
|
173
145
|
}
|
|
174
|
-
export declare namespace CatalogItem {
|
|
175
|
-
|
|
176
|
-
const filterSensitiveLog: (obj: CatalogItem) => any;
|
|
177
|
-
}
|
|
178
146
|
export declare enum CatalogItemClass {
|
|
179
147
|
RACK = "RACK",
|
|
180
148
|
SERVER = "SERVER"
|
|
@@ -194,10 +162,6 @@ export interface ConnectionDetails {
|
|
|
194
162
|
|
|
195
163
|
AllowedIps?: string[];
|
|
196
164
|
}
|
|
197
|
-
export declare namespace ConnectionDetails {
|
|
198
|
-
|
|
199
|
-
const filterSensitiveLog: (obj: ConnectionDetails) => any;
|
|
200
|
-
}
|
|
201
165
|
|
|
202
166
|
export interface LineItemRequest {
|
|
203
167
|
|
|
@@ -205,10 +169,6 @@ export interface LineItemRequest {
|
|
|
205
169
|
|
|
206
170
|
Quantity?: number;
|
|
207
171
|
}
|
|
208
|
-
export declare namespace LineItemRequest {
|
|
209
|
-
|
|
210
|
-
const filterSensitiveLog: (obj: LineItemRequest) => any;
|
|
211
|
-
}
|
|
212
172
|
export declare enum PaymentOption {
|
|
213
173
|
ALL_UPFRONT = "ALL_UPFRONT",
|
|
214
174
|
NO_UPFRONT = "NO_UPFRONT",
|
|
@@ -227,10 +187,6 @@ export interface CreateOrderInput {
|
|
|
227
187
|
|
|
228
188
|
PaymentTerm?: PaymentTerm | string;
|
|
229
189
|
}
|
|
230
|
-
export declare namespace CreateOrderInput {
|
|
231
|
-
|
|
232
|
-
const filterSensitiveLog: (obj: CreateOrderInput) => any;
|
|
233
|
-
}
|
|
234
190
|
|
|
235
191
|
export interface LineItemAssetInformation {
|
|
236
192
|
|
|
@@ -238,10 +194,6 @@ export interface LineItemAssetInformation {
|
|
|
238
194
|
|
|
239
195
|
MacAddressList?: string[];
|
|
240
196
|
}
|
|
241
|
-
export declare namespace LineItemAssetInformation {
|
|
242
|
-
|
|
243
|
-
const filterSensitiveLog: (obj: LineItemAssetInformation) => any;
|
|
244
|
-
}
|
|
245
197
|
export declare enum ShipmentCarrier {
|
|
246
198
|
DBS = "DBS",
|
|
247
199
|
DHL = "DHL",
|
|
@@ -255,10 +207,6 @@ export interface ShipmentInformation {
|
|
|
255
207
|
|
|
256
208
|
ShipmentCarrier?: ShipmentCarrier | string;
|
|
257
209
|
}
|
|
258
|
-
export declare namespace ShipmentInformation {
|
|
259
|
-
|
|
260
|
-
const filterSensitiveLog: (obj: ShipmentInformation) => any;
|
|
261
|
-
}
|
|
262
210
|
export declare enum LineItemStatus {
|
|
263
211
|
BUILDING = "BUILDING",
|
|
264
212
|
CANCELLED = "CANCELLED",
|
|
@@ -284,10 +232,6 @@ export interface LineItem {
|
|
|
284
232
|
|
|
285
233
|
AssetInformationList?: LineItemAssetInformation[];
|
|
286
234
|
}
|
|
287
|
-
export declare namespace LineItem {
|
|
288
|
-
|
|
289
|
-
const filterSensitiveLog: (obj: LineItem) => any;
|
|
290
|
-
}
|
|
291
235
|
export declare enum OrderStatus {
|
|
292
236
|
CANCELLED = "CANCELLED",
|
|
293
237
|
COMPLETED = "COMPLETED",
|
|
@@ -317,18 +261,10 @@ export interface Order {
|
|
|
317
261
|
|
|
318
262
|
OrderFulfilledDate?: Date;
|
|
319
263
|
}
|
|
320
|
-
export declare namespace Order {
|
|
321
|
-
|
|
322
|
-
const filterSensitiveLog: (obj: Order) => any;
|
|
323
|
-
}
|
|
324
264
|
export interface CreateOrderOutput {
|
|
325
265
|
|
|
326
266
|
Order?: Order;
|
|
327
267
|
}
|
|
328
|
-
export declare namespace CreateOrderOutput {
|
|
329
|
-
|
|
330
|
-
const filterSensitiveLog: (obj: CreateOrderOutput) => any;
|
|
331
|
-
}
|
|
332
268
|
|
|
333
269
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
334
270
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -357,10 +293,6 @@ export interface CreateOutpostInput {
|
|
|
357
293
|
|
|
358
294
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
359
295
|
}
|
|
360
|
-
export declare namespace CreateOutpostInput {
|
|
361
|
-
|
|
362
|
-
const filterSensitiveLog: (obj: CreateOutpostInput) => any;
|
|
363
|
-
}
|
|
364
296
|
|
|
365
297
|
export interface Outpost {
|
|
366
298
|
|
|
@@ -388,18 +320,10 @@ export interface Outpost {
|
|
|
388
320
|
|
|
389
321
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
390
322
|
}
|
|
391
|
-
export declare namespace Outpost {
|
|
392
|
-
|
|
393
|
-
const filterSensitiveLog: (obj: Outpost) => any;
|
|
394
|
-
}
|
|
395
323
|
export interface CreateOutpostOutput {
|
|
396
324
|
|
|
397
325
|
Outpost?: Outpost;
|
|
398
326
|
}
|
|
399
|
-
export declare namespace CreateOutpostOutput {
|
|
400
|
-
|
|
401
|
-
const filterSensitiveLog: (obj: CreateOutpostOutput) => any;
|
|
402
|
-
}
|
|
403
327
|
export declare enum FiberOpticCableType {
|
|
404
328
|
MULTI_MODE = "MULTI_MODE",
|
|
405
329
|
SINGLE_MODE = "SINGLE_MODE"
|
|
@@ -484,10 +408,6 @@ export interface RackPhysicalProperties {
|
|
|
484
408
|
|
|
485
409
|
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
|
|
486
410
|
}
|
|
487
|
-
export declare namespace RackPhysicalProperties {
|
|
488
|
-
|
|
489
|
-
const filterSensitiveLog: (obj: RackPhysicalProperties) => any;
|
|
490
|
-
}
|
|
491
411
|
export interface CreateSiteInput {
|
|
492
412
|
|
|
493
413
|
Name: string | undefined;
|
|
@@ -504,10 +424,6 @@ export interface CreateSiteInput {
|
|
|
504
424
|
|
|
505
425
|
RackPhysicalProperties?: RackPhysicalProperties;
|
|
506
426
|
}
|
|
507
|
-
export declare namespace CreateSiteInput {
|
|
508
|
-
|
|
509
|
-
const filterSensitiveLog: (obj: CreateSiteInput) => any;
|
|
510
|
-
}
|
|
511
427
|
|
|
512
428
|
export interface Site {
|
|
513
429
|
|
|
@@ -533,112 +449,56 @@ export interface Site {
|
|
|
533
449
|
|
|
534
450
|
RackPhysicalProperties?: RackPhysicalProperties;
|
|
535
451
|
}
|
|
536
|
-
export declare namespace Site {
|
|
537
|
-
|
|
538
|
-
const filterSensitiveLog: (obj: Site) => any;
|
|
539
|
-
}
|
|
540
452
|
export interface CreateSiteOutput {
|
|
541
453
|
|
|
542
454
|
Site?: Site;
|
|
543
455
|
}
|
|
544
|
-
export declare namespace CreateSiteOutput {
|
|
545
|
-
|
|
546
|
-
const filterSensitiveLog: (obj: CreateSiteOutput) => any;
|
|
547
|
-
}
|
|
548
456
|
export interface DeleteOutpostInput {
|
|
549
457
|
|
|
550
458
|
OutpostId: string | undefined;
|
|
551
459
|
}
|
|
552
|
-
export declare namespace DeleteOutpostInput {
|
|
553
|
-
|
|
554
|
-
const filterSensitiveLog: (obj: DeleteOutpostInput) => any;
|
|
555
|
-
}
|
|
556
460
|
export interface DeleteOutpostOutput {
|
|
557
461
|
}
|
|
558
|
-
export declare namespace DeleteOutpostOutput {
|
|
559
|
-
|
|
560
|
-
const filterSensitiveLog: (obj: DeleteOutpostOutput) => any;
|
|
561
|
-
}
|
|
562
462
|
export interface DeleteSiteInput {
|
|
563
463
|
|
|
564
464
|
SiteId: string | undefined;
|
|
565
465
|
}
|
|
566
|
-
export declare namespace DeleteSiteInput {
|
|
567
|
-
|
|
568
|
-
const filterSensitiveLog: (obj: DeleteSiteInput) => any;
|
|
569
|
-
}
|
|
570
466
|
export interface DeleteSiteOutput {
|
|
571
467
|
}
|
|
572
|
-
export declare namespace DeleteSiteOutput {
|
|
573
|
-
|
|
574
|
-
const filterSensitiveLog: (obj: DeleteSiteOutput) => any;
|
|
575
|
-
}
|
|
576
468
|
export interface GetCatalogItemInput {
|
|
577
469
|
|
|
578
470
|
CatalogItemId: string | undefined;
|
|
579
471
|
}
|
|
580
|
-
export declare namespace GetCatalogItemInput {
|
|
581
|
-
|
|
582
|
-
const filterSensitiveLog: (obj: GetCatalogItemInput) => any;
|
|
583
|
-
}
|
|
584
472
|
export interface GetCatalogItemOutput {
|
|
585
473
|
|
|
586
474
|
CatalogItem?: CatalogItem;
|
|
587
475
|
}
|
|
588
|
-
export declare namespace GetCatalogItemOutput {
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: GetCatalogItemOutput) => any;
|
|
591
|
-
}
|
|
592
476
|
export interface GetConnectionRequest {
|
|
593
477
|
|
|
594
478
|
ConnectionId: string | undefined;
|
|
595
479
|
}
|
|
596
|
-
export declare namespace GetConnectionRequest {
|
|
597
|
-
|
|
598
|
-
const filterSensitiveLog: (obj: GetConnectionRequest) => any;
|
|
599
|
-
}
|
|
600
480
|
export interface GetConnectionResponse {
|
|
601
481
|
|
|
602
482
|
ConnectionId?: string;
|
|
603
483
|
|
|
604
484
|
ConnectionDetails?: ConnectionDetails;
|
|
605
485
|
}
|
|
606
|
-
export declare namespace GetConnectionResponse {
|
|
607
|
-
|
|
608
|
-
const filterSensitiveLog: (obj: GetConnectionResponse) => any;
|
|
609
|
-
}
|
|
610
486
|
export interface GetOrderInput {
|
|
611
487
|
|
|
612
488
|
OrderId: string | undefined;
|
|
613
489
|
}
|
|
614
|
-
export declare namespace GetOrderInput {
|
|
615
|
-
|
|
616
|
-
const filterSensitiveLog: (obj: GetOrderInput) => any;
|
|
617
|
-
}
|
|
618
490
|
export interface GetOrderOutput {
|
|
619
491
|
|
|
620
492
|
Order?: Order;
|
|
621
493
|
}
|
|
622
|
-
export declare namespace GetOrderOutput {
|
|
623
|
-
|
|
624
|
-
const filterSensitiveLog: (obj: GetOrderOutput) => any;
|
|
625
|
-
}
|
|
626
494
|
export interface GetOutpostInput {
|
|
627
495
|
|
|
628
496
|
OutpostId: string | undefined;
|
|
629
497
|
}
|
|
630
|
-
export declare namespace GetOutpostInput {
|
|
631
|
-
|
|
632
|
-
const filterSensitiveLog: (obj: GetOutpostInput) => any;
|
|
633
|
-
}
|
|
634
498
|
export interface GetOutpostOutput {
|
|
635
499
|
|
|
636
500
|
Outpost?: Outpost;
|
|
637
501
|
}
|
|
638
|
-
export declare namespace GetOutpostOutput {
|
|
639
|
-
|
|
640
|
-
const filterSensitiveLog: (obj: GetOutpostOutput) => any;
|
|
641
|
-
}
|
|
642
502
|
export interface GetOutpostInstanceTypesInput {
|
|
643
503
|
|
|
644
504
|
OutpostId: string | undefined;
|
|
@@ -647,19 +507,11 @@ export interface GetOutpostInstanceTypesInput {
|
|
|
647
507
|
|
|
648
508
|
MaxResults?: number;
|
|
649
509
|
}
|
|
650
|
-
export declare namespace GetOutpostInstanceTypesInput {
|
|
651
|
-
|
|
652
|
-
const filterSensitiveLog: (obj: GetOutpostInstanceTypesInput) => any;
|
|
653
|
-
}
|
|
654
510
|
|
|
655
511
|
export interface InstanceTypeItem {
|
|
656
512
|
|
|
657
513
|
InstanceType?: string;
|
|
658
514
|
}
|
|
659
|
-
export declare namespace InstanceTypeItem {
|
|
660
|
-
|
|
661
|
-
const filterSensitiveLog: (obj: InstanceTypeItem) => any;
|
|
662
|
-
}
|
|
663
515
|
export interface GetOutpostInstanceTypesOutput {
|
|
664
516
|
|
|
665
517
|
InstanceTypes?: InstanceTypeItem[];
|
|
@@ -670,36 +522,20 @@ export interface GetOutpostInstanceTypesOutput {
|
|
|
670
522
|
|
|
671
523
|
OutpostArn?: string;
|
|
672
524
|
}
|
|
673
|
-
export declare namespace GetOutpostInstanceTypesOutput {
|
|
674
|
-
|
|
675
|
-
const filterSensitiveLog: (obj: GetOutpostInstanceTypesOutput) => any;
|
|
676
|
-
}
|
|
677
525
|
export interface GetSiteInput {
|
|
678
526
|
|
|
679
527
|
SiteId: string | undefined;
|
|
680
528
|
}
|
|
681
|
-
export declare namespace GetSiteInput {
|
|
682
|
-
|
|
683
|
-
const filterSensitiveLog: (obj: GetSiteInput) => any;
|
|
684
|
-
}
|
|
685
529
|
export interface GetSiteOutput {
|
|
686
530
|
|
|
687
531
|
Site?: Site;
|
|
688
532
|
}
|
|
689
|
-
export declare namespace GetSiteOutput {
|
|
690
|
-
|
|
691
|
-
const filterSensitiveLog: (obj: GetSiteOutput) => any;
|
|
692
|
-
}
|
|
693
533
|
export interface GetSiteAddressInput {
|
|
694
534
|
|
|
695
535
|
SiteId: string | undefined;
|
|
696
536
|
|
|
697
537
|
AddressType: AddressType | string | undefined;
|
|
698
538
|
}
|
|
699
|
-
export declare namespace GetSiteAddressInput {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: GetSiteAddressInput) => any;
|
|
702
|
-
}
|
|
703
539
|
export interface GetSiteAddressOutput {
|
|
704
540
|
|
|
705
541
|
SiteId?: string;
|
|
@@ -708,10 +544,6 @@ export interface GetSiteAddressOutput {
|
|
|
708
544
|
|
|
709
545
|
Address?: Address;
|
|
710
546
|
}
|
|
711
|
-
export declare namespace GetSiteAddressOutput {
|
|
712
|
-
|
|
713
|
-
const filterSensitiveLog: (obj: GetSiteAddressOutput) => any;
|
|
714
|
-
}
|
|
715
547
|
export interface ListAssetsInput {
|
|
716
548
|
|
|
717
549
|
OutpostIdentifier: string | undefined;
|
|
@@ -722,20 +554,12 @@ export interface ListAssetsInput {
|
|
|
722
554
|
|
|
723
555
|
NextToken?: string;
|
|
724
556
|
}
|
|
725
|
-
export declare namespace ListAssetsInput {
|
|
726
|
-
|
|
727
|
-
const filterSensitiveLog: (obj: ListAssetsInput) => any;
|
|
728
|
-
}
|
|
729
557
|
export interface ListAssetsOutput {
|
|
730
558
|
|
|
731
559
|
Assets?: AssetInfo[];
|
|
732
560
|
|
|
733
561
|
NextToken?: string;
|
|
734
562
|
}
|
|
735
|
-
export declare namespace ListAssetsOutput {
|
|
736
|
-
|
|
737
|
-
const filterSensitiveLog: (obj: ListAssetsOutput) => any;
|
|
738
|
-
}
|
|
739
563
|
export interface ListCatalogItemsInput {
|
|
740
564
|
|
|
741
565
|
NextToken?: string;
|
|
@@ -748,20 +572,12 @@ export interface ListCatalogItemsInput {
|
|
|
748
572
|
|
|
749
573
|
EC2FamilyFilter?: string[];
|
|
750
574
|
}
|
|
751
|
-
export declare namespace ListCatalogItemsInput {
|
|
752
|
-
|
|
753
|
-
const filterSensitiveLog: (obj: ListCatalogItemsInput) => any;
|
|
754
|
-
}
|
|
755
575
|
export interface ListCatalogItemsOutput {
|
|
756
576
|
|
|
757
577
|
CatalogItems?: CatalogItem[];
|
|
758
578
|
|
|
759
579
|
NextToken?: string;
|
|
760
580
|
}
|
|
761
|
-
export declare namespace ListCatalogItemsOutput {
|
|
762
|
-
|
|
763
|
-
const filterSensitiveLog: (obj: ListCatalogItemsOutput) => any;
|
|
764
|
-
}
|
|
765
581
|
export interface ListOrdersInput {
|
|
766
582
|
|
|
767
583
|
OutpostIdentifierFilter?: string;
|
|
@@ -770,10 +586,6 @@ export interface ListOrdersInput {
|
|
|
770
586
|
|
|
771
587
|
MaxResults?: number;
|
|
772
588
|
}
|
|
773
|
-
export declare namespace ListOrdersInput {
|
|
774
|
-
|
|
775
|
-
const filterSensitiveLog: (obj: ListOrdersInput) => any;
|
|
776
|
-
}
|
|
777
589
|
export declare enum OrderType {
|
|
778
590
|
OUTPOST = "OUTPOST",
|
|
779
591
|
REPLACEMENT = "REPLACEMENT"
|
|
@@ -795,20 +607,12 @@ export interface OrderSummary {
|
|
|
795
607
|
|
|
796
608
|
OrderFulfilledDate?: Date;
|
|
797
609
|
}
|
|
798
|
-
export declare namespace OrderSummary {
|
|
799
|
-
|
|
800
|
-
const filterSensitiveLog: (obj: OrderSummary) => any;
|
|
801
|
-
}
|
|
802
610
|
export interface ListOrdersOutput {
|
|
803
611
|
|
|
804
612
|
Orders?: OrderSummary[];
|
|
805
613
|
|
|
806
614
|
NextToken?: string;
|
|
807
615
|
}
|
|
808
|
-
export declare namespace ListOrdersOutput {
|
|
809
|
-
|
|
810
|
-
const filterSensitiveLog: (obj: ListOrdersOutput) => any;
|
|
811
|
-
}
|
|
812
616
|
export interface ListOutpostsInput {
|
|
813
617
|
|
|
814
618
|
NextToken?: string;
|
|
@@ -821,20 +625,12 @@ export interface ListOutpostsInput {
|
|
|
821
625
|
|
|
822
626
|
AvailabilityZoneIdFilter?: string[];
|
|
823
627
|
}
|
|
824
|
-
export declare namespace ListOutpostsInput {
|
|
825
|
-
|
|
826
|
-
const filterSensitiveLog: (obj: ListOutpostsInput) => any;
|
|
827
|
-
}
|
|
828
628
|
export interface ListOutpostsOutput {
|
|
829
629
|
|
|
830
630
|
Outposts?: Outpost[];
|
|
831
631
|
|
|
832
632
|
NextToken?: string;
|
|
833
633
|
}
|
|
834
|
-
export declare namespace ListOutpostsOutput {
|
|
835
|
-
|
|
836
|
-
const filterSensitiveLog: (obj: ListOutpostsOutput) => any;
|
|
837
|
-
}
|
|
838
634
|
export interface ListSitesInput {
|
|
839
635
|
|
|
840
636
|
NextToken?: string;
|
|
@@ -847,36 +643,20 @@ export interface ListSitesInput {
|
|
|
847
643
|
|
|
848
644
|
OperatingAddressCityFilter?: string[];
|
|
849
645
|
}
|
|
850
|
-
export declare namespace ListSitesInput {
|
|
851
|
-
|
|
852
|
-
const filterSensitiveLog: (obj: ListSitesInput) => any;
|
|
853
|
-
}
|
|
854
646
|
export interface ListSitesOutput {
|
|
855
647
|
|
|
856
648
|
Sites?: Site[];
|
|
857
649
|
|
|
858
650
|
NextToken?: string;
|
|
859
651
|
}
|
|
860
|
-
export declare namespace ListSitesOutput {
|
|
861
|
-
|
|
862
|
-
const filterSensitiveLog: (obj: ListSitesOutput) => any;
|
|
863
|
-
}
|
|
864
652
|
export interface ListTagsForResourceRequest {
|
|
865
653
|
|
|
866
654
|
ResourceArn: string | undefined;
|
|
867
655
|
}
|
|
868
|
-
export declare namespace ListTagsForResourceRequest {
|
|
869
|
-
|
|
870
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
871
|
-
}
|
|
872
656
|
export interface ListTagsForResourceResponse {
|
|
873
657
|
|
|
874
658
|
Tags?: Record<string, string>;
|
|
875
659
|
}
|
|
876
|
-
export declare namespace ListTagsForResourceResponse {
|
|
877
|
-
|
|
878
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
879
|
-
}
|
|
880
660
|
export interface StartConnectionRequest {
|
|
881
661
|
|
|
882
662
|
DeviceSerialNumber: string | undefined;
|
|
@@ -887,52 +667,28 @@ export interface StartConnectionRequest {
|
|
|
887
667
|
|
|
888
668
|
NetworkInterfaceDeviceIndex: number | undefined;
|
|
889
669
|
}
|
|
890
|
-
export declare namespace StartConnectionRequest {
|
|
891
|
-
|
|
892
|
-
const filterSensitiveLog: (obj: StartConnectionRequest) => any;
|
|
893
|
-
}
|
|
894
670
|
export interface StartConnectionResponse {
|
|
895
671
|
|
|
896
672
|
ConnectionId?: string;
|
|
897
673
|
|
|
898
674
|
UnderlayIpAddress?: string;
|
|
899
675
|
}
|
|
900
|
-
export declare namespace StartConnectionResponse {
|
|
901
|
-
|
|
902
|
-
const filterSensitiveLog: (obj: StartConnectionResponse) => any;
|
|
903
|
-
}
|
|
904
676
|
export interface TagResourceRequest {
|
|
905
677
|
|
|
906
678
|
ResourceArn: string | undefined;
|
|
907
679
|
|
|
908
680
|
Tags: Record<string, string> | undefined;
|
|
909
681
|
}
|
|
910
|
-
export declare namespace TagResourceRequest {
|
|
911
|
-
|
|
912
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
913
|
-
}
|
|
914
682
|
export interface TagResourceResponse {
|
|
915
683
|
}
|
|
916
|
-
export declare namespace TagResourceResponse {
|
|
917
|
-
|
|
918
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
919
|
-
}
|
|
920
684
|
export interface UntagResourceRequest {
|
|
921
685
|
|
|
922
686
|
ResourceArn: string | undefined;
|
|
923
687
|
|
|
924
688
|
TagKeys: string[] | undefined;
|
|
925
689
|
}
|
|
926
|
-
export declare namespace UntagResourceRequest {
|
|
927
|
-
|
|
928
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
929
|
-
}
|
|
930
690
|
export interface UntagResourceResponse {
|
|
931
691
|
}
|
|
932
|
-
export declare namespace UntagResourceResponse {
|
|
933
|
-
|
|
934
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
935
|
-
}
|
|
936
692
|
export interface UpdateOutpostInput {
|
|
937
693
|
|
|
938
694
|
OutpostId: string | undefined;
|
|
@@ -943,18 +699,10 @@ export interface UpdateOutpostInput {
|
|
|
943
699
|
|
|
944
700
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
945
701
|
}
|
|
946
|
-
export declare namespace UpdateOutpostInput {
|
|
947
|
-
|
|
948
|
-
const filterSensitiveLog: (obj: UpdateOutpostInput) => any;
|
|
949
|
-
}
|
|
950
702
|
export interface UpdateOutpostOutput {
|
|
951
703
|
|
|
952
704
|
Outpost?: Outpost;
|
|
953
705
|
}
|
|
954
|
-
export declare namespace UpdateOutpostOutput {
|
|
955
|
-
|
|
956
|
-
const filterSensitiveLog: (obj: UpdateOutpostOutput) => any;
|
|
957
|
-
}
|
|
958
706
|
export interface UpdateSiteInput {
|
|
959
707
|
|
|
960
708
|
SiteId: string | undefined;
|
|
@@ -965,18 +713,10 @@ export interface UpdateSiteInput {
|
|
|
965
713
|
|
|
966
714
|
Notes?: string;
|
|
967
715
|
}
|
|
968
|
-
export declare namespace UpdateSiteInput {
|
|
969
|
-
|
|
970
|
-
const filterSensitiveLog: (obj: UpdateSiteInput) => any;
|
|
971
|
-
}
|
|
972
716
|
export interface UpdateSiteOutput {
|
|
973
717
|
|
|
974
718
|
Site?: Site;
|
|
975
719
|
}
|
|
976
|
-
export declare namespace UpdateSiteOutput {
|
|
977
|
-
|
|
978
|
-
const filterSensitiveLog: (obj: UpdateSiteOutput) => any;
|
|
979
|
-
}
|
|
980
720
|
export interface UpdateSiteAddressInput {
|
|
981
721
|
|
|
982
722
|
SiteId: string | undefined;
|
|
@@ -985,20 +725,12 @@ export interface UpdateSiteAddressInput {
|
|
|
985
725
|
|
|
986
726
|
Address: Address | undefined;
|
|
987
727
|
}
|
|
988
|
-
export declare namespace UpdateSiteAddressInput {
|
|
989
|
-
|
|
990
|
-
const filterSensitiveLog: (obj: UpdateSiteAddressInput) => any;
|
|
991
|
-
}
|
|
992
728
|
export interface UpdateSiteAddressOutput {
|
|
993
729
|
|
|
994
730
|
AddressType?: AddressType | string;
|
|
995
731
|
|
|
996
732
|
Address?: Address;
|
|
997
733
|
}
|
|
998
|
-
export declare namespace UpdateSiteAddressOutput {
|
|
999
|
-
|
|
1000
|
-
const filterSensitiveLog: (obj: UpdateSiteAddressOutput) => any;
|
|
1001
|
-
}
|
|
1002
734
|
export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
1003
735
|
|
|
1004
736
|
SiteId: string | undefined;
|
|
@@ -1021,15 +753,145 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1021
753
|
|
|
1022
754
|
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
|
|
1023
755
|
}
|
|
1024
|
-
export declare namespace UpdateSiteRackPhysicalPropertiesInput {
|
|
1025
|
-
|
|
1026
|
-
const filterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesInput) => any;
|
|
1027
|
-
}
|
|
1028
756
|
export interface UpdateSiteRackPhysicalPropertiesOutput {
|
|
1029
757
|
|
|
1030
758
|
Site?: Site;
|
|
1031
759
|
}
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
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;
|