@aws-sdk/client-outposts 3.1077.0 → 3.1079.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/models/models_0.d.ts +2 -1
- 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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds tags to the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags from the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateOutpostInput, UpdateOutpostOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateOutpostCommandInput extends UpdateOutpostInput {
|
|
|
22
19
|
export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateOutpostCommand_base: {
|
|
25
|
-
new (input: UpdateOutpostCommandInput): import("@smithy/core/client").CommandImpl<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateOutpostCommandInput): import("@smithy/core/client").CommandImpl<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateOutpostCommandInput): import("@smithy/core/client").CommandImpl<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateOutpostCommandInput): import("@smithy/core/client").CommandImpl<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates an Outpost. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateQuoteInput, UpdateQuoteOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateQuoteCommandInput extends UpdateQuoteInput {
|
|
|
22
19
|
export interface UpdateQuoteCommandOutput extends UpdateQuoteOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateQuoteCommand_base: {
|
|
25
|
-
new (input: UpdateQuoteCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuoteCommandInput, UpdateQuoteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateQuoteCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuoteCommandInput, UpdateQuoteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateQuoteCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuoteCommandInput, UpdateQuoteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateQuoteCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuoteCommandInput, UpdateQuoteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the specified quote. You can modify the requested capacities, constraints,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateSiteAddressInput, UpdateSiteAddressOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSiteAddressCommandInput extends UpdateSiteAddressInput {
|
|
|
22
19
|
export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSiteAddressCommand_base: {
|
|
25
|
-
new (input: UpdateSiteAddressCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSiteAddressCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSiteAddressCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSiteAddressCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the address of the specified site.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateSiteInput, UpdateSiteOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSiteCommandInput extends UpdateSiteInput {
|
|
|
22
19
|
export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSiteCommand_base: {
|
|
25
|
-
new (input: UpdateSiteCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteCommandInput, UpdateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSiteCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteCommandInput, UpdateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSiteCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteCommandInput, UpdateSiteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSiteCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteCommandInput, UpdateSiteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the specified site.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateSiteRackPhysicalPropertiesInput, UpdateSiteRackPhysicalPropertiesOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSiteRackPhysicalPropertiesCommandInput extends UpdateSite
|
|
|
22
19
|
export interface UpdateSiteRackPhysicalPropertiesCommandOutput extends UpdateSiteRackPhysicalPropertiesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSiteRackPhysicalPropertiesCommand_base: {
|
|
25
|
-
new (input: UpdateSiteRackPhysicalPropertiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSiteRackPhysicalPropertiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSiteRackPhysicalPropertiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSiteRackPhysicalPropertiesCommandInput): import("@smithy/core/client").CommandImpl<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update the physical and logistical details for a rack at a site. For more information
|
package/dist-types/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
13
13
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
14
14
|
export type { OutpostsExtensionConfiguration } from "./extensionConfiguration";
|
|
15
15
|
export * from "./commands";
|
|
16
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
16
17
|
export * from "./schemas/schemas_0";
|
|
17
18
|
export * from "./pagination";
|
|
18
19
|
export * from "./models/enums";
|
|
@@ -10,7 +10,8 @@ export interface Address {
|
|
|
10
10
|
*/
|
|
11
11
|
ContactName: string | undefined;
|
|
12
12
|
/**
|
|
13
|
-
* <p>The phone number of the contact
|
|
13
|
+
* <p>The phone number of the contact, including the country code (for example,
|
|
14
|
+
* <code>+12065550100</code>).</p>
|
|
14
15
|
* @public
|
|
15
16
|
*/
|
|
16
17
|
ContactPhoneNumber: string | undefined;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
OutpostsClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./OutpostsClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
OutpostsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
OutpostsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -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
|
CancelCapacityTaskInput,
|
|
5
4
|
CancelCapacityTaskOutput,
|
|
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 CancelCapacityTaskCommandInput
|
|
15
8
|
extends CancelCapacityTaskInput {}
|
|
16
9
|
export interface CancelCapacityTaskCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CancelCapacityTaskCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CancelCapacityTaskCommandInput,
|
|
24
17
|
CancelCapacityTaskCommandOutput,
|
|
25
|
-
OutpostsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").OutpostsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CancelCapacityTaskCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CancelCapacityTaskCommandInput,
|
|
33
26
|
CancelCapacityTaskCommandOutput,
|
|
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 CancelCapacityTaskCommand extends CancelCapacityTaskCommand_base {
|
|
43
34
|
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 { CancelOrderInput, CancelOrderOutput } 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 CancelOrderCommandInput extends CancelOrderInput {}
|
|
12
5
|
export interface CancelOrderCommandOutput
|
|
13
6
|
extends CancelOrderOutput,
|
|
@@ -18,22 +11,20 @@ declare const CancelOrderCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CancelOrderCommandInput,
|
|
20
13
|
CancelOrderCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CancelOrderCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CancelOrderCommandInput,
|
|
29
22
|
CancelOrderCommandOutput,
|
|
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 CancelOrderCommand extends CancelOrderCommand_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 { CreateOrderInput, CreateOrderOutput } 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 CreateOrderCommandInput extends CreateOrderInput {}
|
|
12
5
|
export interface CreateOrderCommandOutput
|
|
13
6
|
extends CreateOrderOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateOrderCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateOrderCommandInput,
|
|
20
13
|
CreateOrderCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateOrderCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateOrderCommandInput,
|
|
29
22
|
CreateOrderCommandOutput,
|
|
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 CreateOrderCommand extends CreateOrderCommand_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 { CreateOutpostInput, CreateOutpostOutput } 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 CreateOutpostCommandInput extends CreateOutpostInput {}
|
|
12
5
|
export interface CreateOutpostCommandOutput
|
|
13
6
|
extends CreateOutpostOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateOutpostCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateOutpostCommandInput,
|
|
20
13
|
CreateOutpostCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateOutpostCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateOutpostCommandInput,
|
|
29
22
|
CreateOutpostCommandOutput,
|
|
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 CreateOutpostCommand extends CreateOutpostCommand_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 { CreateQuoteInput, CreateQuoteOutput } 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 CreateQuoteCommandInput extends CreateQuoteInput {}
|
|
12
5
|
export interface CreateQuoteCommandOutput
|
|
13
6
|
extends CreateQuoteOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateQuoteCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateQuoteCommandInput,
|
|
20
13
|
CreateQuoteCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateQuoteCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateQuoteCommandInput,
|
|
29
22
|
CreateQuoteCommandOutput,
|
|
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 CreateQuoteCommand extends CreateQuoteCommand_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 { CreateRenewalInput, CreateRenewalOutput } 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 CreateRenewalCommandInput extends CreateRenewalInput {}
|
|
12
5
|
export interface CreateRenewalCommandOutput
|
|
13
6
|
extends CreateRenewalOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateRenewalCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateRenewalCommandInput,
|
|
20
13
|
CreateRenewalCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateRenewalCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateRenewalCommandInput,
|
|
29
22
|
CreateRenewalCommandOutput,
|
|
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 CreateRenewalCommand extends CreateRenewalCommand_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 { CreateSiteInput, CreateSiteOutput } 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 CreateSiteCommandInput extends CreateSiteInput {}
|
|
12
5
|
export interface CreateSiteCommandOutput
|
|
13
6
|
extends CreateSiteOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateSiteCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateSiteCommandInput,
|
|
20
13
|
CreateSiteCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateSiteCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateSiteCommandInput,
|
|
29
22
|
CreateSiteCommandOutput,
|
|
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 CreateSiteCommand extends CreateSiteCommand_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 { DeleteOutpostInput, DeleteOutpostOutput } 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 DeleteOutpostCommandInput extends DeleteOutpostInput {}
|
|
12
5
|
export interface DeleteOutpostCommandOutput
|
|
13
6
|
extends DeleteOutpostOutput,
|
|
@@ -18,22 +11,20 @@ declare const DeleteOutpostCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteOutpostCommandInput,
|
|
20
13
|
DeleteOutpostCommandOutput,
|
|
21
|
-
OutpostsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").OutpostsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteOutpostCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteOutpostCommandInput,
|
|
29
22
|
DeleteOutpostCommandOutput,
|
|
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 DeleteOutpostCommand extends DeleteOutpostCommand_base {
|
|
39
30
|
protected static __types: {
|