@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,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
  ListSolFunctionPackagesInput,
5
4
  ListSolFunctionPackagesOutput,
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 ListSolFunctionPackagesCommandInput
15
8
  extends ListSolFunctionPackagesInput {}
16
9
  export interface ListSolFunctionPackagesCommandOutput
@@ -22,22 +15,20 @@ declare const ListSolFunctionPackagesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSolFunctionPackagesCommandInput,
24
17
  ListSolFunctionPackagesCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSolFunctionPackagesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSolFunctionPackagesCommandInput,
33
26
  ListSolFunctionPackagesCommandOutput,
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 ListSolFunctionPackagesCommand extends ListSolFunctionPackagesCommand_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
  ListSolNetworkInstancesInput,
5
4
  ListSolNetworkInstancesOutput,
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 ListSolNetworkInstancesCommandInput
15
8
  extends ListSolNetworkInstancesInput {}
16
9
  export interface ListSolNetworkInstancesCommandOutput
@@ -22,22 +15,20 @@ declare const ListSolNetworkInstancesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSolNetworkInstancesCommandInput,
24
17
  ListSolNetworkInstancesCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSolNetworkInstancesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSolNetworkInstancesCommandInput,
33
26
  ListSolNetworkInstancesCommandOutput,
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 ListSolNetworkInstancesCommand extends ListSolNetworkInstancesCommand_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
  ListSolNetworkOperationsInput,
5
4
  ListSolNetworkOperationsOutput,
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 ListSolNetworkOperationsCommandInput
15
8
  extends ListSolNetworkOperationsInput {}
16
9
  export interface ListSolNetworkOperationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListSolNetworkOperationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSolNetworkOperationsCommandInput,
24
17
  ListSolNetworkOperationsCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSolNetworkOperationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSolNetworkOperationsCommandInput,
33
26
  ListSolNetworkOperationsCommandOutput,
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 ListSolNetworkOperationsCommand extends ListSolNetworkOperationsCommand_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
  ListSolNetworkPackagesInput,
5
4
  ListSolNetworkPackagesOutput,
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 ListSolNetworkPackagesCommandInput
15
8
  extends ListSolNetworkPackagesInput {}
16
9
  export interface ListSolNetworkPackagesCommandOutput
@@ -22,22 +15,20 @@ declare const ListSolNetworkPackagesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSolNetworkPackagesCommandInput,
24
17
  ListSolNetworkPackagesCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSolNetworkPackagesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSolNetworkPackagesCommandInput,
33
26
  ListSolNetworkPackagesCommandOutput,
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 ListSolNetworkPackagesCommand extends ListSolNetworkPackagesCommand_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
  ListTagsForResourceInput,
5
4
  ListTagsForResourceOutput,
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 ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceInput {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,4 +1,3 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import {
3
2
  BlobPayloadInputTypes,
4
3
  MetadataBearer as __MetadataBearer,
@@ -7,13 +6,7 @@ import {
7
6
  PutSolFunctionPackageContentInput,
8
7
  PutSolFunctionPackageContentOutput,
9
8
  } from "../models/models_0";
10
- import {
11
- ServiceInputTypes,
12
- ServiceOutputTypes,
13
- TnbClientResolvedConfig,
14
- } from "../TnbClient";
15
9
  export { __MetadataBearer };
16
- export { $Command };
17
10
  export type PutSolFunctionPackageContentCommandInputType = Pick<
18
11
  PutSolFunctionPackageContentInput,
19
12
  Exclude<keyof PutSolFunctionPackageContentInput, "file">
@@ -31,22 +24,20 @@ declare const PutSolFunctionPackageContentCommand_base: {
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutSolFunctionPackageContentCommandInput,
33
26
  PutSolFunctionPackageContentCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
31
  new (
39
32
  input: PutSolFunctionPackageContentCommandInput
40
33
  ): import("@smithy/core/client").CommandImpl<
41
34
  PutSolFunctionPackageContentCommandInput,
42
35
  PutSolFunctionPackageContentCommandOutput,
43
- TnbClientResolvedConfig,
44
- ServiceInputTypes,
45
- ServiceOutputTypes
36
+ import("..").TnbClientResolvedConfig,
37
+ import("..").ServiceInputTypes,
38
+ import("..").ServiceOutputTypes
46
39
  >;
47
- getEndpointParameterInstructions(): {
48
- [x: string]: unknown;
49
- };
40
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
50
41
  };
51
42
  export declare class PutSolFunctionPackageContentCommand extends PutSolFunctionPackageContentCommand_base {
52
43
  protected static __types: {
@@ -1,4 +1,3 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import {
3
2
  BlobPayloadInputTypes,
4
3
  MetadataBearer as __MetadataBearer,
@@ -7,13 +6,7 @@ import {
7
6
  PutSolNetworkPackageContentInput,
8
7
  PutSolNetworkPackageContentOutput,
9
8
  } from "../models/models_0";
10
- import {
11
- ServiceInputTypes,
12
- ServiceOutputTypes,
13
- TnbClientResolvedConfig,
14
- } from "../TnbClient";
15
9
  export { __MetadataBearer };
16
- export { $Command };
17
10
  export type PutSolNetworkPackageContentCommandInputType = Pick<
18
11
  PutSolNetworkPackageContentInput,
19
12
  Exclude<keyof PutSolNetworkPackageContentInput, "file">
@@ -31,22 +24,20 @@ declare const PutSolNetworkPackageContentCommand_base: {
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutSolNetworkPackageContentCommandInput,
33
26
  PutSolNetworkPackageContentCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
31
  new (
39
32
  input: PutSolNetworkPackageContentCommandInput
40
33
  ): import("@smithy/core/client").CommandImpl<
41
34
  PutSolNetworkPackageContentCommandInput,
42
35
  PutSolNetworkPackageContentCommandOutput,
43
- TnbClientResolvedConfig,
44
- ServiceInputTypes,
45
- ServiceOutputTypes
36
+ import("..").TnbClientResolvedConfig,
37
+ import("..").ServiceInputTypes,
38
+ import("..").ServiceOutputTypes
46
39
  >;
47
- getEndpointParameterInstructions(): {
48
- [x: string]: unknown;
49
- };
40
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
50
41
  };
51
42
  export declare class PutSolNetworkPackageContentCommand extends PutSolNetworkPackageContentCommand_base {
52
43
  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 { TagResourceInput, TagResourceOutput } 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 TagResourceCommandInput extends TagResourceInput {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceOutput,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- TnbClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").TnbClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
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 TagResourceCommand extends TagResourceCommand_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
  TerminateSolNetworkInstanceInput,
5
4
  TerminateSolNetworkInstanceOutput,
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 TerminateSolNetworkInstanceCommandInput
15
8
  extends TerminateSolNetworkInstanceInput {}
16
9
  export interface TerminateSolNetworkInstanceCommandOutput
@@ -22,22 +15,20 @@ declare const TerminateSolNetworkInstanceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  TerminateSolNetworkInstanceCommandInput,
24
17
  TerminateSolNetworkInstanceCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: TerminateSolNetworkInstanceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  TerminateSolNetworkInstanceCommandInput,
33
26
  TerminateSolNetworkInstanceCommandOutput,
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 TerminateSolNetworkInstanceCommand extends TerminateSolNetworkInstanceCommand_base {
43
34
  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 { UntagResourceInput, UntagResourceOutput } 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 UntagResourceCommandInput extends UntagResourceInput {}
12
5
  export interface UntagResourceCommandOutput
13
6
  extends UntagResourceOutput,
@@ -18,22 +11,20 @@ declare const UntagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UntagResourceCommandInput,
20
13
  UntagResourceCommandOutput,
21
- TnbClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").TnbClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UntagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UntagResourceCommandInput,
29
22
  UntagResourceCommandOutput,
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 UntagResourceCommand extends UntagResourceCommand_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
  UpdateSolFunctionPackageInput,
5
4
  UpdateSolFunctionPackageOutput,
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 UpdateSolFunctionPackageCommandInput
15
8
  extends UpdateSolFunctionPackageInput {}
16
9
  export interface UpdateSolFunctionPackageCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateSolFunctionPackageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateSolFunctionPackageCommandInput,
24
17
  UpdateSolFunctionPackageCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateSolFunctionPackageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateSolFunctionPackageCommandInput,
33
26
  UpdateSolFunctionPackageCommandOutput,
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 UpdateSolFunctionPackageCommand extends UpdateSolFunctionPackageCommand_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
  UpdateSolNetworkInstanceInput,
5
4
  UpdateSolNetworkInstanceOutput,
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 UpdateSolNetworkInstanceCommandInput
15
8
  extends UpdateSolNetworkInstanceInput {}
16
9
  export interface UpdateSolNetworkInstanceCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateSolNetworkInstanceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateSolNetworkInstanceCommandInput,
24
17
  UpdateSolNetworkInstanceCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateSolNetworkInstanceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateSolNetworkInstanceCommandInput,
33
26
  UpdateSolNetworkInstanceCommandOutput,
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 UpdateSolNetworkInstanceCommand extends UpdateSolNetworkInstanceCommand_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
  UpdateSolNetworkPackageInput,
5
4
  UpdateSolNetworkPackageOutput,
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 UpdateSolNetworkPackageCommandInput
15
8
  extends UpdateSolNetworkPackageInput {}
16
9
  export interface UpdateSolNetworkPackageCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateSolNetworkPackageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateSolNetworkPackageCommandInput,
24
17
  UpdateSolNetworkPackageCommandOutput,
25
- TnbClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").TnbClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateSolNetworkPackageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateSolNetworkPackageCommandInput,
33
26
  UpdateSolNetworkPackageCommandOutput,
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 UpdateSolNetworkPackageCommand extends UpdateSolNetworkPackageCommand_base {
43
34
  protected static __types: {
@@ -1,4 +1,3 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import {
3
2
  BlobPayloadInputTypes,
4
3
  MetadataBearer as __MetadataBearer,
@@ -7,13 +6,7 @@ import {
7
6
  ValidateSolFunctionPackageContentInput,
8
7
  ValidateSolFunctionPackageContentOutput,
9
8
  } from "../models/models_0";
10
- import {
11
- ServiceInputTypes,
12
- ServiceOutputTypes,
13
- TnbClientResolvedConfig,
14
- } from "../TnbClient";
15
9
  export { __MetadataBearer };
16
- export { $Command };
17
10
  export type ValidateSolFunctionPackageContentCommandInputType = Pick<
18
11
  ValidateSolFunctionPackageContentInput,
19
12
  Exclude<keyof ValidateSolFunctionPackageContentInput, "file">
@@ -31,22 +24,20 @@ declare const ValidateSolFunctionPackageContentCommand_base: {
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ValidateSolFunctionPackageContentCommandInput,
33
26
  ValidateSolFunctionPackageContentCommandOutput,
34
- TnbClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").TnbClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
31
  new (
39
32
  input: ValidateSolFunctionPackageContentCommandInput
40
33
  ): import("@smithy/core/client").CommandImpl<
41
34
  ValidateSolFunctionPackageContentCommandInput,
42
35
  ValidateSolFunctionPackageContentCommandOutput,
43
- TnbClientResolvedConfig,
44
- ServiceInputTypes,
45
- ServiceOutputTypes
36
+ import("..").TnbClientResolvedConfig,
37
+ import("..").ServiceInputTypes,
38
+ import("..").ServiceOutputTypes
46
39
  >;
47
- getEndpointParameterInstructions(): {
48
- [x: string]: unknown;
49
- };
40
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
50
41
  };
51
42
  export declare class ValidateSolFunctionPackageContentCommand extends ValidateSolFunctionPackageContentCommand_base {
52
43
  protected static __types: {