@aws-sdk/client-outposts 3.128.0 → 3.137.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 (60) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-cjs/commands/CancelOrderCommand.js +2 -2
  3. package/dist-cjs/commands/CreateOrderCommand.js +2 -2
  4. package/dist-cjs/commands/CreateOutpostCommand.js +2 -2
  5. package/dist-cjs/commands/CreateSiteCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteOutpostCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteSiteCommand.js +2 -2
  8. package/dist-cjs/commands/GetCatalogItemCommand.js +2 -2
  9. package/dist-cjs/commands/GetConnectionCommand.js +2 -2
  10. package/dist-cjs/commands/GetOrderCommand.js +2 -2
  11. package/dist-cjs/commands/GetOutpostCommand.js +2 -2
  12. package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +2 -2
  13. package/dist-cjs/commands/GetSiteAddressCommand.js +2 -2
  14. package/dist-cjs/commands/GetSiteCommand.js +2 -2
  15. package/dist-cjs/commands/ListAssetsCommand.js +2 -2
  16. package/dist-cjs/commands/ListCatalogItemsCommand.js +2 -2
  17. package/dist-cjs/commands/ListOrdersCommand.js +2 -2
  18. package/dist-cjs/commands/ListOutpostsCommand.js +2 -2
  19. package/dist-cjs/commands/ListSitesCommand.js +2 -2
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-cjs/commands/StartConnectionCommand.js +2 -2
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateOutpostCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateSiteAddressCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateSiteCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -2
  28. package/dist-cjs/models/models_0.js +285 -404
  29. package/dist-cjs/protocols/Aws_restJson1.js +45 -0
  30. package/dist-es/commands/CancelOrderCommand.js +3 -3
  31. package/dist-es/commands/CreateOrderCommand.js +3 -3
  32. package/dist-es/commands/CreateOutpostCommand.js +3 -3
  33. package/dist-es/commands/CreateSiteCommand.js +3 -3
  34. package/dist-es/commands/DeleteOutpostCommand.js +3 -3
  35. package/dist-es/commands/DeleteSiteCommand.js +3 -3
  36. package/dist-es/commands/GetCatalogItemCommand.js +3 -3
  37. package/dist-es/commands/GetConnectionCommand.js +3 -3
  38. package/dist-es/commands/GetOrderCommand.js +3 -3
  39. package/dist-es/commands/GetOutpostCommand.js +3 -3
  40. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +3 -3
  41. package/dist-es/commands/GetSiteAddressCommand.js +3 -3
  42. package/dist-es/commands/GetSiteCommand.js +3 -3
  43. package/dist-es/commands/ListAssetsCommand.js +3 -3
  44. package/dist-es/commands/ListCatalogItemsCommand.js +3 -3
  45. package/dist-es/commands/ListOrdersCommand.js +3 -3
  46. package/dist-es/commands/ListOutpostsCommand.js +3 -3
  47. package/dist-es/commands/ListSitesCommand.js +3 -3
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  49. package/dist-es/commands/StartConnectionCommand.js +3 -3
  50. package/dist-es/commands/TagResourceCommand.js +3 -3
  51. package/dist-es/commands/UntagResourceCommand.js +3 -3
  52. package/dist-es/commands/UpdateOutpostCommand.js +3 -3
  53. package/dist-es/commands/UpdateSiteAddressCommand.js +3 -3
  54. package/dist-es/commands/UpdateSiteCommand.js +3 -3
  55. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
  56. package/dist-es/models/models_0.js +76 -268
  57. package/dist-es/protocols/Aws_restJson1.js +45 -0
  58. package/dist-types/models/models_0.d.ts +327 -397
  59. package/dist-types/ts3.4/models/models_0.d.ts +159 -265
  60. package/package.json +9 -9
@@ -63,12 +63,6 @@ export interface Address {
63
63
  */
64
64
  Municipality?: string;
65
65
  }
66
- export declare namespace Address {
67
- /**
68
- * @internal
69
- */
70
- const filterSensitiveLog: (obj: Address) => any;
71
- }
72
66
  export declare enum AddressType {
73
67
  OPERATING_ADDRESS = "OPERATING_ADDRESS",
74
68
  SHIPPING_ADDRESS = "SHIPPING_ADDRESS"
@@ -86,12 +80,6 @@ export interface AssetLocation {
86
80
  */
87
81
  RackElevation?: number;
88
82
  }
89
- export declare namespace AssetLocation {
90
- /**
91
- * @internal
92
- */
93
- const filterSensitiveLog: (obj: AssetLocation) => any;
94
- }
95
83
  export declare enum AssetType {
96
84
  COMPUTE = "COMPUTE"
97
85
  }
@@ -108,12 +96,6 @@ export interface ComputeAttributes {
108
96
  */
109
97
  HostId?: string;
110
98
  }
111
- export declare namespace ComputeAttributes {
112
- /**
113
- * @internal
114
- */
115
- const filterSensitiveLog: (obj: ComputeAttributes) => any;
116
- }
117
99
  /**
118
100
  * <p>
119
101
  * Information about hardware assets.
@@ -151,12 +133,6 @@ export interface AssetInfo {
151
133
  */
152
134
  AssetLocation?: AssetLocation;
153
135
  }
154
- export declare namespace AssetInfo {
155
- /**
156
- * @internal
157
- */
158
- const filterSensitiveLog: (obj: AssetInfo) => any;
159
- }
160
136
  export interface CancelOrderInput {
161
137
  /**
162
138
  * <p>
@@ -165,20 +141,8 @@ export interface CancelOrderInput {
165
141
  */
166
142
  OrderId: string | undefined;
167
143
  }
168
- export declare namespace CancelOrderInput {
169
- /**
170
- * @internal
171
- */
172
- const filterSensitiveLog: (obj: CancelOrderInput) => any;
173
- }
174
144
  export interface CancelOrderOutput {
175
145
  }
176
- export declare namespace CancelOrderOutput {
177
- /**
178
- * @internal
179
- */
180
- const filterSensitiveLog: (obj: CancelOrderOutput) => any;
181
- }
182
146
  export declare enum ResourceType {
183
147
  ORDER = "ORDER",
184
148
  OUTPOST = "OUTPOST"
@@ -262,12 +226,6 @@ export interface EC2Capacity {
262
226
  */
263
227
  Quantity?: string;
264
228
  }
265
- export declare namespace EC2Capacity {
266
- /**
267
- * @internal
268
- */
269
- const filterSensitiveLog: (obj: EC2Capacity) => any;
270
- }
271
229
  export declare enum CatalogItemStatus {
272
230
  AVAILABLE = "AVAILABLE",
273
231
  DISCONTINUED = "DISCONTINUED"
@@ -322,12 +280,6 @@ export interface CatalogItem {
322
280
  */
323
281
  SupportedStorage?: (SupportedStorageEnum | string)[];
324
282
  }
325
- export declare namespace CatalogItem {
326
- /**
327
- * @internal
328
- */
329
- const filterSensitiveLog: (obj: CatalogItem) => any;
330
- }
331
283
  export declare enum CatalogItemClass {
332
284
  RACK = "RACK",
333
285
  SERVER = "SERVER"
@@ -375,12 +327,6 @@ export interface ConnectionDetails {
375
327
  */
376
328
  AllowedIps?: string[];
377
329
  }
378
- export declare namespace ConnectionDetails {
379
- /**
380
- * @internal
381
- */
382
- const filterSensitiveLog: (obj: ConnectionDetails) => any;
383
- }
384
330
  /**
385
331
  * <p>Information about a line item request.</p>
386
332
  */
@@ -394,12 +340,6 @@ export interface LineItemRequest {
394
340
  */
395
341
  Quantity?: number;
396
342
  }
397
- export declare namespace LineItemRequest {
398
- /**
399
- * @internal
400
- */
401
- const filterSensitiveLog: (obj: LineItemRequest) => any;
402
- }
403
343
  export declare enum PaymentOption {
404
344
  ALL_UPFRONT = "ALL_UPFRONT",
405
345
  NO_UPFRONT = "NO_UPFRONT",
@@ -428,11 +368,49 @@ export interface CreateOrderInput {
428
368
  */
429
369
  PaymentTerm?: PaymentTerm | string;
430
370
  }
431
- export declare namespace CreateOrderInput {
371
+ /**
372
+ * <p>
373
+ * Information about a line item asset.
374
+ * </p>
375
+ */
376
+ export interface LineItemAssetInformation {
432
377
  /**
433
- * @internal
378
+ * <p>
379
+ * The ID of the asset.
380
+ * </p>
434
381
  */
435
- const filterSensitiveLog: (obj: CreateOrderInput) => any;
382
+ AssetId?: string;
383
+ /**
384
+ * <p>
385
+ * MAC addresses of the asset.
386
+ * </p>
387
+ */
388
+ MacAddressList?: string[];
389
+ }
390
+ export declare enum ShipmentCarrier {
391
+ DBS = "DBS",
392
+ DHL = "DHL",
393
+ FEDEX = "FEDEX",
394
+ UPS = "UPS"
395
+ }
396
+ /**
397
+ * <p>
398
+ * Information about a line item shipment.
399
+ * </p>
400
+ */
401
+ export interface ShipmentInformation {
402
+ /**
403
+ * <p>
404
+ * The tracking number of the shipment.
405
+ * </p>
406
+ */
407
+ ShipmentTrackingNumber?: string;
408
+ /**
409
+ * <p>
410
+ * The carrier of the shipment.
411
+ * </p>
412
+ */
413
+ ShipmentCarrier?: ShipmentCarrier | string;
436
414
  }
437
415
  export declare enum LineItemStatus {
438
416
  BUILDING = "BUILDING",
@@ -466,12 +444,18 @@ export interface LineItem {
466
444
  * <p>The status of the line item.</p>
467
445
  */
468
446
  Status?: LineItemStatus | string;
469
- }
470
- export declare namespace LineItem {
471
447
  /**
472
- * @internal
448
+ * <p>
449
+ * Information about a line item shipment.
450
+ * </p>
473
451
  */
474
- const filterSensitiveLog: (obj: LineItem) => any;
452
+ ShipmentInformation?: ShipmentInformation;
453
+ /**
454
+ * <p>
455
+ * Information about assets.
456
+ * </p>
457
+ */
458
+ AssetInformationList?: LineItemAssetInformation[];
475
459
  }
476
460
  export declare enum OrderStatus {
477
461
  CANCELLED = "CANCELLED",
@@ -548,24 +532,12 @@ export interface Order {
548
532
  */
549
533
  OrderFulfilledDate?: Date;
550
534
  }
551
- export declare namespace Order {
552
- /**
553
- * @internal
554
- */
555
- const filterSensitiveLog: (obj: Order) => any;
556
- }
557
535
  export interface CreateOrderOutput {
558
536
  /**
559
537
  * <p>Information about this order.</p>
560
538
  */
561
539
  Order?: Order;
562
540
  }
563
- export declare namespace CreateOrderOutput {
564
- /**
565
- * @internal
566
- */
567
- const filterSensitiveLog: (obj: CreateOrderOutput) => any;
568
- }
569
541
  /**
570
542
  * <p>You have exceeded a service quota.</p>
571
543
  */
@@ -622,12 +594,6 @@ export interface CreateOutpostInput {
622
594
  */
623
595
  SupportedHardwareType?: SupportedHardwareType | string;
624
596
  }
625
- export declare namespace CreateOutpostInput {
626
- /**
627
- * @internal
628
- */
629
- const filterSensitiveLog: (obj: CreateOutpostInput) => any;
630
- }
631
597
  /**
632
598
  * <p>Information about an Outpost.</p>
633
599
  */
@@ -687,24 +653,12 @@ export interface Outpost {
687
653
  */
688
654
  SupportedHardwareType?: SupportedHardwareType | string;
689
655
  }
690
- export declare namespace Outpost {
691
- /**
692
- * @internal
693
- */
694
- const filterSensitiveLog: (obj: Outpost) => any;
695
- }
696
656
  export interface CreateOutpostOutput {
697
657
  /**
698
658
  * <p>Information about an Outpost.</p>
699
659
  */
700
660
  Outpost?: Outpost;
701
661
  }
702
- export declare namespace CreateOutpostOutput {
703
- /**
704
- * @internal
705
- */
706
- const filterSensitiveLog: (obj: CreateOutpostOutput) => any;
707
- }
708
662
  export declare enum FiberOpticCableType {
709
663
  MULTI_MODE = "MULTI_MODE",
710
664
  SINGLE_MODE = "SINGLE_MODE"
@@ -818,12 +772,6 @@ export interface RackPhysicalProperties {
818
772
  */
819
773
  MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
820
774
  }
821
- export declare namespace RackPhysicalProperties {
822
- /**
823
- * @internal
824
- */
825
- const filterSensitiveLog: (obj: RackPhysicalProperties) => any;
826
- }
827
775
  export interface CreateSiteInput {
828
776
  /**
829
777
  * <p>The name of the site.</p>
@@ -868,12 +816,6 @@ export interface CreateSiteInput {
868
816
  */
869
817
  RackPhysicalProperties?: RackPhysicalProperties;
870
818
  }
871
- export declare namespace CreateSiteInput {
872
- /**
873
- * @internal
874
- */
875
- const filterSensitiveLog: (obj: CreateSiteInput) => any;
876
- }
877
819
  /**
878
820
  * <p>Information about a site.</p>
879
821
  */
@@ -933,24 +875,12 @@ export interface Site {
933
875
  */
934
876
  RackPhysicalProperties?: RackPhysicalProperties;
935
877
  }
936
- export declare namespace Site {
937
- /**
938
- * @internal
939
- */
940
- const filterSensitiveLog: (obj: Site) => any;
941
- }
942
878
  export interface CreateSiteOutput {
943
879
  /**
944
880
  * <p>Information about a site.</p>
945
881
  */
946
882
  Site?: Site;
947
883
  }
948
- export declare namespace CreateSiteOutput {
949
- /**
950
- * @internal
951
- */
952
- const filterSensitiveLog: (obj: CreateSiteOutput) => any;
953
- }
954
884
  export interface DeleteOutpostInput {
955
885
  /**
956
886
  * <p>
@@ -965,20 +895,8 @@ export interface DeleteOutpostInput {
965
895
  */
966
896
  OutpostId: string | undefined;
967
897
  }
968
- export declare namespace DeleteOutpostInput {
969
- /**
970
- * @internal
971
- */
972
- const filterSensitiveLog: (obj: DeleteOutpostInput) => any;
973
- }
974
898
  export interface DeleteOutpostOutput {
975
899
  }
976
- export declare namespace DeleteOutpostOutput {
977
- /**
978
- * @internal
979
- */
980
- const filterSensitiveLog: (obj: DeleteOutpostOutput) => any;
981
- }
982
900
  export interface DeleteSiteInput {
983
901
  /**
984
902
  * <p>
@@ -993,44 +911,20 @@ export interface DeleteSiteInput {
993
911
  */
994
912
  SiteId: string | undefined;
995
913
  }
996
- export declare namespace DeleteSiteInput {
997
- /**
998
- * @internal
999
- */
1000
- const filterSensitiveLog: (obj: DeleteSiteInput) => any;
1001
- }
1002
914
  export interface DeleteSiteOutput {
1003
915
  }
1004
- export declare namespace DeleteSiteOutput {
1005
- /**
1006
- * @internal
1007
- */
1008
- const filterSensitiveLog: (obj: DeleteSiteOutput) => any;
1009
- }
1010
916
  export interface GetCatalogItemInput {
1011
917
  /**
1012
918
  * <p>The ID of the catalog item.</p>
1013
919
  */
1014
920
  CatalogItemId: string | undefined;
1015
921
  }
1016
- export declare namespace GetCatalogItemInput {
1017
- /**
1018
- * @internal
1019
- */
1020
- const filterSensitiveLog: (obj: GetCatalogItemInput) => any;
1021
- }
1022
922
  export interface GetCatalogItemOutput {
1023
923
  /**
1024
924
  * <p>Information about this catalog item.</p>
1025
925
  */
1026
926
  CatalogItem?: CatalogItem;
1027
927
  }
1028
- export declare namespace GetCatalogItemOutput {
1029
- /**
1030
- * @internal
1031
- */
1032
- const filterSensitiveLog: (obj: GetCatalogItemOutput) => any;
1033
- }
1034
928
  export interface GetConnectionRequest {
1035
929
  /**
1036
930
  * <p>
@@ -1039,12 +933,6 @@ export interface GetConnectionRequest {
1039
933
  */
1040
934
  ConnectionId: string | undefined;
1041
935
  }
1042
- export declare namespace GetConnectionRequest {
1043
- /**
1044
- * @internal
1045
- */
1046
- const filterSensitiveLog: (obj: GetConnectionRequest) => any;
1047
- }
1048
936
  export interface GetConnectionResponse {
1049
937
  /**
1050
938
  * <p>
@@ -1059,36 +947,18 @@ export interface GetConnectionResponse {
1059
947
  */
1060
948
  ConnectionDetails?: ConnectionDetails;
1061
949
  }
1062
- export declare namespace GetConnectionResponse {
1063
- /**
1064
- * @internal
1065
- */
1066
- const filterSensitiveLog: (obj: GetConnectionResponse) => any;
1067
- }
1068
950
  export interface GetOrderInput {
1069
951
  /**
1070
952
  * <p>The ID of the order.</p>
1071
953
  */
1072
954
  OrderId: string | undefined;
1073
955
  }
1074
- export declare namespace GetOrderInput {
1075
- /**
1076
- * @internal
1077
- */
1078
- const filterSensitiveLog: (obj: GetOrderInput) => any;
1079
- }
1080
956
  export interface GetOrderOutput {
1081
957
  /**
1082
958
  * <p>Information about an order.</p>
1083
959
  */
1084
960
  Order?: Order;
1085
961
  }
1086
- export declare namespace GetOrderOutput {
1087
- /**
1088
- * @internal
1089
- */
1090
- const filterSensitiveLog: (obj: GetOrderOutput) => any;
1091
- }
1092
962
  export interface GetOutpostInput {
1093
963
  /**
1094
964
  * <p>
@@ -1103,24 +973,12 @@ export interface GetOutpostInput {
1103
973
  */
1104
974
  OutpostId: string | undefined;
1105
975
  }
1106
- export declare namespace GetOutpostInput {
1107
- /**
1108
- * @internal
1109
- */
1110
- const filterSensitiveLog: (obj: GetOutpostInput) => any;
1111
- }
1112
976
  export interface GetOutpostOutput {
1113
977
  /**
1114
978
  * <p>Information about an Outpost.</p>
1115
979
  */
1116
980
  Outpost?: Outpost;
1117
981
  }
1118
- export declare namespace GetOutpostOutput {
1119
- /**
1120
- * @internal
1121
- */
1122
- const filterSensitiveLog: (obj: GetOutpostOutput) => any;
1123
- }
1124
982
  export interface GetOutpostInstanceTypesInput {
1125
983
  /**
1126
984
  * <p>
@@ -1143,12 +1001,6 @@ export interface GetOutpostInstanceTypesInput {
1143
1001
  */
1144
1002
  MaxResults?: number;
1145
1003
  }
1146
- export declare namespace GetOutpostInstanceTypesInput {
1147
- /**
1148
- * @internal
1149
- */
1150
- const filterSensitiveLog: (obj: GetOutpostInstanceTypesInput) => any;
1151
- }
1152
1004
  /**
1153
1005
  * <p>Information about an instance type.</p>
1154
1006
  */
@@ -1158,12 +1010,6 @@ export interface InstanceTypeItem {
1158
1010
  */
1159
1011
  InstanceType?: string;
1160
1012
  }
1161
- export declare namespace InstanceTypeItem {
1162
- /**
1163
- * @internal
1164
- */
1165
- const filterSensitiveLog: (obj: InstanceTypeItem) => any;
1166
- }
1167
1013
  export interface GetOutpostInstanceTypesOutput {
1168
1014
  /**
1169
1015
  * <p>Information about the instance types.</p>
@@ -1190,12 +1036,6 @@ export interface GetOutpostInstanceTypesOutput {
1190
1036
  */
1191
1037
  OutpostArn?: string;
1192
1038
  }
1193
- export declare namespace GetOutpostInstanceTypesOutput {
1194
- /**
1195
- * @internal
1196
- */
1197
- const filterSensitiveLog: (obj: GetOutpostInstanceTypesOutput) => any;
1198
- }
1199
1039
  export interface GetSiteInput {
1200
1040
  /**
1201
1041
  * <p>
@@ -1210,24 +1050,12 @@ export interface GetSiteInput {
1210
1050
  */
1211
1051
  SiteId: string | undefined;
1212
1052
  }
1213
- export declare namespace GetSiteInput {
1214
- /**
1215
- * @internal
1216
- */
1217
- const filterSensitiveLog: (obj: GetSiteInput) => any;
1218
- }
1219
1053
  export interface GetSiteOutput {
1220
1054
  /**
1221
1055
  * <p>Information about a site.</p>
1222
1056
  */
1223
1057
  Site?: Site;
1224
1058
  }
1225
- export declare namespace GetSiteOutput {
1226
- /**
1227
- * @internal
1228
- */
1229
- const filterSensitiveLog: (obj: GetSiteOutput) => any;
1230
- }
1231
1059
  export interface GetSiteAddressInput {
1232
1060
  /**
1233
1061
  * <p>
@@ -1246,12 +1074,6 @@ export interface GetSiteAddressInput {
1246
1074
  */
1247
1075
  AddressType: AddressType | string | undefined;
1248
1076
  }
1249
- export declare namespace GetSiteAddressInput {
1250
- /**
1251
- * @internal
1252
- */
1253
- const filterSensitiveLog: (obj: GetSiteAddressInput) => any;
1254
- }
1255
1077
  export interface GetSiteAddressOutput {
1256
1078
  /**
1257
1079
  * <p>
@@ -1270,12 +1092,6 @@ export interface GetSiteAddressOutput {
1270
1092
  */
1271
1093
  Address?: Address;
1272
1094
  }
1273
- export declare namespace GetSiteAddressOutput {
1274
- /**
1275
- * @internal
1276
- */
1277
- const filterSensitiveLog: (obj: GetSiteAddressOutput) => any;
1278
- }
1279
1095
  export interface ListAssetsInput {
1280
1096
  /**
1281
1097
  * <p>
@@ -1301,12 +1117,6 @@ export interface ListAssetsInput {
1301
1117
  */
1302
1118
  NextToken?: string;
1303
1119
  }
1304
- export declare namespace ListAssetsInput {
1305
- /**
1306
- * @internal
1307
- */
1308
- const filterSensitiveLog: (obj: ListAssetsInput) => any;
1309
- }
1310
1120
  export interface ListAssetsOutput {
1311
1121
  /**
1312
1122
  * <p>
@@ -1319,12 +1129,6 @@ export interface ListAssetsOutput {
1319
1129
  */
1320
1130
  NextToken?: string;
1321
1131
  }
1322
- export declare namespace ListAssetsOutput {
1323
- /**
1324
- * @internal
1325
- */
1326
- const filterSensitiveLog: (obj: ListAssetsOutput) => any;
1327
- }
1328
1132
  export interface ListCatalogItemsInput {
1329
1133
  /**
1330
1134
  * <p>The pagination token.</p>
@@ -1362,12 +1166,6 @@ export interface ListCatalogItemsInput {
1362
1166
  */
1363
1167
  EC2FamilyFilter?: string[];
1364
1168
  }
1365
- export declare namespace ListCatalogItemsInput {
1366
- /**
1367
- * @internal
1368
- */
1369
- const filterSensitiveLog: (obj: ListCatalogItemsInput) => any;
1370
- }
1371
1169
  export interface ListCatalogItemsOutput {
1372
1170
  /**
1373
1171
  * <p>Information about the catalog items.</p>
@@ -1378,12 +1176,6 @@ export interface ListCatalogItemsOutput {
1378
1176
  */
1379
1177
  NextToken?: string;
1380
1178
  }
1381
- export declare namespace ListCatalogItemsOutput {
1382
- /**
1383
- * @internal
1384
- */
1385
- const filterSensitiveLog: (obj: ListCatalogItemsOutput) => any;
1386
- }
1387
1179
  export interface ListOrdersInput {
1388
1180
  /**
1389
1181
  * <p>
@@ -1400,12 +1192,6 @@ export interface ListOrdersInput {
1400
1192
  */
1401
1193
  MaxResults?: number;
1402
1194
  }
1403
- export declare namespace ListOrdersInput {
1404
- /**
1405
- * @internal
1406
- */
1407
- const filterSensitiveLog: (obj: ListOrdersInput) => any;
1408
- }
1409
1195
  export declare enum OrderType {
1410
1196
  OUTPOST = "OUTPOST",
1411
1197
  REPLACEMENT = "REPLACEMENT"
@@ -1485,12 +1271,6 @@ export interface OrderSummary {
1485
1271
  */
1486
1272
  OrderFulfilledDate?: Date;
1487
1273
  }
1488
- export declare namespace OrderSummary {
1489
- /**
1490
- * @internal
1491
- */
1492
- const filterSensitiveLog: (obj: OrderSummary) => any;
1493
- }
1494
1274
  export interface ListOrdersOutput {
1495
1275
  /**
1496
1276
  * <p>
@@ -1503,12 +1283,6 @@ export interface ListOrdersOutput {
1503
1283
  */
1504
1284
  NextToken?: string;
1505
1285
  }
1506
- export declare namespace ListOrdersOutput {
1507
- /**
1508
- * @internal
1509
- */
1510
- const filterSensitiveLog: (obj: ListOrdersOutput) => any;
1511
- }
1512
1286
  export interface ListOutpostsInput {
1513
1287
  /**
1514
1288
  * <p>The pagination token.</p>
@@ -1546,12 +1320,6 @@ export interface ListOutpostsInput {
1546
1320
  */
1547
1321
  AvailabilityZoneIdFilter?: string[];
1548
1322
  }
1549
- export declare namespace ListOutpostsInput {
1550
- /**
1551
- * @internal
1552
- */
1553
- const filterSensitiveLog: (obj: ListOutpostsInput) => any;
1554
- }
1555
1323
  export interface ListOutpostsOutput {
1556
1324
  /**
1557
1325
  * <p>Information about the Outposts.</p>
@@ -1562,12 +1330,6 @@ export interface ListOutpostsOutput {
1562
1330
  */
1563
1331
  NextToken?: string;
1564
1332
  }
1565
- export declare namespace ListOutpostsOutput {
1566
- /**
1567
- * @internal
1568
- */
1569
- const filterSensitiveLog: (obj: ListOutpostsOutput) => any;
1570
- }
1571
1333
  export interface ListSitesInput {
1572
1334
  /**
1573
1335
  * <p>The pagination token.</p>
@@ -1601,12 +1363,6 @@ export interface ListSitesInput {
1601
1363
  */
1602
1364
  OperatingAddressCityFilter?: string[];
1603
1365
  }
1604
- export declare namespace ListSitesInput {
1605
- /**
1606
- * @internal
1607
- */
1608
- const filterSensitiveLog: (obj: ListSitesInput) => any;
1609
- }
1610
1366
  export interface ListSitesOutput {
1611
1367
  /**
1612
1368
  * <p>Information about the sites.</p>
@@ -1617,36 +1373,18 @@ export interface ListSitesOutput {
1617
1373
  */
1618
1374
  NextToken?: string;
1619
1375
  }
1620
- export declare namespace ListSitesOutput {
1621
- /**
1622
- * @internal
1623
- */
1624
- const filterSensitiveLog: (obj: ListSitesOutput) => any;
1625
- }
1626
1376
  export interface ListTagsForResourceRequest {
1627
1377
  /**
1628
1378
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
1629
1379
  */
1630
1380
  ResourceArn: string | undefined;
1631
1381
  }
1632
- export declare namespace ListTagsForResourceRequest {
1633
- /**
1634
- * @internal
1635
- */
1636
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1637
- }
1638
1382
  export interface ListTagsForResourceResponse {
1639
1383
  /**
1640
1384
  * <p>The resource tags.</p>
1641
1385
  */
1642
1386
  Tags?: Record<string, string>;
1643
1387
  }
1644
- export declare namespace ListTagsForResourceResponse {
1645
- /**
1646
- * @internal
1647
- */
1648
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1649
- }
1650
1388
  export interface StartConnectionRequest {
1651
1389
  /**
1652
1390
  * <p>
@@ -1673,12 +1411,6 @@ export interface StartConnectionRequest {
1673
1411
  */
1674
1412
  NetworkInterfaceDeviceIndex: number | undefined;
1675
1413
  }
1676
- export declare namespace StartConnectionRequest {
1677
- /**
1678
- * @internal
1679
- */
1680
- const filterSensitiveLog: (obj: StartConnectionRequest) => any;
1681
- }
1682
1414
  export interface StartConnectionResponse {
1683
1415
  /**
1684
1416
  * <p>
@@ -1693,12 +1425,6 @@ export interface StartConnectionResponse {
1693
1425
  */
1694
1426
  UnderlayIpAddress?: string;
1695
1427
  }
1696
- export declare namespace StartConnectionResponse {
1697
- /**
1698
- * @internal
1699
- */
1700
- const filterSensitiveLog: (obj: StartConnectionResponse) => any;
1701
- }
1702
1428
  export interface TagResourceRequest {
1703
1429
  /**
1704
1430
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -1709,20 +1435,8 @@ export interface TagResourceRequest {
1709
1435
  */
1710
1436
  Tags: Record<string, string> | undefined;
1711
1437
  }
1712
- export declare namespace TagResourceRequest {
1713
- /**
1714
- * @internal
1715
- */
1716
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1717
- }
1718
1438
  export interface TagResourceResponse {
1719
1439
  }
1720
- export declare namespace TagResourceResponse {
1721
- /**
1722
- * @internal
1723
- */
1724
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1725
- }
1726
1440
  export interface UntagResourceRequest {
1727
1441
  /**
1728
1442
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -1733,20 +1447,8 @@ export interface UntagResourceRequest {
1733
1447
  */
1734
1448
  TagKeys: string[] | undefined;
1735
1449
  }
1736
- export declare namespace UntagResourceRequest {
1737
- /**
1738
- * @internal
1739
- */
1740
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1741
- }
1742
1450
  export interface UntagResourceResponse {
1743
1451
  }
1744
- export declare namespace UntagResourceResponse {
1745
- /**
1746
- * @internal
1747
- */
1748
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1749
- }
1750
1452
  export interface UpdateOutpostInput {
1751
1453
  /**
1752
1454
  * <p>
@@ -1775,24 +1477,12 @@ export interface UpdateOutpostInput {
1775
1477
  */
1776
1478
  SupportedHardwareType?: SupportedHardwareType | string;
1777
1479
  }
1778
- export declare namespace UpdateOutpostInput {
1779
- /**
1780
- * @internal
1781
- */
1782
- const filterSensitiveLog: (obj: UpdateOutpostInput) => any;
1783
- }
1784
1480
  export interface UpdateOutpostOutput {
1785
1481
  /**
1786
1482
  * <p>Information about an Outpost.</p>
1787
1483
  */
1788
1484
  Outpost?: Outpost;
1789
1485
  }
1790
- export declare namespace UpdateOutpostOutput {
1791
- /**
1792
- * @internal
1793
- */
1794
- const filterSensitiveLog: (obj: UpdateOutpostOutput) => any;
1795
- }
1796
1486
  export interface UpdateSiteInput {
1797
1487
  /**
1798
1488
  * <p>
@@ -1821,24 +1511,12 @@ export interface UpdateSiteInput {
1821
1511
  */
1822
1512
  Notes?: string;
1823
1513
  }
1824
- export declare namespace UpdateSiteInput {
1825
- /**
1826
- * @internal
1827
- */
1828
- const filterSensitiveLog: (obj: UpdateSiteInput) => any;
1829
- }
1830
1514
  export interface UpdateSiteOutput {
1831
1515
  /**
1832
1516
  * <p>Information about a site.</p>
1833
1517
  */
1834
1518
  Site?: Site;
1835
1519
  }
1836
- export declare namespace UpdateSiteOutput {
1837
- /**
1838
- * @internal
1839
- */
1840
- const filterSensitiveLog: (obj: UpdateSiteOutput) => any;
1841
- }
1842
1520
  export interface UpdateSiteAddressInput {
1843
1521
  /**
1844
1522
  * <p>
@@ -1865,12 +1543,6 @@ export interface UpdateSiteAddressInput {
1865
1543
  */
1866
1544
  Address: Address | undefined;
1867
1545
  }
1868
- export declare namespace UpdateSiteAddressInput {
1869
- /**
1870
- * @internal
1871
- */
1872
- const filterSensitiveLog: (obj: UpdateSiteAddressInput) => any;
1873
- }
1874
1546
  export interface UpdateSiteAddressOutput {
1875
1547
  /**
1876
1548
  * <p>
@@ -1885,12 +1557,6 @@ export interface UpdateSiteAddressOutput {
1885
1557
  */
1886
1558
  Address?: Address;
1887
1559
  }
1888
- export declare namespace UpdateSiteAddressOutput {
1889
- /**
1890
- * @internal
1891
- */
1892
- const filterSensitiveLog: (obj: UpdateSiteAddressOutput) => any;
1893
- }
1894
1560
  export interface UpdateSiteRackPhysicalPropertiesInput {
1895
1561
  /**
1896
1562
  * <p>
@@ -2059,21 +1725,285 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
2059
1725
  */
2060
1726
  MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
2061
1727
  }
2062
- export declare namespace UpdateSiteRackPhysicalPropertiesInput {
2063
- /**
2064
- * @internal
2065
- */
2066
- const filterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesInput) => any;
2067
- }
2068
1728
  export interface UpdateSiteRackPhysicalPropertiesOutput {
2069
1729
  /**
2070
1730
  * <p>Information about a site.</p>
2071
1731
  */
2072
1732
  Site?: Site;
2073
1733
  }
2074
- export declare namespace UpdateSiteRackPhysicalPropertiesOutput {
2075
- /**
2076
- * @internal
2077
- */
2078
- const filterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesOutput) => any;
2079
- }
1734
+ /**
1735
+ * @internal
1736
+ */
1737
+ export declare const AddressFilterSensitiveLog: (obj: Address) => any;
1738
+ /**
1739
+ * @internal
1740
+ */
1741
+ export declare const AssetLocationFilterSensitiveLog: (obj: AssetLocation) => any;
1742
+ /**
1743
+ * @internal
1744
+ */
1745
+ export declare const ComputeAttributesFilterSensitiveLog: (obj: ComputeAttributes) => any;
1746
+ /**
1747
+ * @internal
1748
+ */
1749
+ export declare const AssetInfoFilterSensitiveLog: (obj: AssetInfo) => any;
1750
+ /**
1751
+ * @internal
1752
+ */
1753
+ export declare const CancelOrderInputFilterSensitiveLog: (obj: CancelOrderInput) => any;
1754
+ /**
1755
+ * @internal
1756
+ */
1757
+ export declare const CancelOrderOutputFilterSensitiveLog: (obj: CancelOrderOutput) => any;
1758
+ /**
1759
+ * @internal
1760
+ */
1761
+ export declare const EC2CapacityFilterSensitiveLog: (obj: EC2Capacity) => any;
1762
+ /**
1763
+ * @internal
1764
+ */
1765
+ export declare const CatalogItemFilterSensitiveLog: (obj: CatalogItem) => any;
1766
+ /**
1767
+ * @internal
1768
+ */
1769
+ export declare const ConnectionDetailsFilterSensitiveLog: (obj: ConnectionDetails) => any;
1770
+ /**
1771
+ * @internal
1772
+ */
1773
+ export declare const LineItemRequestFilterSensitiveLog: (obj: LineItemRequest) => any;
1774
+ /**
1775
+ * @internal
1776
+ */
1777
+ export declare const CreateOrderInputFilterSensitiveLog: (obj: CreateOrderInput) => any;
1778
+ /**
1779
+ * @internal
1780
+ */
1781
+ export declare const LineItemAssetInformationFilterSensitiveLog: (obj: LineItemAssetInformation) => any;
1782
+ /**
1783
+ * @internal
1784
+ */
1785
+ export declare const ShipmentInformationFilterSensitiveLog: (obj: ShipmentInformation) => any;
1786
+ /**
1787
+ * @internal
1788
+ */
1789
+ export declare const LineItemFilterSensitiveLog: (obj: LineItem) => any;
1790
+ /**
1791
+ * @internal
1792
+ */
1793
+ export declare const OrderFilterSensitiveLog: (obj: Order) => any;
1794
+ /**
1795
+ * @internal
1796
+ */
1797
+ export declare const CreateOrderOutputFilterSensitiveLog: (obj: CreateOrderOutput) => any;
1798
+ /**
1799
+ * @internal
1800
+ */
1801
+ export declare const CreateOutpostInputFilterSensitiveLog: (obj: CreateOutpostInput) => any;
1802
+ /**
1803
+ * @internal
1804
+ */
1805
+ export declare const OutpostFilterSensitiveLog: (obj: Outpost) => any;
1806
+ /**
1807
+ * @internal
1808
+ */
1809
+ export declare const CreateOutpostOutputFilterSensitiveLog: (obj: CreateOutpostOutput) => any;
1810
+ /**
1811
+ * @internal
1812
+ */
1813
+ export declare const RackPhysicalPropertiesFilterSensitiveLog: (obj: RackPhysicalProperties) => any;
1814
+ /**
1815
+ * @internal
1816
+ */
1817
+ export declare const CreateSiteInputFilterSensitiveLog: (obj: CreateSiteInput) => any;
1818
+ /**
1819
+ * @internal
1820
+ */
1821
+ export declare const SiteFilterSensitiveLog: (obj: Site) => any;
1822
+ /**
1823
+ * @internal
1824
+ */
1825
+ export declare const CreateSiteOutputFilterSensitiveLog: (obj: CreateSiteOutput) => any;
1826
+ /**
1827
+ * @internal
1828
+ */
1829
+ export declare const DeleteOutpostInputFilterSensitiveLog: (obj: DeleteOutpostInput) => any;
1830
+ /**
1831
+ * @internal
1832
+ */
1833
+ export declare const DeleteOutpostOutputFilterSensitiveLog: (obj: DeleteOutpostOutput) => any;
1834
+ /**
1835
+ * @internal
1836
+ */
1837
+ export declare const DeleteSiteInputFilterSensitiveLog: (obj: DeleteSiteInput) => any;
1838
+ /**
1839
+ * @internal
1840
+ */
1841
+ export declare const DeleteSiteOutputFilterSensitiveLog: (obj: DeleteSiteOutput) => any;
1842
+ /**
1843
+ * @internal
1844
+ */
1845
+ export declare const GetCatalogItemInputFilterSensitiveLog: (obj: GetCatalogItemInput) => any;
1846
+ /**
1847
+ * @internal
1848
+ */
1849
+ export declare const GetCatalogItemOutputFilterSensitiveLog: (obj: GetCatalogItemOutput) => any;
1850
+ /**
1851
+ * @internal
1852
+ */
1853
+ export declare const GetConnectionRequestFilterSensitiveLog: (obj: GetConnectionRequest) => any;
1854
+ /**
1855
+ * @internal
1856
+ */
1857
+ export declare const GetConnectionResponseFilterSensitiveLog: (obj: GetConnectionResponse) => any;
1858
+ /**
1859
+ * @internal
1860
+ */
1861
+ export declare const GetOrderInputFilterSensitiveLog: (obj: GetOrderInput) => any;
1862
+ /**
1863
+ * @internal
1864
+ */
1865
+ export declare const GetOrderOutputFilterSensitiveLog: (obj: GetOrderOutput) => any;
1866
+ /**
1867
+ * @internal
1868
+ */
1869
+ export declare const GetOutpostInputFilterSensitiveLog: (obj: GetOutpostInput) => any;
1870
+ /**
1871
+ * @internal
1872
+ */
1873
+ export declare const GetOutpostOutputFilterSensitiveLog: (obj: GetOutpostOutput) => any;
1874
+ /**
1875
+ * @internal
1876
+ */
1877
+ export declare const GetOutpostInstanceTypesInputFilterSensitiveLog: (obj: GetOutpostInstanceTypesInput) => any;
1878
+ /**
1879
+ * @internal
1880
+ */
1881
+ export declare const InstanceTypeItemFilterSensitiveLog: (obj: InstanceTypeItem) => any;
1882
+ /**
1883
+ * @internal
1884
+ */
1885
+ export declare const GetOutpostInstanceTypesOutputFilterSensitiveLog: (obj: GetOutpostInstanceTypesOutput) => any;
1886
+ /**
1887
+ * @internal
1888
+ */
1889
+ export declare const GetSiteInputFilterSensitiveLog: (obj: GetSiteInput) => any;
1890
+ /**
1891
+ * @internal
1892
+ */
1893
+ export declare const GetSiteOutputFilterSensitiveLog: (obj: GetSiteOutput) => any;
1894
+ /**
1895
+ * @internal
1896
+ */
1897
+ export declare const GetSiteAddressInputFilterSensitiveLog: (obj: GetSiteAddressInput) => any;
1898
+ /**
1899
+ * @internal
1900
+ */
1901
+ export declare const GetSiteAddressOutputFilterSensitiveLog: (obj: GetSiteAddressOutput) => any;
1902
+ /**
1903
+ * @internal
1904
+ */
1905
+ export declare const ListAssetsInputFilterSensitiveLog: (obj: ListAssetsInput) => any;
1906
+ /**
1907
+ * @internal
1908
+ */
1909
+ export declare const ListAssetsOutputFilterSensitiveLog: (obj: ListAssetsOutput) => any;
1910
+ /**
1911
+ * @internal
1912
+ */
1913
+ export declare const ListCatalogItemsInputFilterSensitiveLog: (obj: ListCatalogItemsInput) => any;
1914
+ /**
1915
+ * @internal
1916
+ */
1917
+ export declare const ListCatalogItemsOutputFilterSensitiveLog: (obj: ListCatalogItemsOutput) => any;
1918
+ /**
1919
+ * @internal
1920
+ */
1921
+ export declare const ListOrdersInputFilterSensitiveLog: (obj: ListOrdersInput) => any;
1922
+ /**
1923
+ * @internal
1924
+ */
1925
+ export declare const OrderSummaryFilterSensitiveLog: (obj: OrderSummary) => any;
1926
+ /**
1927
+ * @internal
1928
+ */
1929
+ export declare const ListOrdersOutputFilterSensitiveLog: (obj: ListOrdersOutput) => any;
1930
+ /**
1931
+ * @internal
1932
+ */
1933
+ export declare const ListOutpostsInputFilterSensitiveLog: (obj: ListOutpostsInput) => any;
1934
+ /**
1935
+ * @internal
1936
+ */
1937
+ export declare const ListOutpostsOutputFilterSensitiveLog: (obj: ListOutpostsOutput) => any;
1938
+ /**
1939
+ * @internal
1940
+ */
1941
+ export declare const ListSitesInputFilterSensitiveLog: (obj: ListSitesInput) => any;
1942
+ /**
1943
+ * @internal
1944
+ */
1945
+ export declare const ListSitesOutputFilterSensitiveLog: (obj: ListSitesOutput) => any;
1946
+ /**
1947
+ * @internal
1948
+ */
1949
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1950
+ /**
1951
+ * @internal
1952
+ */
1953
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1954
+ /**
1955
+ * @internal
1956
+ */
1957
+ export declare const StartConnectionRequestFilterSensitiveLog: (obj: StartConnectionRequest) => any;
1958
+ /**
1959
+ * @internal
1960
+ */
1961
+ export declare const StartConnectionResponseFilterSensitiveLog: (obj: StartConnectionResponse) => any;
1962
+ /**
1963
+ * @internal
1964
+ */
1965
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1966
+ /**
1967
+ * @internal
1968
+ */
1969
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1970
+ /**
1971
+ * @internal
1972
+ */
1973
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1974
+ /**
1975
+ * @internal
1976
+ */
1977
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1978
+ /**
1979
+ * @internal
1980
+ */
1981
+ export declare const UpdateOutpostInputFilterSensitiveLog: (obj: UpdateOutpostInput) => any;
1982
+ /**
1983
+ * @internal
1984
+ */
1985
+ export declare const UpdateOutpostOutputFilterSensitiveLog: (obj: UpdateOutpostOutput) => any;
1986
+ /**
1987
+ * @internal
1988
+ */
1989
+ export declare const UpdateSiteInputFilterSensitiveLog: (obj: UpdateSiteInput) => any;
1990
+ /**
1991
+ * @internal
1992
+ */
1993
+ export declare const UpdateSiteOutputFilterSensitiveLog: (obj: UpdateSiteOutput) => any;
1994
+ /**
1995
+ * @internal
1996
+ */
1997
+ export declare const UpdateSiteAddressInputFilterSensitiveLog: (obj: UpdateSiteAddressInput) => any;
1998
+ /**
1999
+ * @internal
2000
+ */
2001
+ export declare const UpdateSiteAddressOutputFilterSensitiveLog: (obj: UpdateSiteAddressOutput) => any;
2002
+ /**
2003
+ * @internal
2004
+ */
2005
+ export declare const UpdateSiteRackPhysicalPropertiesInputFilterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesInput) => any;
2006
+ /**
2007
+ * @internal
2008
+ */
2009
+ export declare const UpdateSiteRackPhysicalPropertiesOutputFilterSensitiveLog: (obj: UpdateSiteRackPhysicalPropertiesOutput) => any;