@aws-sdk/client-tnb 3.529.1 → 3.535.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-types/Tnb.d.ts +8 -1
- package/dist-types/TnbClient.d.ts +1 -1
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +2 -1
- package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +2 -1
- package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +2 -1
- package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +3 -2
- package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +3 -2
- package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +2 -1
- package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +2 -1
- package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +2 -1
- package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +3 -2
- package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +3 -2
- package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +2 -1
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +2 -1
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +2 -1
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +3 -2
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +3 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +2 -1
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +3 -2
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +3 -2
- package/dist-types/models/models_0.d.ts +318 -318
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Tnb.d.ts +7 -0
- package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +41 -41
package/dist-types/Tnb.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export interface Tnb {
|
|
|
43
43
|
/**
|
|
44
44
|
* @see {@link CreateSolFunctionPackageCommand}
|
|
45
45
|
*/
|
|
46
|
+
createSolFunctionPackage(): Promise<CreateSolFunctionPackageCommandOutput>;
|
|
46
47
|
createSolFunctionPackage(args: CreateSolFunctionPackageCommandInput, options?: __HttpHandlerOptions): Promise<CreateSolFunctionPackageCommandOutput>;
|
|
47
48
|
createSolFunctionPackage(args: CreateSolFunctionPackageCommandInput, cb: (err: any, data?: CreateSolFunctionPackageCommandOutput) => void): void;
|
|
48
49
|
createSolFunctionPackage(args: CreateSolFunctionPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSolFunctionPackageCommandOutput) => void): void;
|
|
@@ -55,6 +56,7 @@ export interface Tnb {
|
|
|
55
56
|
/**
|
|
56
57
|
* @see {@link CreateSolNetworkPackageCommand}
|
|
57
58
|
*/
|
|
59
|
+
createSolNetworkPackage(): Promise<CreateSolNetworkPackageCommandOutput>;
|
|
58
60
|
createSolNetworkPackage(args: CreateSolNetworkPackageCommandInput, options?: __HttpHandlerOptions): Promise<CreateSolNetworkPackageCommandOutput>;
|
|
59
61
|
createSolNetworkPackage(args: CreateSolNetworkPackageCommandInput, cb: (err: any, data?: CreateSolNetworkPackageCommandOutput) => void): void;
|
|
60
62
|
createSolNetworkPackage(args: CreateSolNetworkPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSolNetworkPackageCommandOutput) => void): void;
|
|
@@ -139,30 +141,35 @@ export interface Tnb {
|
|
|
139
141
|
/**
|
|
140
142
|
* @see {@link ListSolFunctionInstancesCommand}
|
|
141
143
|
*/
|
|
144
|
+
listSolFunctionInstances(): Promise<ListSolFunctionInstancesCommandOutput>;
|
|
142
145
|
listSolFunctionInstances(args: ListSolFunctionInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListSolFunctionInstancesCommandOutput>;
|
|
143
146
|
listSolFunctionInstances(args: ListSolFunctionInstancesCommandInput, cb: (err: any, data?: ListSolFunctionInstancesCommandOutput) => void): void;
|
|
144
147
|
listSolFunctionInstances(args: ListSolFunctionInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSolFunctionInstancesCommandOutput) => void): void;
|
|
145
148
|
/**
|
|
146
149
|
* @see {@link ListSolFunctionPackagesCommand}
|
|
147
150
|
*/
|
|
151
|
+
listSolFunctionPackages(): Promise<ListSolFunctionPackagesCommandOutput>;
|
|
148
152
|
listSolFunctionPackages(args: ListSolFunctionPackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListSolFunctionPackagesCommandOutput>;
|
|
149
153
|
listSolFunctionPackages(args: ListSolFunctionPackagesCommandInput, cb: (err: any, data?: ListSolFunctionPackagesCommandOutput) => void): void;
|
|
150
154
|
listSolFunctionPackages(args: ListSolFunctionPackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSolFunctionPackagesCommandOutput) => void): void;
|
|
151
155
|
/**
|
|
152
156
|
* @see {@link ListSolNetworkInstancesCommand}
|
|
153
157
|
*/
|
|
158
|
+
listSolNetworkInstances(): Promise<ListSolNetworkInstancesCommandOutput>;
|
|
154
159
|
listSolNetworkInstances(args: ListSolNetworkInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListSolNetworkInstancesCommandOutput>;
|
|
155
160
|
listSolNetworkInstances(args: ListSolNetworkInstancesCommandInput, cb: (err: any, data?: ListSolNetworkInstancesCommandOutput) => void): void;
|
|
156
161
|
listSolNetworkInstances(args: ListSolNetworkInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSolNetworkInstancesCommandOutput) => void): void;
|
|
157
162
|
/**
|
|
158
163
|
* @see {@link ListSolNetworkOperationsCommand}
|
|
159
164
|
*/
|
|
165
|
+
listSolNetworkOperations(): Promise<ListSolNetworkOperationsCommandOutput>;
|
|
160
166
|
listSolNetworkOperations(args: ListSolNetworkOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSolNetworkOperationsCommandOutput>;
|
|
161
167
|
listSolNetworkOperations(args: ListSolNetworkOperationsCommandInput, cb: (err: any, data?: ListSolNetworkOperationsCommandOutput) => void): void;
|
|
162
168
|
listSolNetworkOperations(args: ListSolNetworkOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSolNetworkOperationsCommandOutput) => void): void;
|
|
163
169
|
/**
|
|
164
170
|
* @see {@link ListSolNetworkPackagesCommand}
|
|
165
171
|
*/
|
|
172
|
+
listSolNetworkPackages(): Promise<ListSolNetworkPackagesCommandOutput>;
|
|
166
173
|
listSolNetworkPackages(args: ListSolNetworkPackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListSolNetworkPackagesCommandOutput>;
|
|
167
174
|
listSolNetworkPackages(args: ListSolNetworkPackagesCommandInput, cb: (err: any, data?: ListSolNetworkPackagesCommandOutput) => void): void;
|
|
168
175
|
listSolNetworkPackages(args: ListSolNetworkPackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSolNetworkPackagesCommandOutput) => void): void;
|
|
@@ -234,8 +241,8 @@ export interface Tnb {
|
|
|
234
241
|
validateSolNetworkPackageContent(args: ValidateSolNetworkPackageContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateSolNetworkPackageContentCommandOutput) => void): void;
|
|
235
242
|
}
|
|
236
243
|
/**
|
|
237
|
-
* @public
|
|
238
244
|
* <p> Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks. AWS TNB helps you with the lifecycle management of your telecommunication network functions throughout planning, deployment, and post-deployment activities.</p>
|
|
245
|
+
* @public
|
|
239
246
|
*/
|
|
240
247
|
export declare class Tnb extends TnbClient implements Tnb {
|
|
241
248
|
}
|
|
@@ -184,8 +184,8 @@ export type TnbClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
|
|
|
184
184
|
export interface TnbClientResolvedConfig extends TnbClientResolvedConfigType {
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
|
-
* @public
|
|
188
187
|
* <p> Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks. AWS TNB helps you with the lifecycle management of your telecommunication network functions throughout planning, deployment, and post-deployment activities.</p>
|
|
188
|
+
* @public
|
|
189
189
|
*/
|
|
190
190
|
export declare class TnbClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig> {
|
|
191
191
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CancelSolNetworkOperationCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelSolNetworkOperationCommand_base: {
|
|
24
24
|
new (input: CancelSolNetworkOperationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelSolNetworkOperationCommandInput, CancelSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelSolNetworkOperationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelSolNetworkOperationCommandInput, CancelSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Cancels a network operation.</p>
|
|
30
30
|
* <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
|
|
31
31
|
* @example
|
|
@@ -67,6 +67,7 @@ declare const CancelSolNetworkOperationCommand_base: {
|
|
|
67
67
|
* @throws {@link TnbServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class CancelSolNetworkOperationCommand extends CancelSolNetworkOperationCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSolFunctionPackageCommandOutput extends CreateSolFunction
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSolFunctionPackageCommand_base: {
|
|
24
24
|
new (input: CreateSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreateSolFunctionPackageCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a function package.</p>
|
|
30
30
|
* <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. For more information, see <a href="https://docs.aws.amazon.com/tnb/latest/ug/function-packages.html">Function packages</a> in the <i>Amazon Web Services Telco Network Builder User Guide</i>.
|
|
31
31
|
* </p>
|
|
@@ -80,6 +80,7 @@ declare const CreateSolFunctionPackageCommand_base: {
|
|
|
80
80
|
* @throws {@link TnbServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateSolFunctionPackageCommand extends CreateSolFunctionPackageCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSolNetworkInstanceCommandOutput extends CreateSolNetworkI
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSolNetworkInstanceCommand_base: {
|
|
24
24
|
new (input: CreateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a network instance.</p>
|
|
30
30
|
* <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. Creating a network instance is the third step after creating a network package. For more information about network instances, <a href="https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html">Network instances</a> in the <i>Amazon Web Services Telco Network Builder User Guide</i>.</p>
|
|
31
31
|
* <p>Once you create a network instance, you can instantiate it. To instantiate a network, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_InstantiateSolNetworkInstance.html">InstantiateSolNetworkInstance</a>.</p>
|
|
@@ -84,6 +84,7 @@ declare const CreateSolNetworkInstanceCommand_base: {
|
|
|
84
84
|
* @throws {@link TnbServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateSolNetworkInstanceCommand extends CreateSolNetworkInstanceCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSolNetworkPackageCommandOutput extends CreateSolNetworkPa
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSolNetworkPackageCommand_base: {
|
|
24
24
|
new (input: CreateSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreateSolNetworkPackageCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a network package.</p>
|
|
30
30
|
* <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. For more information, see <a href="https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html">Network instances</a> in the <i>Amazon Web Services Telco Network Builder User Guide</i>.
|
|
31
31
|
* </p>
|
|
@@ -81,6 +81,7 @@ declare const CreateSolNetworkPackageCommand_base: {
|
|
|
81
81
|
* @throws {@link TnbServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateSolNetworkPackageCommand extends CreateSolNetworkPackageCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSolFunctionPackageCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSolFunctionPackageCommand_base: {
|
|
24
24
|
new (input: DeleteSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a function package.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* <p>To delete a function package, the package must be in a disabled state. To disable a function package, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolFunctionPackage.html">UpdateSolFunctionPackage</a>.
|
|
@@ -69,6 +69,7 @@ declare const DeleteSolFunctionPackageCommand_base: {
|
|
|
69
69
|
* @throws {@link TnbServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteSolFunctionPackageCommand extends DeleteSolFunctionPackageCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSolNetworkInstanceCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSolNetworkInstanceCommand_base: {
|
|
24
24
|
new (input: DeleteSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a network instance.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* <p>To delete a network instance, the instance must be in a stopped or terminated state. To terminate a network instance, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_TerminateSolNetworkInstance.html">TerminateSolNetworkInstance</a>.</p>
|
|
@@ -68,6 +68,7 @@ declare const DeleteSolNetworkInstanceCommand_base: {
|
|
|
68
68
|
* @throws {@link TnbServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteSolNetworkInstanceCommand extends DeleteSolNetworkInstanceCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSolNetworkPackageCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSolNetworkPackageCommand_base: {
|
|
24
24
|
new (input: DeleteSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes network package.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* <p>To delete a network package, the package must be in a disable state. To disable a network package, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolNetworkPackage.html">UpdateSolNetworkPackage</a>.</p>
|
|
@@ -68,6 +68,7 @@ declare const DeleteSolNetworkPackageCommand_base: {
|
|
|
68
68
|
* @throws {@link TnbServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteSolNetworkPackageCommand extends DeleteSolNetworkPackageCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSolFunctionInstanceCommandOutput extends GetSolFunctionInsta
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSolFunctionInstanceCommand_base: {
|
|
24
24
|
new (input: GetSolFunctionInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSolFunctionInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package.</p>
|
|
30
30
|
* <p>A network function instance is a function in a function package .</p>
|
|
31
31
|
* @example
|
|
@@ -96,6 +96,7 @@ declare const GetSolFunctionInstanceCommand_base: {
|
|
|
96
96
|
* @throws {@link TnbServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetSolFunctionInstanceCommand extends GetSolFunctionInstanceCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSolFunctionPackageCommandOutput extends GetSolFunctionPackag
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSolFunctionPackageCommand_base: {
|
|
24
24
|
new (input: GetSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the details of an individual function package, such as the operational state and whether the package is in use.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* @example
|
|
@@ -92,6 +92,7 @@ declare const GetSolFunctionPackageCommand_base: {
|
|
|
92
92
|
* @throws {@link TnbServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetSolFunctionPackageCommand extends GetSolFunctionPackageCommand_base {
|
|
97
98
|
}
|
|
@@ -29,10 +29,10 @@ export interface GetSolFunctionPackageContentCommandOutput extends GetSolFunctio
|
|
|
29
29
|
}
|
|
30
30
|
declare const GetSolFunctionPackageContentCommand_base: {
|
|
31
31
|
new (input: GetSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (__0_0: GetSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* @public
|
|
36
36
|
* <p>Gets the contents of a function package.</p>
|
|
37
37
|
* <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>
|
|
38
38
|
* @example
|
|
@@ -49,7 +49,7 @@ declare const GetSolFunctionPackageContentCommand_base: {
|
|
|
49
49
|
* const response = await client.send(command);
|
|
50
50
|
* // { // GetSolFunctionPackageContentOutput
|
|
51
51
|
* // contentType: "application/zip",
|
|
52
|
-
* // packageContent:
|
|
52
|
+
* // packageContent: new Uint8Array(),
|
|
53
53
|
* // };
|
|
54
54
|
*
|
|
55
55
|
* ```
|
|
@@ -78,6 +78,7 @@ declare const GetSolFunctionPackageContentCommand_base: {
|
|
|
78
78
|
* @throws {@link TnbServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetSolFunctionPackageContentCommand extends GetSolFunctionPackageContentCommand_base {
|
|
83
84
|
}
|
|
@@ -29,10 +29,10 @@ export interface GetSolFunctionPackageDescriptorCommandOutput extends GetSolFunc
|
|
|
29
29
|
}
|
|
30
30
|
declare const GetSolFunctionPackageDescriptorCommand_base: {
|
|
31
31
|
new (input: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (__0_0: GetSolFunctionPackageDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* @public
|
|
36
36
|
* <p>Gets a function package descriptor in a function package.</p>
|
|
37
37
|
* <p>A function package descriptor is a .yaml file in a function package that uses the TOSCA standard to describe how the network function in the function package should run on your network.</p>
|
|
38
38
|
* <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>
|
|
@@ -50,7 +50,7 @@ declare const GetSolFunctionPackageDescriptorCommand_base: {
|
|
|
50
50
|
* const response = await client.send(command);
|
|
51
51
|
* // { // GetSolFunctionPackageDescriptorOutput
|
|
52
52
|
* // contentType: "text/plain",
|
|
53
|
-
* // vnfd:
|
|
53
|
+
* // vnfd: new Uint8Array(),
|
|
54
54
|
* // };
|
|
55
55
|
*
|
|
56
56
|
* ```
|
|
@@ -79,6 +79,7 @@ declare const GetSolFunctionPackageDescriptorCommand_base: {
|
|
|
79
79
|
* @throws {@link TnbServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetSolFunctionPackageDescriptorCommand extends GetSolFunctionPackageDescriptorCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSolNetworkInstanceCommandOutput extends GetSolNetworkInstanc
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSolNetworkInstanceCommand_base: {
|
|
24
24
|
new (input: GetSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkInstanceCommandInput, GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the details of the network instance.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* @example
|
|
@@ -85,6 +85,7 @@ declare const GetSolNetworkInstanceCommand_base: {
|
|
|
85
85
|
* @throws {@link TnbServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetSolNetworkInstanceCommand extends GetSolNetworkInstanceCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSolNetworkOperationCommandOutput extends GetSolNetworkOperat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSolNetworkOperationCommand_base: {
|
|
24
24
|
new (input: GetSolNetworkOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSolNetworkOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkOperationCommandInput, GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the details of a network operation, including the tasks involved in the network operation and the status of the tasks.</p>
|
|
30
30
|
* <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
|
|
31
31
|
* @example
|
|
@@ -99,6 +99,7 @@ declare const GetSolNetworkOperationCommand_base: {
|
|
|
99
99
|
* @throws {@link TnbServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class GetSolNetworkOperationCommand extends GetSolNetworkOperationCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSolNetworkPackageCommandOutput extends GetSolNetworkPackageO
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSolNetworkPackageCommand_base: {
|
|
24
24
|
new (input: GetSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageCommandInput, GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the details of a network package.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* @example
|
|
@@ -94,6 +94,7 @@ declare const GetSolNetworkPackageCommand_base: {
|
|
|
94
94
|
* @throws {@link TnbServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetSolNetworkPackageCommand extends GetSolNetworkPackageCommand_base {
|
|
99
100
|
}
|
|
@@ -29,10 +29,10 @@ export interface GetSolNetworkPackageContentCommandOutput extends GetSolNetworkP
|
|
|
29
29
|
}
|
|
30
30
|
declare const GetSolNetworkPackageContentCommand_base: {
|
|
31
31
|
new (input: GetSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (__0_0: GetSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageContentCommandInput, GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* @public
|
|
36
36
|
* <p>Gets the contents of a network package.</p>
|
|
37
37
|
* <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>
|
|
38
38
|
* @example
|
|
@@ -49,7 +49,7 @@ declare const GetSolNetworkPackageContentCommand_base: {
|
|
|
49
49
|
* const response = await client.send(command);
|
|
50
50
|
* // { // GetSolNetworkPackageContentOutput
|
|
51
51
|
* // contentType: "application/zip",
|
|
52
|
-
* // nsdContent:
|
|
52
|
+
* // nsdContent: new Uint8Array(),
|
|
53
53
|
* // };
|
|
54
54
|
*
|
|
55
55
|
* ```
|
|
@@ -78,6 +78,7 @@ declare const GetSolNetworkPackageContentCommand_base: {
|
|
|
78
78
|
* @throws {@link TnbServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetSolNetworkPackageContentCommand extends GetSolNetworkPackageContentCommand_base {
|
|
83
84
|
}
|
|
@@ -29,10 +29,10 @@ export interface GetSolNetworkPackageDescriptorCommandOutput extends GetSolNetwo
|
|
|
29
29
|
}
|
|
30
30
|
declare const GetSolNetworkPackageDescriptorCommand_base: {
|
|
31
31
|
new (input: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (__0_0: GetSolNetworkPackageDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetSolNetworkPackageDescriptorCommandInput, GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* @public
|
|
36
36
|
* <p>Gets the content of the network service descriptor.</p>
|
|
37
37
|
* <p>A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.</p>
|
|
38
38
|
* @example
|
|
@@ -48,7 +48,7 @@ declare const GetSolNetworkPackageDescriptorCommand_base: {
|
|
|
48
48
|
* const response = await client.send(command);
|
|
49
49
|
* // { // GetSolNetworkPackageDescriptorOutput
|
|
50
50
|
* // contentType: "text/plain",
|
|
51
|
-
* // nsd:
|
|
51
|
+
* // nsd: new Uint8Array(),
|
|
52
52
|
* // };
|
|
53
53
|
*
|
|
54
54
|
* ```
|
|
@@ -77,6 +77,7 @@ declare const GetSolNetworkPackageDescriptorCommand_base: {
|
|
|
77
77
|
* @throws {@link TnbServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetSolNetworkPackageDescriptorCommand extends GetSolNetworkPackageDescriptorCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface InstantiateSolNetworkInstanceCommandOutput extends InstantiateS
|
|
|
22
22
|
}
|
|
23
23
|
declare const InstantiateSolNetworkInstanceCommand_base: {
|
|
24
24
|
new (input: InstantiateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: InstantiateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<InstantiateSolNetworkInstanceCommandInput, InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Instantiates a network instance.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* <p>Before you can instantiate a network instance, you have to create a network instance. For more information, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_CreateSolNetworkInstance.html">CreateSolNetworkInstance</a>.</p>
|
|
@@ -81,6 +81,7 @@ declare const InstantiateSolNetworkInstanceCommand_base: {
|
|
|
81
81
|
* @throws {@link TnbServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class InstantiateSolNetworkInstanceCommand extends InstantiateSolNetworkInstanceCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSolFunctionInstancesCommandOutput extends ListSolFunctionIn
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSolFunctionInstancesCommand_base: {
|
|
24
24
|
new (input: ListSolFunctionInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSolFunctionInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolFunctionInstancesCommandInput, ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists network function instances.</p>
|
|
30
30
|
* <p>A network function instance is a function in a function package .</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const ListSolFunctionInstancesCommand_base: {
|
|
|
84
84
|
* @throws {@link TnbServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListSolFunctionInstancesCommand extends ListSolFunctionInstancesCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSolFunctionPackagesCommandOutput extends ListSolFunctionPac
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSolFunctionPackagesCommand_base: {
|
|
24
24
|
new (input: ListSolFunctionPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSolFunctionPackagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolFunctionPackagesCommandInput, ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists information about function packages.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const ListSolFunctionPackagesCommand_base: {
|
|
|
84
84
|
* @throws {@link TnbServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListSolFunctionPackagesCommand extends ListSolFunctionPackagesCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSolNetworkInstancesCommandOutput extends ListSolNetworkInst
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSolNetworkInstancesCommand_base: {
|
|
24
24
|
new (input: ListSolNetworkInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSolNetworkInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolNetworkInstancesCommandInput, ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists your network instances.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* @example
|
|
@@ -82,6 +82,7 @@ declare const ListSolNetworkInstancesCommand_base: {
|
|
|
82
82
|
* @throws {@link TnbServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListSolNetworkInstancesCommand extends ListSolNetworkInstancesCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSolNetworkOperationsCommandOutput extends ListSolNetworkOpe
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSolNetworkOperationsCommand_base: {
|
|
24
24
|
new (input: ListSolNetworkOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSolNetworkOperationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolNetworkOperationsCommandInput, ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists details for a network operation, including when the operation started and the status of the operation.</p>
|
|
30
30
|
* <p>A network operation is any operation that is done to your network, such as network instance instantiation or termination.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const ListSolNetworkOperationsCommand_base: {
|
|
|
84
84
|
* @throws {@link TnbServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListSolNetworkOperationsCommand extends ListSolNetworkOperationsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSolNetworkPackagesCommandOutput extends ListSolNetworkPacka
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSolNetworkPackagesCommand_base: {
|
|
24
24
|
new (input: ListSolNetworkPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSolNetworkPackagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSolNetworkPackagesCommandInput, ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists network packages.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* @example
|
|
@@ -88,6 +88,7 @@ declare const ListSolNetworkPackagesCommand_base: {
|
|
|
88
88
|
* @throws {@link TnbServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListSolNetworkPackagesCommand extends ListSolNetworkPackagesCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists tags for AWS TNB resources.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link TnbServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
76
|
}
|
|
@@ -28,10 +28,10 @@ export interface PutSolFunctionPackageContentCommandOutput extends PutSolFunctio
|
|
|
28
28
|
}
|
|
29
29
|
declare const PutSolFunctionPackageContentCommand_base: {
|
|
30
30
|
new (input: PutSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
31
|
+
new (__0_0: PutSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<PutSolFunctionPackageContentCommandInput, PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
31
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
32
33
|
};
|
|
33
34
|
/**
|
|
34
|
-
* @public
|
|
35
35
|
* <p>Uploads the contents of a function package.</p>
|
|
36
36
|
* <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>
|
|
37
37
|
* @example
|
|
@@ -43,7 +43,7 @@ declare const PutSolFunctionPackageContentCommand_base: {
|
|
|
43
43
|
* const input = { // PutSolFunctionPackageContentInput
|
|
44
44
|
* vnfPkgId: "STRING_VALUE", // required
|
|
45
45
|
* contentType: "application/zip",
|
|
46
|
-
* file: "
|
|
46
|
+
* file: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
|
|
47
47
|
* };
|
|
48
48
|
* const command = new PutSolFunctionPackageContentCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
@@ -91,6 +91,7 @@ declare const PutSolFunctionPackageContentCommand_base: {
|
|
|
91
91
|
* @throws {@link TnbServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Tnb service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class PutSolFunctionPackageContentCommand extends PutSolFunctionPackageContentCommand_base {
|
|
96
97
|
}
|