@aws-sdk/client-outposts 3.296.0 → 3.298.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 +2 -3
- package/dist-cjs/commands/CreateOrderCommand.js +2 -3
- package/dist-cjs/commands/CreateOutpostCommand.js +2 -3
- package/dist-cjs/commands/CreateSiteCommand.js +2 -3
- package/dist-cjs/commands/DeleteOutpostCommand.js +2 -3
- package/dist-cjs/commands/DeleteSiteCommand.js +2 -3
- package/dist-cjs/commands/GetCatalogItemCommand.js +2 -3
- package/dist-cjs/commands/GetConnectionCommand.js +2 -3
- package/dist-cjs/commands/GetOrderCommand.js +2 -3
- package/dist-cjs/commands/GetOutpostCommand.js +2 -3
- package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +2 -3
- package/dist-cjs/commands/GetSiteAddressCommand.js +2 -3
- package/dist-cjs/commands/GetSiteCommand.js +2 -3
- package/dist-cjs/commands/ListAssetsCommand.js +2 -3
- package/dist-cjs/commands/ListCatalogItemsCommand.js +2 -3
- package/dist-cjs/commands/ListOrdersCommand.js +2 -3
- package/dist-cjs/commands/ListOutpostsCommand.js +2 -3
- package/dist-cjs/commands/ListSitesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartConnectionCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateOutpostCommand.js +2 -3
- package/dist-cjs/commands/UpdateSiteAddressCommand.js +2 -3
- package/dist-cjs/commands/UpdateSiteCommand.js +2 -3
- package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -278
- package/dist-es/commands/CancelOrderCommand.js +2 -3
- package/dist-es/commands/CreateOrderCommand.js +2 -3
- package/dist-es/commands/CreateOutpostCommand.js +2 -3
- package/dist-es/commands/CreateSiteCommand.js +2 -3
- package/dist-es/commands/DeleteOutpostCommand.js +2 -3
- package/dist-es/commands/DeleteSiteCommand.js +2 -3
- package/dist-es/commands/GetCatalogItemCommand.js +2 -3
- package/dist-es/commands/GetConnectionCommand.js +2 -3
- package/dist-es/commands/GetOrderCommand.js +2 -3
- package/dist-es/commands/GetOutpostCommand.js +2 -3
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +2 -3
- package/dist-es/commands/GetSiteAddressCommand.js +2 -3
- package/dist-es/commands/GetSiteCommand.js +2 -3
- package/dist-es/commands/ListAssetsCommand.js +2 -3
- package/dist-es/commands/ListCatalogItemsCommand.js +2 -3
- package/dist-es/commands/ListOrdersCommand.js +2 -3
- package/dist-es/commands/ListOutpostsCommand.js +2 -3
- package/dist-es/commands/ListSitesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartConnectionCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateOutpostCommand.js +2 -3
- package/dist-es/commands/UpdateSiteAddressCommand.js +2 -3
- package/dist-es/commands/UpdateSiteCommand.js +2 -3
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -207
- package/dist-types/Outposts.d.ts +27 -0
- package/dist-types/OutpostsClient.d.ts +24 -4
- package/dist-types/commands/CancelOrderCommand.d.ts +16 -0
- package/dist-types/commands/CreateOrderCommand.d.ts +16 -0
- package/dist-types/commands/CreateOutpostCommand.d.ts +16 -0
- package/dist-types/commands/CreateSiteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOutpostCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSiteCommand.d.ts +16 -0
- package/dist-types/commands/GetCatalogItemCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +16 -0
- package/dist-types/commands/GetOrderCommand.d.ts +16 -0
- package/dist-types/commands/GetOutpostCommand.d.ts +16 -0
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +16 -0
- package/dist-types/commands/GetSiteAddressCommand.d.ts +16 -0
- package/dist-types/commands/GetSiteCommand.d.ts +16 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +16 -0
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +16 -0
- package/dist-types/commands/ListOrdersCommand.d.ts +16 -0
- package/dist-types/commands/ListOutpostsCommand.d.ts +16 -0
- package/dist-types/commands/ListSitesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartConnectionCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOutpostCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +16 -0
- package/dist-types/models/OutpostsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +251 -276
- package/dist-types/pagination/GetOutpostInstanceTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAssetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCatalogItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOrdersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOutpostsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSitesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -187
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CancelOrderInput, CancelOrderOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CancelOrderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CancelOrderCommandInput extends CancelOrderInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CancelOrderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Cancels the specified order for an Outpost.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CancelOrderCommandInput - {@link CancelOrderCommandInput}
|
|
34
|
+
* @returns {@link CancelOrderCommandOutput}
|
|
28
35
|
* @see {@link CancelOrderCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CancelOrderCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataB
|
|
|
49
56
|
export declare class CancelOrderCommand extends $Command<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig> {
|
|
50
57
|
readonly input: CancelOrderCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: CancelOrderCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelOrderCommandInput, CancelOrderCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateOrderInput, CreateOrderOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateOrderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateOrderCommandInput extends CreateOrderInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateOrderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an order for an Outpost.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateOrderCommandInput - {@link CreateOrderCommandInput}
|
|
34
|
+
* @returns {@link CreateOrderCommandOutput}
|
|
28
35
|
* @see {@link CreateOrderCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateOrderCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataB
|
|
|
52
59
|
export declare class CreateOrderCommand extends $Command<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig> {
|
|
53
60
|
readonly input: CreateOrderCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: CreateOrderCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOrderCommandInput, CreateOrderCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateOutpostCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateOutpostCommandInput extends CreateOutpostInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateOutpostCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an Outpost.</p>
|
|
18
23
|
* <p>You can specify either an Availability one or an AZ ID.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateOutpostCommandInput - {@link CreateOutpostCommandInput}
|
|
35
|
+
* @returns {@link CreateOutpostCommandOutput}
|
|
29
36
|
* @see {@link CreateOutpostCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateOutpostCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __Metad
|
|
|
53
60
|
export declare class CreateOutpostCommand extends $Command<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig> {
|
|
54
61
|
readonly input: CreateOutpostCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: CreateOutpostCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOutpostCommandInput, CreateOutpostCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateSiteCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateSiteCommandInput extends CreateSiteInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateSiteCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Creates a site for an Outpost. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateSiteCommandInput - {@link CreateSiteCommandInput}
|
|
34
|
+
* @returns {@link CreateSiteCommandOutput}
|
|
28
35
|
* @see {@link CreateSiteCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateSiteCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
|
|
|
49
56
|
export declare class CreateSiteCommand extends $Command<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig> {
|
|
50
57
|
readonly input: CreateSiteCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: CreateSiteCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSiteCommandInput, CreateSiteCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteOutpostCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteOutpostCommandInput extends DeleteOutpostInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteOutpostCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified Outpost.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteOutpostCommandInput - {@link DeleteOutpostCommandInput}
|
|
34
|
+
* @returns {@link DeleteOutpostCommandOutput}
|
|
28
35
|
* @see {@link DeleteOutpostCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteOutpostCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __Metad
|
|
|
49
56
|
export declare class DeleteOutpostCommand extends $Command<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteOutpostCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteOutpostCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutpostCommandInput, DeleteOutpostCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteSiteCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteSiteCommandInput extends DeleteSiteInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteSiteCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified site.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteSiteCommandInput - {@link DeleteSiteCommandInput}
|
|
34
|
+
* @returns {@link DeleteSiteCommandOutput}
|
|
28
35
|
* @see {@link DeleteSiteCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteSiteCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBea
|
|
|
49
56
|
export declare class DeleteSiteCommand extends $Command<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteSiteCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteSiteCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSiteCommandInput, DeleteSiteCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCatalogItemCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCatalogItemCommandInput extends GetCatalogItemInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCatalogItemCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the specified catalog item.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetCatalogItemCommandInput - {@link GetCatalogItemCommandInput}
|
|
34
|
+
* @returns {@link GetCatalogItemCommandOutput}
|
|
28
35
|
* @see {@link GetCatalogItemCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetCatalogItemCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __Met
|
|
|
43
50
|
export declare class GetCatalogItemCommand extends $Command<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig> {
|
|
44
51
|
readonly input: GetCatalogItemCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetCatalogItemCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCatalogItemCommandInput, GetCatalogItemCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetConnectionRequest, GetConnectionResponse } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetConnectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetConnectionCommandInput extends GetConnectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetConnectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetConnectionCommandOutput extends GetConnectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <note>
|
|
18
23
|
* <p>
|
|
19
24
|
* Amazon Web Services uses this action to install Outpost servers.</p>
|
|
@@ -35,6 +40,8 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param GetConnectionCommandInput - {@link GetConnectionCommandInput}
|
|
44
|
+
* @returns {@link GetConnectionCommandOutput}
|
|
38
45
|
* @see {@link GetConnectionCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link GetConnectionCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
|
|
|
56
63
|
export declare class GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig> {
|
|
57
64
|
readonly input: GetConnectionCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: GetConnectionCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetOrderInput, GetOrderOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetOrderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetOrderCommandInput extends GetOrderInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetOrderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the specified order.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetOrderCommandInput - {@link GetOrderCommandInput}
|
|
34
|
+
* @returns {@link GetOrderCommandOutput}
|
|
28
35
|
* @see {@link GetOrderCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetOrderCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer
|
|
|
43
50
|
export declare class GetOrderCommand extends $Command<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig> {
|
|
44
51
|
readonly input: GetOrderCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetOrderCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOrderCommandInput, GetOrderCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetOutpostInput, GetOutpostOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetOutpostCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetOutpostCommandInput extends GetOutpostInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetOutpostCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the specified Outpost.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetOutpostCommandInput - {@link GetOutpostCommandInput}
|
|
34
|
+
* @returns {@link GetOutpostCommandOutput}
|
|
28
35
|
* @see {@link GetOutpostCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetOutpostCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBea
|
|
|
46
53
|
export declare class GetOutpostCommand extends $Command<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig> {
|
|
47
54
|
readonly input: GetOutpostCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetOutpostCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOutpostCommandInput, GetOutpostCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetOutpostInstanceTypesInput, GetOutpostInstanceTypesOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetOutpostInstanceTypesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetOutpostInstanceTypesCommandInput extends GetOutpostInstanceTypesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetOutpostInstanceTypesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstanceTypesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets the instance types for the specified Outpost.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstance
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetOutpostInstanceTypesCommandInput - {@link GetOutpostInstanceTypesCommandInput}
|
|
34
|
+
* @returns {@link GetOutpostInstanceTypesCommandOutput}
|
|
28
35
|
* @see {@link GetOutpostInstanceTypesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetOutpostInstanceTypesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstance
|
|
|
46
53
|
export declare class GetOutpostInstanceTypesCommand extends $Command<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig> {
|
|
47
54
|
readonly input: GetOutpostInstanceTypesCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetOutpostInstanceTypesCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetSiteAddressCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetSiteAddressCommandInput extends GetSiteAddressInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetSiteAddressCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Gets the site address of the specified site. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetSiteAddressCommandInput - {@link GetSiteAddressCommandInput}
|
|
34
|
+
* @returns {@link GetSiteAddressCommandOutput}
|
|
28
35
|
* @see {@link GetSiteAddressCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetSiteAddressCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
|
|
|
46
53
|
export declare class GetSiteAddressCommand extends $Command<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig> {
|
|
47
54
|
readonly input: GetSiteAddressCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetSiteAddressCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSiteAddressCommandInput, GetSiteAddressCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetSiteInput, GetSiteOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetSiteCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetSiteCommandInput extends GetSiteInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetSiteCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the specified Outpost site.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetSiteCommandInput - {@link GetSiteCommandInput}
|
|
34
|
+
* @returns {@link GetSiteCommandOutput}
|
|
28
35
|
* @see {@link GetSiteCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetSiteCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
|
|
|
46
53
|
export declare class GetSiteCommand extends $Command<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig> {
|
|
47
54
|
readonly input: GetSiteCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetSiteCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSiteCommandInput, GetSiteCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|