@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 { CreateSolFunctionPackageInput, CreateSolFunctionPackageOutput } 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 CreateSolFunctionPackageCommandInput extends CreateSolFunctionP
|
|
|
22
19
|
export interface CreateSolFunctionPackageCommandOutput extends CreateSolFunctionPackageOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSolFunctionPackageCommand_base: {
|
|
25
|
-
new (input: CreateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [CreateSolFunctionPackageCommandInput]): import("@smithy/core/client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [CreateSolFunctionPackageCommandInput]): import("@smithy/core/client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a function package.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateSolNetworkInstanceInput, CreateSolNetworkInstanceOutput } 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 CreateSolNetworkInstanceCommandInput extends CreateSolNetworkIn
|
|
|
22
19
|
export interface CreateSolNetworkInstanceCommandOutput extends CreateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates 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 { CreateSolNetworkPackageInput, CreateSolNetworkPackageOutput } 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 CreateSolNetworkPackageCommandInput extends CreateSolNetworkPac
|
|
|
22
19
|
export interface CreateSolNetworkPackageCommandOutput extends CreateSolNetworkPackageOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSolNetworkPackageCommand_base: {
|
|
25
|
-
new (input: CreateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [CreateSolNetworkPackageCommandInput]): import("@smithy/core/client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [CreateSolNetworkPackageCommandInput]): import("@smithy/core/client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates 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 { DeleteSolFunctionPackageInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSolFunctionPackageCommandInput extends DeleteSolFunctionP
|
|
|
22
19
|
export interface DeleteSolFunctionPackageCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSolFunctionPackageCommand_base: {
|
|
25
|
-
new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a function package.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteSolNetworkInstanceInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSolNetworkInstanceCommandInput extends DeleteSolNetworkIn
|
|
|
22
19
|
export interface DeleteSolNetworkInstanceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a network instance.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteSolNetworkPackageInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSolNetworkPackageCommandInput extends DeleteSolNetworkPac
|
|
|
22
19
|
export interface DeleteSolNetworkPackageCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSolNetworkPackageCommand_base: {
|
|
25
|
-
new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes network package.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSolFunctionInstanceInput, GetSolFunctionInstanceOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSolFunctionInstanceCommandInput extends GetSolFunctionInstan
|
|
|
22
19
|
export interface GetSolFunctionInstanceCommandOutput extends GetSolFunctionInstanceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSolFunctionInstanceCommand_base: {
|
|
25
|
-
new (input: GetSolFunctionInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSolFunctionInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSolFunctionInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSolFunctionInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the details of a network function instance, including the instantiation state and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSolFunctionPackageInput, GetSolFunctionPackageOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSolFunctionPackageCommandInput extends GetSolFunctionPackage
|
|
|
22
19
|
export interface GetSolFunctionPackageCommandOutput extends GetSolFunctionPackageOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSolFunctionPackageCommand_base: {
|
|
25
|
-
new (input: GetSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSolFunctionPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the details of an individual function package, such as the operational state and
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
3
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import type { GetSolFunctionPackageContentInput, GetSolFunctionPackageContentOutput } from "../models/models_0";
|
|
5
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
4
|
/**
|
|
7
5
|
* @public
|
|
8
6
|
*/
|
|
9
7
|
export type { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
8
|
/**
|
|
12
9
|
* @public
|
|
13
10
|
*
|
|
@@ -29,11 +26,9 @@ export type GetSolFunctionPackageContentCommandOutputType = Omit<GetSolFunctionP
|
|
|
29
26
|
export interface GetSolFunctionPackageContentCommandOutput extends GetSolFunctionPackageContentCommandOutputType, __MetadataBearer {
|
|
30
27
|
}
|
|
31
28
|
declare const GetSolFunctionPackageContentCommand_base: {
|
|
32
|
-
new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
-
new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
29
|
+
new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
30
|
+
new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
32
|
};
|
|
38
33
|
/**
|
|
39
34
|
* <p>Gets the contents of a function package.</p>
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
3
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import type { GetSolFunctionPackageDescriptorInput, GetSolFunctionPackageDescriptorOutput } from "../models/models_0";
|
|
5
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
4
|
/**
|
|
7
5
|
* @public
|
|
8
6
|
*/
|
|
9
7
|
export type { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
8
|
/**
|
|
12
9
|
* @public
|
|
13
10
|
*
|
|
@@ -29,11 +26,9 @@ export type GetSolFunctionPackageDescriptorCommandOutputType = Omit<GetSolFuncti
|
|
|
29
26
|
export interface GetSolFunctionPackageDescriptorCommandOutput extends GetSolFunctionPackageDescriptorCommandOutputType, __MetadataBearer {
|
|
30
27
|
}
|
|
31
28
|
declare const GetSolFunctionPackageDescriptorCommand_base: {
|
|
32
|
-
new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
-
new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
29
|
+
new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
30
|
+
new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
32
|
};
|
|
38
33
|
/**
|
|
39
34
|
* <p>Gets a function package descriptor in a function package.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSolNetworkInstanceInput, GetSolNetworkInstanceOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSolNetworkInstanceCommandInput extends GetSolNetworkInstance
|
|
|
22
19
|
export interface GetSolNetworkInstanceCommandOutput extends GetSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: GetSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the details of the network instance.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSolNetworkOperationInput, GetSolNetworkOperationOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSolNetworkOperationCommandInput extends GetSolNetworkOperati
|
|
|
22
19
|
export interface GetSolNetworkOperationCommandOutput extends GetSolNetworkOperationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSolNetworkOperationCommand_base: {
|
|
25
|
-
new (input: GetSolNetworkOperationCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSolNetworkOperationCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSolNetworkOperationCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSolNetworkOperationCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the details of a network operation, including the tasks involved in the network
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSolNetworkPackageInput, GetSolNetworkPackageOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSolNetworkPackageCommandInput extends GetSolNetworkPackageIn
|
|
|
22
19
|
export interface GetSolNetworkPackageCommandOutput extends GetSolNetworkPackageOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSolNetworkPackageCommand_base: {
|
|
25
|
-
new (input: GetSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSolNetworkPackageCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the details of a network package.</p>
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
3
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import type { GetSolNetworkPackageContentInput, GetSolNetworkPackageContentOutput } from "../models/models_0";
|
|
5
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
4
|
/**
|
|
7
5
|
* @public
|
|
8
6
|
*/
|
|
9
7
|
export type { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
8
|
/**
|
|
12
9
|
* @public
|
|
13
10
|
*
|
|
@@ -29,11 +26,9 @@ export type GetSolNetworkPackageContentCommandOutputType = Omit<GetSolNetworkPac
|
|
|
29
26
|
export interface GetSolNetworkPackageContentCommandOutput extends GetSolNetworkPackageContentCommandOutputType, __MetadataBearer {
|
|
30
27
|
}
|
|
31
28
|
declare const GetSolNetworkPackageContentCommand_base: {
|
|
32
|
-
new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
-
new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
29
|
+
new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
30
|
+
new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
32
|
};
|
|
38
33
|
/**
|
|
39
34
|
* <p>Gets the contents of a network package.</p>
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
3
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import type { GetSolNetworkPackageDescriptorInput, GetSolNetworkPackageDescriptorOutput } from "../models/models_0";
|
|
5
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
4
|
/**
|
|
7
5
|
* @public
|
|
8
6
|
*/
|
|
9
7
|
export type { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
8
|
/**
|
|
12
9
|
* @public
|
|
13
10
|
*
|
|
@@ -29,11 +26,9 @@ export type GetSolNetworkPackageDescriptorCommandOutputType = Omit<GetSolNetwork
|
|
|
29
26
|
export interface GetSolNetworkPackageDescriptorCommandOutput extends GetSolNetworkPackageDescriptorCommandOutputType, __MetadataBearer {
|
|
30
27
|
}
|
|
31
28
|
declare const GetSolNetworkPackageDescriptorCommand_base: {
|
|
32
|
-
new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
-
new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
29
|
+
new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
30
|
+
new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
32
|
};
|
|
38
33
|
/**
|
|
39
34
|
* <p>Gets the content of the network service descriptor.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { InstantiateSolNetworkInstanceInput, InstantiateSolNetworkInstanceOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InstantiateSolNetworkInstanceCommandInput extends InstantiateSo
|
|
|
22
19
|
export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateSolNetworkInstanceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InstantiateSolNetworkInstanceCommand_base: {
|
|
25
|
-
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/core/client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Instantiates a network instance.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListSolFunctionInstancesInput, ListSolFunctionInstancesOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSolFunctionInstancesCommandInput extends ListSolFunctionIns
|
|
|
22
19
|
export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionInstancesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSolFunctionInstancesCommand_base: {
|
|
25
|
-
new (input: ListSolFunctionInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListSolFunctionInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSolFunctionInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListSolFunctionInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists network function instances.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListSolFunctionPackagesInput, ListSolFunctionPackagesOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSolFunctionPackagesCommandInput extends ListSolFunctionPack
|
|
|
22
19
|
export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPackagesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSolFunctionPackagesCommand_base: {
|
|
25
|
-
new (input: ListSolFunctionPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListSolFunctionPackagesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSolFunctionPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListSolFunctionPackagesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists information about function packages.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListSolNetworkInstancesInput, ListSolNetworkInstancesOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSolNetworkInstancesCommandInput extends ListSolNetworkInsta
|
|
|
22
19
|
export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInstancesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSolNetworkInstancesCommand_base: {
|
|
25
|
-
new (input: ListSolNetworkInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListSolNetworkInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSolNetworkInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListSolNetworkInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists your network instances.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListSolNetworkOperationsInput, ListSolNetworkOperationsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSolNetworkOperationsCommandInput extends ListSolNetworkOper
|
|
|
22
19
|
export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOperationsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSolNetworkOperationsCommand_base: {
|
|
25
|
-
new (input: ListSolNetworkOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListSolNetworkOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSolNetworkOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListSolNetworkOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists details for a network operation, including when the operation started and the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListSolNetworkPackagesInput, ListSolNetworkPackagesOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSolNetworkPackagesCommandInput extends ListSolNetworkPackag
|
|
|
22
19
|
export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPackagesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSolNetworkPackagesCommand_base: {
|
|
25
|
-
new (input: ListSolNetworkPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListSolNetworkPackagesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSolNetworkPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListSolNetworkPackagesCommandInput]): import("@smithy/core/client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists network packages.</p>
|