@aws-sdk/client-outposts 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Outposts.d.ts +0 -26
- package/dist-types/ts3.4/OutpostsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -246
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateOutpostCommandInput extends UpdateOutpostInput {}
|
|
|
15
15
|
export interface UpdateOutpostCommandOutput
|
|
16
16
|
extends UpdateOutpostOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateOutpostCommand extends $Command<
|
|
20
19
|
UpdateOutpostCommandInput,
|
|
21
20
|
UpdateOutpostCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateOutpostCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateOutpostCommandInput;
|
|
25
24
|
constructor(input: UpdateOutpostCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateSiteAddressCommandInput extends UpdateSiteAddressInput {}
|
|
|
18
18
|
export interface UpdateSiteAddressCommandOutput
|
|
19
19
|
extends UpdateSiteAddressOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateSiteAddressCommand extends $Command<
|
|
23
22
|
UpdateSiteAddressCommandInput,
|
|
24
23
|
UpdateSiteAddressCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateSiteAddressCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateSiteAddressCommandInput;
|
|
28
27
|
constructor(input: UpdateSiteAddressCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateSiteCommandInput extends UpdateSiteInput {}
|
|
|
15
15
|
export interface UpdateSiteCommandOutput
|
|
16
16
|
extends UpdateSiteOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateSiteCommand extends $Command<
|
|
20
19
|
UpdateSiteCommandInput,
|
|
21
20
|
UpdateSiteCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateSiteCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateSiteCommandInput;
|
|
25
24
|
constructor(input: UpdateSiteCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateSiteRackPhysicalPropertiesCommandInput
|
|
|
19
19
|
export interface UpdateSiteRackPhysicalPropertiesCommandOutput
|
|
20
20
|
extends UpdateSiteRackPhysicalPropertiesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateSiteRackPhysicalPropertiesCommand extends $Command<
|
|
24
23
|
UpdateSiteRackPhysicalPropertiesCommandInput,
|
|
25
24
|
UpdateSiteRackPhysicalPropertiesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateSiteRackPhysicalPropertiesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateSiteRackPhysicalPropertiesCommandInput;
|
|
29
28
|
constructor(input: UpdateSiteRackPhysicalPropertiesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: OutpostsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class OutpostsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|