@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,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";
|
|
@@ -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: {
|
|
@@ -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 { DeleteSolFunctionPackageInput } 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 DeleteSolFunctionPackageCommandInput
|
|
12
5
|
extends DeleteSolFunctionPackageInput {}
|
|
13
6
|
export interface DeleteSolFunctionPackageCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteSolFunctionPackageCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteSolFunctionPackageCommandInput,
|
|
20
13
|
DeleteSolFunctionPackageCommandOutput,
|
|
21
|
-
TnbClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").TnbClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteSolFunctionPackageCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteSolFunctionPackageCommandInput,
|
|
29
22
|
DeleteSolFunctionPackageCommandOutput,
|
|
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 DeleteSolFunctionPackageCommand extends DeleteSolFunctionPackageCommand_base {
|
|
39
30
|
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 { DeleteSolNetworkInstanceInput } 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 DeleteSolNetworkInstanceCommandInput
|
|
12
5
|
extends DeleteSolNetworkInstanceInput {}
|
|
13
6
|
export interface DeleteSolNetworkInstanceCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteSolNetworkInstanceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteSolNetworkInstanceCommandInput,
|
|
20
13
|
DeleteSolNetworkInstanceCommandOutput,
|
|
21
|
-
TnbClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").TnbClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteSolNetworkInstanceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteSolNetworkInstanceCommandInput,
|
|
29
22
|
DeleteSolNetworkInstanceCommandOutput,
|
|
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 DeleteSolNetworkInstanceCommand extends DeleteSolNetworkInstanceCommand_base {
|
|
39
30
|
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 { DeleteSolNetworkPackageInput } 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 DeleteSolNetworkPackageCommandInput
|
|
12
5
|
extends DeleteSolNetworkPackageInput {}
|
|
13
6
|
export interface DeleteSolNetworkPackageCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteSolNetworkPackageCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteSolNetworkPackageCommandInput,
|
|
20
13
|
DeleteSolNetworkPackageCommandOutput,
|
|
21
|
-
TnbClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").TnbClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteSolNetworkPackageCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteSolNetworkPackageCommandInput,
|
|
29
22
|
DeleteSolNetworkPackageCommandOutput,
|
|
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 DeleteSolNetworkPackageCommand extends DeleteSolNetworkPackageCommand_base {
|
|
39
30
|
protected static __types: {
|