@aws-sdk/client-tnb 3.1077.0 → 3.1079.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.
- package/dist-cjs/index.js +41 -333
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +2 -14
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +2 -14
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +2 -14
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +2 -14
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +2 -14
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +2 -14
- package/dist-es/commands/GetSolFunctionPackageCommand.js +2 -14
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +2 -14
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkOperationCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkPackageCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +2 -14
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +2 -14
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +2 -14
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +2 -14
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +2 -14
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +2 -14
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +2 -14
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +2 -14
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +2 -14
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +3 -8
- package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +3 -8
- package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +3 -8
- package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +3 -8
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +3 -8
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -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: {
|
|
@@ -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: {
|