@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 { GetOutpostInput, GetOutpostOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetOutpostCommandInput extends GetOutpostInput {
21
20
  */
22
21
  export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetOutpostCommand_base: {
24
+ new (input: GetOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the specified Outpost.</p>
@@ -78,23 +81,5 @@ export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBea
78
81
  * <p>Base exception class for all service exceptions from Outposts service.</p>
79
82
  *
80
83
  */
81
- export declare class GetOutpostCommand extends $Command<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig> {
82
- readonly input: GetOutpostCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetOutpostCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOutpostCommandInput, GetOutpostCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetOutpostCommand extends GetOutpostCommand_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 { GetOutpostInstanceTypesInput, GetOutpostInstanceTypesOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetOutpostInstanceTypesCommandInput extends GetOutpostInstanceT
21
20
  */
22
21
  export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstanceTypesOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetOutpostInstanceTypesCommand_base: {
24
+ new (input: GetOutpostInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the instance types for the specified Outpost.</p>
@@ -72,23 +75,5 @@ export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstance
72
75
  * <p>Base exception class for all service exceptions from Outposts service.</p>
73
76
  *
74
77
  */
75
- export declare class GetOutpostInstanceTypesCommand extends $Command<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig> {
76
- readonly input: GetOutpostInstanceTypesCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetOutpostInstanceTypesCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetOutpostInstanceTypesCommand extends GetOutpostInstanceTypesCommand_base {
94
79
  }
@@ -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 { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSiteAddressCommandInput extends GetSiteAddressInput {
21
20
  */
22
21
  export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetSiteAddressCommand_base: {
24
+ new (input: GetSiteAddressCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets the site address of the specified site. </p>
@@ -78,23 +81,5 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
78
81
  * <p>Base exception class for all service exceptions from Outposts service.</p>
79
82
  *
80
83
  */
81
- export declare class GetSiteAddressCommand extends $Command<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig> {
82
- readonly input: GetSiteAddressCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetSiteAddressCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSiteAddressCommandInput, GetSiteAddressCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetSiteAddressCommand extends GetSiteAddressCommand_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 { GetSiteInput, GetSiteOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSiteCommandInput extends GetSiteInput {
21
20
  */
22
21
  export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetSiteCommand_base: {
24
+ new (input: GetSiteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the specified Outpost site.</p>
@@ -87,23 +90,5 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
87
90
  * <p>Base exception class for all service exceptions from Outposts service.</p>
88
91
  *
89
92
  */
90
- export declare class GetSiteCommand extends $Command<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig> {
91
- readonly input: GetSiteCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: GetSiteCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSiteCommandInput, GetSiteCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class GetSiteCommand extends GetSiteCommand_base {
109
94
  }
@@ -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 { ListAssetsInput, ListAssetsOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAssetsCommandInput extends ListAssetsInput {
21
20
  */
22
21
  export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListAssetsCommand_base: {
24
+ new (input: ListAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the hardware assets for the specified Outpost.</p>
@@ -91,23 +94,5 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
91
94
  * <p>Base exception class for all service exceptions from Outposts service.</p>
92
95
  *
93
96
  */
94
- export declare class ListAssetsCommand extends $Command<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig> {
95
- readonly input: ListAssetsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListAssetsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssetsCommandInput, ListAssetsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListAssetsCommand extends ListAssetsCommand_base {
113
98
  }
@@ -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 { ListCatalogItemsInput, ListCatalogItemsOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCatalogItemsCommandInput extends ListCatalogItemsInput {
21
20
  */
22
21
  export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListCatalogItemsCommand_base: {
24
+ new (input: ListCatalogItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the items in the catalog.</p>
@@ -94,23 +97,5 @@ export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, _
94
97
  * <p>Base exception class for all service exceptions from Outposts service.</p>
95
98
  *
96
99
  */
97
- export declare class ListCatalogItemsCommand extends $Command<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig> {
98
- readonly input: ListCatalogItemsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListCatalogItemsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListCatalogItemsCommand extends ListCatalogItemsCommand_base {
116
101
  }
@@ -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 { ListOrdersInput, ListOrdersOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOrdersCommandInput extends ListOrdersInput {
21
20
  */
22
21
  export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListOrdersCommand_base: {
24
+ new (input: ListOrdersCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrdersCommandInput, ListOrdersCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the Outpost orders for your Amazon Web Services account.</p>
@@ -78,23 +81,5 @@ export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBea
78
81
  * <p>Base exception class for all service exceptions from Outposts service.</p>
79
82
  *
80
83
  */
81
- export declare class ListOrdersCommand extends $Command<ListOrdersCommandInput, ListOrdersCommandOutput, OutpostsClientResolvedConfig> {
82
- readonly input: ListOrdersCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListOrdersCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrdersCommandInput, ListOrdersCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListOrdersCommand extends ListOrdersCommand_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 { ListOutpostsInput, ListOutpostsOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOutpostsCommandInput extends ListOutpostsInput {
21
20
  */
22
21
  export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListOutpostsCommand_base: {
24
+ new (input: ListOutpostsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutpostsCommandInput, ListOutpostsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the Outposts for your Amazon Web Services account.</p>
@@ -91,23 +94,5 @@ export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __Metadat
91
94
  * <p>Base exception class for all service exceptions from Outposts service.</p>
92
95
  *
93
96
  */
94
- export declare class ListOutpostsCommand extends $Command<ListOutpostsCommandInput, ListOutpostsCommandOutput, OutpostsClientResolvedConfig> {
95
- readonly input: ListOutpostsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListOutpostsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOutpostsCommandInput, ListOutpostsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListOutpostsCommand extends ListOutpostsCommand_base {
113
98
  }
@@ -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 { ListSitesInput, ListSitesOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSitesCommandInput extends ListSitesInput {
21
20
  */
22
21
  export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListSitesCommand_base: {
24
+ new (input: ListSitesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSitesCommandInput, ListSitesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
@@ -101,23 +104,5 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
101
104
  * <p>Base exception class for all service exceptions from Outposts service.</p>
102
105
  *
103
106
  */
104
- export declare class ListSitesCommand extends $Command<ListSitesCommandInput, ListSitesCommandOutput, OutpostsClientResolvedConfig> {
105
- readonly input: ListSitesCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: ListSitesCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSitesCommandInput, ListSitesCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class ListSitesCommand extends ListSitesCommand_base {
123
108
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags for the specified resource.</p>
@@ -62,23 +65,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
62
65
  * <p>Base exception class for all service exceptions from Outposts service.</p>
63
66
  *
64
67
  */
65
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OutpostsClientResolvedConfig> {
66
- readonly input: ListTagsForResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: ListTagsForResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
84
69
  }
@@ -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 { StartConnectionRequest, StartConnectionResponse } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartConnectionCommandInput extends StartConnectionRequest {
21
20
  */
22
21
  export interface StartConnectionCommandOutput extends StartConnectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartConnectionCommand_base: {
24
+ new (input: StartConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartConnectionCommandInput, StartConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -77,23 +80,5 @@ export interface StartConnectionCommandOutput extends StartConnectionResponse, _
77
80
  * <p>Base exception class for all service exceptions from Outposts service.</p>
78
81
  *
79
82
  */
80
- export declare class StartConnectionCommand extends $Command<StartConnectionCommandInput, StartConnectionCommandOutput, OutpostsClientResolvedConfig> {
81
- readonly input: StartConnectionCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: StartConnectionCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartConnectionCommandInput, StartConnectionCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class StartConnectionCommand extends StartConnectionCommand_base {
99
84
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds tags to the specified resource.</p>
@@ -61,23 +64,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
61
64
  * <p>Base exception class for all service exceptions from Outposts service.</p>
62
65
  *
63
66
  */
64
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, OutpostsClientResolvedConfig> {
65
- readonly input: TagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: TagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class TagResourceCommand extends TagResourceCommand_base {
83
68
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from the specified resource.</p>
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
61
64
  * <p>Base exception class for all service exceptions from Outposts service.</p>
62
65
  *
63
66
  */
64
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, OutpostsClientResolvedConfig> {
65
- readonly input: UntagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UntagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
68
  }
@@ -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 { UpdateOutpostInput, UpdateOutpostOutput } from "../models/models_0";
5
4
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateOutpostCommandInput extends UpdateOutpostInput {
21
20
  */
22
21
  export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateOutpostCommand_base: {
24
+ new (input: UpdateOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Updates an Outpost. </p>
@@ -84,23 +87,5 @@ export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
84
87
  * <p>Base exception class for all service exceptions from Outposts service.</p>
85
88
  *
86
89
  */
87
- export declare class UpdateOutpostCommand extends $Command<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, OutpostsClientResolvedConfig> {
88
- readonly input: UpdateOutpostCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: UpdateOutpostCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOutpostCommandInput, UpdateOutpostCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class UpdateOutpostCommand extends UpdateOutpostCommand_base {
106
91
  }