@aws-sdk/client-outposts 3.1077.0 → 3.1078.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/index.js +51 -433
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelCapacityTaskCommand.js +2 -14
- package/dist-es/commands/CancelOrderCommand.js +2 -14
- package/dist-es/commands/CreateOrderCommand.js +2 -14
- package/dist-es/commands/CreateOutpostCommand.js +2 -14
- package/dist-es/commands/CreateQuoteCommand.js +2 -14
- package/dist-es/commands/CreateRenewalCommand.js +2 -14
- package/dist-es/commands/CreateSiteCommand.js +2 -14
- package/dist-es/commands/DeleteOutpostCommand.js +2 -14
- package/dist-es/commands/DeleteQuoteCommand.js +2 -14
- package/dist-es/commands/DeleteSiteCommand.js +2 -14
- package/dist-es/commands/GetCapacityTaskCommand.js +2 -14
- package/dist-es/commands/GetCatalogItemCommand.js +2 -14
- package/dist-es/commands/GetConnectionCommand.js +2 -14
- package/dist-es/commands/GetOrderCommand.js +2 -14
- package/dist-es/commands/GetOutpostBillingInformationCommand.js +2 -14
- package/dist-es/commands/GetOutpostCommand.js +2 -14
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +2 -14
- package/dist-es/commands/GetOutpostSupportedInstanceTypesCommand.js +2 -14
- package/dist-es/commands/GetQuoteCommand.js +2 -14
- package/dist-es/commands/GetRenewalPricingCommand.js +2 -14
- package/dist-es/commands/GetSiteAddressCommand.js +2 -14
- package/dist-es/commands/GetSiteCommand.js +2 -14
- package/dist-es/commands/ListAssetInstancesCommand.js +2 -14
- package/dist-es/commands/ListAssetsCommand.js +2 -14
- package/dist-es/commands/ListBlockingInstancesForCapacityTaskCommand.js +2 -14
- package/dist-es/commands/ListCapacityTasksCommand.js +2 -14
- package/dist-es/commands/ListCatalogItemsCommand.js +2 -14
- package/dist-es/commands/ListOrderableInstanceTypesCommand.js +2 -14
- package/dist-es/commands/ListOrdersCommand.js +2 -14
- package/dist-es/commands/ListOutpostsCommand.js +2 -14
- package/dist-es/commands/ListQuotesCommand.js +2 -14
- package/dist-es/commands/ListSitesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartCapacityTaskCommand.js +2 -14
- package/dist-es/commands/StartConnectionCommand.js +2 -14
- package/dist-es/commands/StartOutpostDecommissionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateOutpostCommand.js +2 -14
- package/dist-es/commands/UpdateQuoteCommand.js +2 -14
- package/dist-es/commands/UpdateSiteAddressCommand.js +2 -14
- package/dist-es/commands/UpdateSiteCommand.js +2 -14
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/CancelOrderCommand.d.ts +3 -8
- package/dist-types/commands/CreateOrderCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutpostCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuoteCommand.d.ts +3 -8
- package/dist-types/commands/CreateRenewalCommand.d.ts +3 -8
- package/dist-types/commands/CreateSiteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutpostCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuoteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSiteCommand.d.ts +3 -8
- package/dist-types/commands/GetCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetCatalogItemCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetOrderCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetQuoteCommand.d.ts +3 -8
- package/dist-types/commands/GetRenewalPricingCommand.d.ts +3 -8
- package/dist-types/commands/GetSiteAddressCommand.d.ts +3 -8
- package/dist-types/commands/GetSiteCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -8
- package/dist-types/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/ListCapacityTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListOrderableInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListOrdersCommand.d.ts +3 -8
- package/dist-types/commands/ListOutpostsCommand.d.ts +3 -8
- package/dist-types/commands/ListQuotesCommand.d.ts +3 -8
- package/dist-types/commands/ListSitesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartConnectionCommand.d.ts +3 -8
- package/dist-types/commands/StartOutpostDecommissionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOutpostCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuoteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSiteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRenewalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostBillingInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRenewalPricingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCapacityTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrderableInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuotesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartOutpostDecommissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
OutpostsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../OutpostsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
OutpostsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").OutpostsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UntagResourceRequest,
|
|
5
4
|
UntagResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
OutpostsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../OutpostsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
OutpostsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").OutpostsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
33
|
-
OutpostsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").OutpostsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UpdateOutpostInput, UpdateOutpostOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
OutpostsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../OutpostsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateOutpostCommandInput extends UpdateOutpostInput {}
|
|
12
5
|
export interface UpdateOutpostCommandOutput
|
|
13
6
|
extends UpdateOutpostOutput,
|
|
@@ -18,22 +11,20 @@ declare const UpdateOutpostCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateOutpostCommandInput,
|
|
20
13
|
UpdateOutpostCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateOutpostCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateOutpostCommandInput,
|
|
29
22
|
UpdateOutpostCommandOutput,
|
|
30
|
-
OutpostsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").OutpostsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateOutpostCommand extends UpdateOutpostCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UpdateQuoteInput, UpdateQuoteOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
OutpostsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../OutpostsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateQuoteCommandInput extends UpdateQuoteInput {}
|
|
12
5
|
export interface UpdateQuoteCommandOutput
|
|
13
6
|
extends UpdateQuoteOutput,
|
|
@@ -18,22 +11,20 @@ declare const UpdateQuoteCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateQuoteCommandInput,
|
|
20
13
|
UpdateQuoteCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateQuoteCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateQuoteCommandInput,
|
|
29
22
|
UpdateQuoteCommandOutput,
|
|
30
|
-
OutpostsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").OutpostsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateQuoteCommand extends UpdateQuoteCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateSiteAddressInput,
|
|
5
4
|
UpdateSiteAddressOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
OutpostsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../OutpostsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateSiteAddressCommandInput extends UpdateSiteAddressInput {}
|
|
15
8
|
export interface UpdateSiteAddressCommandOutput
|
|
16
9
|
extends UpdateSiteAddressOutput,
|
|
@@ -21,22 +14,20 @@ declare const UpdateSiteAddressCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateSiteAddressCommandInput,
|
|
23
16
|
UpdateSiteAddressCommandOutput,
|
|
24
|
-
OutpostsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").OutpostsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateSiteAddressCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateSiteAddressCommandInput,
|
|
32
25
|
UpdateSiteAddressCommandOutput,
|
|
33
|
-
OutpostsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").OutpostsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateSiteAddressCommand extends UpdateSiteAddressCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UpdateSiteInput, UpdateSiteOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
OutpostsClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../OutpostsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateSiteCommandInput extends UpdateSiteInput {}
|
|
12
5
|
export interface UpdateSiteCommandOutput
|
|
13
6
|
extends UpdateSiteOutput,
|
|
@@ -18,22 +11,20 @@ declare const UpdateSiteCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateSiteCommandInput,
|
|
20
13
|
UpdateSiteCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateSiteCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateSiteCommandInput,
|
|
29
22
|
UpdateSiteCommandOutput,
|
|
30
|
-
OutpostsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").OutpostsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateSiteCommand extends UpdateSiteCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
UpdateSiteRackPhysicalPropertiesInput,
|
|
5
4
|
UpdateSiteRackPhysicalPropertiesOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
OutpostsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../OutpostsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateSiteRackPhysicalPropertiesCommandInput
|
|
15
8
|
extends UpdateSiteRackPhysicalPropertiesInput {}
|
|
16
9
|
export interface UpdateSiteRackPhysicalPropertiesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateSiteRackPhysicalPropertiesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateSiteRackPhysicalPropertiesCommandInput,
|
|
24
17
|
UpdateSiteRackPhysicalPropertiesCommandOutput,
|
|
25
|
-
OutpostsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").OutpostsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateSiteRackPhysicalPropertiesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateSiteRackPhysicalPropertiesCommandInput,
|
|
33
26
|
UpdateSiteRackPhysicalPropertiesCommandOutput,
|
|
34
|
-
OutpostsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").OutpostsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateSiteRackPhysicalPropertiesCommand extends UpdateSiteRackPhysicalPropertiesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { OutpostsExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-outposts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|