@aws-sdk/client-tnb 3.335.0 → 3.338.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 (145) hide show
  1. package/dist-cjs/TnbClient.js +2 -1
  2. package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +2 -1
  3. package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +2 -1
  4. package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +2 -1
  9. package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +2 -1
  10. package/dist-cjs/commands/GetSolFunctionPackageCommand.js +2 -1
  11. package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +2 -1
  12. package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +2 -1
  13. package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +2 -1
  14. package/dist-cjs/commands/GetSolNetworkOperationCommand.js +2 -1
  15. package/dist-cjs/commands/GetSolNetworkPackageCommand.js +2 -1
  16. package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +2 -1
  17. package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +2 -1
  18. package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +2 -1
  19. package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +2 -1
  20. package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +2 -1
  21. package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +2 -1
  22. package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +2 -1
  23. package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +2 -1
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  25. package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +2 -1
  26. package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +2 -1
  27. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  28. package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +2 -1
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +2 -1
  33. package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +2 -1
  34. package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +2 -1
  35. package/dist-cjs/index.js +2 -2
  36. package/dist-cjs/models/TnbServiceException.js +2 -1
  37. package/dist-es/TnbClient.js +1 -0
  38. package/dist-es/commands/CancelSolNetworkOperationCommand.js +1 -0
  39. package/dist-es/commands/CreateSolFunctionPackageCommand.js +1 -0
  40. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +1 -0
  41. package/dist-es/commands/CreateSolNetworkPackageCommand.js +1 -0
  42. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +1 -0
  43. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +1 -0
  44. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +1 -0
  45. package/dist-es/commands/GetSolFunctionInstanceCommand.js +1 -0
  46. package/dist-es/commands/GetSolFunctionPackageCommand.js +1 -0
  47. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +1 -0
  48. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +1 -0
  49. package/dist-es/commands/GetSolNetworkInstanceCommand.js +1 -0
  50. package/dist-es/commands/GetSolNetworkOperationCommand.js +1 -0
  51. package/dist-es/commands/GetSolNetworkPackageCommand.js +1 -0
  52. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +1 -0
  53. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +1 -0
  54. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +1 -0
  55. package/dist-es/commands/ListSolFunctionInstancesCommand.js +1 -0
  56. package/dist-es/commands/ListSolFunctionPackagesCommand.js +1 -0
  57. package/dist-es/commands/ListSolNetworkInstancesCommand.js +1 -0
  58. package/dist-es/commands/ListSolNetworkOperationsCommand.js +1 -0
  59. package/dist-es/commands/ListSolNetworkPackagesCommand.js +1 -0
  60. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  61. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +1 -0
  62. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +1 -0
  63. package/dist-es/commands/TagResourceCommand.js +1 -0
  64. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +1 -0
  65. package/dist-es/commands/UntagResourceCommand.js +1 -0
  66. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +1 -0
  67. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +1 -0
  68. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +1 -0
  69. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +1 -0
  70. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +1 -0
  71. package/dist-es/index.js +2 -2
  72. package/dist-es/models/TnbServiceException.js +1 -0
  73. package/dist-types/TnbClient.d.ts +3 -3
  74. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +4 -0
  75. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +4 -0
  76. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +4 -0
  77. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +4 -0
  78. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +4 -0
  79. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +4 -0
  80. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +4 -0
  81. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +4 -0
  82. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +4 -0
  83. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +4 -0
  84. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +4 -0
  85. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +4 -0
  86. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +4 -0
  87. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +4 -0
  88. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +4 -0
  89. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +4 -0
  90. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +4 -0
  91. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +4 -0
  92. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +4 -0
  93. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +4 -0
  94. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +4 -0
  95. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +4 -0
  96. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +4 -0
  98. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +4 -0
  99. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  100. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +4 -0
  101. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  102. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +4 -0
  104. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +4 -0
  105. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +4 -0
  106. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +4 -0
  107. package/dist-types/index.d.ts +7 -2
  108. package/dist-types/models/TnbServiceException.d.ts +1 -0
  109. package/dist-types/ts3.4/TnbClient.d.ts +3 -3
  110. package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/index.d.ts +2 -2
  144. package/dist-types/ts3.4/models/TnbServiceException.d.ts +1 -0
  145. package/package.json +28 -28
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolNetworkPackageOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetSolNetworkPackageCommand, se_GetSolNetworkPackageCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetSolNetworkPackageCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSolNetworkPackageContentCommand, se_GetSolNetworkPackageContentCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetSolNetworkPackageContentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSolNetworkPackageDescriptorCommand, se_GetSolNetworkPackageDescriptorCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetSolNetworkPackageDescriptorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { InstantiateSolNetworkInstanceInputFilterSensitiveLog, InstantiateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_InstantiateSolNetworkInstanceCommand, se_InstantiateSolNetworkInstanceCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class InstantiateSolNetworkInstanceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSolFunctionInstancesCommand, se_ListSolFunctionInstancesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSolFunctionInstancesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSolFunctionPackagesCommand, se_ListSolFunctionPackagesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSolFunctionPackagesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSolNetworkInstancesCommand, se_ListSolNetworkInstancesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSolNetworkInstancesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSolNetworkOperationsCommand, se_ListSolNetworkOperationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSolNetworkOperationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSolNetworkPackagesCommand, se_ListSolNetworkPackagesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSolNetworkPackagesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutSolFunctionPackageContentCommand, se_PutSolFunctionPackageContentCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PutSolFunctionPackageContentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutSolNetworkPackageContentCommand, se_PutSolNetworkPackageContentCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PutSolNetworkPackageContentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { TagResourceInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class TagResourceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { TerminateSolNetworkInstanceInputFilterSensitiveLog, TerminateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_TerminateSolNetworkInstanceCommand, se_TerminateSolNetworkInstanceCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class TerminateSolNetworkInstanceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateSolFunctionPackageCommand, se_UpdateSolFunctionPackageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateSolFunctionPackageCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateSolNetworkInstanceInputFilterSensitiveLog, UpdateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateSolNetworkInstanceCommand, se_UpdateSolNetworkInstanceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UpdateSolNetworkInstanceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateSolNetworkPackageCommand, se_UpdateSolNetworkPackageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateSolNetworkPackageCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ValidateSolFunctionPackageContentCommand, se_ValidateSolFunctionPackageContentCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ValidateSolFunctionPackageContentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ValidateSolNetworkPackageContentCommand, se_ValidateSolNetworkPackageContentCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ValidateSolNetworkPackageContentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Tnb";
2
1
  export * from "./TnbClient";
2
+ export * from "./Tnb";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { TnbServiceException } from "./models/TnbServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class TnbServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -42,6 +42,7 @@ import { UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutp
42
42
  import { ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput } from "./commands/ValidateSolFunctionPackageContentCommand";
43
43
  import { ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput } from "./commands/ValidateSolNetworkPackageContentCommand";
44
44
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
45
+ export { __Client };
45
46
  /**
46
47
  * @public
47
48
  */
@@ -156,7 +157,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
156
157
  /**
157
158
  * @public
158
159
  */
159
- type TnbClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
160
+ export type TnbClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
160
161
  /**
161
162
  * @public
162
163
  *
@@ -167,7 +168,7 @@ export interface TnbClientConfig extends TnbClientConfigType {
167
168
  /**
168
169
  * @public
169
170
  */
170
- type TnbClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
171
+ export type TnbClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
171
172
  /**
172
173
  * @public
173
174
  *
@@ -192,4 +193,3 @@ export declare class TnbClient extends __Client<__HttpHandlerOptions, ServiceInp
192
193
  */
193
194
  destroy(): void;
194
195
  }
195
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CancelSolNetworkOperationInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSolFunctionPackageInput, CreateSolFunctionPackageOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSolNetworkInstanceInput, CreateSolNetworkInstanceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSolNetworkPackageInput, CreateSolNetworkPackageOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSolFunctionPackageInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSolNetworkInstanceInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSolNetworkPackageInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSolFunctionInstanceInput, GetSolFunctionInstanceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSolFunctionPackageInput, GetSolFunctionPackageOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSolFunctionPackageContentInput, GetSolFunctionPackageContentOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSolFunctionPackageDescriptorInput, GetSolFunctionPackageDescriptorOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSolNetworkInstanceInput, GetSolNetworkInstanceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSolNetworkOperationInput, GetSolNetworkOperationOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSolNetworkPackageInput, GetSolNetworkPackageOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSolNetworkPackageContentInput, GetSolNetworkPackageContentOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSolNetworkPackageDescriptorInput, GetSolNetworkPackageDescriptorOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InstantiateSolNetworkInstanceInput, InstantiateSolNetworkInstanceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSolFunctionInstancesInput, ListSolFunctionInstancesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSolFunctionPackagesInput, ListSolFunctionPackagesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSolNetworkInstancesInput, ListSolNetworkInstancesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSolNetworkOperationsInput, ListSolNetworkOperationsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSolNetworkPackagesInput, ListSolNetworkPackagesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutSolFunctionPackageContentInput, PutSolFunctionPackageContentOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutSolNetworkPackageContentInput, PutSolNetworkPackageContentOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TerminateSolNetworkInstanceInput, TerminateSolNetworkInstanceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSolFunctionPackageInput, UpdateSolFunctionPackageOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSolNetworkInstanceInput, UpdateSolNetworkInstanceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSolNetworkPackageInput, UpdateSolNetworkPackageOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *