@aws-sdk/client-outposts 3.478.0 → 3.481.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/commands/CancelOrderCommand.js +18 -41
- package/dist-cjs/commands/CreateOrderCommand.js +18 -41
- package/dist-cjs/commands/CreateOutpostCommand.js +18 -41
- package/dist-cjs/commands/CreateSiteCommand.js +18 -41
- package/dist-cjs/commands/DeleteOutpostCommand.js +18 -41
- package/dist-cjs/commands/DeleteSiteCommand.js +18 -41
- package/dist-cjs/commands/GetCatalogItemCommand.js +18 -41
- package/dist-cjs/commands/GetConnectionCommand.js +18 -41
- package/dist-cjs/commands/GetOrderCommand.js +18 -41
- package/dist-cjs/commands/GetOutpostCommand.js +18 -41
- package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +18 -41
- package/dist-cjs/commands/GetSiteAddressCommand.js +18 -41
- package/dist-cjs/commands/GetSiteCommand.js +18 -41
- package/dist-cjs/commands/ListAssetsCommand.js +18 -41
- package/dist-cjs/commands/ListCatalogItemsCommand.js +18 -41
- package/dist-cjs/commands/ListOrdersCommand.js +18 -41
- package/dist-cjs/commands/ListOutpostsCommand.js +18 -41
- package/dist-cjs/commands/ListSitesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartConnectionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateOutpostCommand.js +18 -41
- package/dist-cjs/commands/UpdateSiteAddressCommand.js +18 -41
- package/dist-cjs/commands/UpdateSiteCommand.js +18 -41
- package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CancelOrderCommand.js +18 -41
- package/dist-es/commands/CreateOrderCommand.js +18 -41
- package/dist-es/commands/CreateOutpostCommand.js +18 -41
- package/dist-es/commands/CreateSiteCommand.js +18 -41
- package/dist-es/commands/DeleteOutpostCommand.js +18 -41
- package/dist-es/commands/DeleteSiteCommand.js +18 -41
- package/dist-es/commands/GetCatalogItemCommand.js +18 -41
- package/dist-es/commands/GetConnectionCommand.js +18 -41
- package/dist-es/commands/GetOrderCommand.js +18 -41
- package/dist-es/commands/GetOutpostCommand.js +18 -41
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +18 -41
- package/dist-es/commands/GetSiteAddressCommand.js +18 -41
- package/dist-es/commands/GetSiteCommand.js +18 -41
- package/dist-es/commands/ListAssetsCommand.js +18 -41
- package/dist-es/commands/ListCatalogItemsCommand.js +18 -41
- package/dist-es/commands/ListOrdersCommand.js +18 -41
- package/dist-es/commands/ListOutpostsCommand.js +18 -41
- package/dist-es/commands/ListSitesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartConnectionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateOutpostCommand.js +18 -41
- package/dist-es/commands/UpdateSiteAddressCommand.js +18 -41
- package/dist-es/commands/UpdateSiteCommand.js +18 -41
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CancelOrderCommand.d.ts +6 -21
- package/dist-types/commands/CreateOrderCommand.d.ts +6 -21
- package/dist-types/commands/CreateOutpostCommand.d.ts +6 -21
- package/dist-types/commands/CreateSiteCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOutpostCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSiteCommand.d.ts +6 -21
- package/dist-types/commands/GetCatalogItemCommand.d.ts +6 -21
- package/dist-types/commands/GetConnectionCommand.d.ts +6 -21
- package/dist-types/commands/GetOrderCommand.d.ts +6 -21
- package/dist-types/commands/GetOutpostCommand.d.ts +6 -21
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +6 -21
- package/dist-types/commands/GetSiteAddressCommand.d.ts +6 -21
- package/dist-types/commands/GetSiteCommand.d.ts +6 -21
- package/dist-types/commands/ListAssetsCommand.d.ts +6 -21
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +6 -21
- package/dist-types/commands/ListOrdersCommand.d.ts +6 -21
- package/dist-types/commands/ListOutpostsCommand.d.ts +6 -21
- package/dist-types/commands/ListSitesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartConnectionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateOutpostCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSiteCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateSiteCommandInput extends CreateSiteInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateSiteCommand_base: {
|
|
24
|
+
new (input: CreateSiteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Creates a site for an Outpost. </p>
|
|
@@ -132,23 +135,5 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
|
|
|
132
135
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
133
136
|
*
|
|
134
137
|
*/
|
|
135
|
-
export declare class CreateSiteCommand extends
|
|
136
|
-
readonly input: CreateSiteCommandInput;
|
|
137
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
138
|
-
/**
|
|
139
|
-
* @public
|
|
140
|
-
*/
|
|
141
|
-
constructor(input: CreateSiteCommandInput);
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSiteCommandInput, CreateSiteCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private serialize;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private deserialize;
|
|
138
|
+
export declare class CreateSiteCommand extends CreateSiteCommand_base {
|
|
154
139
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteOutpostCommandInput extends DeleteOutpostInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteOutpostCommand_base: {
|
|
24
|
+
new (input: DeleteOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified Outpost.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __Metad
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteOutpostCommand extends
|
|
68
|
-
readonly input: DeleteOutpostCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteOutpostCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutpostCommandInput, DeleteOutpostCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteOutpostCommand extends DeleteOutpostCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSiteCommandInput extends DeleteSiteInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSiteCommand_base: {
|
|
24
|
+
new (input: DeleteSiteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified site.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBea
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteSiteCommand extends
|
|
68
|
-
readonly input: DeleteSiteCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteSiteCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSiteCommandInput, DeleteSiteCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteSiteCommand extends DeleteSiteCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCatalogItemCommandInput extends GetCatalogItemInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCatalogItemCommand_base: {
|
|
24
|
+
new (input: GetCatalogItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the specified catalog item.</p>
|
|
@@ -78,23 +81,5 @@ export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __Met
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetCatalogItemCommand extends
|
|
82
|
-
readonly input: GetCatalogItemCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetCatalogItemCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCatalogItemCommandInput, GetCatalogItemCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetCatalogItemCommand extends GetCatalogItemCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetConnectionRequest, GetConnectionResponse } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetConnectionCommandInput extends GetConnectionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetConnectionCommandOutput extends GetConnectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetConnectionCommand_base: {
|
|
24
|
+
new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <note>
|
|
@@ -83,23 +86,5 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class GetConnectionCommand extends
|
|
87
|
-
readonly input: GetConnectionCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: GetConnectionCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class GetConnectionCommand extends GetConnectionCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetOrderInput, GetOrderOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetOrderCommandInput extends GetOrderInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetOrderCommand_base: {
|
|
24
|
+
new (input: GetOrderCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the specified order.</p>
|
|
@@ -91,23 +94,5 @@ export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class GetOrderCommand extends
|
|
95
|
-
readonly input: GetOrderCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: GetOrderCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOrderCommandInput, GetOrderCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class GetOrderCommand extends GetOrderCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetOutpostInput, GetOutpostOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetOutpostCommandInput extends GetOutpostInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetOutpostCommand_base: {
|
|
24
|
+
new (input: GetOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the specified Outpost.</p>
|
|
@@ -78,23 +81,5 @@ export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBea
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetOutpostCommand extends
|
|
82
|
-
readonly input: GetOutpostCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetOutpostCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOutpostCommandInput, GetOutpostCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetOutpostCommand extends GetOutpostCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetOutpostInstanceTypesInput, GetOutpostInstanceTypesOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetOutpostInstanceTypesCommandInput extends GetOutpostInstanceT
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstanceTypesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetOutpostInstanceTypesCommand_base: {
|
|
24
|
+
new (input: GetOutpostInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the instance types for the specified Outpost.</p>
|
|
@@ -72,23 +75,5 @@ export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstance
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class GetOutpostInstanceTypesCommand extends
|
|
76
|
-
readonly input: GetOutpostInstanceTypesCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: GetOutpostInstanceTypesCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class GetOutpostInstanceTypesCommand extends GetOutpostInstanceTypesCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSiteAddressCommandInput extends GetSiteAddressInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSiteAddressCommand_base: {
|
|
24
|
+
new (input: GetSiteAddressCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets the site address of the specified site. </p>
|
|
@@ -78,23 +81,5 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetSiteAddressCommand extends
|
|
82
|
-
readonly input: GetSiteAddressCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetSiteAddressCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSiteAddressCommandInput, GetSiteAddressCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetSiteAddressCommand extends GetSiteAddressCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSiteInput, GetSiteOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSiteCommandInput extends GetSiteInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSiteCommand_base: {
|
|
24
|
+
new (input: GetSiteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the specified Outpost site.</p>
|
|
@@ -87,23 +90,5 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class GetSiteCommand extends
|
|
91
|
-
readonly input: GetSiteCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: GetSiteCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSiteCommandInput, GetSiteCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class GetSiteCommand extends GetSiteCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAssetsInput, ListAssetsOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAssetsCommandInput extends ListAssetsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAssetsCommand_base: {
|
|
24
|
+
new (input: ListAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the hardware assets for the specified Outpost.</p>
|
|
@@ -91,23 +94,5 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ListAssetsCommand extends
|
|
95
|
-
readonly input: ListAssetsCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ListAssetsCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssetsCommandInput, ListAssetsCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ListAssetsCommand extends ListAssetsCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListCatalogItemsInput, ListCatalogItemsOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCatalogItemsCommandInput extends ListCatalogItemsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCatalogItemsCommand_base: {
|
|
24
|
+
new (input: ListCatalogItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the items in the catalog.</p>
|
|
@@ -94,23 +97,5 @@ export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, _
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class ListCatalogItemsCommand extends
|
|
98
|
-
readonly input: ListCatalogItemsCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: ListCatalogItemsCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class ListCatalogItemsCommand extends ListCatalogItemsCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListOrdersInput, ListOrdersOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListOrdersCommandInput extends ListOrdersInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListOrdersCommand_base: {
|
|
24
|
+
new (input: ListOrdersCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrdersCommandInput, ListOrdersCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the Outpost orders for your Amazon Web Services account.</p>
|
|
@@ -78,23 +81,5 @@ export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBea
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class ListOrdersCommand extends
|
|
82
|
-
readonly input: ListOrdersCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: ListOrdersCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrdersCommandInput, ListOrdersCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class ListOrdersCommand extends ListOrdersCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListOutpostsInput, ListOutpostsOutput } from "../models/models_0";
|
|
5
4
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListOutpostsCommandInput extends ListOutpostsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListOutpostsCommand_base: {
|
|
24
|
+
new (input: ListOutpostsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutpostsCommandInput, ListOutpostsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the Outposts for your Amazon Web Services account.</p>
|
|
@@ -91,23 +94,5 @@ export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __Metadat
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ListOutpostsCommand extends
|
|
95
|
-
readonly input: ListOutpostsCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ListOutpostsCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOutpostsCommandInput, ListOutpostsCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ListOutpostsCommand extends ListOutpostsCommand_base {
|
|
113
98
|
}
|