@aws-sdk/client-tnb 3.1044.0 → 3.1046.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,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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import {
5
5
  GetSolFunctionPackageDescriptorInput,
6
6
  GetSolFunctionPackageDescriptorOutput,
@@ -26,7 +26,7 @@ export interface GetSolFunctionPackageDescriptorCommandOutput
26
26
  declare const GetSolFunctionPackageDescriptorCommand_base: {
27
27
  new (
28
28
  input: GetSolFunctionPackageDescriptorCommandInput
29
- ): import("@smithy/smithy-client").CommandImpl<
29
+ ): import("@smithy/core/client").CommandImpl<
30
30
  GetSolFunctionPackageDescriptorCommandInput,
31
31
  GetSolFunctionPackageDescriptorCommandOutput,
32
32
  TnbClientResolvedConfig,
@@ -35,14 +35,16 @@ declare const GetSolFunctionPackageDescriptorCommand_base: {
35
35
  >;
36
36
  new (
37
37
  input: GetSolFunctionPackageDescriptorCommandInput
38
- ): import("@smithy/smithy-client").CommandImpl<
38
+ ): import("@smithy/core/client").CommandImpl<
39
39
  GetSolFunctionPackageDescriptorCommandInput,
40
40
  GetSolFunctionPackageDescriptorCommandOutput,
41
41
  TnbClientResolvedConfig,
42
42
  ServiceInputTypes,
43
43
  ServiceOutputTypes
44
44
  >;
45
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
45
+ getEndpointParameterInstructions(): {
46
+ [x: string]: unknown;
47
+ };
46
48
  };
47
49
  export declare class GetSolFunctionPackageDescriptorCommand extends GetSolFunctionPackageDescriptorCommand_base {
48
50
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetSolNetworkInstanceInput,
@@ -19,7 +19,7 @@ export interface GetSolNetworkInstanceCommandOutput
19
19
  declare const GetSolNetworkInstanceCommand_base: {
20
20
  new (
21
21
  input: GetSolNetworkInstanceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetSolNetworkInstanceCommandInput,
24
24
  GetSolNetworkInstanceCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetSolNetworkInstanceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetSolNetworkInstanceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetSolNetworkInstanceCommandInput,
33
33
  GetSolNetworkInstanceCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetSolNetworkInstanceCommand extends GetSolNetworkInstanceCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetSolNetworkOperationInput,
@@ -19,7 +19,7 @@ export interface GetSolNetworkOperationCommandOutput
19
19
  declare const GetSolNetworkOperationCommand_base: {
20
20
  new (
21
21
  input: GetSolNetworkOperationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetSolNetworkOperationCommandInput,
24
24
  GetSolNetworkOperationCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetSolNetworkOperationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetSolNetworkOperationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetSolNetworkOperationCommandInput,
33
33
  GetSolNetworkOperationCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetSolNetworkOperationCommand extends GetSolNetworkOperationCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetSolNetworkPackageInput,
@@ -19,7 +19,7 @@ export interface GetSolNetworkPackageCommandOutput
19
19
  declare const GetSolNetworkPackageCommand_base: {
20
20
  new (
21
21
  input: GetSolNetworkPackageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetSolNetworkPackageCommandInput,
24
24
  GetSolNetworkPackageCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetSolNetworkPackageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetSolNetworkPackageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetSolNetworkPackageCommandInput,
33
33
  GetSolNetworkPackageCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetSolNetworkPackageCommand extends GetSolNetworkPackageCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import {
5
5
  GetSolNetworkPackageContentInput,
6
6
  GetSolNetworkPackageContentOutput,
@@ -26,7 +26,7 @@ export interface GetSolNetworkPackageContentCommandOutput
26
26
  declare const GetSolNetworkPackageContentCommand_base: {
27
27
  new (
28
28
  input: GetSolNetworkPackageContentCommandInput
29
- ): import("@smithy/smithy-client").CommandImpl<
29
+ ): import("@smithy/core/client").CommandImpl<
30
30
  GetSolNetworkPackageContentCommandInput,
31
31
  GetSolNetworkPackageContentCommandOutput,
32
32
  TnbClientResolvedConfig,
@@ -35,14 +35,16 @@ declare const GetSolNetworkPackageContentCommand_base: {
35
35
  >;
36
36
  new (
37
37
  input: GetSolNetworkPackageContentCommandInput
38
- ): import("@smithy/smithy-client").CommandImpl<
38
+ ): import("@smithy/core/client").CommandImpl<
39
39
  GetSolNetworkPackageContentCommandInput,
40
40
  GetSolNetworkPackageContentCommandOutput,
41
41
  TnbClientResolvedConfig,
42
42
  ServiceInputTypes,
43
43
  ServiceOutputTypes
44
44
  >;
45
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
45
+ getEndpointParameterInstructions(): {
46
+ [x: string]: unknown;
47
+ };
46
48
  };
47
49
  export declare class GetSolNetworkPackageContentCommand extends GetSolNetworkPackageContentCommand_base {
48
50
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import {
5
5
  GetSolNetworkPackageDescriptorInput,
6
6
  GetSolNetworkPackageDescriptorOutput,
@@ -26,7 +26,7 @@ export interface GetSolNetworkPackageDescriptorCommandOutput
26
26
  declare const GetSolNetworkPackageDescriptorCommand_base: {
27
27
  new (
28
28
  input: GetSolNetworkPackageDescriptorCommandInput
29
- ): import("@smithy/smithy-client").CommandImpl<
29
+ ): import("@smithy/core/client").CommandImpl<
30
30
  GetSolNetworkPackageDescriptorCommandInput,
31
31
  GetSolNetworkPackageDescriptorCommandOutput,
32
32
  TnbClientResolvedConfig,
@@ -35,14 +35,16 @@ declare const GetSolNetworkPackageDescriptorCommand_base: {
35
35
  >;
36
36
  new (
37
37
  input: GetSolNetworkPackageDescriptorCommandInput
38
- ): import("@smithy/smithy-client").CommandImpl<
38
+ ): import("@smithy/core/client").CommandImpl<
39
39
  GetSolNetworkPackageDescriptorCommandInput,
40
40
  GetSolNetworkPackageDescriptorCommandOutput,
41
41
  TnbClientResolvedConfig,
42
42
  ServiceInputTypes,
43
43
  ServiceOutputTypes
44
44
  >;
45
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
45
+ getEndpointParameterInstructions(): {
46
+ [x: string]: unknown;
47
+ };
46
48
  };
47
49
  export declare class GetSolNetworkPackageDescriptorCommand extends GetSolNetworkPackageDescriptorCommand_base {
48
50
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InstantiateSolNetworkInstanceInput,
@@ -19,7 +19,7 @@ export interface InstantiateSolNetworkInstanceCommandOutput
19
19
  declare const InstantiateSolNetworkInstanceCommand_base: {
20
20
  new (
21
21
  input: InstantiateSolNetworkInstanceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  InstantiateSolNetworkInstanceCommandInput,
24
24
  InstantiateSolNetworkInstanceCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const InstantiateSolNetworkInstanceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: InstantiateSolNetworkInstanceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  InstantiateSolNetworkInstanceCommandInput,
33
33
  InstantiateSolNetworkInstanceCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class InstantiateSolNetworkInstanceCommand extends InstantiateSolNetworkInstanceCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListSolFunctionInstancesInput,
@@ -19,7 +19,7 @@ export interface ListSolFunctionInstancesCommandOutput
19
19
  declare const ListSolFunctionInstancesCommand_base: {
20
20
  new (
21
21
  input: ListSolFunctionInstancesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSolFunctionInstancesCommandInput,
24
24
  ListSolFunctionInstancesCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSolFunctionInstancesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSolFunctionInstancesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSolFunctionInstancesCommandInput,
33
33
  ListSolFunctionInstancesCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListSolFunctionInstancesCommand extends ListSolFunctionInstancesCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListSolFunctionPackagesInput,
@@ -19,7 +19,7 @@ export interface ListSolFunctionPackagesCommandOutput
19
19
  declare const ListSolFunctionPackagesCommand_base: {
20
20
  new (
21
21
  input: ListSolFunctionPackagesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSolFunctionPackagesCommandInput,
24
24
  ListSolFunctionPackagesCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSolFunctionPackagesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSolFunctionPackagesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSolFunctionPackagesCommandInput,
33
33
  ListSolFunctionPackagesCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListSolFunctionPackagesCommand extends ListSolFunctionPackagesCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListSolNetworkInstancesInput,
@@ -19,7 +19,7 @@ export interface ListSolNetworkInstancesCommandOutput
19
19
  declare const ListSolNetworkInstancesCommand_base: {
20
20
  new (
21
21
  input: ListSolNetworkInstancesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSolNetworkInstancesCommandInput,
24
24
  ListSolNetworkInstancesCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSolNetworkInstancesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSolNetworkInstancesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSolNetworkInstancesCommandInput,
33
33
  ListSolNetworkInstancesCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListSolNetworkInstancesCommand extends ListSolNetworkInstancesCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListSolNetworkOperationsInput,
@@ -19,7 +19,7 @@ export interface ListSolNetworkOperationsCommandOutput
19
19
  declare const ListSolNetworkOperationsCommand_base: {
20
20
  new (
21
21
  input: ListSolNetworkOperationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSolNetworkOperationsCommandInput,
24
24
  ListSolNetworkOperationsCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSolNetworkOperationsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSolNetworkOperationsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSolNetworkOperationsCommandInput,
33
33
  ListSolNetworkOperationsCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListSolNetworkOperationsCommand extends ListSolNetworkOperationsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListSolNetworkPackagesInput,
@@ -19,7 +19,7 @@ export interface ListSolNetworkPackagesCommandOutput
19
19
  declare const ListSolNetworkPackagesCommand_base: {
20
20
  new (
21
21
  input: ListSolNetworkPackagesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSolNetworkPackagesCommandInput,
24
24
  ListSolNetworkPackagesCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSolNetworkPackagesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSolNetworkPackagesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSolNetworkPackagesCommandInput,
33
33
  ListSolNetworkPackagesCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListSolNetworkPackagesCommand extends ListSolNetworkPackagesCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListTagsForResourceInput,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -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 {
3
3
  BlobPayloadInputTypes,
4
4
  MetadataBearer as __MetadataBearer,
@@ -28,7 +28,7 @@ export interface PutSolFunctionPackageContentCommandOutput
28
28
  declare const PutSolFunctionPackageContentCommand_base: {
29
29
  new (
30
30
  input: PutSolFunctionPackageContentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  PutSolFunctionPackageContentCommandInput,
33
33
  PutSolFunctionPackageContentCommandOutput,
34
34
  TnbClientResolvedConfig,
@@ -37,14 +37,16 @@ declare const PutSolFunctionPackageContentCommand_base: {
37
37
  >;
38
38
  new (
39
39
  input: PutSolFunctionPackageContentCommandInput
40
- ): import("@smithy/smithy-client").CommandImpl<
40
+ ): import("@smithy/core/client").CommandImpl<
41
41
  PutSolFunctionPackageContentCommandInput,
42
42
  PutSolFunctionPackageContentCommandOutput,
43
43
  TnbClientResolvedConfig,
44
44
  ServiceInputTypes,
45
45
  ServiceOutputTypes
46
46
  >;
47
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
47
+ getEndpointParameterInstructions(): {
48
+ [x: string]: unknown;
49
+ };
48
50
  };
49
51
  export declare class PutSolFunctionPackageContentCommand extends PutSolFunctionPackageContentCommand_base {
50
52
  protected static __types: {
@@ -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 {
3
3
  BlobPayloadInputTypes,
4
4
  MetadataBearer as __MetadataBearer,
@@ -28,7 +28,7 @@ export interface PutSolNetworkPackageContentCommandOutput
28
28
  declare const PutSolNetworkPackageContentCommand_base: {
29
29
  new (
30
30
  input: PutSolNetworkPackageContentCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  PutSolNetworkPackageContentCommandInput,
33
33
  PutSolNetworkPackageContentCommandOutput,
34
34
  TnbClientResolvedConfig,
@@ -37,14 +37,16 @@ declare const PutSolNetworkPackageContentCommand_base: {
37
37
  >;
38
38
  new (
39
39
  input: PutSolNetworkPackageContentCommandInput
40
- ): import("@smithy/smithy-client").CommandImpl<
40
+ ): import("@smithy/core/client").CommandImpl<
41
41
  PutSolNetworkPackageContentCommandInput,
42
42
  PutSolNetworkPackageContentCommandOutput,
43
43
  TnbClientResolvedConfig,
44
44
  ServiceInputTypes,
45
45
  ServiceOutputTypes
46
46
  >;
47
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
47
+ getEndpointParameterInstructions(): {
48
+ [x: string]: unknown;
49
+ };
48
50
  };
49
51
  export declare class PutSolNetworkPackageContentCommand extends PutSolNetworkPackageContentCommand_base {
50
52
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  TnbClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  TnbClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  TerminateSolNetworkInstanceInput,
@@ -19,7 +19,7 @@ export interface TerminateSolNetworkInstanceCommandOutput
19
19
  declare const TerminateSolNetworkInstanceCommand_base: {
20
20
  new (
21
21
  input: TerminateSolNetworkInstanceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  TerminateSolNetworkInstanceCommandInput,
24
24
  TerminateSolNetworkInstanceCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const TerminateSolNetworkInstanceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: TerminateSolNetworkInstanceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  TerminateSolNetworkInstanceCommandInput,
33
33
  TerminateSolNetworkInstanceCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class TerminateSolNetworkInstanceCommand extends TerminateSolNetworkInstanceCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface UntagResourceCommandOutput
15
15
  declare const UntagResourceCommand_base: {
16
16
  new (
17
17
  input: UntagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  UntagResourceCommandInput,
20
20
  UntagResourceCommandOutput,
21
21
  TnbClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const UntagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: UntagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  UntagResourceCommandInput,
29
29
  UntagResourceCommandOutput,
30
30
  TnbClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateSolFunctionPackageInput,
@@ -19,7 +19,7 @@ export interface UpdateSolFunctionPackageCommandOutput
19
19
  declare const UpdateSolFunctionPackageCommand_base: {
20
20
  new (
21
21
  input: UpdateSolFunctionPackageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateSolFunctionPackageCommandInput,
24
24
  UpdateSolFunctionPackageCommandOutput,
25
25
  TnbClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateSolFunctionPackageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateSolFunctionPackageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateSolFunctionPackageCommandInput,
33
33
  UpdateSolFunctionPackageCommandOutput,
34
34
  TnbClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateSolFunctionPackageCommand extends UpdateSolFunctionPackageCommand_base {
41
43
  protected static __types: {