@aws-sdk/client-tnb 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 (157) hide show
  1. package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +18 -41
  2. package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +18 -41
  3. package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +18 -41
  4. package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +18 -41
  8. package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +18 -41
  9. package/dist-cjs/commands/GetSolFunctionPackageCommand.js +18 -41
  10. package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +18 -41
  11. package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +18 -41
  12. package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +18 -41
  13. package/dist-cjs/commands/GetSolNetworkOperationCommand.js +18 -41
  14. package/dist-cjs/commands/GetSolNetworkPackageCommand.js +18 -41
  15. package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +18 -41
  16. package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +18 -41
  17. package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +18 -41
  18. package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +18 -41
  19. package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +18 -41
  20. package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +18 -41
  21. package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +18 -41
  22. package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +18 -41
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  24. package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +18 -41
  25. package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +18 -41
  26. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +18 -41
  28. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +18 -41
  32. package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +18 -41
  33. package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +18 -41
  34. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  35. package/dist-cjs/pagination/ListSolFunctionInstancesPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListSolFunctionPackagesPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListSolNetworkInstancesPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListSolNetworkOperationsPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListSolNetworkPackagesPaginator.js +2 -24
  40. package/dist-es/commands/CancelSolNetworkOperationCommand.js +18 -41
  41. package/dist-es/commands/CreateSolFunctionPackageCommand.js +18 -41
  42. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +18 -41
  43. package/dist-es/commands/CreateSolNetworkPackageCommand.js +18 -41
  44. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +18 -41
  45. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +18 -41
  46. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +18 -41
  47. package/dist-es/commands/GetSolFunctionInstanceCommand.js +18 -41
  48. package/dist-es/commands/GetSolFunctionPackageCommand.js +18 -41
  49. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +18 -41
  50. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +18 -41
  51. package/dist-es/commands/GetSolNetworkInstanceCommand.js +18 -41
  52. package/dist-es/commands/GetSolNetworkOperationCommand.js +18 -41
  53. package/dist-es/commands/GetSolNetworkPackageCommand.js +18 -41
  54. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +18 -41
  55. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +18 -41
  56. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +18 -41
  57. package/dist-es/commands/ListSolFunctionInstancesCommand.js +18 -41
  58. package/dist-es/commands/ListSolFunctionPackagesCommand.js +18 -41
  59. package/dist-es/commands/ListSolNetworkInstancesCommand.js +18 -41
  60. package/dist-es/commands/ListSolNetworkOperationsCommand.js +18 -41
  61. package/dist-es/commands/ListSolNetworkPackagesCommand.js +18 -41
  62. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  63. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +18 -41
  64. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +18 -41
  65. package/dist-es/commands/TagResourceCommand.js +18 -41
  66. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +18 -41
  67. package/dist-es/commands/UntagResourceCommand.js +18 -41
  68. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +18 -41
  69. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +18 -41
  70. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +18 -41
  71. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +18 -41
  72. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +18 -41
  73. package/dist-es/endpoint/EndpointParameters.js +6 -0
  74. package/dist-es/pagination/ListSolFunctionInstancesPaginator.js +2 -23
  75. package/dist-es/pagination/ListSolFunctionPackagesPaginator.js +2 -23
  76. package/dist-es/pagination/ListSolNetworkInstancesPaginator.js +2 -23
  77. package/dist-es/pagination/ListSolNetworkOperationsPaginator.js +2 -23
  78. package/dist-es/pagination/ListSolNetworkPackagesPaginator.js +2 -23
  79. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +6 -21
  81. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +6 -21
  82. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +6 -21
  85. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +6 -21
  86. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +6 -21
  87. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +6 -21
  88. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +6 -21
  89. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +6 -21
  90. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +6 -21
  91. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +6 -21
  92. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +6 -21
  93. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +6 -21
  94. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +6 -21
  95. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +6 -21
  96. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +6 -21
  97. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +6 -21
  98. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +6 -21
  99. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +6 -21
  100. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +6 -21
  101. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  102. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +6 -21
  103. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +6 -21
  104. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  105. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +6 -21
  106. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  107. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +6 -21
  108. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +6 -21
  109. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +6 -21
  110. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +6 -21
  111. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +6 -21
  112. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  113. package/dist-types/pagination/ListSolFunctionInstancesPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListSolFunctionPackagesPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListSolNetworkInstancesPaginator.d.ts +1 -1
  116. package/dist-types/pagination/ListSolNetworkOperationsPaginator.d.ts +1 -1
  117. package/dist-types/pagination/ListSolNetworkPackagesPaginator.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +12 -24
  130. package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +11 -21
  142. package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +11 -21
  143. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +11 -21
  150. package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +11 -21
  151. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  152. package/dist-types/ts3.4/pagination/ListSolFunctionInstancesPaginator.d.ts +3 -3
  153. package/dist-types/ts3.4/pagination/ListSolFunctionPackagesPaginator.d.ts +3 -3
  154. package/dist-types/ts3.4/pagination/ListSolNetworkInstancesPaginator.d.ts +3 -3
  155. package/dist-types/ts3.4/pagination/ListSolNetworkOperationsPaginator.d.ts +3 -3
  156. package/dist-types/ts3.4/pagination/ListSolNetworkPackagesPaginator.d.ts +3 -3
  157. 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 { InstantiateSolNetworkInstanceInput, InstantiateSolNetworkInstanceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface InstantiateSolNetworkInstanceCommandInput extends InstantiateSo
21
20
  */
22
21
  export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateSolNetworkInstanceOutput, __MetadataBearer {
23
22
  }
23
+ declare const InstantiateSolNetworkInstanceCommand_base: {
24
+ new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Instantiates a network instance.</p>
@@ -79,23 +82,5 @@ export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateS
79
82
  * <p>Base exception class for all service exceptions from Tnb service.</p>
80
83
  *
81
84
  */
82
- export declare class InstantiateSolNetworkInstanceCommand extends $Command<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig> {
83
- readonly input: InstantiateSolNetworkInstanceCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: InstantiateSolNetworkInstanceCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class InstantiateSolNetworkInstanceCommand extends InstantiateSolNetworkInstanceCommand_base {
101
86
  }
@@ -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 { ListSolFunctionInstancesInput, ListSolFunctionInstancesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSolFunctionInstancesCommandInput extends ListSolFunctionIns
21
20
  */
22
21
  export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionInstancesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListSolFunctionInstancesCommand_base: {
24
+ new (input: ListSolFunctionInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists network function instances.</p>
@@ -82,23 +85,5 @@ export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionIn
82
85
  * <p>Base exception class for all service exceptions from Tnb service.</p>
83
86
  *
84
87
  */
85
- export declare class ListSolFunctionInstancesCommand extends $Command<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig> {
86
- readonly input: ListSolFunctionInstancesCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListSolFunctionInstancesCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListSolFunctionInstancesCommand extends ListSolFunctionInstancesCommand_base {
104
89
  }
@@ -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 { ListSolFunctionPackagesInput, ListSolFunctionPackagesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSolFunctionPackagesCommandInput extends ListSolFunctionPack
21
20
  */
22
21
  export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPackagesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListSolFunctionPackagesCommand_base: {
24
+ new (input: ListSolFunctionPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists information about function packages.</p>
@@ -82,23 +85,5 @@ export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPac
82
85
  * <p>Base exception class for all service exceptions from Tnb service.</p>
83
86
  *
84
87
  */
85
- export declare class ListSolFunctionPackagesCommand extends $Command<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig> {
86
- readonly input: ListSolFunctionPackagesCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListSolFunctionPackagesCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListSolFunctionPackagesCommand extends ListSolFunctionPackagesCommand_base {
104
89
  }
@@ -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 { ListSolNetworkInstancesInput, ListSolNetworkInstancesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSolNetworkInstancesCommandInput extends ListSolNetworkInsta
21
20
  */
22
21
  export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInstancesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListSolNetworkInstancesCommand_base: {
24
+ new (input: ListSolNetworkInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists your network instances.</p>
@@ -80,23 +83,5 @@ export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInst
80
83
  * <p>Base exception class for all service exceptions from Tnb service.</p>
81
84
  *
82
85
  */
83
- export declare class ListSolNetworkInstancesCommand extends $Command<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig> {
84
- readonly input: ListSolNetworkInstancesCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListSolNetworkInstancesCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListSolNetworkInstancesCommand extends ListSolNetworkInstancesCommand_base {
102
87
  }
@@ -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 { ListSolNetworkOperationsInput, ListSolNetworkOperationsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSolNetworkOperationsCommandInput extends ListSolNetworkOper
21
20
  */
22
21
  export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOperationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListSolNetworkOperationsCommand_base: {
24
+ new (input: ListSolNetworkOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists details for a network operation, including when the operation started and the status of the operation.</p>
@@ -82,23 +85,5 @@ export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOpe
82
85
  * <p>Base exception class for all service exceptions from Tnb service.</p>
83
86
  *
84
87
  */
85
- export declare class ListSolNetworkOperationsCommand extends $Command<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig> {
86
- readonly input: ListSolNetworkOperationsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListSolNetworkOperationsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListSolNetworkOperationsCommand extends ListSolNetworkOperationsCommand_base {
104
89
  }
@@ -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 { ListSolNetworkPackagesInput, ListSolNetworkPackagesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSolNetworkPackagesCommandInput extends ListSolNetworkPackag
21
20
  */
22
21
  export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPackagesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListSolNetworkPackagesCommand_base: {
24
+ new (input: ListSolNetworkPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists network packages.</p>
@@ -86,23 +89,5 @@ export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPacka
86
89
  * <p>Base exception class for all service exceptions from Tnb service.</p>
87
90
  *
88
91
  */
89
- export declare class ListSolNetworkPackagesCommand extends $Command<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig> {
90
- readonly input: ListSolNetworkPackagesCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: ListSolNetworkPackagesCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class ListSolNetworkPackagesCommand extends ListSolNetworkPackagesCommand_base {
108
93
  }
@@ -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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists tags for AWS TNB resources.</p>
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
68
71
  * <p>Base exception class for all service exceptions from Tnb service.</p>
69
72
  *
70
73
  */
71
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig> {
72
- readonly input: ListTagsForResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListTagsForResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { PutSolFunctionPackageContentInput, PutSolFunctionPackageContentOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -27,6 +26,10 @@ export interface PutSolFunctionPackageContentCommandInput extends PutSolFunction
27
26
  */
28
27
  export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctionPackageContentOutput, __MetadataBearer {
29
28
  }
29
+ declare const PutSolFunctionPackageContentCommand_base: {
30
+ new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
31
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ };
30
33
  /**
31
34
  * @public
32
35
  * <p>Uploads the contents of a function package.</p>
@@ -89,23 +92,5 @@ export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctio
89
92
  * <p>Base exception class for all service exceptions from Tnb service.</p>
90
93
  *
91
94
  */
92
- export declare class PutSolFunctionPackageContentCommand extends $Command<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig> {
93
- readonly input: PutSolFunctionPackageContentCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: PutSolFunctionPackageContentCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class PutSolFunctionPackageContentCommand extends PutSolFunctionPackageContentCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { PutSolNetworkPackageContentInput, PutSolNetworkPackageContentOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -27,6 +26,10 @@ export interface PutSolNetworkPackageContentCommandInput extends PutSolNetworkPa
27
26
  */
28
27
  export interface PutSolNetworkPackageContentCommandOutput extends PutSolNetworkPackageContentOutput, __MetadataBearer {
29
28
  }
29
+ declare const PutSolNetworkPackageContentCommand_base: {
30
+ new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
31
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ };
30
33
  /**
31
34
  * @public
32
35
  * <p>Uploads the contents of a network package.</p>
@@ -92,23 +95,5 @@ export interface PutSolNetworkPackageContentCommandOutput extends PutSolNetworkP
92
95
  * <p>Base exception class for all service exceptions from Tnb service.</p>
93
96
  *
94
97
  */
95
- export declare class PutSolNetworkPackageContentCommand extends $Command<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig> {
96
- readonly input: PutSolNetworkPackageContentCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: PutSolNetworkPackageContentCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class PutSolNetworkPackageContentCommand extends PutSolNetworkPackageContentCommand_base {
114
99
  }
@@ -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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tags an AWS TNB resource.</p>
@@ -68,23 +71,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
68
71
  * <p>Base exception class for all service exceptions from Tnb service.</p>
69
72
  *
70
73
  */
71
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig> {
72
- readonly input: TagResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: TagResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class TagResourceCommand extends TagResourceCommand_base {
90
75
  }
@@ -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 { TerminateSolNetworkInstanceInput, TerminateSolNetworkInstanceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TerminateSolNetworkInstanceCommandInput extends TerminateSolNet
21
20
  */
22
21
  export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNetworkInstanceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TerminateSolNetworkInstanceCommand_base: {
24
+ new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Terminates a network instance.</p>
@@ -77,23 +80,5 @@ export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNe
77
80
  * <p>Base exception class for all service exceptions from Tnb service.</p>
78
81
  *
79
82
  */
80
- export declare class TerminateSolNetworkInstanceCommand extends $Command<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig> {
81
- readonly input: TerminateSolNetworkInstanceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: TerminateSolNetworkInstanceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class TerminateSolNetworkInstanceCommand extends TerminateSolNetworkInstanceCommand_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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Untags an AWS TNB resource.</p>
@@ -68,23 +71,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
68
71
  * <p>Base exception class for all service exceptions from Tnb service.</p>
69
72
  *
70
73
  */
71
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig> {
72
- readonly input: UntagResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UntagResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
90
75
  }
@@ -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 { UpdateSolFunctionPackageInput, UpdateSolFunctionPackageOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSolFunctionPackageCommandInput extends UpdateSolFunctionP
21
20
  */
22
21
  export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunctionPackageOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSolFunctionPackageCommand_base: {
24
+ new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the operational state of function package.</p>
@@ -68,23 +71,5 @@ export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunction
68
71
  * <p>Base exception class for all service exceptions from Tnb service.</p>
69
72
  *
70
73
  */
71
- export declare class UpdateSolFunctionPackageCommand extends $Command<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig> {
72
- readonly input: UpdateSolFunctionPackageCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UpdateSolFunctionPackageCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UpdateSolFunctionPackageCommand extends UpdateSolFunctionPackageCommand_base {
90
75
  }
@@ -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 { UpdateSolNetworkInstanceInput, UpdateSolNetworkInstanceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSolNetworkInstanceCommandInput extends UpdateSolNetworkIn
21
20
  */
22
21
  export interface UpdateSolNetworkInstanceCommandOutput extends UpdateSolNetworkInstanceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSolNetworkInstanceCommand_base: {
24
+ new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update a network instance.</p>
@@ -81,23 +84,5 @@ export interface UpdateSolNetworkInstanceCommandOutput extends UpdateSolNetworkI
81
84
  * <p>Base exception class for all service exceptions from Tnb service.</p>
82
85
  *
83
86
  */
84
- export declare class UpdateSolNetworkInstanceCommand extends $Command<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig> {
85
- readonly input: UpdateSolNetworkInstanceCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: UpdateSolNetworkInstanceCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class UpdateSolNetworkInstanceCommand extends UpdateSolNetworkInstanceCommand_base {
103
88
  }