@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,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 { UpdateSiteAddressInput, UpdateSiteAddressOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSiteAddressCommandInput extends UpdateSiteAddressInput {
21
20
  */
22
21
  export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSiteAddressCommand_base: {
24
+ new (input: UpdateSiteAddressCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the address of the specified site.</p>
@@ -97,23 +100,5 @@ export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput,
97
100
  * <p>Base exception class for all service exceptions from Outposts service.</p>
98
101
  *
99
102
  */
100
- export declare class UpdateSiteAddressCommand extends $Command<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, OutpostsClientResolvedConfig> {
101
- readonly input: UpdateSiteAddressCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: UpdateSiteAddressCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class UpdateSiteAddressCommand extends UpdateSiteAddressCommand_base {
119
104
  }
@@ -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 { UpdateSiteInput, UpdateSiteOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSiteCommandInput extends UpdateSiteInput {
21
20
  */
22
21
  export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSiteCommand_base: {
24
+ new (input: UpdateSiteCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSiteCommandInput, UpdateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified site.</p>
@@ -93,23 +96,5 @@ export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBea
93
96
  * <p>Base exception class for all service exceptions from Outposts service.</p>
94
97
  *
95
98
  */
96
- export declare class UpdateSiteCommand extends $Command<UpdateSiteCommandInput, UpdateSiteCommandOutput, OutpostsClientResolvedConfig> {
97
- readonly input: UpdateSiteCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: UpdateSiteCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSiteCommandInput, UpdateSiteCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class UpdateSiteCommand extends UpdateSiteCommand_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 { UpdateSiteRackPhysicalPropertiesInput, UpdateSiteRackPhysicalPropertiesOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSiteRackPhysicalPropertiesCommandInput extends UpdateSite
21
20
  */
22
21
  export interface UpdateSiteRackPhysicalPropertiesCommandOutput extends UpdateSiteRackPhysicalPropertiesOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSiteRackPhysicalPropertiesCommand_base: {
24
+ new (input: UpdateSiteRackPhysicalPropertiesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the physical and logistical details for a rack at a site. For more information
@@ -104,23 +107,5 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput extends UpdateSit
104
107
  * <p>Base exception class for all service exceptions from Outposts service.</p>
105
108
  *
106
109
  */
107
- export declare class UpdateSiteRackPhysicalPropertiesCommand extends $Command<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, OutpostsClientResolvedConfig> {
108
- readonly input: UpdateSiteRackPhysicalPropertiesCommandInput;
109
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
- /**
111
- * @public
112
- */
113
- constructor(input: UpdateSiteRackPhysicalPropertiesCommandInput);
114
- /**
115
- * @internal
116
- */
117
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput>;
118
- /**
119
- * @internal
120
- */
121
- private serialize;
122
- /**
123
- * @internal
124
- */
125
- private deserialize;
110
+ export declare class UpdateSiteRackPhysicalPropertiesCommand extends UpdateSiteRackPhysicalPropertiesCommand_base {
126
111
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { OutpostsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetOutpostInstanceTypes(config: OutpostsPaginationConfiguration, input: GetOutpostInstanceTypesCommandInput, ...additionalArguments: any): Paginator<GetOutpostInstanceTypesCommandOutput>;
7
+ export declare const paginateGetOutpostInstanceTypes: (config: OutpostsPaginationConfiguration, input: GetOutpostInstanceTypesCommandInput, ...rest: any[]) => Paginator<GetOutpostInstanceTypesCommandOutput>;
@@ -4,4 +4,4 @@ import { OutpostsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAssets(config: OutpostsPaginationConfiguration, input: ListAssetsCommandInput, ...additionalArguments: any): Paginator<ListAssetsCommandOutput>;
7
+ export declare const paginateListAssets: (config: OutpostsPaginationConfiguration, input: ListAssetsCommandInput, ...rest: any[]) => Paginator<ListAssetsCommandOutput>;
@@ -4,4 +4,4 @@ import { OutpostsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCatalogItems(config: OutpostsPaginationConfiguration, input: ListCatalogItemsCommandInput, ...additionalArguments: any): Paginator<ListCatalogItemsCommandOutput>;
7
+ export declare const paginateListCatalogItems: (config: OutpostsPaginationConfiguration, input: ListCatalogItemsCommandInput, ...rest: any[]) => Paginator<ListCatalogItemsCommandOutput>;
@@ -4,4 +4,4 @@ import { OutpostsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListOrders(config: OutpostsPaginationConfiguration, input: ListOrdersCommandInput, ...additionalArguments: any): Paginator<ListOrdersCommandOutput>;
7
+ export declare const paginateListOrders: (config: OutpostsPaginationConfiguration, input: ListOrdersCommandInput, ...rest: any[]) => Paginator<ListOrdersCommandOutput>;
@@ -4,4 +4,4 @@ import { OutpostsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListOutposts(config: OutpostsPaginationConfiguration, input: ListOutpostsCommandInput, ...additionalArguments: any): Paginator<ListOutpostsCommandOutput>;
7
+ export declare const paginateListOutposts: (config: OutpostsPaginationConfiguration, input: ListOutpostsCommandInput, ...rest: any[]) => Paginator<ListOutpostsCommandOutput>;
@@ -4,4 +4,4 @@ import { OutpostsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSites(config: OutpostsPaginationConfiguration, input: ListSitesCommandInput, ...additionalArguments: any): Paginator<ListSitesCommandOutput>;
7
+ export declare const paginateListSites: (config: OutpostsPaginationConfiguration, input: ListSitesCommandInput, ...rest: any[]) => Paginator<ListSitesCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CancelOrderInput, CancelOrderOutput } from "../models/models_0";
10
4
  import {
11
5
  OutpostsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CancelOrderCommandInput extends CancelOrderInput {}
17
11
  export interface CancelOrderCommandOutput
18
12
  extends CancelOrderOutput,
19
13
  __MetadataBearer {}
20
- export declare class CancelOrderCommand extends $Command<
21
- CancelOrderCommandInput,
22
- CancelOrderCommandOutput,
23
- OutpostsClientResolvedConfig
24
- > {
25
- readonly input: CancelOrderCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelOrderCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OutpostsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelOrderCommandInput, CancelOrderCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelOrderCommand_base: {
15
+ new (
16
+ input: CancelOrderCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelOrderCommandInput,
19
+ CancelOrderCommandOutput,
20
+ OutpostsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelOrderCommand extends CancelOrderCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateOrderInput, CreateOrderOutput } from "../models/models_0";
10
4
  import {
11
5
  OutpostsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CreateOrderCommandInput extends CreateOrderInput {}
17
11
  export interface CreateOrderCommandOutput
18
12
  extends CreateOrderOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateOrderCommand extends $Command<
21
- CreateOrderCommandInput,
22
- CreateOrderCommandOutput,
23
- OutpostsClientResolvedConfig
24
- > {
25
- readonly input: CreateOrderCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateOrderCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OutpostsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateOrderCommandInput, CreateOrderCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateOrderCommand_base: {
15
+ new (
16
+ input: CreateOrderCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateOrderCommandInput,
19
+ CreateOrderCommandOutput,
20
+ OutpostsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateOrderCommand extends CreateOrderCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0";
10
4
  import {
11
5
  OutpostsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CreateOutpostCommandInput extends CreateOutpostInput {}
17
11
  export interface CreateOutpostCommandOutput
18
12
  extends CreateOutpostOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateOutpostCommand extends $Command<
21
- CreateOutpostCommandInput,
22
- CreateOutpostCommandOutput,
23
- OutpostsClientResolvedConfig
24
- > {
25
- readonly input: CreateOutpostCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateOutpostCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OutpostsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateOutpostCommandInput, CreateOutpostCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateOutpostCommand_base: {
15
+ new (
16
+ input: CreateOutpostCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateOutpostCommandInput,
19
+ CreateOutpostCommandOutput,
20
+ OutpostsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateOutpostCommand extends CreateOutpostCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
10
4
  import {
11
5
  OutpostsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CreateSiteCommandInput extends CreateSiteInput {}
17
11
  export interface CreateSiteCommandOutput
18
12
  extends CreateSiteOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateSiteCommand extends $Command<
21
- CreateSiteCommandInput,
22
- CreateSiteCommandOutput,
23
- OutpostsClientResolvedConfig
24
- > {
25
- readonly input: CreateSiteCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateSiteCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OutpostsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateSiteCommandInput, CreateSiteCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateSiteCommand_base: {
15
+ new (
16
+ input: CreateSiteCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateSiteCommandInput,
19
+ CreateSiteCommandOutput,
20
+ OutpostsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateSiteCommand extends CreateSiteCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
10
4
  import {
11
5
  OutpostsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface DeleteOutpostCommandInput extends DeleteOutpostInput {}
17
11
  export interface DeleteOutpostCommandOutput
18
12
  extends DeleteOutpostOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteOutpostCommand extends $Command<
21
- DeleteOutpostCommandInput,
22
- DeleteOutpostCommandOutput,
23
- OutpostsClientResolvedConfig
24
- > {
25
- readonly input: DeleteOutpostCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteOutpostCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OutpostsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteOutpostCommandInput, DeleteOutpostCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteOutpostCommand_base: {
15
+ new (
16
+ input: DeleteOutpostCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteOutpostCommandInput,
19
+ DeleteOutpostCommandOutput,
20
+ OutpostsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteOutpostCommand extends DeleteOutpostCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0";
10
4
  import {
11
5
  OutpostsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface DeleteSiteCommandInput extends DeleteSiteInput {}
17
11
  export interface DeleteSiteCommandOutput
18
12
  extends DeleteSiteOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteSiteCommand extends $Command<
21
- DeleteSiteCommandInput,
22
- DeleteSiteCommandOutput,
23
- OutpostsClientResolvedConfig
24
- > {
25
- readonly input: DeleteSiteCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteSiteCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OutpostsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteSiteCommandInput, DeleteSiteCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteSiteCommand_base: {
15
+ new (
16
+ input: DeleteSiteCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteSiteCommandInput,
19
+ DeleteSiteCommandOutput,
20
+ OutpostsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteSiteCommand extends DeleteSiteCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0";
10
4
  import {
11
5
  OutpostsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetCatalogItemCommandInput extends GetCatalogItemInput {}
17
11
  export interface GetCatalogItemCommandOutput
18
12
  extends GetCatalogItemOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetCatalogItemCommand extends $Command<
21
- GetCatalogItemCommandInput,
22
- GetCatalogItemCommandOutput,
23
- OutpostsClientResolvedConfig
24
- > {
25
- readonly input: GetCatalogItemCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetCatalogItemCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OutpostsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetCatalogItemCommandInput, GetCatalogItemCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetCatalogItemCommand_base: {
15
+ new (
16
+ input: GetCatalogItemCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetCatalogItemCommandInput,
19
+ GetCatalogItemCommandOutput,
20
+ OutpostsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetCatalogItemCommand extends GetCatalogItemCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetConnectionRequest,
11
5
  GetConnectionResponse,
@@ -20,19 +14,16 @@ export interface GetConnectionCommandInput extends GetConnectionRequest {}
20
14
  export interface GetConnectionCommandOutput
21
15
  extends GetConnectionResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetConnectionCommand extends $Command<
24
- GetConnectionCommandInput,
25
- GetConnectionCommandOutput,
26
- OutpostsClientResolvedConfig
27
- > {
28
- readonly input: GetConnectionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetConnectionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: OutpostsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetConnectionCommand_base: {
18
+ new (
19
+ input: GetConnectionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetConnectionCommandInput,
22
+ GetConnectionCommandOutput,
23
+ OutpostsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetConnectionCommand extends GetConnectionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetOrderInput, GetOrderOutput } from "../models/models_0";
10
4
  import {
11
5
  OutpostsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetOrderCommandInput extends GetOrderInput {}
17
11
  export interface GetOrderCommandOutput
18
12
  extends GetOrderOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetOrderCommand extends $Command<
21
- GetOrderCommandInput,
22
- GetOrderCommandOutput,
23
- OutpostsClientResolvedConfig
24
- > {
25
- readonly input: GetOrderCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetOrderCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OutpostsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetOrderCommandInput, GetOrderCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetOrderCommand_base: {
15
+ new (
16
+ input: GetOrderCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetOrderCommandInput,
19
+ GetOrderCommandOutput,
20
+ OutpostsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetOrderCommand extends GetOrderCommand_base {}