@aws-sdk/client-tnb 3.296.0 → 3.298.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/commands/CancelSolNetworkOperationCommand.js +2 -3
- package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +2 -3
- package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +2 -3
- package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +1 -1
- package/dist-cjs/commands/GetSolFunctionPackageCommand.js +1 -1
- package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +2 -3
- package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +2 -3
- package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +1 -1
- package/dist-cjs/commands/GetSolNetworkOperationCommand.js +1 -1
- package/dist-cjs/commands/GetSolNetworkPackageCommand.js +1 -1
- package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +2 -3
- package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +2 -3
- package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +2 -3
- package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +2 -3
- package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +2 -3
- package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +2 -3
- package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +2 -3
- package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +2 -3
- package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +2 -3
- package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +2 -3
- package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -299
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +2 -3
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +2 -3
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +2 -3
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionPackageCommand.js +2 -2
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +2 -3
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +2 -3
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkOperationCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkPackageCommand.js +2 -2
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +2 -3
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +2 -3
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +2 -3
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +2 -3
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +2 -3
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +2 -3
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +2 -3
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +2 -3
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +2 -3
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +2 -3
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -222
- package/dist-types/Tnb.d.ts +34 -0
- package/dist-types/TnbClient.d.ts +24 -4
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +16 -0
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +16 -0
- package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +16 -0
- package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +16 -0
- package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +16 -0
- package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +16 -0
- package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +16 -0
- package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +16 -0
- package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +16 -0
- package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +16 -0
- package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +16 -0
- package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +16 -0
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +16 -0
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +16 -0
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +16 -0
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +16 -0
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +16 -0
- package/dist-types/models/TnbServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +268 -296
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListSolFunctionInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSolFunctionPackagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSolNetworkInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSolNetworkOperationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSolNetworkPackagesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -220
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListSolFunctionInstancesInput, ListSolFunctionInstancesOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSolFunctionInstancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSolFunctionInstancesCommandInput extends ListSolFunctionInstancesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSolFunctionInstancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionInstancesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists network function instances.</p>
|
|
18
23
|
* <p>A network function instance is a function in a function package .</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionIn
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListSolFunctionInstancesCommandInput - {@link ListSolFunctionInstancesCommandInput}
|
|
35
|
+
* @returns {@link ListSolFunctionInstancesCommandOutput}
|
|
29
36
|
* @see {@link ListSolFunctionInstancesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListSolFunctionInstancesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionIn
|
|
|
47
54
|
export declare class ListSolFunctionInstancesCommand extends $Command<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig> {
|
|
48
55
|
readonly input: ListSolFunctionInstancesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListSolFunctionInstancesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListSolFunctionPackagesInput, ListSolFunctionPackagesOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSolFunctionPackagesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSolFunctionPackagesCommandInput extends ListSolFunctionPackagesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSolFunctionPackagesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPackagesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists information about function packages.</p>
|
|
18
23
|
* <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPac
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListSolFunctionPackagesCommandInput - {@link ListSolFunctionPackagesCommandInput}
|
|
35
|
+
* @returns {@link ListSolFunctionPackagesCommandOutput}
|
|
29
36
|
* @see {@link ListSolFunctionPackagesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListSolFunctionPackagesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPac
|
|
|
47
54
|
export declare class ListSolFunctionPackagesCommand extends $Command<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig> {
|
|
48
55
|
readonly input: ListSolFunctionPackagesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListSolFunctionPackagesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListSolNetworkInstancesInput, ListSolNetworkInstancesOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSolNetworkInstancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSolNetworkInstancesCommandInput extends ListSolNetworkInstancesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSolNetworkInstancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInstancesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists your network instances.</p>
|
|
18
23
|
* <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInst
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListSolNetworkInstancesCommandInput - {@link ListSolNetworkInstancesCommandInput}
|
|
35
|
+
* @returns {@link ListSolNetworkInstancesCommandOutput}
|
|
29
36
|
* @see {@link ListSolNetworkInstancesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListSolNetworkInstancesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInst
|
|
|
47
54
|
export declare class ListSolNetworkInstancesCommand extends $Command<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig> {
|
|
48
55
|
readonly input: ListSolNetworkInstancesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListSolNetworkInstancesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListSolNetworkOperationsInput, ListSolNetworkOperationsOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSolNetworkOperationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSolNetworkOperationsCommandInput extends ListSolNetworkOperationsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSolNetworkOperationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOperationsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists details for a network operation, including when the operation started and the status of the operation.</p>
|
|
18
23
|
* <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOpe
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListSolNetworkOperationsCommandInput - {@link ListSolNetworkOperationsCommandInput}
|
|
35
|
+
* @returns {@link ListSolNetworkOperationsCommandOutput}
|
|
29
36
|
* @see {@link ListSolNetworkOperationsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListSolNetworkOperationsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOpe
|
|
|
47
54
|
export declare class ListSolNetworkOperationsCommand extends $Command<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig> {
|
|
48
55
|
readonly input: ListSolNetworkOperationsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListSolNetworkOperationsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListSolNetworkPackagesInput, ListSolNetworkPackagesOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSolNetworkPackagesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSolNetworkPackagesCommandInput extends ListSolNetworkPackagesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSolNetworkPackagesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPackagesOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists network packages.</p>
|
|
18
23
|
* <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPacka
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListSolNetworkPackagesCommandInput - {@link ListSolNetworkPackagesCommandInput}
|
|
35
|
+
* @returns {@link ListSolNetworkPackagesCommandOutput}
|
|
29
36
|
* @see {@link ListSolNetworkPackagesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListSolNetworkPackagesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPacka
|
|
|
47
54
|
export declare class ListSolNetworkPackagesCommand extends $Command<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig> {
|
|
48
55
|
readonly input: ListSolNetworkPackagesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListSolNetworkPackagesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists tags for AWS TNB resources.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
49
56
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig> {
|
|
50
57
|
readonly input: ListTagsForResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListTagsForResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { PutSolFunctionPackageContentInput, PutSolFunctionPackageContentOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutSolFunctionPackageContentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutSolFunctionPackageContentCommandInput extends PutSolFunctionPackageContentInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutSolFunctionPackageContentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctionPackageContentOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Uploads the contents of a function package.</p>
|
|
18
23
|
* <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctio
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param PutSolFunctionPackageContentCommandInput - {@link PutSolFunctionPackageContentCommandInput}
|
|
35
|
+
* @returns {@link PutSolFunctionPackageContentCommandOutput}
|
|
29
36
|
* @see {@link PutSolFunctionPackageContentCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link PutSolFunctionPackageContentCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctio
|
|
|
50
57
|
export declare class PutSolFunctionPackageContentCommand extends $Command<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig> {
|
|
51
58
|
readonly input: PutSolFunctionPackageContentCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: PutSolFunctionPackageContentCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { PutSolNetworkPackageContentInput, PutSolNetworkPackageContentOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutSolNetworkPackageContentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutSolNetworkPackageContentCommandInput extends PutSolNetworkPackageContentInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutSolNetworkPackageContentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutSolNetworkPackageContentCommandOutput extends PutSolNetworkPackageContentOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Uploads the contents of a network package.</p>
|
|
18
23
|
* <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface PutSolNetworkPackageContentCommandOutput extends PutSolNetworkP
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param PutSolNetworkPackageContentCommandInput - {@link PutSolNetworkPackageContentCommandInput}
|
|
35
|
+
* @returns {@link PutSolNetworkPackageContentCommandOutput}
|
|
29
36
|
* @see {@link PutSolNetworkPackageContentCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link PutSolNetworkPackageContentCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface PutSolNetworkPackageContentCommandOutput extends PutSolNetworkP
|
|
|
50
57
|
export declare class PutSolNetworkPackageContentCommand extends $Command<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig> {
|
|
51
58
|
readonly input: PutSolNetworkPackageContentCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: PutSolNetworkPackageContentCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSolNetworkPackageContentCommandInput, PutSolNetworkPackageContentCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Tags an AWS TNB resource.</p>
|
|
18
23
|
* <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
35
|
+
* @returns {@link TagResourceCommandOutput}
|
|
29
36
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
50
57
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig> {
|
|
51
58
|
readonly input: TagResourceCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: TagResourceCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { TerminateSolNetworkInstanceInput, TerminateSolNetworkInstanceOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TerminateSolNetworkInstanceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TerminateSolNetworkInstanceCommandInput extends TerminateSolNetworkInstanceInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TerminateSolNetworkInstanceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNetworkInstanceOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Terminates a network instance.</p>
|
|
18
23
|
* <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
|
|
19
24
|
* <p>You must terminate a network instance before you can delete it.</p>
|
|
@@ -27,6 +32,8 @@ export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNe
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param TerminateSolNetworkInstanceCommandInput - {@link TerminateSolNetworkInstanceCommandInput}
|
|
36
|
+
* @returns {@link TerminateSolNetworkInstanceCommandOutput}
|
|
30
37
|
* @see {@link TerminateSolNetworkInstanceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link TerminateSolNetworkInstanceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNe
|
|
|
54
61
|
export declare class TerminateSolNetworkInstanceCommand extends $Command<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig> {
|
|
55
62
|
readonly input: TerminateSolNetworkInstanceCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: TerminateSolNetworkInstanceCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Untags an AWS TNB resource.</p>
|
|
18
23
|
* <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
35
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
29
36
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
50
57
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig> {
|
|
51
58
|
readonly input: UntagResourceCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: UntagResourceCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UpdateSolFunctionPackageInput, UpdateSolFunctionPackageOutput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSolFunctionPackageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSolFunctionPackageCommandInput extends UpdateSolFunctionPackageInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSolFunctionPackageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunctionPackageOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the operational state of function package.</p>
|
|
18
23
|
* <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunction
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateSolFunctionPackageCommandInput - {@link UpdateSolFunctionPackageCommandInput}
|
|
35
|
+
* @returns {@link UpdateSolFunctionPackageCommandOutput}
|
|
29
36
|
* @see {@link UpdateSolFunctionPackageCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateSolFunctionPackageCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunction
|
|
|
50
57
|
export declare class UpdateSolFunctionPackageCommand extends $Command<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig> {
|
|
51
58
|
readonly input: UpdateSolFunctionPackageCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: UpdateSolFunctionPackageCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TnbClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|