@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.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Outposts.d.ts +5 -1
- package/dist-types/OutpostsClient.d.ts +1 -1
- package/dist-types/commands/CancelOrderCommand.d.ts +2 -1
- package/dist-types/commands/CreateOrderCommand.d.ts +2 -1
- package/dist-types/commands/CreateOutpostCommand.d.ts +2 -1
- package/dist-types/commands/CreateSiteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOutpostCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSiteCommand.d.ts +2 -1
- package/dist-types/commands/GetCatalogItemCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +2 -1
- package/dist-types/commands/GetOrderCommand.d.ts +2 -1
- package/dist-types/commands/GetOutpostCommand.d.ts +2 -1
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/GetSiteAddressCommand.d.ts +2 -1
- package/dist-types/commands/GetSiteCommand.d.ts +2 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +2 -1
- package/dist-types/commands/ListOrdersCommand.d.ts +2 -1
- package/dist-types/commands/ListOutpostsCommand.d.ts +2 -1
- package/dist-types/commands/ListSitesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartConnectionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOutpostCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +242 -242
- package/dist-types/ts3.4/Outposts.d.ts +4 -0
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- 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
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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";
|