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