@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
|
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: {
|
|
@@ -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
|
ValidateSolNetworkPackageContentInput,
|
|
8
7
|
ValidateSolNetworkPackageContentOutput,
|
|
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 ValidateSolNetworkPackageContentCommandInputType = Pick<
|
|
18
11
|
ValidateSolNetworkPackageContentInput,
|
|
19
12
|
Exclude<keyof ValidateSolNetworkPackageContentInput, "file">
|
|
@@ -31,22 +24,20 @@ declare const ValidateSolNetworkPackageContentCommand_base: {
|
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ValidateSolNetworkPackageContentCommandInput,
|
|
33
26
|
ValidateSolNetworkPackageContentCommandOutput,
|
|
34
|
-
TnbClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").TnbClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
31
|
new (
|
|
39
32
|
input: ValidateSolNetworkPackageContentCommandInput
|
|
40
33
|
): import("@smithy/core/client").CommandImpl<
|
|
41
34
|
ValidateSolNetworkPackageContentCommandInput,
|
|
42
35
|
ValidateSolNetworkPackageContentCommandOutput,
|
|
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 ValidateSolNetworkPackageContentCommand extends ValidateSolNetworkPackageContentCommand_base {
|
|
52
43
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { TnbExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-tnb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Tnb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.27",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|