@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 { ListAssetsInput, ListAssetsOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAssetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAssetsCommandInput extends ListAssetsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAssetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the hardware assets for the specified Outpost.</p>
|
|
18
23
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
19
24
|
* all of the specified filters. For a filter where you can specify multiple values, the results include
|
|
@@ -28,6 +33,8 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListAssetsCommandInput - {@link ListAssetsCommandInput}
|
|
37
|
+
* @returns {@link ListAssetsCommandOutput}
|
|
31
38
|
* @see {@link ListAssetsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListAssetsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
|
|
|
49
56
|
export declare class ListAssetsCommand extends $Command<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig> {
|
|
50
57
|
readonly input: ListAssetsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListAssetsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssetsCommandInput, ListAssetsCommandOutput>;
|
|
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 { ListCatalogItemsInput, ListCatalogItemsOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListCatalogItemsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListCatalogItemsCommandInput extends ListCatalogItemsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListCatalogItemsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the items in the catalog.</p>
|
|
18
23
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
19
24
|
* all of the specified filters. For a filter where you can specify multiple values, the results include
|
|
@@ -28,6 +33,8 @@ export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, _
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListCatalogItemsCommandInput - {@link ListCatalogItemsCommandInput}
|
|
37
|
+
* @returns {@link ListCatalogItemsCommandOutput}
|
|
31
38
|
* @see {@link ListCatalogItemsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListCatalogItemsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, _
|
|
|
46
53
|
export declare class ListCatalogItemsCommand extends $Command<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig> {
|
|
47
54
|
readonly input: ListCatalogItemsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListCatalogItemsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput>;
|
|
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 { ListOrdersInput, ListOrdersOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListOrdersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListOrdersCommandInput extends ListOrdersInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListOrdersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Outpost orders for your Amazon Web Services account.</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 ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListOrdersCommandInput - {@link ListOrdersCommandInput}
|
|
34
|
+
* @returns {@link ListOrdersCommandOutput}
|
|
28
35
|
* @see {@link ListOrdersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListOrdersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBea
|
|
|
46
53
|
export declare class ListOrdersCommand extends $Command<ListOrdersCommandInput, ListOrdersCommandOutput, OutpostsClientResolvedConfig> {
|
|
47
54
|
readonly input: ListOrdersCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListOrdersCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrdersCommandInput, ListOrdersCommandOutput>;
|
|
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 { ListOutpostsInput, ListOutpostsOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListOutpostsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListOutpostsCommandInput extends ListOutpostsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListOutpostsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Outposts for your Amazon Web Services account.</p>
|
|
18
23
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
19
24
|
* all of the specified filters. For a filter where you can specify multiple values, the results include
|
|
@@ -28,6 +33,8 @@ export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __Metadat
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListOutpostsCommandInput - {@link ListOutpostsCommandInput}
|
|
37
|
+
* @returns {@link ListOutpostsCommandOutput}
|
|
31
38
|
* @see {@link ListOutpostsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListOutpostsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __Metadat
|
|
|
46
53
|
export declare class ListOutpostsCommand extends $Command<ListOutpostsCommandInput, ListOutpostsCommandOutput, OutpostsClientResolvedConfig> {
|
|
47
54
|
readonly input: ListOutpostsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListOutpostsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOutpostsCommandInput, ListOutpostsCommandOutput>;
|
|
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 { ListSitesInput, ListSitesOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSitesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSitesCommandInput extends ListSitesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSitesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
|
|
18
23
|
* results.</p>
|
|
19
24
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
@@ -29,6 +34,8 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param ListSitesCommandInput - {@link ListSitesCommandInput}
|
|
38
|
+
* @returns {@link ListSitesCommandOutput}
|
|
32
39
|
* @see {@link ListSitesCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link ListSitesCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
|
|
|
47
54
|
export declare class ListSitesCommand extends $Command<ListSitesCommandInput, ListSitesCommandOutput, OutpostsClientResolvedConfig> {
|
|
48
55
|
readonly input: ListSitesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListSitesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSitesCommandInput, ListSitesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the tags for the specified resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
43
50
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OutpostsClientResolvedConfig> {
|
|
44
51
|
readonly input: ListTagsForResourceCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListTagsForResourceCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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 { StartConnectionRequest, StartConnectionResponse } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartConnectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartConnectionCommandInput extends StartConnectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartConnectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartConnectionCommandOutput extends StartConnectionResponse, __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 StartConnectionCommandOutput extends StartConnectionResponse, _
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param StartConnectionCommandInput - {@link StartConnectionCommandInput}
|
|
44
|
+
* @returns {@link StartConnectionCommandOutput}
|
|
38
45
|
* @see {@link StartConnectionCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link StartConnectionCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface StartConnectionCommandOutput extends StartConnectionResponse, _
|
|
|
56
63
|
export declare class StartConnectionCommand extends $Command<StartConnectionCommandInput, StartConnectionCommandOutput, OutpostsClientResolvedConfig> {
|
|
57
64
|
readonly input: StartConnectionCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: StartConnectionCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartConnectionCommandInput, StartConnectionCommandOutput>;
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds tags to the specified resource.</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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
34
|
+
* @returns {@link TagResourceCommandOutput}
|
|
28
35
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
43
50
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, OutpostsClientResolvedConfig> {
|
|
44
51
|
readonly input: TagResourceCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: TagResourceCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes tags from the specified resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
34
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
28
35
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
43
50
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, OutpostsClientResolvedConfig> {
|
|
44
51
|
readonly input: UntagResourceCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: UntagResourceCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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 { UpdateOutpostInput, UpdateOutpostOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateOutpostCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateOutpostCommandInput extends UpdateOutpostInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateOutpostCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates 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 UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateOutpostCommandInput - {@link UpdateOutpostCommandInput}
|
|
34
|
+
* @returns {@link UpdateOutpostCommandOutput}
|
|
28
35
|
* @see {@link UpdateOutpostCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateOutpostCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
|
|
|
49
56
|
export declare class UpdateOutpostCommand extends $Command<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, OutpostsClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateOutpostCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateOutpostCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOutpostCommandInput, UpdateOutpostCommandOutput>;
|
|
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 { UpdateSiteAddressInput, UpdateSiteAddressOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSiteAddressCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSiteAddressCommandInput extends UpdateSiteAddressInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSiteAddressCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the address of the specified site.</p>
|
|
18
23
|
* <p>You can't update a site address if there is an order in progress. You must wait for the
|
|
19
24
|
* order to complete or cancel the order.</p>
|
|
@@ -29,6 +34,8 @@ export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput,
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param UpdateSiteAddressCommandInput - {@link UpdateSiteAddressCommandInput}
|
|
38
|
+
* @returns {@link UpdateSiteAddressCommandOutput}
|
|
32
39
|
* @see {@link UpdateSiteAddressCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link UpdateSiteAddressCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput,
|
|
|
53
60
|
export declare class UpdateSiteAddressCommand extends $Command<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, OutpostsClientResolvedConfig> {
|
|
54
61
|
readonly input: UpdateSiteAddressCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: UpdateSiteAddressCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput>;
|
|
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 { UpdateSiteInput, UpdateSiteOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSiteCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSiteCommandInput extends UpdateSiteInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSiteCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates 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 UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateSiteCommandInput - {@link UpdateSiteCommandInput}
|
|
34
|
+
* @returns {@link UpdateSiteCommandOutput}
|
|
28
35
|
* @see {@link UpdateSiteCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateSiteCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBea
|
|
|
49
56
|
export declare class UpdateSiteCommand extends $Command<UpdateSiteCommandInput, UpdateSiteCommandOutput, OutpostsClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateSiteCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateSiteCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSiteCommandInput, UpdateSiteCommandOutput>;
|
|
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 { UpdateSiteRackPhysicalPropertiesInput, UpdateSiteRackPhysicalPropertiesOutput } from "../models/models_0";
|
|
5
5
|
import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSiteRackPhysicalPropertiesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSiteRackPhysicalPropertiesCommandInput extends UpdateSiteRackPhysicalPropertiesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSiteRackPhysicalPropertiesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSiteRackPhysicalPropertiesCommandOutput extends UpdateSiteRackPhysicalPropertiesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Update the physical and logistical details for a rack at a site. For more information
|
|
18
23
|
* about hardware requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist">Network
|
|
19
24
|
* readiness checklist</a> in the Amazon Web Services Outposts User Guide.
|
|
@@ -30,6 +35,8 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput extends UpdateSit
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param UpdateSiteRackPhysicalPropertiesCommandInput - {@link UpdateSiteRackPhysicalPropertiesCommandInput}
|
|
39
|
+
* @returns {@link UpdateSiteRackPhysicalPropertiesCommandOutput}
|
|
33
40
|
* @see {@link UpdateSiteRackPhysicalPropertiesCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link UpdateSiteRackPhysicalPropertiesCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput extends UpdateSit
|
|
|
54
61
|
export declare class UpdateSiteRackPhysicalPropertiesCommand extends $Command<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, OutpostsClientResolvedConfig> {
|
|
55
62
|
readonly input: UpdateSiteRackPhysicalPropertiesCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: UpdateSiteRackPhysicalPropertiesCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|