@aws-sdk/client-outposts 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/dist-cjs/commands/CancelOrderCommand.js +18 -41
  2. package/dist-cjs/commands/CreateOrderCommand.js +18 -41
  3. package/dist-cjs/commands/CreateOutpostCommand.js +18 -41
  4. package/dist-cjs/commands/CreateSiteCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteOutpostCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteSiteCommand.js +18 -41
  7. package/dist-cjs/commands/GetCatalogItemCommand.js +18 -41
  8. package/dist-cjs/commands/GetConnectionCommand.js +18 -41
  9. package/dist-cjs/commands/GetOrderCommand.js +18 -41
  10. package/dist-cjs/commands/GetOutpostCommand.js +18 -41
  11. package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +18 -41
  12. package/dist-cjs/commands/GetSiteAddressCommand.js +18 -41
  13. package/dist-cjs/commands/GetSiteCommand.js +18 -41
  14. package/dist-cjs/commands/ListAssetsCommand.js +18 -41
  15. package/dist-cjs/commands/ListCatalogItemsCommand.js +18 -41
  16. package/dist-cjs/commands/ListOrdersCommand.js +18 -41
  17. package/dist-cjs/commands/ListOutpostsCommand.js +18 -41
  18. package/dist-cjs/commands/ListSitesCommand.js +18 -41
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  20. package/dist-cjs/commands/StartConnectionCommand.js +18 -41
  21. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateOutpostCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateSiteAddressCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateSiteCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-cjs/pagination/GetOutpostInstanceTypesPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListAssetsPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListCatalogItemsPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListOrdersPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListOutpostsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListSitesPaginator.js +2 -24
  34. package/dist-es/commands/CancelOrderCommand.js +18 -41
  35. package/dist-es/commands/CreateOrderCommand.js +18 -41
  36. package/dist-es/commands/CreateOutpostCommand.js +18 -41
  37. package/dist-es/commands/CreateSiteCommand.js +18 -41
  38. package/dist-es/commands/DeleteOutpostCommand.js +18 -41
  39. package/dist-es/commands/DeleteSiteCommand.js +18 -41
  40. package/dist-es/commands/GetCatalogItemCommand.js +18 -41
  41. package/dist-es/commands/GetConnectionCommand.js +18 -41
  42. package/dist-es/commands/GetOrderCommand.js +18 -41
  43. package/dist-es/commands/GetOutpostCommand.js +18 -41
  44. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +18 -41
  45. package/dist-es/commands/GetSiteAddressCommand.js +18 -41
  46. package/dist-es/commands/GetSiteCommand.js +18 -41
  47. package/dist-es/commands/ListAssetsCommand.js +18 -41
  48. package/dist-es/commands/ListCatalogItemsCommand.js +18 -41
  49. package/dist-es/commands/ListOrdersCommand.js +18 -41
  50. package/dist-es/commands/ListOutpostsCommand.js +18 -41
  51. package/dist-es/commands/ListSitesCommand.js +18 -41
  52. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  53. package/dist-es/commands/StartConnectionCommand.js +18 -41
  54. package/dist-es/commands/TagResourceCommand.js +18 -41
  55. package/dist-es/commands/UntagResourceCommand.js +18 -41
  56. package/dist-es/commands/UpdateOutpostCommand.js +18 -41
  57. package/dist-es/commands/UpdateSiteAddressCommand.js +18 -41
  58. package/dist-es/commands/UpdateSiteCommand.js +18 -41
  59. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +18 -41
  60. package/dist-es/endpoint/EndpointParameters.js +6 -0
  61. package/dist-es/pagination/GetOutpostInstanceTypesPaginator.js +2 -23
  62. package/dist-es/pagination/ListAssetsPaginator.js +2 -23
  63. package/dist-es/pagination/ListCatalogItemsPaginator.js +2 -23
  64. package/dist-es/pagination/ListOrdersPaginator.js +2 -23
  65. package/dist-es/pagination/ListOutpostsPaginator.js +2 -23
  66. package/dist-es/pagination/ListSitesPaginator.js +2 -23
  67. package/dist-types/commands/CancelOrderCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateOrderCommand.d.ts +6 -21
  69. package/dist-types/commands/CreateOutpostCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateSiteCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteOutpostCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteSiteCommand.d.ts +6 -21
  73. package/dist-types/commands/GetCatalogItemCommand.d.ts +6 -21
  74. package/dist-types/commands/GetConnectionCommand.d.ts +6 -21
  75. package/dist-types/commands/GetOrderCommand.d.ts +6 -21
  76. package/dist-types/commands/GetOutpostCommand.d.ts +6 -21
  77. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +6 -21
  78. package/dist-types/commands/GetSiteAddressCommand.d.ts +6 -21
  79. package/dist-types/commands/GetSiteCommand.d.ts +6 -21
  80. package/dist-types/commands/ListAssetsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListCatalogItemsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListOrdersCommand.d.ts +6 -21
  83. package/dist-types/commands/ListOutpostsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListSitesCommand.d.ts +6 -21
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  86. package/dist-types/commands/StartConnectionCommand.d.ts +6 -21
  87. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  88. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateOutpostCommand.d.ts +6 -21
  90. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateSiteCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +6 -21
  93. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  94. package/dist-types/pagination/GetOutpostInstanceTypesPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListAssetsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListCatalogItemsPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListOrdersPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListOutpostsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListSitesPaginator.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +12 -23
  113. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  127. package/dist-types/ts3.4/pagination/GetOutpostInstanceTypesPaginator.d.ts +3 -3
  128. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +3 -3
  129. package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +3 -3
  130. package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +3 -3
  131. package/dist-types/ts3.4/pagination/ListOutpostsPaginator.d.ts +3 -3
  132. package/dist-types/ts3.4/pagination/ListSitesPaginator.d.ts +3 -3
  133. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateSiteRackPhysicalPropertiesCommand, se_UpdateSiteRackPhysicalPropertiesCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateSiteRackPhysicalPropertiesCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateSiteRackPhysicalPropertiesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "OutpostsClient";
26
- const commandName = "UpdateSiteRackPhysicalPropertiesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "OutpostsOlafService",
35
- operation: "UpdateSiteRackPhysicalProperties",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateSiteRackPhysicalPropertiesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateSiteRackPhysicalPropertiesCommand(output, context);
46
- }
7
+ export class UpdateSiteRackPhysicalPropertiesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("OutpostsOlafService", "UpdateSiteRackPhysicalProperties", {})
19
+ .n("OutpostsClient", "UpdateSiteRackPhysicalPropertiesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateSiteRackPhysicalPropertiesCommand)
22
+ .de(de_UpdateSiteRackPhysicalPropertiesCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "outposts",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { GetOutpostInstanceTypesCommand, } from "../commands/GetOutpostInstanceTypesCommand";
2
3
  import { OutpostsClient } from "../OutpostsClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new GetOutpostInstanceTypesCommand(input), ...args);
5
- };
6
- export async function* paginateGetOutpostInstanceTypes(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof OutpostsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Outposts | OutpostsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateGetOutpostInstanceTypes = createPaginator(OutpostsClient, GetOutpostInstanceTypesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListAssetsCommand } from "../commands/ListAssetsCommand";
2
3
  import { OutpostsClient } from "../OutpostsClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListAssetsCommand(input), ...args);
5
- };
6
- export async function* paginateListAssets(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof OutpostsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Outposts | OutpostsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListAssets = createPaginator(OutpostsClient, ListAssetsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListCatalogItemsCommand, } from "../commands/ListCatalogItemsCommand";
2
3
  import { OutpostsClient } from "../OutpostsClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListCatalogItemsCommand(input), ...args);
5
- };
6
- export async function* paginateListCatalogItems(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof OutpostsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Outposts | OutpostsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListCatalogItems = createPaginator(OutpostsClient, ListCatalogItemsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListOrdersCommand } from "../commands/ListOrdersCommand";
2
3
  import { OutpostsClient } from "../OutpostsClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListOrdersCommand(input), ...args);
5
- };
6
- export async function* paginateListOrders(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof OutpostsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Outposts | OutpostsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListOrders = createPaginator(OutpostsClient, ListOrdersCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListOutpostsCommand, } from "../commands/ListOutpostsCommand";
2
3
  import { OutpostsClient } from "../OutpostsClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListOutpostsCommand(input), ...args);
5
- };
6
- export async function* paginateListOutposts(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof OutpostsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Outposts | OutpostsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListOutposts = createPaginator(OutpostsClient, ListOutpostsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListSitesCommand } from "../commands/ListSitesCommand";
2
3
  import { OutpostsClient } from "../OutpostsClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListSitesCommand(input), ...args);
5
- };
6
- export async function* paginateListSites(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof OutpostsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Outposts | OutpostsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListSites = createPaginator(OutpostsClient, ListSitesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CancelOrderInput, CancelOrderOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelOrderCommandInput extends CancelOrderInput {
21
20
  */
22
21
  export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataBearer {
23
22
  }
23
+ declare const CancelOrderCommand_base: {
24
+ new (input: CancelOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels the specified order for an Outpost.</p>
@@ -64,23 +67,5 @@ export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataB
64
67
  * <p>Base exception class for all service exceptions from Outposts service.</p>
65
68
  *
66
69
  */
67
- export declare class CancelOrderCommand extends $Command<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig> {
68
- readonly input: CancelOrderCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: CancelOrderCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelOrderCommandInput, CancelOrderCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class CancelOrderCommand extends CancelOrderCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateOrderInput, CreateOrderOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateOrderCommandInput extends CreateOrderInput {
21
20
  */
22
21
  export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateOrderCommand_base: {
24
+ new (input: CreateOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an order for an Outpost.</p>
@@ -108,23 +111,5 @@ export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataB
108
111
  * <p>Base exception class for all service exceptions from Outposts service.</p>
109
112
  *
110
113
  */
111
- export declare class CreateOrderCommand extends $Command<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig> {
112
- readonly input: CreateOrderCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: CreateOrderCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOrderCommandInput, CreateOrderCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class CreateOrderCommand extends CreateOrderCommand_base {
130
115
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateOutpostCommandInput extends CreateOutpostInput {
21
20
  */
22
21
  export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateOutpostCommand_base: {
24
+ new (input: CreateOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an Outpost.</p>
@@ -93,23 +96,5 @@ export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __Metad
93
96
  * <p>Base exception class for all service exceptions from Outposts service.</p>
94
97
  *
95
98
  */
96
- export declare class CreateOutpostCommand extends $Command<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig> {
97
- readonly input: CreateOutpostCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: CreateOutpostCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOutpostCommandInput, CreateOutpostCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class CreateOutpostCommand extends CreateOutpostCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSiteCommandInput extends CreateSiteInput {
21
20
  */
22
21
  export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateSiteCommand_base: {
24
+ new (input: CreateSiteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Creates a site for an Outpost. </p>
@@ -132,23 +135,5 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
132
135
  * <p>Base exception class for all service exceptions from Outposts service.</p>
133
136
  *
134
137
  */
135
- export declare class CreateSiteCommand extends $Command<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig> {
136
- readonly input: CreateSiteCommandInput;
137
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
138
- /**
139
- * @public
140
- */
141
- constructor(input: CreateSiteCommandInput);
142
- /**
143
- * @internal
144
- */
145
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSiteCommandInput, CreateSiteCommandOutput>;
146
- /**
147
- * @internal
148
- */
149
- private serialize;
150
- /**
151
- * @internal
152
- */
153
- private deserialize;
138
+ export declare class CreateSiteCommand extends CreateSiteCommand_base {
154
139
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteOutpostCommandInput extends DeleteOutpostInput {
21
20
  */
22
21
  export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteOutpostCommand_base: {
24
+ new (input: DeleteOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified Outpost.</p>
@@ -64,23 +67,5 @@ export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __Metad
64
67
  * <p>Base exception class for all service exceptions from Outposts service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteOutpostCommand extends $Command<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig> {
68
- readonly input: DeleteOutpostCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteOutpostCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutpostCommandInput, DeleteOutpostCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteOutpostCommand extends DeleteOutpostCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSiteCommandInput extends DeleteSiteInput {
21
20
  */
22
21
  export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSiteCommand_base: {
24
+ new (input: DeleteSiteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified site.</p>
@@ -64,23 +67,5 @@ export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBea
64
67
  * <p>Base exception class for all service exceptions from Outposts service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteSiteCommand extends $Command<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig> {
68
- readonly input: DeleteSiteCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteSiteCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSiteCommandInput, DeleteSiteCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteSiteCommand extends DeleteSiteCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCatalogItemCommandInput extends GetCatalogItemInput {
21
20
  */
22
21
  export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCatalogItemCommand_base: {
24
+ new (input: GetCatalogItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the specified catalog item.</p>
@@ -78,23 +81,5 @@ export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __Met
78
81
  * <p>Base exception class for all service exceptions from Outposts service.</p>
79
82
  *
80
83
  */
81
- export declare class GetCatalogItemCommand extends $Command<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig> {
82
- readonly input: GetCatalogItemCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetCatalogItemCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCatalogItemCommandInput, GetCatalogItemCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetCatalogItemCommand extends GetCatalogItemCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetConnectionRequest, GetConnectionResponse } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConnectionCommandInput extends GetConnectionRequest {
21
20
  */
22
21
  export interface GetConnectionCommandOutput extends GetConnectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetConnectionCommand_base: {
24
+ new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -83,23 +86,5 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
83
86
  * <p>Base exception class for all service exceptions from Outposts service.</p>
84
87
  *
85
88
  */
86
- export declare class GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig> {
87
- readonly input: GetConnectionCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: GetConnectionCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class GetConnectionCommand extends GetConnectionCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetOrderInput, GetOrderOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetOrderCommandInput extends GetOrderInput {
21
20
  */
22
21
  export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetOrderCommand_base: {
24
+ new (input: GetOrderCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the specified order.</p>
@@ -91,23 +94,5 @@ export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer
91
94
  * <p>Base exception class for all service exceptions from Outposts service.</p>
92
95
  *
93
96
  */
94
- export declare class GetOrderCommand extends $Command<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig> {
95
- readonly input: GetOrderCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: GetOrderCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOrderCommandInput, GetOrderCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class GetOrderCommand extends GetOrderCommand_base {
113
98
  }