@aws-sdk/client-tnb 3.1076.0 → 3.1078.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 (119) hide show
  1. package/dist-cjs/index.js +44 -335
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelSolNetworkOperationCommand.js +2 -14
  4. package/dist-es/commands/CreateSolFunctionPackageCommand.js +2 -14
  5. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +2 -14
  6. package/dist-es/commands/CreateSolNetworkPackageCommand.js +2 -14
  7. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +2 -14
  8. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +2 -14
  9. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +2 -14
  10. package/dist-es/commands/GetSolFunctionInstanceCommand.js +2 -14
  11. package/dist-es/commands/GetSolFunctionPackageCommand.js +2 -14
  12. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +2 -14
  13. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +2 -14
  14. package/dist-es/commands/GetSolNetworkInstanceCommand.js +2 -14
  15. package/dist-es/commands/GetSolNetworkOperationCommand.js +2 -14
  16. package/dist-es/commands/GetSolNetworkPackageCommand.js +2 -14
  17. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +2 -14
  18. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +2 -14
  19. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +2 -14
  20. package/dist-es/commands/ListSolFunctionInstancesCommand.js +2 -14
  21. package/dist-es/commands/ListSolFunctionPackagesCommand.js +2 -14
  22. package/dist-es/commands/ListSolNetworkInstancesCommand.js +2 -14
  23. package/dist-es/commands/ListSolNetworkOperationsCommand.js +2 -14
  24. package/dist-es/commands/ListSolNetworkPackagesCommand.js +2 -14
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  26. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +2 -14
  27. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +2 -14
  28. package/dist-es/commands/TagResourceCommand.js +2 -14
  29. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +2 -14
  30. package/dist-es/commands/UntagResourceCommand.js +2 -14
  31. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +2 -14
  32. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +2 -14
  33. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +2 -14
  34. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +2 -14
  35. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +2 -14
  36. package/dist-es/index.js +1 -0
  37. package/dist-es/runtimeConfig.browser.js +0 -2
  38. package/dist-es/runtimeConfig.js +1 -2
  39. package/dist-es/runtimeConfig.native.js +0 -2
  40. package/dist-es/runtimeConfig.shared.js +2 -0
  41. package/dist-types/commandBuilder.d.ts +18 -0
  42. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +3 -8
  49. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +3 -8
  50. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +3 -8
  51. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +3 -8
  52. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +3 -8
  53. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +3 -8
  54. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +3 -8
  55. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +3 -8
  56. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +3 -8
  57. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +3 -8
  58. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +3 -8
  59. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +3 -8
  60. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +3 -8
  61. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +3 -8
  62. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +3 -8
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +3 -8
  66. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +3 -8
  67. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +3 -8
  69. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +3 -8
  71. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +3 -8
  72. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +3 -8
  73. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +3 -8
  74. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +3 -8
  75. package/dist-types/index.d.ts +1 -0
  76. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  77. package/dist-types/runtimeConfig.d.ts +1 -1
  78. package/dist-types/runtimeConfig.native.d.ts +1 -1
  79. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  80. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  81. package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/index.d.ts +1 -0
  115. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  116. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  117. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  118. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  119. package/package.json +8 -10
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteSolFunctionPackageInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- TnbClientResolvedConfig,
8
- } from "../TnbClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteSolFunctionPackageCommandInput
12
5
  extends DeleteSolFunctionPackageInput {}
13
6
  export interface DeleteSolFunctionPackageCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteSolFunctionPackageCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteSolFunctionPackageCommandInput,
20
13
  DeleteSolFunctionPackageCommandOutput,
21
- TnbClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").TnbClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteSolFunctionPackageCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteSolFunctionPackageCommandInput,
29
22
  DeleteSolFunctionPackageCommandOutput,
30
- TnbClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").TnbClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteSolFunctionPackageCommand extends DeleteSolFunctionPackageCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteSolNetworkInstanceInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- TnbClientResolvedConfig,
8
- } from "../TnbClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteSolNetworkInstanceCommandInput
12
5
  extends DeleteSolNetworkInstanceInput {}
13
6
  export interface DeleteSolNetworkInstanceCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteSolNetworkInstanceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteSolNetworkInstanceCommandInput,
20
13
  DeleteSolNetworkInstanceCommandOutput,
21
- TnbClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").TnbClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteSolNetworkInstanceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteSolNetworkInstanceCommandInput,
29
22
  DeleteSolNetworkInstanceCommandOutput,
30
- TnbClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").TnbClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteSolNetworkInstanceCommand extends DeleteSolNetworkInstanceCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteSolNetworkPackageInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- TnbClientResolvedConfig,
8
- } from "../TnbClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteSolNetworkPackageCommandInput
12
5
  extends DeleteSolNetworkPackageInput {}
13
6
  export interface DeleteSolNetworkPackageCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteSolNetworkPackageCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteSolNetworkPackageCommandInput,
20
13
  DeleteSolNetworkPackageCommandOutput,
21
- TnbClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").TnbClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteSolNetworkPackageCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteSolNetworkPackageCommandInput,
29
22
  DeleteSolNetworkPackageCommandOutput,
30
- TnbClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").TnbClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteSolNetworkPackageCommand extends DeleteSolNetworkPackageCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetSolFunctionInstanceInput,
5
4
  GetSolFunctionInstanceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- TnbClientResolvedConfig,
11
- } from "../TnbClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSolFunctionInstanceCommandInput
15
8
  extends GetSolFunctionInstanceInput {}
16
9
  export interface GetSolFunctionInstanceCommandOutput
@@ -22,22 +15,20 @@ declare const GetSolFunctionInstanceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetSolFunctionInstanceCommandInput,
24
17
  GetSolFunctionInstanceCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetSolFunctionInstanceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetSolFunctionInstanceCommandInput,
33
26
  GetSolFunctionInstanceCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetSolFunctionInstanceCommand extends GetSolFunctionInstanceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetSolFunctionPackageInput,
5
4
  GetSolFunctionPackageOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- TnbClientResolvedConfig,
11
- } from "../TnbClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSolFunctionPackageCommandInput
15
8
  extends GetSolFunctionPackageInput {}
16
9
  export interface GetSolFunctionPackageCommandOutput
@@ -22,22 +15,20 @@ declare const GetSolFunctionPackageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetSolFunctionPackageCommandInput,
24
17
  GetSolFunctionPackageCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetSolFunctionPackageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetSolFunctionPackageCommandInput,
33
26
  GetSolFunctionPackageCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetSolFunctionPackageCommand extends GetSolFunctionPackageCommand_base {
43
34
  protected static __types: {
@@ -1,17 +1,10 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
3
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import {
5
4
  GetSolFunctionPackageContentInput,
6
5
  GetSolFunctionPackageContentOutput,
7
6
  } from "../models/models_0";
8
- import {
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- TnbClientResolvedConfig,
12
- } from "../TnbClient";
13
7
  export { __MetadataBearer };
14
- export { $Command };
15
8
  export interface GetSolFunctionPackageContentCommandInput
16
9
  extends GetSolFunctionPackageContentInput {}
17
10
  export type GetSolFunctionPackageContentCommandOutputType = Pick<
@@ -29,22 +22,20 @@ declare const GetSolFunctionPackageContentCommand_base: {
29
22
  ): import("@smithy/core/client").CommandImpl<
30
23
  GetSolFunctionPackageContentCommandInput,
31
24
  GetSolFunctionPackageContentCommandOutput,
32
- TnbClientResolvedConfig,
33
- ServiceInputTypes,
34
- ServiceOutputTypes
25
+ import("..").TnbClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
35
28
  >;
36
29
  new (
37
30
  input: GetSolFunctionPackageContentCommandInput
38
31
  ): import("@smithy/core/client").CommandImpl<
39
32
  GetSolFunctionPackageContentCommandInput,
40
33
  GetSolFunctionPackageContentCommandOutput,
41
- TnbClientResolvedConfig,
42
- ServiceInputTypes,
43
- ServiceOutputTypes
34
+ import("..").TnbClientResolvedConfig,
35
+ import("..").ServiceInputTypes,
36
+ import("..").ServiceOutputTypes
44
37
  >;
45
- getEndpointParameterInstructions(): {
46
- [x: string]: unknown;
47
- };
38
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
48
39
  };
49
40
  export declare class GetSolFunctionPackageContentCommand extends GetSolFunctionPackageContentCommand_base {
50
41
  protected static __types: {
@@ -1,17 +1,10 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
3
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import {
5
4
  GetSolFunctionPackageDescriptorInput,
6
5
  GetSolFunctionPackageDescriptorOutput,
7
6
  } from "../models/models_0";
8
- import {
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- TnbClientResolvedConfig,
12
- } from "../TnbClient";
13
7
  export { __MetadataBearer };
14
- export { $Command };
15
8
  export interface GetSolFunctionPackageDescriptorCommandInput
16
9
  extends GetSolFunctionPackageDescriptorInput {}
17
10
  export type GetSolFunctionPackageDescriptorCommandOutputType = Pick<
@@ -29,22 +22,20 @@ declare const GetSolFunctionPackageDescriptorCommand_base: {
29
22
  ): import("@smithy/core/client").CommandImpl<
30
23
  GetSolFunctionPackageDescriptorCommandInput,
31
24
  GetSolFunctionPackageDescriptorCommandOutput,
32
- TnbClientResolvedConfig,
33
- ServiceInputTypes,
34
- ServiceOutputTypes
25
+ import("..").TnbClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
35
28
  >;
36
29
  new (
37
30
  input: GetSolFunctionPackageDescriptorCommandInput
38
31
  ): import("@smithy/core/client").CommandImpl<
39
32
  GetSolFunctionPackageDescriptorCommandInput,
40
33
  GetSolFunctionPackageDescriptorCommandOutput,
41
- TnbClientResolvedConfig,
42
- ServiceInputTypes,
43
- ServiceOutputTypes
34
+ import("..").TnbClientResolvedConfig,
35
+ import("..").ServiceInputTypes,
36
+ import("..").ServiceOutputTypes
44
37
  >;
45
- getEndpointParameterInstructions(): {
46
- [x: string]: unknown;
47
- };
38
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
48
39
  };
49
40
  export declare class GetSolFunctionPackageDescriptorCommand extends GetSolFunctionPackageDescriptorCommand_base {
50
41
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetSolNetworkInstanceInput,
5
4
  GetSolNetworkInstanceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- TnbClientResolvedConfig,
11
- } from "../TnbClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSolNetworkInstanceCommandInput
15
8
  extends GetSolNetworkInstanceInput {}
16
9
  export interface GetSolNetworkInstanceCommandOutput
@@ -22,22 +15,20 @@ declare const GetSolNetworkInstanceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetSolNetworkInstanceCommandInput,
24
17
  GetSolNetworkInstanceCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetSolNetworkInstanceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetSolNetworkInstanceCommandInput,
33
26
  GetSolNetworkInstanceCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetSolNetworkInstanceCommand extends GetSolNetworkInstanceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetSolNetworkOperationInput,
5
4
  GetSolNetworkOperationOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- TnbClientResolvedConfig,
11
- } from "../TnbClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSolNetworkOperationCommandInput
15
8
  extends GetSolNetworkOperationInput {}
16
9
  export interface GetSolNetworkOperationCommandOutput
@@ -22,22 +15,20 @@ declare const GetSolNetworkOperationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetSolNetworkOperationCommandInput,
24
17
  GetSolNetworkOperationCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetSolNetworkOperationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetSolNetworkOperationCommandInput,
33
26
  GetSolNetworkOperationCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetSolNetworkOperationCommand extends GetSolNetworkOperationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetSolNetworkPackageInput,
5
4
  GetSolNetworkPackageOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- TnbClientResolvedConfig,
11
- } from "../TnbClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSolNetworkPackageCommandInput
15
8
  extends GetSolNetworkPackageInput {}
16
9
  export interface GetSolNetworkPackageCommandOutput
@@ -22,22 +15,20 @@ declare const GetSolNetworkPackageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetSolNetworkPackageCommandInput,
24
17
  GetSolNetworkPackageCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetSolNetworkPackageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetSolNetworkPackageCommandInput,
33
26
  GetSolNetworkPackageCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetSolNetworkPackageCommand extends GetSolNetworkPackageCommand_base {
43
34
  protected static __types: {
@@ -1,17 +1,10 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
3
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import {
5
4
  GetSolNetworkPackageContentInput,
6
5
  GetSolNetworkPackageContentOutput,
7
6
  } from "../models/models_0";
8
- import {
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- TnbClientResolvedConfig,
12
- } from "../TnbClient";
13
7
  export { __MetadataBearer };
14
- export { $Command };
15
8
  export interface GetSolNetworkPackageContentCommandInput
16
9
  extends GetSolNetworkPackageContentInput {}
17
10
  export type GetSolNetworkPackageContentCommandOutputType = Pick<
@@ -29,22 +22,20 @@ declare const GetSolNetworkPackageContentCommand_base: {
29
22
  ): import("@smithy/core/client").CommandImpl<
30
23
  GetSolNetworkPackageContentCommandInput,
31
24
  GetSolNetworkPackageContentCommandOutput,
32
- TnbClientResolvedConfig,
33
- ServiceInputTypes,
34
- ServiceOutputTypes
25
+ import("..").TnbClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
35
28
  >;
36
29
  new (
37
30
  input: GetSolNetworkPackageContentCommandInput
38
31
  ): import("@smithy/core/client").CommandImpl<
39
32
  GetSolNetworkPackageContentCommandInput,
40
33
  GetSolNetworkPackageContentCommandOutput,
41
- TnbClientResolvedConfig,
42
- ServiceInputTypes,
43
- ServiceOutputTypes
34
+ import("..").TnbClientResolvedConfig,
35
+ import("..").ServiceInputTypes,
36
+ import("..").ServiceOutputTypes
44
37
  >;
45
- getEndpointParameterInstructions(): {
46
- [x: string]: unknown;
47
- };
38
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
48
39
  };
49
40
  export declare class GetSolNetworkPackageContentCommand extends GetSolNetworkPackageContentCommand_base {
50
41
  protected static __types: {
@@ -1,17 +1,10 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
3
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import {
5
4
  GetSolNetworkPackageDescriptorInput,
6
5
  GetSolNetworkPackageDescriptorOutput,
7
6
  } from "../models/models_0";
8
- import {
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- TnbClientResolvedConfig,
12
- } from "../TnbClient";
13
7
  export { __MetadataBearer };
14
- export { $Command };
15
8
  export interface GetSolNetworkPackageDescriptorCommandInput
16
9
  extends GetSolNetworkPackageDescriptorInput {}
17
10
  export type GetSolNetworkPackageDescriptorCommandOutputType = Pick<
@@ -29,22 +22,20 @@ declare const GetSolNetworkPackageDescriptorCommand_base: {
29
22
  ): import("@smithy/core/client").CommandImpl<
30
23
  GetSolNetworkPackageDescriptorCommandInput,
31
24
  GetSolNetworkPackageDescriptorCommandOutput,
32
- TnbClientResolvedConfig,
33
- ServiceInputTypes,
34
- ServiceOutputTypes
25
+ import("..").TnbClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
35
28
  >;
36
29
  new (
37
30
  input: GetSolNetworkPackageDescriptorCommandInput
38
31
  ): import("@smithy/core/client").CommandImpl<
39
32
  GetSolNetworkPackageDescriptorCommandInput,
40
33
  GetSolNetworkPackageDescriptorCommandOutput,
41
- TnbClientResolvedConfig,
42
- ServiceInputTypes,
43
- ServiceOutputTypes
34
+ import("..").TnbClientResolvedConfig,
35
+ import("..").ServiceInputTypes,
36
+ import("..").ServiceOutputTypes
44
37
  >;
45
- getEndpointParameterInstructions(): {
46
- [x: string]: unknown;
47
- };
38
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
48
39
  };
49
40
  export declare class GetSolNetworkPackageDescriptorCommand extends GetSolNetworkPackageDescriptorCommand_base {
50
41
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  InstantiateSolNetworkInstanceInput,
5
4
  InstantiateSolNetworkInstanceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- TnbClientResolvedConfig,
11
- } from "../TnbClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface InstantiateSolNetworkInstanceCommandInput
15
8
  extends InstantiateSolNetworkInstanceInput {}
16
9
  export interface InstantiateSolNetworkInstanceCommandOutput
@@ -22,22 +15,20 @@ declare const InstantiateSolNetworkInstanceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  InstantiateSolNetworkInstanceCommandInput,
24
17
  InstantiateSolNetworkInstanceCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: InstantiateSolNetworkInstanceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  InstantiateSolNetworkInstanceCommandInput,
33
26
  InstantiateSolNetworkInstanceCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class InstantiateSolNetworkInstanceCommand extends InstantiateSolNetworkInstanceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListSolFunctionInstancesInput,
5
4
  ListSolFunctionInstancesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- TnbClientResolvedConfig,
11
- } from "../TnbClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSolFunctionInstancesCommandInput
15
8
  extends ListSolFunctionInstancesInput {}
16
9
  export interface ListSolFunctionInstancesCommandOutput
@@ -22,22 +15,20 @@ declare const ListSolFunctionInstancesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSolFunctionInstancesCommandInput,
24
17
  ListSolFunctionInstancesCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSolFunctionInstancesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSolFunctionInstancesCommandInput,
33
26
  ListSolFunctionInstancesCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListSolFunctionInstancesCommand extends ListSolFunctionInstancesCommand_base {
43
34
  protected static __types: {