@aws-sdk/client-outposts 3.362.0 → 3.367.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 (161) hide show
  1. package/README.md +5 -5
  2. package/dist-cjs/Outposts.js +1 -1
  3. package/dist-cjs/OutpostsClient.js +5 -5
  4. package/dist-cjs/commands/CancelOrderCommand.js +3 -3
  5. package/dist-cjs/commands/CreateOrderCommand.js +3 -3
  6. package/dist-cjs/commands/CreateOutpostCommand.js +3 -3
  7. package/dist-cjs/commands/CreateSiteCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteOutpostCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteSiteCommand.js +3 -3
  10. package/dist-cjs/commands/GetCatalogItemCommand.js +3 -3
  11. package/dist-cjs/commands/GetConnectionCommand.js +3 -3
  12. package/dist-cjs/commands/GetOrderCommand.js +3 -3
  13. package/dist-cjs/commands/GetOutpostCommand.js +3 -3
  14. package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +3 -3
  15. package/dist-cjs/commands/GetSiteAddressCommand.js +3 -3
  16. package/dist-cjs/commands/GetSiteCommand.js +3 -3
  17. package/dist-cjs/commands/ListAssetsCommand.js +3 -3
  18. package/dist-cjs/commands/ListCatalogItemsCommand.js +3 -3
  19. package/dist-cjs/commands/ListOrdersCommand.js +3 -3
  20. package/dist-cjs/commands/ListOutpostsCommand.js +3 -3
  21. package/dist-cjs/commands/ListSitesCommand.js +3 -3
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  23. package/dist-cjs/commands/StartConnectionCommand.js +3 -3
  24. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  25. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  26. package/dist-cjs/commands/UpdateOutpostCommand.js +3 -3
  27. package/dist-cjs/commands/UpdateSiteAddressCommand.js +3 -3
  28. package/dist-cjs/commands/UpdateSiteCommand.js +3 -3
  29. package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
  30. package/dist-cjs/endpoint/ruleset.js +3 -3
  31. package/dist-cjs/models/OutpostsServiceException.js +1 -1
  32. package/dist-cjs/models/models_0.js +1 -0
  33. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  34. package/dist-cjs/runtimeConfig.browser.js +7 -7
  35. package/dist-cjs/runtimeConfig.js +10 -10
  36. package/dist-cjs/runtimeConfig.shared.js +4 -4
  37. package/dist-es/Outposts.js +1 -1
  38. package/dist-es/OutpostsClient.js +5 -5
  39. package/dist-es/commands/CancelOrderCommand.js +3 -3
  40. package/dist-es/commands/CreateOrderCommand.js +3 -3
  41. package/dist-es/commands/CreateOutpostCommand.js +3 -3
  42. package/dist-es/commands/CreateSiteCommand.js +3 -3
  43. package/dist-es/commands/DeleteOutpostCommand.js +3 -3
  44. package/dist-es/commands/DeleteSiteCommand.js +3 -3
  45. package/dist-es/commands/GetCatalogItemCommand.js +3 -3
  46. package/dist-es/commands/GetConnectionCommand.js +3 -3
  47. package/dist-es/commands/GetOrderCommand.js +3 -3
  48. package/dist-es/commands/GetOutpostCommand.js +3 -3
  49. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +3 -3
  50. package/dist-es/commands/GetSiteAddressCommand.js +3 -3
  51. package/dist-es/commands/GetSiteCommand.js +3 -3
  52. package/dist-es/commands/ListAssetsCommand.js +3 -3
  53. package/dist-es/commands/ListCatalogItemsCommand.js +3 -3
  54. package/dist-es/commands/ListOrdersCommand.js +3 -3
  55. package/dist-es/commands/ListOutpostsCommand.js +3 -3
  56. package/dist-es/commands/ListSitesCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/StartConnectionCommand.js +3 -3
  59. package/dist-es/commands/TagResourceCommand.js +3 -3
  60. package/dist-es/commands/UntagResourceCommand.js +3 -3
  61. package/dist-es/commands/UpdateOutpostCommand.js +3 -3
  62. package/dist-es/commands/UpdateSiteAddressCommand.js +3 -3
  63. package/dist-es/commands/UpdateSiteCommand.js +3 -3
  64. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
  65. package/dist-es/endpoint/ruleset.js +3 -3
  66. package/dist-es/models/OutpostsServiceException.js +1 -1
  67. package/dist-es/models/models_0.js +1 -0
  68. package/dist-es/protocols/Aws_restJson1.js +1 -1
  69. package/dist-es/runtimeConfig.browser.js +7 -7
  70. package/dist-es/runtimeConfig.js +10 -10
  71. package/dist-es/runtimeConfig.shared.js +4 -4
  72. package/dist-types/Outposts.d.ts +6 -6
  73. package/dist-types/OutpostsClient.d.ts +13 -13
  74. package/dist-types/commands/CancelOrderCommand.d.ts +3 -3
  75. package/dist-types/commands/CreateOrderCommand.d.ts +3 -3
  76. package/dist-types/commands/CreateOutpostCommand.d.ts +3 -3
  77. package/dist-types/commands/CreateSiteCommand.d.ts +6 -4
  78. package/dist-types/commands/DeleteOutpostCommand.d.ts +3 -3
  79. package/dist-types/commands/DeleteSiteCommand.d.ts +3 -3
  80. package/dist-types/commands/GetCatalogItemCommand.d.ts +3 -3
  81. package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
  82. package/dist-types/commands/GetOrderCommand.d.ts +3 -3
  83. package/dist-types/commands/GetOutpostCommand.d.ts +3 -3
  84. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +3 -3
  85. package/dist-types/commands/GetSiteAddressCommand.d.ts +6 -4
  86. package/dist-types/commands/GetSiteCommand.d.ts +3 -3
  87. package/dist-types/commands/ListAssetsCommand.d.ts +4 -4
  88. package/dist-types/commands/ListCatalogItemsCommand.d.ts +3 -3
  89. package/dist-types/commands/ListOrdersCommand.d.ts +3 -3
  90. package/dist-types/commands/ListOutpostsCommand.d.ts +3 -3
  91. package/dist-types/commands/ListSitesCommand.d.ts +4 -5
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  93. package/dist-types/commands/StartConnectionCommand.d.ts +6 -4
  94. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  95. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  96. package/dist-types/commands/UpdateOutpostCommand.d.ts +6 -4
  97. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +7 -7
  98. package/dist-types/commands/UpdateSiteCommand.d.ts +3 -3
  99. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -3
  100. package/dist-types/endpoint/EndpointParameters.d.ts +2 -3
  101. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  102. package/dist-types/endpoint/ruleset.d.ts +1 -1
  103. package/dist-types/index.d.ts +5 -5
  104. package/dist-types/models/OutpostsServiceException.d.ts +1 -1
  105. package/dist-types/models/models_0.d.ts +288 -114
  106. package/dist-types/pagination/GetOutpostInstanceTypesPaginator.d.ts +1 -1
  107. package/dist-types/pagination/Interfaces.d.ts +1 -1
  108. package/dist-types/pagination/ListAssetsPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListCatalogItemsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListOrdersPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListOutpostsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListSitesPaginator.d.ts +1 -1
  113. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  114. package/dist-types/runtimeConfig.d.ts +20 -20
  115. package/dist-types/runtimeConfig.native.d.ts +19 -19
  116. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  117. package/dist-types/ts3.4/Outposts.d.ts +1 -1
  118. package/dist-types/ts3.4/OutpostsClient.d.ts +19 -21
  119. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +3 -3
  120. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +3 -3
  121. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +3 -3
  122. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +3 -3
  123. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +3 -3
  124. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +3 -3
  125. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +3 -3
  126. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +3 -3
  127. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +3 -3
  128. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +3 -3
  129. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +3 -3
  130. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +3 -3
  131. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +3 -3
  132. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +3 -3
  133. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +3 -3
  134. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +3 -3
  135. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +3 -3
  136. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +3 -3
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  138. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +3 -3
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  141. package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +3 -3
  142. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +3 -3
  143. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +3 -3
  144. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -3
  145. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -3
  146. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  147. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  148. package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +1 -1
  149. package/dist-types/ts3.4/models/models_0.d.ts +2 -1
  150. package/dist-types/ts3.4/pagination/GetOutpostInstanceTypesPaginator.d.ts +1 -1
  151. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  152. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +1 -1
  153. package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +1 -1
  154. package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +1 -1
  155. package/dist-types/ts3.4/pagination/ListOutpostsPaginator.d.ts +1 -1
  156. package/dist-types/ts3.4/pagination/ListSitesPaginator.d.ts +1 -1
  157. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  158. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  159. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  160. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  161. package/package.json +31 -30
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { OutpostsServiceException as __BaseException } from "./OutpostsServiceException";
3
3
  /**
4
4
  * @public
@@ -15,7 +15,9 @@ export declare class AccessDeniedException extends __BaseException {
15
15
  }
16
16
  /**
17
17
  * @public
18
- * <p> Information about an address. </p>
18
+ * <p>
19
+ * Information about an address.
20
+ * </p>
19
21
  */
20
22
  export interface Address {
21
23
  /**
@@ -77,11 +79,15 @@ export declare const AddressType: {
77
79
  export type AddressType = (typeof AddressType)[keyof typeof AddressType];
78
80
  /**
79
81
  * @public
80
- * <p> Information about the position of the asset in a rack. </p>
82
+ * <p>
83
+ * Information about the position of the asset in a rack.
84
+ * </p>
81
85
  */
82
86
  export interface AssetLocation {
83
87
  /**
84
- * <p> The position of an asset in a rack measured in rack units. </p>
88
+ * <p>
89
+ * The position of an asset in a rack measured in rack units.
90
+ * </p>
85
91
  */
86
92
  RackElevation?: number;
87
93
  }
@@ -111,28 +117,30 @@ export declare const ComputeAssetState: {
111
117
  export type ComputeAssetState = (typeof ComputeAssetState)[keyof typeof ComputeAssetState];
112
118
  /**
113
119
  * @public
114
- * <p> Information about compute hardware assets. </p>
120
+ * <p>
121
+ * Information about compute hardware assets.
122
+ * </p>
115
123
  */
116
124
  export interface ComputeAttributes {
117
125
  /**
118
- * <p> The host ID of the Dedicated Host on the asset. </p>
126
+ * <p>
127
+ * The host ID of the Dedicated Host on the asset.
128
+ * </p>
119
129
  */
120
130
  HostId?: string;
121
131
  /**
122
132
  * <p>The state.</p>
123
133
  * <ul>
124
134
  * <li>
125
- * <p>ACTIVE - The asset is available and can provide capacity for new compute
126
- * resources.</p>
135
+ * <p>ACTIVE - The asset is available and can provide capacity for new compute resources.</p>
127
136
  * </li>
128
137
  * <li>
129
- * <p>ISOLATED - The asset is undergoing maintenance and can't provide capacity for new
130
- * compute resources. Existing compute resources on the asset are not affected.</p>
138
+ * <p>ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources.
139
+ * Existing compute resources on the asset are not affected.</p>
131
140
  * </li>
132
141
  * <li>
133
- * <p>RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute
134
- * resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before
135
- * the asset can be replaced.</p>
142
+ * <p>RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced.
143
+ * Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.</p>
136
144
  * </li>
137
145
  * </ul>
138
146
  */
@@ -140,27 +148,39 @@ export interface ComputeAttributes {
140
148
  }
141
149
  /**
142
150
  * @public
143
- * <p> Information about hardware assets. </p>
151
+ * <p>
152
+ * Information about hardware assets.
153
+ * </p>
144
154
  */
145
155
  export interface AssetInfo {
146
156
  /**
147
- * <p> The ID of the asset. </p>
157
+ * <p>
158
+ * The ID of the asset.
159
+ * </p>
148
160
  */
149
161
  AssetId?: string;
150
162
  /**
151
- * <p> The rack ID of the asset. </p>
163
+ * <p>
164
+ * The rack ID of the asset.
165
+ * </p>
152
166
  */
153
167
  RackId?: string;
154
168
  /**
155
- * <p> The type of the asset. </p>
169
+ * <p>
170
+ * The type of the asset.
171
+ * </p>
156
172
  */
157
173
  AssetType?: AssetType | string;
158
174
  /**
159
- * <p> Information about compute hardware assets. </p>
175
+ * <p>
176
+ * Information about compute hardware assets.
177
+ * </p>
160
178
  */
161
179
  ComputeAttributes?: ComputeAttributes;
162
180
  /**
163
- * <p> The position of an asset in a rack. </p>
181
+ * <p>
182
+ * The position of an asset in a rack.
183
+ * </p>
164
184
  */
165
185
  AssetLocation?: AssetLocation;
166
186
  }
@@ -170,6 +190,7 @@ export interface AssetInfo {
170
190
  */
171
191
  export declare const AssetState: {
172
192
  readonly ACTIVE: "ACTIVE";
193
+ readonly ISOLATED: "ISOLATED";
173
194
  readonly RETIRING: "RETIRING";
174
195
  };
175
196
  /**
@@ -181,7 +202,9 @@ export type AssetState = (typeof AssetState)[keyof typeof AssetState];
181
202
  */
182
203
  export interface CancelOrderInput {
183
204
  /**
184
- * <p> The ID of the order. </p>
205
+ * <p>
206
+ * The ID of the order.
207
+ * </p>
185
208
  */
186
209
  OrderId: string | undefined;
187
210
  }
@@ -268,15 +291,21 @@ export declare class ValidationException extends __BaseException {
268
291
  */
269
292
  export interface EC2Capacity {
270
293
  /**
271
- * <p> The family of the EC2 capacity. </p>
294
+ * <p>
295
+ * The family of the EC2 capacity.
296
+ * </p>
272
297
  */
273
298
  Family?: string;
274
299
  /**
275
- * <p> The maximum size of the EC2 capacity. </p>
300
+ * <p>
301
+ * The maximum size of the EC2 capacity.
302
+ * </p>
276
303
  */
277
304
  MaxSize?: string;
278
305
  /**
279
- * <p> The quantity of the EC2 capacity. </p>
306
+ * <p>
307
+ * The quantity of the EC2 capacity.
308
+ * </p>
280
309
  */
281
310
  Quantity?: string;
282
311
  }
@@ -310,19 +339,27 @@ export type SupportedStorageEnum = (typeof SupportedStorageEnum)[keyof typeof Su
310
339
  */
311
340
  export interface CatalogItem {
312
341
  /**
313
- * <p> The ID of the catalog item. </p>
342
+ * <p>
343
+ * The ID of the catalog item.
344
+ * </p>
314
345
  */
315
346
  CatalogItemId?: string;
316
347
  /**
317
- * <p> The status of a catalog item. </p>
348
+ * <p>
349
+ * The status of a catalog item.
350
+ * </p>
318
351
  */
319
352
  ItemStatus?: CatalogItemStatus | string;
320
353
  /**
321
- * <p> Information about the EC2 capacity of an item. </p>
354
+ * <p>
355
+ * Information about the EC2 capacity of an item.
356
+ * </p>
322
357
  */
323
358
  EC2Capacities?: EC2Capacity[];
324
359
  /**
325
- * <p> Information about the power draw of an item. </p>
360
+ * <p>
361
+ * Information about the power draw of an item.
362
+ * </p>
326
363
  */
327
364
  PowerKva?: number;
328
365
  /**
@@ -330,11 +367,16 @@ export interface CatalogItem {
330
367
  */
331
368
  WeightLbs?: number;
332
369
  /**
333
- * <p> The uplink speed this catalog item requires for the connection to the Region. </p>
370
+ * <p>
371
+ * The uplink speed this catalog item requires for the
372
+ * connection to the Region.
373
+ * </p>
334
374
  */
335
375
  SupportedUplinkGbps?: number[];
336
376
  /**
337
- * <p> The supported storage options for the catalog item. </p>
377
+ * <p>
378
+ * The supported storage options for the catalog item.
379
+ * </p>
338
380
  */
339
381
  SupportedStorage?: (SupportedStorageEnum | string)[];
340
382
  }
@@ -352,31 +394,45 @@ export declare const CatalogItemClass: {
352
394
  export type CatalogItemClass = (typeof CatalogItemClass)[keyof typeof CatalogItemClass];
353
395
  /**
354
396
  * @public
355
- * <p> Information about a connection. </p>
397
+ * <p>
398
+ * Information about a connection.
399
+ * </p>
356
400
  */
357
401
  export interface ConnectionDetails {
358
402
  /**
359
- * <p> The public key of the client. </p>
403
+ * <p>
404
+ * The public key of the client.
405
+ * </p>
360
406
  */
361
407
  ClientPublicKey?: string;
362
408
  /**
363
- * <p> The public key of the server. </p>
409
+ * <p>
410
+ * The public key of the server.
411
+ * </p>
364
412
  */
365
413
  ServerPublicKey?: string;
366
414
  /**
367
- * <p> The endpoint for the server. </p>
415
+ * <p>
416
+ * The endpoint for the server.
417
+ * </p>
368
418
  */
369
419
  ServerEndpoint?: string;
370
420
  /**
371
- * <p> The client tunnel address. </p>
421
+ * <p>
422
+ * The client tunnel address.
423
+ * </p>
372
424
  */
373
425
  ClientTunnelAddress?: string;
374
426
  /**
375
- * <p> The server tunnel address. </p>
427
+ * <p>
428
+ * The server tunnel address.
429
+ * </p>
376
430
  */
377
431
  ServerTunnelAddress?: string;
378
432
  /**
379
- * <p> The allowed IP addresses. </p>
433
+ * <p>
434
+ * The allowed IP addresses.
435
+ * </p>
380
436
  */
381
437
  AllowedIps?: string[];
382
438
  }
@@ -424,7 +480,9 @@ export type PaymentTerm = (typeof PaymentTerm)[keyof typeof PaymentTerm];
424
480
  */
425
481
  export interface CreateOrderInput {
426
482
  /**
427
- * <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
483
+ * <p>
484
+ * The ID or the Amazon Resource Name (ARN) of the Outpost.
485
+ * </p>
428
486
  */
429
487
  OutpostIdentifier: string | undefined;
430
488
  /**
@@ -442,15 +500,21 @@ export interface CreateOrderInput {
442
500
  }
443
501
  /**
444
502
  * @public
445
- * <p> Information about a line item asset. </p>
503
+ * <p>
504
+ * Information about a line item asset.
505
+ * </p>
446
506
  */
447
507
  export interface LineItemAssetInformation {
448
508
  /**
449
- * <p> The ID of the asset. </p>
509
+ * <p>
510
+ * The ID of the asset.
511
+ * </p>
450
512
  */
451
513
  AssetId?: string;
452
514
  /**
453
- * <p> The MAC addresses of the asset. </p>
515
+ * <p>
516
+ * The MAC addresses of the asset.
517
+ * </p>
454
518
  */
455
519
  MacAddressList?: string[];
456
520
  }
@@ -470,15 +534,21 @@ export declare const ShipmentCarrier: {
470
534
  export type ShipmentCarrier = (typeof ShipmentCarrier)[keyof typeof ShipmentCarrier];
471
535
  /**
472
536
  * @public
473
- * <p> Information about a line item shipment. </p>
537
+ * <p>
538
+ * Information about a line item shipment.
539
+ * </p>
474
540
  */
475
541
  export interface ShipmentInformation {
476
542
  /**
477
- * <p> The tracking number of the shipment. </p>
543
+ * <p>
544
+ * The tracking number of the shipment.
545
+ * </p>
478
546
  */
479
547
  ShipmentTrackingNumber?: string;
480
548
  /**
481
- * <p> The carrier of the shipment. </p>
549
+ * <p>
550
+ * The carrier of the shipment.
551
+ * </p>
482
552
  */
483
553
  ShipmentCarrier?: ShipmentCarrier | string;
484
554
  }
@@ -507,7 +577,9 @@ export type LineItemStatus = (typeof LineItemStatus)[keyof typeof LineItemStatus
507
577
  */
508
578
  export interface LineItem {
509
579
  /**
510
- * <p> The ID of the catalog item. </p>
580
+ * <p>
581
+ * The ID of the catalog item.
582
+ * </p>
511
583
  */
512
584
  CatalogItemId?: string;
513
585
  /**
@@ -523,11 +595,15 @@ export interface LineItem {
523
595
  */
524
596
  Status?: LineItemStatus | string;
525
597
  /**
526
- * <p> Information about a line item shipment. </p>
598
+ * <p>
599
+ * Information about a line item shipment.
600
+ * </p>
527
601
  */
528
602
  ShipmentInformation?: ShipmentInformation;
529
603
  /**
530
- * <p> Information about assets. </p>
604
+ * <p>
605
+ * Information about assets.
606
+ * </p>
531
607
  */
532
608
  AssetInformationList?: LineItemAssetInformation[];
533
609
  /**
@@ -535,7 +611,7 @@ export interface LineItem {
535
611
  */
536
612
  PreviousLineItemId?: string;
537
613
  /**
538
- * <p>The ID of the previous order.</p>
614
+ * <p>The ID of the previous order item.</p>
539
615
  */
540
616
  PreviousOrderId?: string;
541
617
  }
@@ -577,7 +653,9 @@ export type OrderStatus = (typeof OrderStatus)[keyof typeof OrderStatus];
577
653
  */
578
654
  export interface Order {
579
655
  /**
580
- * <p> The ID of the Outpost in the order. </p>
656
+ * <p>
657
+ * The ID of the Outpost in the order.
658
+ * </p>
581
659
  */
582
660
  OutpostId?: string;
583
661
  /**
@@ -593,8 +671,8 @@ export interface Order {
593
671
  * </li>
594
672
  * <li>
595
673
  * <p>
596
- * <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. To get
597
- * more details, see the line item status.</p>
674
+ * <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. To get more
675
+ * details, see the line item status.</p>
598
676
  * </li>
599
677
  * <li>
600
678
  * <p>
@@ -636,7 +714,7 @@ export interface Order {
636
714
  */
637
715
  PaymentTerm?: PaymentTerm | string;
638
716
  /**
639
- * <p>The type of order.</p>
717
+ * <p>Type of order.</p>
640
718
  */
641
719
  OrderType?: OrderType | string;
642
720
  }
@@ -687,7 +765,9 @@ export interface CreateOutpostInput {
687
765
  */
688
766
  Description?: string;
689
767
  /**
690
- * <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
768
+ * <p>
769
+ * The ID or the Amazon Resource Name (ARN) of the site.
770
+ * </p>
691
771
  */
692
772
  SiteId: string | undefined;
693
773
  /**
@@ -703,7 +783,9 @@ export interface CreateOutpostInput {
703
783
  */
704
784
  Tags?: Record<string, string>;
705
785
  /**
706
- * <p> The type of hardware for this Outpost. </p>
786
+ * <p>
787
+ * The type of hardware for this Outpost.
788
+ * </p>
707
789
  */
708
790
  SupportedHardwareType?: SupportedHardwareType | string;
709
791
  }
@@ -713,7 +795,9 @@ export interface CreateOutpostInput {
713
795
  */
714
796
  export interface Outpost {
715
797
  /**
716
- * <p> The ID of the Outpost. </p>
798
+ * <p>
799
+ * The ID of the Outpost.
800
+ * </p>
717
801
  */
718
802
  OutpostId?: string;
719
803
  /**
@@ -757,7 +841,9 @@ export interface Outpost {
757
841
  */
758
842
  SiteArn?: string;
759
843
  /**
760
- * <p> The hardware type. </p>
844
+ * <p>
845
+ * The hardware type.
846
+ * </p>
761
847
  */
762
848
  SupportedHardwareType?: SupportedHardwareType | string;
763
849
  }
@@ -945,8 +1031,7 @@ export interface RackPhysicalProperties {
945
1031
  FiberOpticCableType?: FiberOpticCableType | string;
946
1032
  /**
947
1033
  * <p>The type of optical standard used to attach the Outpost to the network. This field is
948
- * dependent on uplink speed, fiber type, and distance to the upstream device.
949
- * For more information
1034
+ * dependent on uplink speed, fiber type, and distance to the upstream device. For more information
950
1035
  * about networking requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking">Network</a>
951
1036
  * in the Amazon Web Services Outposts User Guide.
952
1037
  * </p>
@@ -977,17 +1062,23 @@ export interface CreateSiteInput {
977
1062
  */
978
1063
  Notes?: string;
979
1064
  /**
980
- * <p> The tags to apply to a site. </p>
1065
+ * <p>
1066
+ * The tags to apply to a site.
1067
+ * </p>
981
1068
  */
982
1069
  Tags?: Record<string, string>;
983
1070
  /**
984
- * <p> The location to install and power on the hardware. This address might be different from
985
- * the shipping address. </p>
1071
+ * <p>
1072
+ * The location to install and power on the hardware. This address might be
1073
+ * different from the shipping address.
1074
+ * </p>
986
1075
  */
987
1076
  OperatingAddress?: Address;
988
1077
  /**
989
- * <p> The location to ship the hardware. This address might be different from the operating
990
- * address. </p>
1078
+ * <p>
1079
+ * The location to ship the hardware. This address might be different
1080
+ * from the operating address.
1081
+ * </p>
991
1082
  */
992
1083
  ShippingAddress?: Address;
993
1084
  /**
@@ -1029,11 +1120,14 @@ export interface Site {
1029
1120
  */
1030
1121
  SiteArn?: string;
1031
1122
  /**
1032
- * <p> Notes about a site. </p>
1123
+ * <p>
1124
+ * Notes about a site.
1125
+ * </p>
1033
1126
  */
1034
1127
  Notes?: string;
1035
1128
  /**
1036
- * <p> The ISO-3166 two-letter country code where the hardware is installed and powered on.
1129
+ * <p>
1130
+ * The ISO-3166 two-letter country code where the hardware is installed and powered on.
1037
1131
  * </p>
1038
1132
  */
1039
1133
  OperatingAddressCountryCode?: string;
@@ -1042,11 +1136,15 @@ export interface Site {
1042
1136
  */
1043
1137
  OperatingAddressStateOrRegion?: string;
1044
1138
  /**
1045
- * <p> City where the hardware is installed and powered on. </p>
1139
+ * <p>
1140
+ * City where the hardware is installed and powered on.
1141
+ * </p>
1046
1142
  */
1047
1143
  OperatingAddressCity?: string;
1048
1144
  /**
1049
- * <p> Information about the physical and logistical details for a rack at the site. </p>
1145
+ * <p>
1146
+ * Information about the physical and logistical details for a rack at the site.
1147
+ * </p>
1050
1148
  */
1051
1149
  RackPhysicalProperties?: RackPhysicalProperties;
1052
1150
  }
@@ -1064,7 +1162,9 @@ export interface CreateSiteOutput {
1064
1162
  */
1065
1163
  export interface DeleteOutpostInput {
1066
1164
  /**
1067
- * <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
1165
+ * <p>
1166
+ * The ID or the Amazon Resource Name (ARN) of the Outpost.
1167
+ * </p>
1068
1168
  */
1069
1169
  OutpostId: string | undefined;
1070
1170
  }
@@ -1078,7 +1178,9 @@ export interface DeleteOutpostOutput {
1078
1178
  */
1079
1179
  export interface DeleteSiteInput {
1080
1180
  /**
1081
- * <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
1181
+ * <p>
1182
+ * The ID or the Amazon Resource Name (ARN) of the site.
1183
+ * </p>
1082
1184
  */
1083
1185
  SiteId: string | undefined;
1084
1186
  }
@@ -1110,7 +1212,9 @@ export interface GetCatalogItemOutput {
1110
1212
  */
1111
1213
  export interface GetConnectionRequest {
1112
1214
  /**
1113
- * <p> The ID of the connection. </p>
1215
+ * <p>
1216
+ * The ID of the connection.
1217
+ * </p>
1114
1218
  */
1115
1219
  ConnectionId: string | undefined;
1116
1220
  }
@@ -1119,11 +1223,15 @@ export interface GetConnectionRequest {
1119
1223
  */
1120
1224
  export interface GetConnectionResponse {
1121
1225
  /**
1122
- * <p> The ID of the connection. </p>
1226
+ * <p>
1227
+ * The ID of the connection.
1228
+ * </p>
1123
1229
  */
1124
1230
  ConnectionId?: string;
1125
1231
  /**
1126
- * <p> Information about the connection. </p>
1232
+ * <p>
1233
+ * Information about the connection.
1234
+ * </p>
1127
1235
  */
1128
1236
  ConnectionDetails?: ConnectionDetails;
1129
1237
  }
@@ -1150,7 +1258,9 @@ export interface GetOrderOutput {
1150
1258
  */
1151
1259
  export interface GetOutpostInput {
1152
1260
  /**
1153
- * <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
1261
+ * <p>
1262
+ * The ID or the Amazon Resource Name (ARN) of the Outpost.
1263
+ * </p>
1154
1264
  */
1155
1265
  OutpostId: string | undefined;
1156
1266
  }
@@ -1168,7 +1278,9 @@ export interface GetOutpostOutput {
1168
1278
  */
1169
1279
  export interface GetOutpostInstanceTypesInput {
1170
1280
  /**
1171
- * <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
1281
+ * <p>
1282
+ * The ID or the Amazon Resource Name (ARN) of the Outpost.
1283
+ * </p>
1172
1284
  */
1173
1285
  OutpostId: string | undefined;
1174
1286
  /**
@@ -1203,7 +1315,9 @@ export interface GetOutpostInstanceTypesOutput {
1203
1315
  */
1204
1316
  NextToken?: string;
1205
1317
  /**
1206
- * <p> The ID of the Outpost. </p>
1318
+ * <p>
1319
+ * The ID of the Outpost.
1320
+ * </p>
1207
1321
  */
1208
1322
  OutpostId?: string;
1209
1323
  /**
@@ -1216,7 +1330,9 @@ export interface GetOutpostInstanceTypesOutput {
1216
1330
  */
1217
1331
  export interface GetSiteInput {
1218
1332
  /**
1219
- * <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
1333
+ * <p>
1334
+ * The ID or the Amazon Resource Name (ARN) of the site.
1335
+ * </p>
1220
1336
  */
1221
1337
  SiteId: string | undefined;
1222
1338
  }
@@ -1234,7 +1350,9 @@ export interface GetSiteOutput {
1234
1350
  */
1235
1351
  export interface GetSiteAddressInput {
1236
1352
  /**
1237
- * <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
1353
+ * <p>
1354
+ * The ID or the Amazon Resource Name (ARN) of the site.
1355
+ * </p>
1238
1356
  */
1239
1357
  SiteId: string | undefined;
1240
1358
  /**
@@ -1255,7 +1373,9 @@ export interface GetSiteAddressOutput {
1255
1373
  */
1256
1374
  AddressType?: AddressType | string;
1257
1375
  /**
1258
- * <p> Information about the address. </p>
1376
+ * <p>
1377
+ * Information about the address.
1378
+ * </p>
1259
1379
  */
1260
1380
  Address?: Address;
1261
1381
  }
@@ -1264,7 +1384,9 @@ export interface GetSiteAddressOutput {
1264
1384
  */
1265
1385
  export interface ListAssetsInput {
1266
1386
  /**
1267
- * <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
1387
+ * <p>
1388
+ * The ID or the Amazon Resource Name (ARN) of the Outpost.
1389
+ * </p>
1268
1390
  */
1269
1391
  OutpostIdentifier: string | undefined;
1270
1392
  /**
@@ -1340,7 +1462,9 @@ export interface ListCatalogItemsOutput {
1340
1462
  */
1341
1463
  export interface ListOrdersInput {
1342
1464
  /**
1343
- * <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
1465
+ * <p>
1466
+ * The ID or the Amazon Resource Name (ARN) of the Outpost.
1467
+ * </p>
1344
1468
  */
1345
1469
  OutpostIdentifierFilter?: string;
1346
1470
  /**
@@ -1354,19 +1478,27 @@ export interface ListOrdersInput {
1354
1478
  }
1355
1479
  /**
1356
1480
  * @public
1357
- * <p> A summary of line items in your order. </p>
1481
+ * <p>
1482
+ * A summary of line items in your order.
1483
+ * </p>
1358
1484
  */
1359
1485
  export interface OrderSummary {
1360
1486
  /**
1361
- * <p> The ID of the Outpost. </p>
1487
+ * <p>
1488
+ * The ID of the Outpost.
1489
+ * </p>
1362
1490
  */
1363
1491
  OutpostId?: string;
1364
1492
  /**
1365
- * <p> The ID of the order. </p>
1493
+ * <p>
1494
+ * The ID of the order.
1495
+ * </p>
1366
1496
  */
1367
1497
  OrderId?: string;
1368
1498
  /**
1369
- * <p>The type of order.</p>
1499
+ * <p>
1500
+ * The type of order.
1501
+ * </p>
1370
1502
  */
1371
1503
  OrderType?: OrderType | string;
1372
1504
  /**
@@ -1378,8 +1510,8 @@ export interface OrderSummary {
1378
1510
  * </li>
1379
1511
  * <li>
1380
1512
  * <p>
1381
- * <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. For
1382
- * more information, see the <code>LineItem</code> status.</p>
1513
+ * <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. For more
1514
+ * information, see the <code>LineItem</code> status.</p>
1383
1515
  * </li>
1384
1516
  * <li>
1385
1517
  * <p>
@@ -1401,15 +1533,21 @@ export interface OrderSummary {
1401
1533
  */
1402
1534
  Status?: OrderStatus | string;
1403
1535
  /**
1404
- * <p> The status of all line items in the order. </p>
1536
+ * <p>
1537
+ * The status of all line items in the order.
1538
+ * </p>
1405
1539
  */
1406
1540
  LineItemCountsByStatus?: Record<string, number>;
1407
1541
  /**
1408
- * <p> The submission date for the order. </p>
1542
+ * <p>
1543
+ * The submission date for the order.
1544
+ * </p>
1409
1545
  */
1410
1546
  OrderSubmissionDate?: Date;
1411
1547
  /**
1412
- * <p> The fulfilment date for the order. </p>
1548
+ * <p>
1549
+ * The fulfilment date for the order.
1550
+ * </p>
1413
1551
  */
1414
1552
  OrderFulfilledDate?: Date;
1415
1553
  }
@@ -1418,7 +1556,9 @@ export interface OrderSummary {
1418
1556
  */
1419
1557
  export interface ListOrdersOutput {
1420
1558
  /**
1421
- * <p> Information about the orders. </p>
1559
+ * <p>
1560
+ * Information about the orders.
1561
+ * </p>
1422
1562
  */
1423
1563
  Orders?: OrderSummary[];
1424
1564
  /**
@@ -1525,19 +1665,27 @@ export interface ListTagsForResourceResponse {
1525
1665
  */
1526
1666
  export interface StartConnectionRequest {
1527
1667
  /**
1528
- * <p> The serial number of the dongle. </p>
1668
+ * <p>
1669
+ * The serial number of the dongle.
1670
+ * </p>
1529
1671
  */
1530
1672
  DeviceSerialNumber: string | undefined;
1531
1673
  /**
1532
- * <p> The ID of the Outpost server. </p>
1674
+ * <p>
1675
+ * The ID of the Outpost server.
1676
+ * </p>
1533
1677
  */
1534
1678
  AssetId: string | undefined;
1535
1679
  /**
1536
- * <p> The public key of the client. </p>
1680
+ * <p>
1681
+ * The public key of the client.
1682
+ * </p>
1537
1683
  */
1538
1684
  ClientPublicKey: string | undefined;
1539
1685
  /**
1540
- * <p> The device index of the network interface on the Outpost server. </p>
1686
+ * <p>
1687
+ * The device index of the network interface on the Outpost server.
1688
+ * </p>
1541
1689
  */
1542
1690
  NetworkInterfaceDeviceIndex: number | undefined;
1543
1691
  }
@@ -1546,11 +1694,15 @@ export interface StartConnectionRequest {
1546
1694
  */
1547
1695
  export interface StartConnectionResponse {
1548
1696
  /**
1549
- * <p> The ID of the connection. </p>
1697
+ * <p>
1698
+ * The ID of the connection.
1699
+ * </p>
1550
1700
  */
1551
1701
  ConnectionId?: string;
1552
1702
  /**
1553
- * <p> The underlay IP address. </p>
1703
+ * <p>
1704
+ * The underlay IP address.
1705
+ * </p>
1554
1706
  */
1555
1707
  UnderlayIpAddress?: string;
1556
1708
  }
@@ -1595,7 +1747,9 @@ export interface UntagResourceResponse {
1595
1747
  */
1596
1748
  export interface UpdateOutpostInput {
1597
1749
  /**
1598
- * <p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>
1750
+ * <p>
1751
+ * The ID or the Amazon Resource Name (ARN) of the Outpost.
1752
+ * </p>
1599
1753
  */
1600
1754
  OutpostId: string | undefined;
1601
1755
  /**
@@ -1607,7 +1761,9 @@ export interface UpdateOutpostInput {
1607
1761
  */
1608
1762
  Description?: string;
1609
1763
  /**
1610
- * <p> The type of hardware for this Outpost. </p>
1764
+ * <p>
1765
+ * The type of hardware for this Outpost.
1766
+ * </p>
1611
1767
  */
1612
1768
  SupportedHardwareType?: SupportedHardwareType | string;
1613
1769
  }
@@ -1625,7 +1781,9 @@ export interface UpdateOutpostOutput {
1625
1781
  */
1626
1782
  export interface UpdateSiteInput {
1627
1783
  /**
1628
- * <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
1784
+ * <p>
1785
+ * The ID or the Amazon Resource Name (ARN) of the site.
1786
+ * </p>
1629
1787
  */
1630
1788
  SiteId: string | undefined;
1631
1789
  /**
@@ -1655,15 +1813,21 @@ export interface UpdateSiteOutput {
1655
1813
  */
1656
1814
  export interface UpdateSiteAddressInput {
1657
1815
  /**
1658
- * <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
1816
+ * <p>
1817
+ * The ID or the Amazon Resource Name (ARN) of the site.
1818
+ * </p>
1659
1819
  */
1660
1820
  SiteId: string | undefined;
1661
1821
  /**
1662
- * <p> The type of the address. </p>
1822
+ * <p>
1823
+ * The type of the address.
1824
+ * </p>
1663
1825
  */
1664
1826
  AddressType: AddressType | string | undefined;
1665
1827
  /**
1666
- * <p> The address for the site. </p>
1828
+ * <p>
1829
+ * The address for the site.
1830
+ * </p>
1667
1831
  */
1668
1832
  Address: Address | undefined;
1669
1833
  }
@@ -1672,11 +1836,15 @@ export interface UpdateSiteAddressInput {
1672
1836
  */
1673
1837
  export interface UpdateSiteAddressOutput {
1674
1838
  /**
1675
- * <p> The type of the address. </p>
1839
+ * <p>
1840
+ * The type of the address.
1841
+ * </p>
1676
1842
  */
1677
1843
  AddressType?: AddressType | string;
1678
1844
  /**
1679
- * <p> Information about an address. </p>
1845
+ * <p>
1846
+ * Information about an address.
1847
+ * </p>
1680
1848
  */
1681
1849
  Address?: Address;
1682
1850
  }
@@ -1685,11 +1853,14 @@ export interface UpdateSiteAddressOutput {
1685
1853
  */
1686
1854
  export interface UpdateSiteRackPhysicalPropertiesInput {
1687
1855
  /**
1688
- * <p> The ID or the Amazon Resource Name (ARN) of the site. </p>
1856
+ * <p>
1857
+ * The ID or the Amazon Resource Name (ARN) of the site.
1858
+ * </p>
1689
1859
  */
1690
1860
  SiteId: string | undefined;
1691
1861
  /**
1692
- * <p>The power draw, in kVA, available at the hardware placement position for the rack.</p>
1862
+ * <p>The power draw, in kVA, available at the hardware placement position for the
1863
+ * rack.</p>
1693
1864
  */
1694
1865
  PowerDrawKva?: PowerDrawKva | string;
1695
1866
  /**
@@ -1705,8 +1876,9 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
1705
1876
  */
1706
1877
  PowerPhase?: PowerPhase | string;
1707
1878
  /**
1708
- * <p>The power connector that Amazon Web Services should plan to provide for connections to the hardware.
1709
- * Note the correlation between <code>PowerPhase</code> and <code>PowerConnector</code>. </p>
1879
+ * <p>The power connector that Amazon Web Services should plan to provide for connections to the
1880
+ * hardware. Note the correlation between <code>PowerPhase</code> and
1881
+ * <code>PowerConnector</code>. </p>
1710
1882
  * <ul>
1711
1883
  * <li>
1712
1884
  * <p>Single-phase AC feed</p>
@@ -1745,7 +1917,8 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
1745
1917
  */
1746
1918
  PowerFeedDrop?: PowerFeedDrop | string;
1747
1919
  /**
1748
- * <p>The uplink speed the rack should support for the connection to the Region. </p>
1920
+ * <p>The uplink speed the rack should support for the connection to the Region.
1921
+ * </p>
1749
1922
  */
1750
1923
  UplinkGbps?: UplinkGbps | string;
1751
1924
  /**
@@ -1767,13 +1940,14 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
1767
1940
  */
1768
1941
  UplinkCount?: UplinkCount | string;
1769
1942
  /**
1770
- * <p>The type of fiber that you will use to attach the Outpost to your network. </p>
1943
+ * <p>The type of fiber that you will use to attach the Outpost to your network.
1944
+ * </p>
1771
1945
  */
1772
1946
  FiberOpticCableType?: FiberOpticCableType | string;
1773
1947
  /**
1774
- * <p>The type of optical standard that you will use to attach the Outpost to your network. This
1775
- * field is dependent on uplink speed, fiber type, and distance to the upstream device.
1776
- * For more information
1948
+ * <p>The type of optical standard that you will use to attach the Outpost to your
1949
+ * network. This field is dependent on uplink speed, fiber type, and distance to the upstream
1950
+ * device. For more information
1777
1951
  * about networking requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking">Network</a>
1778
1952
  * in the Amazon Web Services Outposts User Guide.
1779
1953
  * </p>
@@ -1834,8 +2008,8 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
1834
2008
  */
1835
2009
  OpticalStandard?: OpticalStandard | string;
1836
2010
  /**
1837
- * <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over 2000lbs.
1838
- * </p>
2011
+ * <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over
2012
+ * 2000lbs. </p>
1839
2013
  */
1840
2014
  MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
1841
2015
  }