@aws-sdk/client-tnb 3.288.0 → 3.290.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/models/models_0.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +17 -1
- package/dist-es/models/models_0.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +17 -1
- package/dist-types/Tnb.d.ts +9 -9
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +17 -1
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +20 -1
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +17 -1
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +17 -1
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +17 -1
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +17 -1
- 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 +20 -1
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +13 -0
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +13 -0
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +13 -0
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +13 -0
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +13 -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 +19 -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 +19 -0
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +16 -0
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +17 -1
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +17 -1
- package/dist-types/models/models_0.d.ts +32 -8
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/package.json +29 -29
|
@@ -361,10 +361,12 @@ const GetSolNetworkPackageDescriptorOutputFilterSensitiveLog = (obj) => ({
|
|
|
361
361
|
exports.GetSolNetworkPackageDescriptorOutputFilterSensitiveLog = GetSolNetworkPackageDescriptorOutputFilterSensitiveLog;
|
|
362
362
|
const InstantiateSolNetworkInstanceInputFilterSensitiveLog = (obj) => ({
|
|
363
363
|
...obj,
|
|
364
|
+
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
364
365
|
});
|
|
365
366
|
exports.InstantiateSolNetworkInstanceInputFilterSensitiveLog = InstantiateSolNetworkInstanceInputFilterSensitiveLog;
|
|
366
367
|
const InstantiateSolNetworkInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
367
368
|
...obj,
|
|
369
|
+
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
368
370
|
});
|
|
369
371
|
exports.InstantiateSolNetworkInstanceOutputFilterSensitiveLog = InstantiateSolNetworkInstanceOutputFilterSensitiveLog;
|
|
370
372
|
const ListSolFunctionInstanceMetadataFilterSensitiveLog = (obj) => ({
|
|
@@ -491,10 +493,12 @@ const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
|
491
493
|
exports.TagResourceOutputFilterSensitiveLog = TagResourceOutputFilterSensitiveLog;
|
|
492
494
|
const TerminateSolNetworkInstanceInputFilterSensitiveLog = (obj) => ({
|
|
493
495
|
...obj,
|
|
496
|
+
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
494
497
|
});
|
|
495
498
|
exports.TerminateSolNetworkInstanceInputFilterSensitiveLog = TerminateSolNetworkInstanceInputFilterSensitiveLog;
|
|
496
499
|
const TerminateSolNetworkInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
497
500
|
...obj,
|
|
501
|
+
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
498
502
|
});
|
|
499
503
|
exports.TerminateSolNetworkInstanceOutputFilterSensitiveLog = TerminateSolNetworkInstanceOutputFilterSensitiveLog;
|
|
500
504
|
const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
@@ -519,10 +523,12 @@ const UpdateSolNetworkModifyFilterSensitiveLog = (obj) => ({
|
|
|
519
523
|
exports.UpdateSolNetworkModifyFilterSensitiveLog = UpdateSolNetworkModifyFilterSensitiveLog;
|
|
520
524
|
const UpdateSolNetworkInstanceInputFilterSensitiveLog = (obj) => ({
|
|
521
525
|
...obj,
|
|
526
|
+
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
522
527
|
});
|
|
523
528
|
exports.UpdateSolNetworkInstanceInputFilterSensitiveLog = UpdateSolNetworkInstanceInputFilterSensitiveLog;
|
|
524
529
|
const UpdateSolNetworkInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
525
530
|
...obj,
|
|
531
|
+
...(obj.tags && { tags: smithy_client_1.SENSITIVE_STRING }),
|
|
526
532
|
});
|
|
527
533
|
exports.UpdateSolNetworkInstanceOutputFilterSensitiveLog = UpdateSolNetworkInstanceOutputFilterSensitiveLog;
|
|
528
534
|
const UpdateSolNetworkPackageInputFilterSensitiveLog = (obj) => ({
|
|
@@ -322,6 +322,7 @@ const serializeAws_restJson1InstantiateSolNetworkInstanceCommand = async (input,
|
|
|
322
322
|
...(input.additionalParamsForNs != null && {
|
|
323
323
|
additionalParamsForNs: serializeAws_restJson1Document(input.additionalParamsForNs, context),
|
|
324
324
|
}),
|
|
325
|
+
...(input.tags != null && { tags: serializeAws_restJson1TagMap(input.tags, context) }),
|
|
325
326
|
});
|
|
326
327
|
return new protocol_http_1.HttpRequest({
|
|
327
328
|
protocol,
|
|
@@ -527,11 +528,16 @@ const serializeAws_restJson1TagResourceCommand = async (input, context) => {
|
|
|
527
528
|
exports.serializeAws_restJson1TagResourceCommand = serializeAws_restJson1TagResourceCommand;
|
|
528
529
|
const serializeAws_restJson1TerminateSolNetworkInstanceCommand = async (input, context) => {
|
|
529
530
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
530
|
-
const headers = {
|
|
531
|
+
const headers = {
|
|
532
|
+
"content-type": "application/json",
|
|
533
|
+
};
|
|
531
534
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
532
535
|
"/sol/nslcm/v1/ns_instances/{nsInstanceId}/terminate";
|
|
533
536
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "nsInstanceId", () => input.nsInstanceId, "{nsInstanceId}", false);
|
|
534
537
|
let body;
|
|
538
|
+
body = JSON.stringify({
|
|
539
|
+
...(input.tags != null && { tags: serializeAws_restJson1TagMap(input.tags, context) }),
|
|
540
|
+
});
|
|
535
541
|
return new protocol_http_1.HttpRequest({
|
|
536
542
|
protocol,
|
|
537
543
|
hostname,
|
|
@@ -602,6 +608,7 @@ const serializeAws_restJson1UpdateSolNetworkInstanceCommand = async (input, cont
|
|
|
602
608
|
...(input.modifyVnfInfoData != null && {
|
|
603
609
|
modifyVnfInfoData: serializeAws_restJson1UpdateSolNetworkModify(input.modifyVnfInfoData, context),
|
|
604
610
|
}),
|
|
611
|
+
...(input.tags != null && { tags: serializeAws_restJson1TagMap(input.tags, context) }),
|
|
605
612
|
...(input.updateType != null && { updateType: input.updateType }),
|
|
606
613
|
});
|
|
607
614
|
return new protocol_http_1.HttpRequest({
|
|
@@ -1603,6 +1610,9 @@ const deserializeAws_restJson1InstantiateSolNetworkInstanceCommand = async (outp
|
|
|
1603
1610
|
if (data.nsLcmOpOccId != null) {
|
|
1604
1611
|
contents.nsLcmOpOccId = (0, smithy_client_1.expectString)(data.nsLcmOpOccId);
|
|
1605
1612
|
}
|
|
1613
|
+
if (data.tags != null) {
|
|
1614
|
+
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
1615
|
+
}
|
|
1606
1616
|
return contents;
|
|
1607
1617
|
};
|
|
1608
1618
|
exports.deserializeAws_restJson1InstantiateSolNetworkInstanceCommand = deserializeAws_restJson1InstantiateSolNetworkInstanceCommand;
|
|
@@ -2096,6 +2106,9 @@ const deserializeAws_restJson1TerminateSolNetworkInstanceCommand = async (output
|
|
|
2096
2106
|
if (data.nsLcmOpOccId != null) {
|
|
2097
2107
|
contents.nsLcmOpOccId = (0, smithy_client_1.expectString)(data.nsLcmOpOccId);
|
|
2098
2108
|
}
|
|
2109
|
+
if (data.tags != null) {
|
|
2110
|
+
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
2111
|
+
}
|
|
2099
2112
|
return contents;
|
|
2100
2113
|
};
|
|
2101
2114
|
exports.deserializeAws_restJson1TerminateSolNetworkInstanceCommand = deserializeAws_restJson1TerminateSolNetworkInstanceCommand;
|
|
@@ -2234,6 +2247,9 @@ const deserializeAws_restJson1UpdateSolNetworkInstanceCommand = async (output, c
|
|
|
2234
2247
|
if (data.nsLcmOpOccId != null) {
|
|
2235
2248
|
contents.nsLcmOpOccId = (0, smithy_client_1.expectString)(data.nsLcmOpOccId);
|
|
2236
2249
|
}
|
|
2250
|
+
if (data.tags != null) {
|
|
2251
|
+
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
2252
|
+
}
|
|
2237
2253
|
return contents;
|
|
2238
2254
|
};
|
|
2239
2255
|
exports.deserializeAws_restJson1UpdateSolNetworkInstanceCommand = deserializeAws_restJson1UpdateSolNetworkInstanceCommand;
|
|
@@ -306,9 +306,11 @@ export const GetSolNetworkPackageDescriptorOutputFilterSensitiveLog = (obj) => (
|
|
|
306
306
|
});
|
|
307
307
|
export const InstantiateSolNetworkInstanceInputFilterSensitiveLog = (obj) => ({
|
|
308
308
|
...obj,
|
|
309
|
+
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
309
310
|
});
|
|
310
311
|
export const InstantiateSolNetworkInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
311
312
|
...obj,
|
|
313
|
+
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
312
314
|
});
|
|
313
315
|
export const ListSolFunctionInstanceMetadataFilterSensitiveLog = (obj) => ({
|
|
314
316
|
...obj,
|
|
@@ -404,9 +406,11 @@ export const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
|
404
406
|
});
|
|
405
407
|
export const TerminateSolNetworkInstanceInputFilterSensitiveLog = (obj) => ({
|
|
406
408
|
...obj,
|
|
409
|
+
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
407
410
|
});
|
|
408
411
|
export const TerminateSolNetworkInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
409
412
|
...obj,
|
|
413
|
+
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
410
414
|
});
|
|
411
415
|
export const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
412
416
|
...obj,
|
|
@@ -425,9 +429,11 @@ export const UpdateSolNetworkModifyFilterSensitiveLog = (obj) => ({
|
|
|
425
429
|
});
|
|
426
430
|
export const UpdateSolNetworkInstanceInputFilterSensitiveLog = (obj) => ({
|
|
427
431
|
...obj,
|
|
432
|
+
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
428
433
|
});
|
|
429
434
|
export const UpdateSolNetworkInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
430
435
|
...obj,
|
|
436
|
+
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
431
437
|
});
|
|
432
438
|
export const UpdateSolNetworkPackageInputFilterSensitiveLog = (obj) => ({
|
|
433
439
|
...obj,
|
|
@@ -302,6 +302,7 @@ export const serializeAws_restJson1InstantiateSolNetworkInstanceCommand = async
|
|
|
302
302
|
...(input.additionalParamsForNs != null && {
|
|
303
303
|
additionalParamsForNs: serializeAws_restJson1Document(input.additionalParamsForNs, context),
|
|
304
304
|
}),
|
|
305
|
+
...(input.tags != null && { tags: serializeAws_restJson1TagMap(input.tags, context) }),
|
|
305
306
|
});
|
|
306
307
|
return new __HttpRequest({
|
|
307
308
|
protocol,
|
|
@@ -497,11 +498,16 @@ export const serializeAws_restJson1TagResourceCommand = async (input, context) =
|
|
|
497
498
|
};
|
|
498
499
|
export const serializeAws_restJson1TerminateSolNetworkInstanceCommand = async (input, context) => {
|
|
499
500
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
500
|
-
const headers = {
|
|
501
|
+
const headers = {
|
|
502
|
+
"content-type": "application/json",
|
|
503
|
+
};
|
|
501
504
|
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
502
505
|
"/sol/nslcm/v1/ns_instances/{nsInstanceId}/terminate";
|
|
503
506
|
resolvedPath = __resolvedPath(resolvedPath, input, "nsInstanceId", () => input.nsInstanceId, "{nsInstanceId}", false);
|
|
504
507
|
let body;
|
|
508
|
+
body = JSON.stringify({
|
|
509
|
+
...(input.tags != null && { tags: serializeAws_restJson1TagMap(input.tags, context) }),
|
|
510
|
+
});
|
|
505
511
|
return new __HttpRequest({
|
|
506
512
|
protocol,
|
|
507
513
|
hostname,
|
|
@@ -569,6 +575,7 @@ export const serializeAws_restJson1UpdateSolNetworkInstanceCommand = async (inpu
|
|
|
569
575
|
...(input.modifyVnfInfoData != null && {
|
|
570
576
|
modifyVnfInfoData: serializeAws_restJson1UpdateSolNetworkModify(input.modifyVnfInfoData, context),
|
|
571
577
|
}),
|
|
578
|
+
...(input.tags != null && { tags: serializeAws_restJson1TagMap(input.tags, context) }),
|
|
572
579
|
...(input.updateType != null && { updateType: input.updateType }),
|
|
573
580
|
});
|
|
574
581
|
return new __HttpRequest({
|
|
@@ -1550,6 +1557,9 @@ export const deserializeAws_restJson1InstantiateSolNetworkInstanceCommand = asyn
|
|
|
1550
1557
|
if (data.nsLcmOpOccId != null) {
|
|
1551
1558
|
contents.nsLcmOpOccId = __expectString(data.nsLcmOpOccId);
|
|
1552
1559
|
}
|
|
1560
|
+
if (data.tags != null) {
|
|
1561
|
+
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
1562
|
+
}
|
|
1553
1563
|
return contents;
|
|
1554
1564
|
};
|
|
1555
1565
|
const deserializeAws_restJson1InstantiateSolNetworkInstanceCommandError = async (output, context) => {
|
|
@@ -2033,6 +2043,9 @@ export const deserializeAws_restJson1TerminateSolNetworkInstanceCommand = async
|
|
|
2033
2043
|
if (data.nsLcmOpOccId != null) {
|
|
2034
2044
|
contents.nsLcmOpOccId = __expectString(data.nsLcmOpOccId);
|
|
2035
2045
|
}
|
|
2046
|
+
if (data.tags != null) {
|
|
2047
|
+
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
2048
|
+
}
|
|
2036
2049
|
return contents;
|
|
2037
2050
|
};
|
|
2038
2051
|
const deserializeAws_restJson1TerminateSolNetworkInstanceCommandError = async (output, context) => {
|
|
@@ -2168,6 +2181,9 @@ export const deserializeAws_restJson1UpdateSolNetworkInstanceCommand = async (ou
|
|
|
2168
2181
|
if (data.nsLcmOpOccId != null) {
|
|
2169
2182
|
contents.nsLcmOpOccId = __expectString(data.nsLcmOpOccId);
|
|
2170
2183
|
}
|
|
2184
|
+
if (data.tags != null) {
|
|
2185
|
+
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
2186
|
+
}
|
|
2171
2187
|
return contents;
|
|
2172
2188
|
};
|
|
2173
2189
|
const deserializeAws_restJson1UpdateSolNetworkInstanceCommandError = async (output, context) => {
|
package/dist-types/Tnb.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare class Tnb extends TnbClient {
|
|
|
48
48
|
* <p>Creates a function package.</p>
|
|
49
49
|
* <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>.
|
|
50
50
|
* </p>
|
|
51
|
-
* <p>Creating a function package is the first step for creating a network in AWS TNB. This request creates an empty container with an ID. The next step is to upload the actual CSAR zip file into that empty container. To upload function package content, see <a href="https://docs.aws.amazon.com/
|
|
51
|
+
* <p>Creating a function package is the first step for creating a network in AWS TNB. This request creates an empty container with an ID. The next step is to upload the actual CSAR zip file into that empty container. To upload function package content, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolFunctionPackageContent.html">PutSolFunctionPackageContent</a>.</p>
|
|
52
52
|
*/
|
|
53
53
|
createSolFunctionPackage(args: CreateSolFunctionPackageCommandInput, options?: __HttpHandlerOptions): Promise<CreateSolFunctionPackageCommandOutput>;
|
|
54
54
|
createSolFunctionPackage(args: CreateSolFunctionPackageCommandInput, cb: (err: any, data?: CreateSolFunctionPackageCommandOutput) => void): void;
|
|
@@ -56,7 +56,7 @@ export declare class Tnb extends TnbClient {
|
|
|
56
56
|
/**
|
|
57
57
|
* <p>Creates a network instance.</p>
|
|
58
58
|
* <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>
|
|
59
|
-
* <p>Once you create a network instance, you can instantiate it. To instantiate a network, see <a href="https://docs.aws.amazon.com/
|
|
59
|
+
* <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>
|
|
60
60
|
*/
|
|
61
61
|
createSolNetworkInstance(args: CreateSolNetworkInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateSolNetworkInstanceCommandOutput>;
|
|
62
62
|
createSolNetworkInstance(args: CreateSolNetworkInstanceCommandInput, cb: (err: any, data?: CreateSolNetworkInstanceCommandOutput) => void): void;
|
|
@@ -66,7 +66,7 @@ export declare class Tnb extends TnbClient {
|
|
|
66
66
|
* <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>.
|
|
67
67
|
* </p>
|
|
68
68
|
* <p>A network package consists of a network service descriptor (NSD) file (required) and any additional files (optional), such as scripts specific to your needs. For example, if you have multiple function packages in your network package, you can use the NSD to define which network functions should run in certain VPCs, subnets, or EKS clusters.</p>
|
|
69
|
-
* <p>This request creates an empty network package container with an ID. Once you create a network package, you can upload the network package content using <a href="https://docs.aws.amazon.com/
|
|
69
|
+
* <p>This request creates an empty network package container with an ID. Once you create a network package, you can upload the network package content using <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolNetworkPackageContent.html">PutSolNetworkPackageContent</a>.</p>
|
|
70
70
|
*/
|
|
71
71
|
createSolNetworkPackage(args: CreateSolNetworkPackageCommandInput, options?: __HttpHandlerOptions): Promise<CreateSolNetworkPackageCommandOutput>;
|
|
72
72
|
createSolNetworkPackage(args: CreateSolNetworkPackageCommandInput, cb: (err: any, data?: CreateSolNetworkPackageCommandOutput) => void): void;
|
|
@@ -74,7 +74,7 @@ export declare class Tnb extends TnbClient {
|
|
|
74
74
|
/**
|
|
75
75
|
* <p>Deletes a function package.</p>
|
|
76
76
|
* <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>
|
|
77
|
-
* <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/
|
|
77
|
+
* <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>.
|
|
78
78
|
* </p>
|
|
79
79
|
*/
|
|
80
80
|
deleteSolFunctionPackage(args: DeleteSolFunctionPackageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSolFunctionPackageCommandOutput>;
|
|
@@ -83,7 +83,7 @@ export declare class Tnb extends TnbClient {
|
|
|
83
83
|
/**
|
|
84
84
|
* <p>Deletes a network instance.</p>
|
|
85
85
|
* <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>
|
|
86
|
-
* <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/
|
|
86
|
+
* <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>
|
|
87
87
|
*/
|
|
88
88
|
deleteSolNetworkInstance(args: DeleteSolNetworkInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSolNetworkInstanceCommandOutput>;
|
|
89
89
|
deleteSolNetworkInstance(args: DeleteSolNetworkInstanceCommandInput, cb: (err: any, data?: DeleteSolNetworkInstanceCommandOutput) => void): void;
|
|
@@ -91,7 +91,7 @@ export declare class Tnb extends TnbClient {
|
|
|
91
91
|
/**
|
|
92
92
|
* <p>Deletes network package.</p>
|
|
93
93
|
* <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>
|
|
94
|
-
* <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/
|
|
94
|
+
* <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>
|
|
95
95
|
*/
|
|
96
96
|
deleteSolNetworkPackage(args: DeleteSolNetworkPackageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSolNetworkPackageCommandOutput>;
|
|
97
97
|
deleteSolNetworkPackage(args: DeleteSolNetworkPackageCommandInput, cb: (err: any, data?: DeleteSolNetworkPackageCommandOutput) => void): void;
|
|
@@ -163,7 +163,7 @@ export declare class Tnb extends TnbClient {
|
|
|
163
163
|
/**
|
|
164
164
|
* <p>Instantiates a network instance.</p>
|
|
165
165
|
* <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>
|
|
166
|
-
* <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/
|
|
166
|
+
* <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>
|
|
167
167
|
*/
|
|
168
168
|
instantiateSolNetworkInstance(args: InstantiateSolNetworkInstanceCommandInput, options?: __HttpHandlerOptions): Promise<InstantiateSolNetworkInstanceCommandOutput>;
|
|
169
169
|
instantiateSolNetworkInstance(args: InstantiateSolNetworkInstanceCommandInput, cb: (err: any, data?: InstantiateSolNetworkInstanceCommandOutput) => void): void;
|
|
@@ -268,14 +268,14 @@ export declare class Tnb extends TnbClient {
|
|
|
268
268
|
updateSolNetworkPackage(args: UpdateSolNetworkPackageCommandInput, cb: (err: any, data?: UpdateSolNetworkPackageCommandOutput) => void): void;
|
|
269
269
|
updateSolNetworkPackage(args: UpdateSolNetworkPackageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSolNetworkPackageCommandOutput) => void): void;
|
|
270
270
|
/**
|
|
271
|
-
* <p>Validates function package content. This can be used as a dry run before uploading function package content with <a href="https://docs.aws.amazon.com/
|
|
271
|
+
* <p>Validates function package content. This can be used as a dry run before uploading function package content with <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolFunctionPackageContent.html">PutSolFunctionPackageContent</a>.</p>
|
|
272
272
|
* <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>
|
|
273
273
|
*/
|
|
274
274
|
validateSolFunctionPackageContent(args: ValidateSolFunctionPackageContentCommandInput, options?: __HttpHandlerOptions): Promise<ValidateSolFunctionPackageContentCommandOutput>;
|
|
275
275
|
validateSolFunctionPackageContent(args: ValidateSolFunctionPackageContentCommandInput, cb: (err: any, data?: ValidateSolFunctionPackageContentCommandOutput) => void): void;
|
|
276
276
|
validateSolFunctionPackageContent(args: ValidateSolFunctionPackageContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateSolFunctionPackageContentCommandOutput) => void): void;
|
|
277
277
|
/**
|
|
278
|
-
* <p>Validates network package content. This can be used as a dry run before uploading network package content with <a href="https://docs.aws.amazon.com/
|
|
278
|
+
* <p>Validates network package content. This can be used as a dry run before uploading network package content with <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolNetworkPackageContent.html">PutSolNetworkPackageContent</a>.</p>
|
|
279
279
|
* <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>
|
|
280
280
|
*/
|
|
281
281
|
validateSolNetworkPackageContent(args: ValidateSolNetworkPackageContentCommandInput, options?: __HttpHandlerOptions): Promise<ValidateSolNetworkPackageContentCommandOutput>;
|
|
@@ -30,6 +30,22 @@ export interface CancelSolNetworkOperationCommandOutput extends __MetadataBearer
|
|
|
30
30
|
* @see {@link CancelSolNetworkOperationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Insufficient permissions to make request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Request references a resource that doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Exception caused by throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class CancelSolNetworkOperationCommand extends $Command<CancelSolNetworkOperationCommandInput, CancelSolNetworkOperationCommandOutput, TnbClientResolvedConfig> {
|
|
35
51
|
readonly input: CancelSolNetworkOperationCommandInput;
|
|
@@ -17,7 +17,7 @@ export interface CreateSolFunctionPackageCommandOutput extends CreateSolFunction
|
|
|
17
17
|
* <p>Creates a function package.</p>
|
|
18
18
|
* <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>.
|
|
19
19
|
* </p>
|
|
20
|
-
* <p>Creating a function package is the first step for creating a network in AWS TNB. This request creates an empty container with an ID. The next step is to upload the actual CSAR zip file into that empty container. To upload function package content, see <a href="https://docs.aws.amazon.com/
|
|
20
|
+
* <p>Creating a function package is the first step for creating a network in AWS TNB. This request creates an empty container with an ID. The next step is to upload the actual CSAR zip file into that empty container. To upload function package content, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolFunctionPackageContent.html">PutSolFunctionPackageContent</a>.</p>
|
|
21
21
|
* @example
|
|
22
22
|
* Use a bare-bones client and the command you need to make an API call.
|
|
23
23
|
* ```javascript
|
|
@@ -32,6 +32,22 @@ export interface CreateSolFunctionPackageCommandOutput extends CreateSolFunction
|
|
|
32
32
|
* @see {@link CreateSolFunctionPackageCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>Insufficient permissions to make request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>Service quotas have been exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>Exception caused by throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
35
51
|
*/
|
|
36
52
|
export declare class CreateSolFunctionPackageCommand extends $Command<CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig> {
|
|
37
53
|
readonly input: CreateSolFunctionPackageCommandInput;
|
|
@@ -16,7 +16,7 @@ export interface CreateSolNetworkInstanceCommandOutput extends CreateSolNetworkI
|
|
|
16
16
|
/**
|
|
17
17
|
* <p>Creates a network instance.</p>
|
|
18
18
|
* <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>
|
|
19
|
-
* <p>Once you create a network instance, you can instantiate it. To instantiate a network, see <a href="https://docs.aws.amazon.com/
|
|
19
|
+
* <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>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -31,6 +31,25 @@ export interface CreateSolNetworkInstanceCommandOutput extends CreateSolNetworkI
|
|
|
31
31
|
* @see {@link CreateSolNetworkInstanceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>Insufficient permissions to make request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>Request references a resource that doesn't exist.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
44
|
+
* <p>Service quotas have been exceeded.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>Exception caused by throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class CreateSolNetworkInstanceCommand extends $Command<CreateSolNetworkInstanceCommandInput, CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig> {
|
|
36
55
|
readonly input: CreateSolNetworkInstanceCommandInput;
|
|
@@ -18,7 +18,7 @@ export interface CreateSolNetworkPackageCommandOutput extends CreateSolNetworkPa
|
|
|
18
18
|
* <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>.
|
|
19
19
|
* </p>
|
|
20
20
|
* <p>A network package consists of a network service descriptor (NSD) file (required) and any additional files (optional), such as scripts specific to your needs. For example, if you have multiple function packages in your network package, you can use the NSD to define which network functions should run in certain VPCs, subnets, or EKS clusters.</p>
|
|
21
|
-
* <p>This request creates an empty network package container with an ID. Once you create a network package, you can upload the network package content using <a href="https://docs.aws.amazon.com/
|
|
21
|
+
* <p>This request creates an empty network package container with an ID. Once you create a network package, you can upload the network package content using <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolNetworkPackageContent.html">PutSolNetworkPackageContent</a>.</p>
|
|
22
22
|
* @example
|
|
23
23
|
* Use a bare-bones client and the command you need to make an API call.
|
|
24
24
|
* ```javascript
|
|
@@ -33,6 +33,22 @@ export interface CreateSolNetworkPackageCommandOutput extends CreateSolNetworkPa
|
|
|
33
33
|
* @see {@link CreateSolNetworkPackageCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>Insufficient permissions to make request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
43
|
+
* <p>Service quotas have been exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>Exception caused by throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
36
52
|
*/
|
|
37
53
|
export declare class CreateSolNetworkPackageCommand extends $Command<CreateSolNetworkPackageCommandInput, CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig> {
|
|
38
54
|
readonly input: CreateSolNetworkPackageCommandInput;
|
|
@@ -16,7 +16,7 @@ export interface DeleteSolFunctionPackageCommandOutput extends __MetadataBearer
|
|
|
16
16
|
/**
|
|
17
17
|
* <p>Deletes a function package.</p>
|
|
18
18
|
* <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
|
-
* <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/
|
|
19
|
+
* <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>.
|
|
20
20
|
* </p>
|
|
21
21
|
* @example
|
|
22
22
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -32,6 +32,22 @@ export interface DeleteSolFunctionPackageCommandOutput extends __MetadataBearer
|
|
|
32
32
|
* @see {@link DeleteSolFunctionPackageCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>Insufficient permissions to make request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>Request references a resource that doesn't exist.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>Exception caused by throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
35
51
|
*/
|
|
36
52
|
export declare class DeleteSolFunctionPackageCommand extends $Command<DeleteSolFunctionPackageCommandInput, DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig> {
|
|
37
53
|
readonly input: DeleteSolFunctionPackageCommandInput;
|
|
@@ -16,7 +16,7 @@ export interface DeleteSolNetworkInstanceCommandOutput extends __MetadataBearer
|
|
|
16
16
|
/**
|
|
17
17
|
* <p>Deletes a network instance.</p>
|
|
18
18
|
* <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
|
-
* <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/
|
|
19
|
+
* <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>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -31,6 +31,22 @@ export interface DeleteSolNetworkInstanceCommandOutput extends __MetadataBearer
|
|
|
31
31
|
* @see {@link DeleteSolNetworkInstanceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>Insufficient permissions to make request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>Request references a resource that doesn't exist.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>Exception caused by throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class DeleteSolNetworkInstanceCommand extends $Command<DeleteSolNetworkInstanceCommandInput, DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig> {
|
|
36
52
|
readonly input: DeleteSolNetworkInstanceCommandInput;
|
|
@@ -16,7 +16,7 @@ export interface DeleteSolNetworkPackageCommandOutput extends __MetadataBearer {
|
|
|
16
16
|
/**
|
|
17
17
|
* <p>Deletes network package.</p>
|
|
18
18
|
* <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
|
-
* <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/
|
|
19
|
+
* <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>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -31,6 +31,22 @@ export interface DeleteSolNetworkPackageCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* @see {@link DeleteSolNetworkPackageCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>Insufficient permissions to make request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>Request references a resource that doesn't exist.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>Exception caused by throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class DeleteSolNetworkPackageCommand extends $Command<DeleteSolNetworkPackageCommandInput, DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig> {
|
|
36
52
|
readonly input: DeleteSolNetworkPackageCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface GetSolFunctionInstanceCommandOutput extends GetSolFunctionInsta
|
|
|
30
30
|
* @see {@link GetSolFunctionInstanceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Insufficient permissions to make request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Request references a resource that doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Exception caused by throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class GetSolFunctionInstanceCommand extends $Command<GetSolFunctionInstanceCommandInput, GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig> {
|
|
35
51
|
readonly input: GetSolFunctionInstanceCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface GetSolFunctionPackageCommandOutput extends GetSolFunctionPackag
|
|
|
30
30
|
* @see {@link GetSolFunctionPackageCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Insufficient permissions to make request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Request references a resource that doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Exception caused by throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class GetSolFunctionPackageCommand extends $Command<GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig> {
|
|
35
51
|
readonly input: GetSolFunctionPackageCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface GetSolFunctionPackageContentCommandOutput extends GetSolFunctio
|
|
|
30
30
|
* @see {@link GetSolFunctionPackageContentCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Insufficient permissions to make request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Request references a resource that doesn't exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Exception caused by throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class GetSolFunctionPackageContentCommand extends $Command<GetSolFunctionPackageContentCommandInput, GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig> {
|
|
35
51
|
readonly input: GetSolFunctionPackageContentCommandInput;
|
|
@@ -31,6 +31,22 @@ export interface GetSolFunctionPackageDescriptorCommandOutput extends GetSolFunc
|
|
|
31
31
|
* @see {@link GetSolFunctionPackageDescriptorCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link TnbClientResolvedConfig | config} for TnbClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>Insufficient permissions to make request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>Unexpected error occurred. Problem on the server.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>Request references a resource that doesn't exist.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>Exception caused by throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>Unable to process the request because the client provided input failed to satisfy request constraints.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class GetSolFunctionPackageDescriptorCommand extends $Command<GetSolFunctionPackageDescriptorCommandInput, GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig> {
|
|
36
52
|
readonly input: GetSolFunctionPackageDescriptorCommandInput;
|