@aws-sdk/client-outposts 3.533.0 → 3.540.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 (63) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Outposts.d.ts +5 -1
  6. package/dist-types/OutpostsClient.d.ts +1 -1
  7. package/dist-types/commands/CancelOrderCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateOrderCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateOutpostCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateSiteCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteOutpostCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSiteCommand.d.ts +2 -1
  13. package/dist-types/commands/GetCatalogItemCommand.d.ts +2 -1
  14. package/dist-types/commands/GetConnectionCommand.d.ts +2 -1
  15. package/dist-types/commands/GetOrderCommand.d.ts +2 -1
  16. package/dist-types/commands/GetOutpostCommand.d.ts +2 -1
  17. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSiteAddressCommand.d.ts +2 -1
  19. package/dist-types/commands/GetSiteCommand.d.ts +2 -1
  20. package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListCatalogItemsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListOrdersCommand.d.ts +2 -1
  23. package/dist-types/commands/ListOutpostsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListSitesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/StartConnectionCommand.d.ts +2 -1
  27. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateOutpostCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateSiteCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +2 -1
  33. package/dist-types/index.d.ts +0 -1
  34. package/dist-types/models/models_0.d.ts +242 -242
  35. package/dist-types/ts3.4/Outposts.d.ts +4 -0
  36. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +7 -0
  49. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/index.d.ts +0 -1
  63. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput extends UpdateSit
22
22
  }
23
23
  declare const UpdateSiteRackPhysicalPropertiesCommand_base: {
24
24
  new (input: UpdateSiteRackPhysicalPropertiesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSiteRackPhysicalPropertiesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update the physical and logistical details for a rack at a site. For more information
30
30
  * about hardware requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist">Network
31
31
  * readiness checklist</a> in the Amazon Web Services Outposts User Guide.
@@ -106,6 +106,7 @@ declare const UpdateSiteRackPhysicalPropertiesCommand_base: {
106
106
  * @throws {@link OutpostsServiceException}
107
107
  * <p>Base exception class for all service exceptions from Outposts service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class UpdateSiteRackPhysicalPropertiesCommand extends UpdateSiteRackPhysicalPropertiesCommand_base {
111
112
  }
@@ -15,5 +15,4 @@ export { OutpostsExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
16
  export * from "./pagination";
17
17
  export * from "./models";
18
- import "@aws-sdk/util-endpoints";
19
18
  export { OutpostsServiceException } from "./models/OutpostsServiceException";