@aws-sdk/client-tnb 3.362.0 → 3.369.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 (183) hide show
  1. package/dist-cjs/Tnb.js +1 -1
  2. package/dist-cjs/TnbClient.js +5 -5
  3. package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +3 -3
  4. package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +3 -3
  5. package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +3 -3
  6. package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +3 -3
  10. package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +3 -3
  11. package/dist-cjs/commands/GetSolFunctionPackageCommand.js +3 -3
  12. package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +3 -3
  13. package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +3 -3
  14. package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +3 -3
  15. package/dist-cjs/commands/GetSolNetworkOperationCommand.js +3 -3
  16. package/dist-cjs/commands/GetSolNetworkPackageCommand.js +3 -3
  17. package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +3 -3
  18. package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +3 -3
  19. package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +3 -3
  20. package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +3 -3
  21. package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +3 -3
  22. package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +3 -3
  23. package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +3 -3
  24. package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +3 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  26. package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +3 -3
  27. package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +3 -3
  28. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  29. package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +3 -3
  30. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  31. package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +3 -3
  32. package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +3 -3
  33. package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +3 -3
  34. package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +3 -3
  35. package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +3 -3
  36. package/dist-cjs/models/TnbServiceException.js +1 -1
  37. package/dist-cjs/models/models_0.js +1 -1
  38. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  39. package/dist-cjs/runtimeConfig.browser.js +7 -7
  40. package/dist-cjs/runtimeConfig.js +10 -10
  41. package/dist-cjs/runtimeConfig.shared.js +4 -4
  42. package/dist-es/Tnb.js +1 -1
  43. package/dist-es/TnbClient.js +5 -5
  44. package/dist-es/commands/CancelSolNetworkOperationCommand.js +3 -3
  45. package/dist-es/commands/CreateSolFunctionPackageCommand.js +3 -3
  46. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +3 -3
  47. package/dist-es/commands/CreateSolNetworkPackageCommand.js +3 -3
  48. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +3 -3
  49. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +3 -3
  50. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +3 -3
  51. package/dist-es/commands/GetSolFunctionInstanceCommand.js +3 -3
  52. package/dist-es/commands/GetSolFunctionPackageCommand.js +3 -3
  53. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +3 -3
  54. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +3 -3
  55. package/dist-es/commands/GetSolNetworkInstanceCommand.js +3 -3
  56. package/dist-es/commands/GetSolNetworkOperationCommand.js +3 -3
  57. package/dist-es/commands/GetSolNetworkPackageCommand.js +3 -3
  58. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +3 -3
  59. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +3 -3
  60. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +3 -3
  61. package/dist-es/commands/ListSolFunctionInstancesCommand.js +3 -3
  62. package/dist-es/commands/ListSolFunctionPackagesCommand.js +3 -3
  63. package/dist-es/commands/ListSolNetworkInstancesCommand.js +3 -3
  64. package/dist-es/commands/ListSolNetworkOperationsCommand.js +3 -3
  65. package/dist-es/commands/ListSolNetworkPackagesCommand.js +3 -3
  66. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  67. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +3 -3
  68. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +3 -3
  69. package/dist-es/commands/TagResourceCommand.js +3 -3
  70. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +3 -3
  71. package/dist-es/commands/UntagResourceCommand.js +3 -3
  72. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +3 -3
  73. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +3 -3
  74. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +3 -3
  75. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +3 -3
  76. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +3 -3
  77. package/dist-es/models/TnbServiceException.js +1 -1
  78. package/dist-es/models/models_0.js +1 -1
  79. package/dist-es/protocols/Aws_restJson1.js +1 -1
  80. package/dist-es/runtimeConfig.browser.js +7 -7
  81. package/dist-es/runtimeConfig.js +10 -10
  82. package/dist-es/runtimeConfig.shared.js +4 -4
  83. package/dist-types/Tnb.d.ts +1 -1
  84. package/dist-types/TnbClient.d.ts +8 -8
  85. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +3 -3
  86. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +3 -3
  87. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +3 -3
  88. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +3 -3
  89. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +3 -3
  90. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +3 -3
  91. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +3 -3
  92. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +3 -3
  93. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +3 -3
  94. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +4 -4
  95. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +4 -4
  96. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +3 -3
  97. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +3 -3
  98. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +3 -3
  99. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +4 -4
  100. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +4 -4
  101. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +3 -3
  102. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +3 -3
  103. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +3 -3
  104. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +3 -3
  105. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +3 -3
  106. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +3 -3
  107. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  108. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +4 -3
  109. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +4 -3
  110. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  111. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +3 -3
  112. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  113. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +3 -3
  114. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +3 -3
  115. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +3 -3
  116. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +4 -3
  117. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +4 -3
  118. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  119. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  120. package/dist-types/endpoint/ruleset.d.ts +1 -1
  121. package/dist-types/models/TnbServiceException.d.ts +1 -1
  122. package/dist-types/models/models_0.d.ts +2 -2
  123. package/dist-types/pagination/Interfaces.d.ts +1 -1
  124. package/dist-types/pagination/ListSolFunctionInstancesPaginator.d.ts +1 -1
  125. package/dist-types/pagination/ListSolFunctionPackagesPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListSolNetworkInstancesPaginator.d.ts +1 -1
  127. package/dist-types/pagination/ListSolNetworkOperationsPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListSolNetworkPackagesPaginator.d.ts +1 -1
  129. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  130. package/dist-types/runtimeConfig.d.ts +20 -20
  131. package/dist-types/runtimeConfig.native.d.ts +19 -19
  132. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  133. package/dist-types/ts3.4/Tnb.d.ts +1 -1
  134. package/dist-types/ts3.4/TnbClient.d.ts +19 -21
  135. package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +3 -3
  136. package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +3 -3
  137. package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +3 -3
  138. package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +3 -3
  139. package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +3 -3
  140. package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +3 -3
  141. package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +3 -3
  142. package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +3 -3
  143. package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +3 -3
  144. package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +4 -4
  145. package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +4 -4
  146. package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +3 -3
  147. package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +3 -3
  148. package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +3 -3
  149. package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +4 -4
  150. package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +4 -4
  151. package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +3 -3
  152. package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +3 -3
  153. package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +3 -3
  154. package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +3 -3
  155. package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +3 -3
  156. package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +3 -3
  157. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  158. package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +4 -4
  159. package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +4 -4
  160. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +3 -3
  162. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  163. package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +3 -3
  164. package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +3 -3
  165. package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +3 -3
  166. package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +4 -4
  167. package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +4 -4
  168. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  169. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  170. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  171. package/dist-types/ts3.4/models/TnbServiceException.d.ts +1 -1
  172. package/dist-types/ts3.4/models/models_0.d.ts +2 -2
  173. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  174. package/dist-types/ts3.4/pagination/ListSolFunctionInstancesPaginator.d.ts +1 -1
  175. package/dist-types/ts3.4/pagination/ListSolFunctionPackagesPaginator.d.ts +1 -1
  176. package/dist-types/ts3.4/pagination/ListSolNetworkInstancesPaginator.d.ts +1 -1
  177. package/dist-types/ts3.4/pagination/ListSolNetworkOperationsPaginator.d.ts +1 -1
  178. package/dist-types/ts3.4/pagination/ListSolNetworkPackagesPaginator.d.ts +1 -1
  179. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  180. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  181. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  182. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  183. package/package.json +35 -34
package/dist-cjs/Tnb.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Tnb = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const CancelSolNetworkOperationCommand_1 = require("./commands/CancelSolNetworkOperationCommand");
6
6
  const CreateSolFunctionPackageCommand_1 = require("./commands/CreateSolFunctionPackageCommand");
7
7
  const CreateSolNetworkInstanceCommand_1 = require("./commands/CreateSolNetworkInstanceCommand");
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TnbClient = exports.__Client = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
7
4
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
8
5
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
9
6
  const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
7
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
8
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
- const smithy_client_1 = require("@aws-sdk/smithy-client");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
+ const middleware_retry_1 = require("@smithy/middleware-retry");
13
+ const smithy_client_1 = require("@smithy/smithy-client");
14
14
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
16
  const runtimeConfig_1 = require("./runtimeConfig");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CancelSolNetworkOperationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class CancelSolNetworkOperationCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSolFunctionPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSolNetworkInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSolNetworkPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteSolFunctionPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DeleteSolFunctionPackageCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteSolNetworkInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DeleteSolNetworkInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteSolNetworkPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DeleteSolNetworkPackageCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSolFunctionInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSolFunctionPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSolFunctionPackageContentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetSolFunctionPackageContentCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSolFunctionPackageDescriptorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetSolFunctionPackageDescriptorCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSolNetworkInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSolNetworkOperationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSolNetworkPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSolNetworkPackageContentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetSolNetworkPackageContentCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSolNetworkPackageDescriptorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class GetSolNetworkPackageDescriptorCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.InstantiateSolNetworkInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListSolFunctionInstancesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListSolFunctionInstancesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListSolFunctionPackagesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListSolFunctionPackagesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListSolNetworkInstancesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListSolNetworkInstancesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListSolNetworkOperationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListSolNetworkOperationsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListSolNetworkPackagesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ListSolNetworkPackagesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PutSolFunctionPackageContentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class PutSolFunctionPackageContentCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PutSolNetworkPackageContentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class PutSolNetworkPackageContentCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TerminateSolNetworkInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UntagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateSolFunctionPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateSolFunctionPackageCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateSolNetworkInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateSolNetworkPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateSolNetworkPackageCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ValidateSolFunctionPackageContentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ValidateSolFunctionPackageContentCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ValidateSolNetworkPackageContentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ValidateSolNetworkPackageContentCommand extends smithy_client_1.Command {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TnbServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
6
  class TnbServiceException extends smithy_client_1.ServiceException {
7
7
  constructor(options) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateSolNetworkInstanceOutputFilterSensitiveLog = exports.UpdateSolNetworkInstanceInputFilterSensitiveLog = exports.TerminateSolNetworkInstanceOutputFilterSensitiveLog = exports.TerminateSolNetworkInstanceInputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.ListTagsForResourceOutputFilterSensitiveLog = exports.InstantiateSolNetworkInstanceOutputFilterSensitiveLog = exports.InstantiateSolNetworkInstanceInputFilterSensitiveLog = exports.GetSolNetworkPackageOutputFilterSensitiveLog = exports.GetSolNetworkOperationOutputFilterSensitiveLog = exports.GetSolNetworkInstanceOutputFilterSensitiveLog = exports.GetSolFunctionPackageOutputFilterSensitiveLog = exports.GetSolFunctionInstanceOutputFilterSensitiveLog = exports.CreateSolNetworkPackageOutputFilterSensitiveLog = exports.CreateSolNetworkPackageInputFilterSensitiveLog = exports.CreateSolNetworkInstanceOutputFilterSensitiveLog = exports.CreateSolNetworkInstanceInputFilterSensitiveLog = exports.CreateSolFunctionPackageOutputFilterSensitiveLog = exports.CreateSolFunctionPackageInputFilterSensitiveLog = exports.UpdateSolNetworkType = exports.TaskStatus = exports.NsLcmOperationState = exports.LcmOperationType = exports.NsState = exports.PackageContentType = exports.VnfInstantiationState = exports.VnfOperationalState = exports.DescriptorContentType = exports.NsdUsageState = exports.NsdOperationalState = exports.NsdOnboardingState = exports.ServiceQuotaExceededException = exports.UsageState = exports.OperationalState = exports.OnboardingState = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const TnbServiceException_1 = require("./TnbServiceException");
6
6
  class AccessDeniedException extends TnbServiceException_1.TnbServiceException {
7
7
  constructor(opts) {
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.de_InstantiateSolNetworkInstanceCommand = exports.de_GetSolNetworkPackageDescriptorCommand = exports.de_GetSolNetworkPackageContentCommand = exports.de_GetSolNetworkPackageCommand = exports.de_GetSolNetworkOperationCommand = exports.de_GetSolNetworkInstanceCommand = exports.de_GetSolFunctionPackageDescriptorCommand = exports.de_GetSolFunctionPackageContentCommand = exports.de_GetSolFunctionPackageCommand = exports.de_GetSolFunctionInstanceCommand = exports.de_DeleteSolNetworkPackageCommand = exports.de_DeleteSolNetworkInstanceCommand = exports.de_DeleteSolFunctionPackageCommand = exports.de_CreateSolNetworkPackageCommand = exports.de_CreateSolNetworkInstanceCommand = exports.de_CreateSolFunctionPackageCommand = exports.de_CancelSolNetworkOperationCommand = exports.se_ValidateSolNetworkPackageContentCommand = exports.se_ValidateSolFunctionPackageContentCommand = exports.se_UpdateSolNetworkPackageCommand = exports.se_UpdateSolNetworkInstanceCommand = exports.se_UpdateSolFunctionPackageCommand = exports.se_UntagResourceCommand = exports.se_TerminateSolNetworkInstanceCommand = exports.se_TagResourceCommand = exports.se_PutSolNetworkPackageContentCommand = exports.se_PutSolFunctionPackageContentCommand = exports.se_ListTagsForResourceCommand = exports.se_ListSolNetworkPackagesCommand = exports.se_ListSolNetworkOperationsCommand = exports.se_ListSolNetworkInstancesCommand = exports.se_ListSolFunctionPackagesCommand = exports.se_ListSolFunctionInstancesCommand = exports.se_InstantiateSolNetworkInstanceCommand = exports.se_GetSolNetworkPackageDescriptorCommand = exports.se_GetSolNetworkPackageContentCommand = exports.se_GetSolNetworkPackageCommand = exports.se_GetSolNetworkOperationCommand = exports.se_GetSolNetworkInstanceCommand = exports.se_GetSolFunctionPackageDescriptorCommand = exports.se_GetSolFunctionPackageContentCommand = exports.se_GetSolFunctionPackageCommand = exports.se_GetSolFunctionInstanceCommand = exports.se_DeleteSolNetworkPackageCommand = exports.se_DeleteSolNetworkInstanceCommand = exports.se_DeleteSolFunctionPackageCommand = exports.se_CreateSolNetworkPackageCommand = exports.se_CreateSolNetworkInstanceCommand = exports.se_CreateSolFunctionPackageCommand = exports.se_CancelSolNetworkOperationCommand = void 0;
4
4
  exports.de_ValidateSolNetworkPackageContentCommand = exports.de_ValidateSolFunctionPackageContentCommand = exports.de_UpdateSolNetworkPackageCommand = exports.de_UpdateSolNetworkInstanceCommand = exports.de_UpdateSolFunctionPackageCommand = exports.de_UntagResourceCommand = exports.de_TerminateSolNetworkInstanceCommand = exports.de_TagResourceCommand = exports.de_PutSolNetworkPackageContentCommand = exports.de_PutSolFunctionPackageContentCommand = exports.de_ListTagsForResourceCommand = exports.de_ListSolNetworkPackagesCommand = exports.de_ListSolNetworkOperationsCommand = exports.de_ListSolNetworkInstancesCommand = exports.de_ListSolFunctionPackagesCommand = exports.de_ListSolFunctionInstancesCommand = void 0;
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
5
  const protocol_http_1 = require("@smithy/protocol-http");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const TnbServiceException_1 = require("../models/TnbServiceException");
9
9
  const se_CancelSolNetworkOperationCommand = async (input, context) => {
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
- const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
- const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
- const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
- const util_retry_1 = require("@aws-sdk/util-retry");
12
7
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
12
+ const util_retry_1 = require("@smithy/util-retry");
13
13
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@aws-sdk/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
15
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);