@aws-sdk/client-tnb 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +44 -335
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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>
|
|
@@ -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 { TagResourceInput, TagResourceOutput } 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 TagResourceCommandInput extends TagResourceInput {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Tags an AWS TNB resource.</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 { TerminateSolNetworkInstanceInput, TerminateSolNetworkInstanceOutput } 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 TerminateSolNetworkInstanceCommandInput extends TerminateSolNet
|
|
|
22
19
|
export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TerminateSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Terminates 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 { UntagResourceInput, UntagResourceOutput } 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 UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Untags an AWS TNB resource.</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 { UpdateSolFunctionPackageInput, UpdateSolFunctionPackageOutput } 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 UpdateSolFunctionPackageCommandInput extends UpdateSolFunctionP
|
|
|
22
19
|
export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunctionPackageOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSolFunctionPackageCommand_base: {
|
|
25
|
-
new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the operational state of 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 { UpdateSolNetworkInstanceInput, UpdateSolNetworkInstanceOutput } 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 UpdateSolNetworkInstanceCommandInput extends UpdateSolNetworkIn
|
|
|
22
19
|
export interface UpdateSolNetworkInstanceCommandOutput extends UpdateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update 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 { UpdateSolNetworkPackageInput, UpdateSolNetworkPackageOutput } 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 UpdateSolNetworkPackageCommandInput extends UpdateSolNetworkPac
|
|
|
22
19
|
export interface UpdateSolNetworkPackageCommandOutput extends UpdateSolNetworkPackageOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSolNetworkPackageCommand_base: {
|
|
25
|
-
new (input: UpdateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the operational state of a network 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 { ValidateSolFunctionPackageContentInput, ValidateSolFunctionPackageContentOutput } 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 ValidateSolFunctionPackageContentCommandInput extends ValidateS
|
|
|
28
25
|
export interface ValidateSolFunctionPackageContentCommandOutput extends ValidateSolFunctionPackageContentOutput, __MetadataBearer {
|
|
29
26
|
}
|
|
30
27
|
declare const ValidateSolFunctionPackageContentCommand_base: {
|
|
31
|
-
new (input: ValidateSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
-
new (input: ValidateSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
28
|
+
new (input: ValidateSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
29
|
+
new (input: ValidateSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
31
|
};
|
|
37
32
|
/**
|
|
38
33
|
* <p>Validates function package content. This can be used as a dry run before uploading
|
|
@@ -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 { ValidateSolNetworkPackageContentInput, ValidateSolNetworkPackageContentOutput } 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 ValidateSolNetworkPackageContentCommandInput extends ValidateSo
|
|
|
28
25
|
export interface ValidateSolNetworkPackageContentCommandOutput extends ValidateSolNetworkPackageContentOutput, __MetadataBearer {
|
|
29
26
|
}
|
|
30
27
|
declare const ValidateSolNetworkPackageContentCommand_base: {
|
|
31
|
-
new (input: ValidateSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
-
new (input: ValidateSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
28
|
+
new (input: ValidateSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
29
|
+
new (input: ValidateSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
31
|
};
|
|
37
32
|
/**
|
|
38
33
|
* <p>Validates network package content. This can be used as a dry run before uploading
|
package/dist-types/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
13
13
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
14
14
|
export type { TnbExtensionConfiguration } from "./extensionConfiguration";
|
|
15
15
|
export * from "./commands";
|
|
16
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
16
17
|
export * from "./schemas/schemas_0";
|
|
17
18
|
export * from "./pagination";
|
|
18
19
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { TnbClientConfig } from "./TnbClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: TnbClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ServiceInputTypes,
|
|
4
|
+
ServiceOutputTypes,
|
|
5
|
+
TnbClientResolvedConfig,
|
|
6
|
+
} from "./TnbClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
TnbClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
TnbClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -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 { CancelSolNetworkOperationInput } 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 CancelSolNetworkOperationCommandInput
|
|
12
5
|
extends CancelSolNetworkOperationInput {}
|
|
13
6
|
export interface CancelSolNetworkOperationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const CancelSolNetworkOperationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CancelSolNetworkOperationCommandInput,
|
|
20
13
|
CancelSolNetworkOperationCommandOutput,
|
|
21
|
-
TnbClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").TnbClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CancelSolNetworkOperationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CancelSolNetworkOperationCommandInput,
|
|
29
22
|
CancelSolNetworkOperationCommandOutput,
|
|
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 CancelSolNetworkOperationCommand extends CancelSolNetworkOperationCommand_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
|
CreateSolFunctionPackageInput,
|
|
5
4
|
CreateSolFunctionPackageOutput,
|
|
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 CreateSolFunctionPackageCommandInput
|
|
15
8
|
extends CreateSolFunctionPackageInput {}
|
|
16
9
|
export interface CreateSolFunctionPackageCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateSolFunctionPackageCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateSolFunctionPackageCommandInput,
|
|
24
17
|
CreateSolFunctionPackageCommandOutput,
|
|
25
|
-
TnbClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").TnbClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [CreateSolFunctionPackageCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateSolFunctionPackageCommandInput,
|
|
33
26
|
CreateSolFunctionPackageCommandOutput,
|
|
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 CreateSolFunctionPackageCommand extends CreateSolFunctionPackageCommand_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
|
CreateSolNetworkInstanceInput,
|
|
5
4
|
CreateSolNetworkInstanceOutput,
|
|
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 CreateSolNetworkInstanceCommandInput
|
|
15
8
|
extends CreateSolNetworkInstanceInput {}
|
|
16
9
|
export interface CreateSolNetworkInstanceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateSolNetworkInstanceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateSolNetworkInstanceCommandInput,
|
|
24
17
|
CreateSolNetworkInstanceCommandOutput,
|
|
25
|
-
TnbClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").TnbClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateSolNetworkInstanceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateSolNetworkInstanceCommandInput,
|
|
33
26
|
CreateSolNetworkInstanceCommandOutput,
|
|
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 CreateSolNetworkInstanceCommand extends CreateSolNetworkInstanceCommand_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
|
CreateSolNetworkPackageInput,
|
|
5
4
|
CreateSolNetworkPackageOutput,
|
|
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 CreateSolNetworkPackageCommandInput
|
|
15
8
|
extends CreateSolNetworkPackageInput {}
|
|
16
9
|
export interface CreateSolNetworkPackageCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateSolNetworkPackageCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateSolNetworkPackageCommandInput,
|
|
24
17
|
CreateSolNetworkPackageCommandOutput,
|
|
25
|
-
TnbClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").TnbClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [CreateSolNetworkPackageCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateSolNetworkPackageCommandInput,
|
|
33
26
|
CreateSolNetworkPackageCommandOutput,
|
|
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 CreateSolNetworkPackageCommand extends CreateSolNetworkPackageCommand_base {
|
|
43
34
|
protected static __types: {
|