@aws-sdk/client-tnb 3.1045.0 → 3.1047.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 (134) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +82 -83
  5. package/dist-cjs/models/TnbServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Tnb.js +1 -1
  10. package/dist-es/TnbClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelSolNetworkOperationCommand.js +2 -2
  13. package/dist-es/commands/CreateSolFunctionPackageCommand.js +2 -2
  14. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +2 -2
  15. package/dist-es/commands/CreateSolNetworkPackageCommand.js +2 -2
  16. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +2 -2
  17. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +2 -2
  18. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +2 -2
  19. package/dist-es/commands/GetSolFunctionInstanceCommand.js +2 -2
  20. package/dist-es/commands/GetSolFunctionPackageCommand.js +2 -2
  21. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +2 -2
  22. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +2 -2
  23. package/dist-es/commands/GetSolNetworkInstanceCommand.js +2 -2
  24. package/dist-es/commands/GetSolNetworkOperationCommand.js +2 -2
  25. package/dist-es/commands/GetSolNetworkPackageCommand.js +2 -2
  26. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +2 -2
  27. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +2 -2
  28. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +2 -2
  29. package/dist-es/commands/ListSolFunctionInstancesCommand.js +2 -2
  30. package/dist-es/commands/ListSolFunctionPackagesCommand.js +2 -2
  31. package/dist-es/commands/ListSolNetworkInstancesCommand.js +2 -2
  32. package/dist-es/commands/ListSolNetworkOperationsCommand.js +2 -2
  33. package/dist-es/commands/ListSolNetworkPackagesCommand.js +2 -2
  34. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  35. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +2 -2
  36. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +2 -2
  37. package/dist-es/commands/TagResourceCommand.js +2 -2
  38. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +2 -2
  39. package/dist-es/commands/UntagResourceCommand.js +2 -2
  40. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +2 -2
  41. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +2 -2
  42. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +2 -2
  43. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +2 -2
  44. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +2 -2
  45. package/dist-es/endpoint/bdd.js +1 -1
  46. package/dist-es/endpoint/endpointResolver.js +1 -1
  47. package/dist-es/models/TnbServiceException.js +1 -1
  48. package/dist-es/runtimeConfig.browser.js +4 -6
  49. package/dist-es/runtimeConfig.js +4 -8
  50. package/dist-es/runtimeConfig.shared.js +3 -4
  51. package/dist-es/runtimeExtensions.js +2 -2
  52. package/dist-types/TnbClient.d.ts +5 -5
  53. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +6 -4
  57. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +6 -4
  58. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +6 -4
  60. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +6 -4
  61. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +6 -4
  62. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +7 -5
  63. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +7 -5
  64. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +6 -4
  65. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +6 -4
  66. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +6 -4
  67. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +7 -5
  68. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +7 -5
  69. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +6 -4
  70. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +6 -4
  71. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +6 -4
  72. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +6 -4
  73. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +6 -4
  74. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +6 -4
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  76. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +6 -4
  77. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +6 -4
  78. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  79. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +6 -4
  80. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +6 -4
  82. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +6 -4
  83. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +6 -4
  84. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +6 -4
  85. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +6 -4
  86. package/dist-types/endpoint/bdd.d.ts +1 -1
  87. package/dist-types/extensionConfiguration.d.ts +1 -1
  88. package/dist-types/models/TnbServiceException.d.ts +1 -1
  89. package/dist-types/models/errors.d.ts +1 -1
  90. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  91. package/dist-types/runtimeConfig.d.ts +2 -2
  92. package/dist-types/runtimeConfig.native.d.ts +2 -2
  93. package/dist-types/ts3.4/TnbClient.d.ts +8 -14
  94. package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +7 -5
  104. package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +7 -5
  105. package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +7 -5
  109. package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +7 -5
  110. package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  128. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  129. package/dist-types/ts3.4/models/TnbServiceException.d.ts +1 -1
  130. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  131. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  132. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  133. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  134. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateSolFunctionPackageInput, CreateSolFunctionPackageOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface CreateSolFunctionPackageCommandInput extends CreateSolFunctionP
22
22
  export interface CreateSolFunctionPackageCommandOutput extends CreateSolFunctionPackageOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSolFunctionPackageCommand_base: {
25
- new (input: CreateSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [CreateSolFunctionPackageCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [CreateSolFunctionPackageCommandInput]): import("@smithy/core/client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a function package.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateSolNetworkInstanceInput, CreateSolNetworkInstanceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface CreateSolNetworkInstanceCommandInput extends CreateSolNetworkIn
22
22
  export interface CreateSolNetworkInstanceCommandOutput extends CreateSolNetworkInstanceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSolNetworkInstanceCommand_base: {
25
- new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a network instance.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateSolNetworkPackageInput, CreateSolNetworkPackageOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface CreateSolNetworkPackageCommandInput extends CreateSolNetworkPac
22
22
  export interface CreateSolNetworkPackageCommandOutput extends CreateSolNetworkPackageOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSolNetworkPackageCommand_base: {
25
- new (input: CreateSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [CreateSolNetworkPackageCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [CreateSolNetworkPackageCommandInput]): import("@smithy/core/client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a network package.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteSolFunctionPackageInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface DeleteSolFunctionPackageCommandInput extends DeleteSolFunctionP
22
22
  export interface DeleteSolFunctionPackageCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSolFunctionPackageCommand_base: {
25
- new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a function package.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteSolNetworkInstanceInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface DeleteSolNetworkInstanceCommandInput extends DeleteSolNetworkIn
22
22
  export interface DeleteSolNetworkInstanceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSolNetworkInstanceCommand_base: {
25
- new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a network instance.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteSolNetworkPackageInput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface DeleteSolNetworkPackageCommandInput extends DeleteSolNetworkPac
22
22
  export interface DeleteSolNetworkPackageCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSolNetworkPackageCommand_base: {
25
- new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes network package.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSolFunctionInstanceInput, GetSolFunctionInstanceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface GetSolFunctionInstanceCommandInput extends GetSolFunctionInstan
22
22
  export interface GetSolFunctionInstanceCommandOutput extends GetSolFunctionInstanceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSolFunctionInstanceCommand_base: {
25
- new (input: GetSolFunctionInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSolFunctionInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSolFunctionInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSolFunctionInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the details of a network function instance, including the instantiation state and
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSolFunctionPackageInput, GetSolFunctionPackageOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface GetSolFunctionPackageCommandInput extends GetSolFunctionPackage
22
22
  export interface GetSolFunctionPackageCommandOutput extends GetSolFunctionPackageOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSolFunctionPackageCommand_base: {
25
- new (input: GetSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the details of an individual function package, such as the operational state and
@@ -1,6 +1,6 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
2
3
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import type { GetSolFunctionPackageContentInput, GetSolFunctionPackageContentOutput } from "../models/models_0";
5
5
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
6
  /**
@@ -29,9 +29,11 @@ export type GetSolFunctionPackageContentCommandOutputType = Omit<GetSolFunctionP
29
29
  export interface GetSolFunctionPackageContentCommandOutput extends GetSolFunctionPackageContentCommandOutputType, __MetadataBearer {
30
30
  }
31
31
  declare const GetSolFunctionPackageContentCommand_base: {
32
- new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  /**
37
39
  * <p>Gets the contents of a function package.</p>
@@ -1,6 +1,6 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
2
3
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import type { GetSolFunctionPackageDescriptorInput, GetSolFunctionPackageDescriptorOutput } from "../models/models_0";
5
5
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
6
  /**
@@ -29,9 +29,11 @@ export type GetSolFunctionPackageDescriptorCommandOutputType = Omit<GetSolFuncti
29
29
  export interface GetSolFunctionPackageDescriptorCommandOutput extends GetSolFunctionPackageDescriptorCommandOutputType, __MetadataBearer {
30
30
  }
31
31
  declare const GetSolFunctionPackageDescriptorCommand_base: {
32
- new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  /**
37
39
  * <p>Gets a function package descriptor in a function package.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSolNetworkInstanceInput, GetSolNetworkInstanceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface GetSolNetworkInstanceCommandInput extends GetSolNetworkInstance
22
22
  export interface GetSolNetworkInstanceCommandOutput extends GetSolNetworkInstanceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSolNetworkInstanceCommand_base: {
25
- new (input: GetSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the details of the network instance.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSolNetworkOperationInput, GetSolNetworkOperationOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface GetSolNetworkOperationCommandInput extends GetSolNetworkOperati
22
22
  export interface GetSolNetworkOperationCommandOutput extends GetSolNetworkOperationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSolNetworkOperationCommand_base: {
25
- new (input: GetSolNetworkOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSolNetworkOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSolNetworkOperationCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSolNetworkOperationCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the details of a network operation, including the tasks involved in the network
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSolNetworkPackageInput, GetSolNetworkPackageOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface GetSolNetworkPackageCommandInput extends GetSolNetworkPackageIn
22
22
  export interface GetSolNetworkPackageCommandOutput extends GetSolNetworkPackageOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSolNetworkPackageCommand_base: {
25
- new (input: GetSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the details of a network package.</p>
@@ -1,6 +1,6 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
2
3
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import type { GetSolNetworkPackageContentInput, GetSolNetworkPackageContentOutput } from "../models/models_0";
5
5
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
6
  /**
@@ -29,9 +29,11 @@ export type GetSolNetworkPackageContentCommandOutputType = Omit<GetSolNetworkPac
29
29
  export interface GetSolNetworkPackageContentCommandOutput extends GetSolNetworkPackageContentCommandOutputType, __MetadataBearer {
30
30
  }
31
31
  declare const GetSolNetworkPackageContentCommand_base: {
32
- new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  /**
37
39
  * <p>Gets the contents of a network package.</p>
@@ -1,6 +1,6 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
2
3
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import type { GetSolNetworkPackageDescriptorInput, GetSolNetworkPackageDescriptorOutput } from "../models/models_0";
5
5
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
6
6
  /**
@@ -29,9 +29,11 @@ export type GetSolNetworkPackageDescriptorCommandOutputType = Omit<GetSolNetwork
29
29
  export interface GetSolNetworkPackageDescriptorCommandOutput extends GetSolNetworkPackageDescriptorCommandOutputType, __MetadataBearer {
30
30
  }
31
31
  declare const GetSolNetworkPackageDescriptorCommand_base: {
32
- new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  /**
37
39
  * <p>Gets the content of the network service descriptor.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { InstantiateSolNetworkInstanceInput, InstantiateSolNetworkInstanceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface InstantiateSolNetworkInstanceCommandInput extends InstantiateSo
22
22
  export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateSolNetworkInstanceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const InstantiateSolNetworkInstanceCommand_base: {
25
- new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Instantiates a network instance.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSolFunctionInstancesInput, ListSolFunctionInstancesOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface ListSolFunctionInstancesCommandInput extends ListSolFunctionIns
22
22
  export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionInstancesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSolFunctionInstancesCommand_base: {
25
- new (input: ListSolFunctionInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSolFunctionInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSolFunctionInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSolFunctionInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists network function instances.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSolFunctionPackagesInput, ListSolFunctionPackagesOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface ListSolFunctionPackagesCommandInput extends ListSolFunctionPack
22
22
  export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPackagesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSolFunctionPackagesCommand_base: {
25
- new (input: ListSolFunctionPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSolFunctionPackagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSolFunctionPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSolFunctionPackagesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists information about function packages.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSolNetworkInstancesInput, ListSolNetworkInstancesOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface ListSolNetworkInstancesCommandInput extends ListSolNetworkInsta
22
22
  export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInstancesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSolNetworkInstancesCommand_base: {
25
- new (input: ListSolNetworkInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSolNetworkInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSolNetworkInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSolNetworkInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists your network instances.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSolNetworkOperationsInput, ListSolNetworkOperationsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface ListSolNetworkOperationsCommandInput extends ListSolNetworkOper
22
22
  export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOperationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSolNetworkOperationsCommand_base: {
25
- new (input: ListSolNetworkOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSolNetworkOperationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSolNetworkOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSolNetworkOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists details for a network operation, including when the operation started and the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSolNetworkPackagesInput, ListSolNetworkPackagesOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface ListSolNetworkPackagesCommandInput extends ListSolNetworkPackag
22
22
  export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPackagesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSolNetworkPackagesCommand_base: {
25
- new (input: ListSolNetworkPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSolNetworkPackagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSolNetworkPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSolNetworkPackagesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists network packages.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists tags for AWS TNB resources.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutSolFunctionPackageContentInput, PutSolFunctionPackageContentOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -28,9 +28,11 @@ export interface PutSolFunctionPackageContentCommandInput extends PutSolFunction
28
28
  export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctionPackageContentOutput, __MetadataBearer {
29
29
  }
30
30
  declare const PutSolFunctionPackageContentCommand_base: {
31
- new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
- new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
+ new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  /**
36
38
  * <p>Uploads the contents of a function package.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutSolNetworkPackageContentInput, PutSolNetworkPackageContentOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -28,9 +28,11 @@ export interface PutSolNetworkPackageContentCommandInput extends PutSolNetworkPa
28
28
  export interface PutSolNetworkPackageContentCommandOutput extends PutSolNetworkPackageContentOutput, __MetadataBearer {
29
29
  }
30
30
  declare const PutSolNetworkPackageContentCommand_base: {
31
- new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
- new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
+ new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (input: PutSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  /**
36
38
  * <p>Uploads the contents of a network package.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
22
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Tags an AWS TNB resource.</p>