@aws-sdk/client-tnb 3.533.0 → 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.
Files changed (71) hide show
  1. package/dist-types/Tnb.d.ts +8 -1
  2. package/dist-types/TnbClient.d.ts +1 -1
  3. package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +2 -1
  10. package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +2 -1
  11. package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +2 -1
  12. package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +2 -1
  13. package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +2 -1
  14. package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +2 -1
  15. package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +2 -1
  19. package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +2 -1
  20. package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +2 -1
  27. package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +2 -1
  34. package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +2 -1
  35. package/dist-types/commands/ValidateSolNetworkPackageContentCommand.d.ts +2 -1
  36. package/dist-types/models/models_0.d.ts +318 -318
  37. package/dist-types/ts3.4/Tnb.d.ts +7 -0
  38. package/dist-types/ts3.4/commands/CancelSolNetworkOperationCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.d.ts +9 -0
  71. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tags an AWS TNB resource.</p>
30
30
  * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface TerminateSolNetworkInstanceCommandOutput extends TerminateSolNe
22
22
  }
23
23
  declare const TerminateSolNetworkInstanceCommand_base: {
24
24
  new (input: TerminateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TerminateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateSolNetworkInstanceCommandInput, TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Terminates 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>You must terminate a network instance before you can delete it.</p>
@@ -79,6 +79,7 @@ declare const TerminateSolNetworkInstanceCommand_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 TerminateSolNetworkInstanceCommand extends TerminateSolNetworkInstanceCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Untags an AWS TNB resource.</p>
30
30
  * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_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 UntagResourceCommand extends UntagResourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface UpdateSolFunctionPackageCommandOutput extends UpdateSolFunction
22
22
  }
23
23
  declare const UpdateSolFunctionPackageCommand_base: {
24
24
  new (input: UpdateSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSolFunctionPackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolFunctionPackageCommandInput, UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the operational state of 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
  * @example
@@ -70,6 +70,7 @@ declare const UpdateSolFunctionPackageCommand_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 UpdateSolFunctionPackageCommand extends UpdateSolFunctionPackageCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface UpdateSolNetworkInstanceCommandOutput extends UpdateSolNetworkI
22
22
  }
23
23
  declare const UpdateSolNetworkInstanceCommand_base: {
24
24
  new (input: UpdateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSolNetworkInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolNetworkInstanceCommandInput, UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update 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
  * @example
@@ -83,6 +83,7 @@ declare const UpdateSolNetworkInstanceCommand_base: {
83
83
  * @throws {@link TnbServiceException}
84
84
  * <p>Base exception class for all service exceptions from Tnb service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class UpdateSolNetworkInstanceCommand extends UpdateSolNetworkInstanceCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface UpdateSolNetworkPackageCommandOutput extends UpdateSolNetworkPa
22
22
  }
23
23
  declare const UpdateSolNetworkPackageCommand_base: {
24
24
  new (input: UpdateSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSolNetworkPackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSolNetworkPackageCommandInput, UpdateSolNetworkPackageCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the operational state 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
  * <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>
@@ -71,6 +71,7 @@ declare const UpdateSolNetworkPackageCommand_base: {
71
71
  * @throws {@link TnbServiceException}
72
72
  * <p>Base exception class for all service exceptions from Tnb service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class UpdateSolNetworkPackageCommand extends UpdateSolNetworkPackageCommand_base {
76
77
  }
@@ -28,10 +28,10 @@ export interface ValidateSolFunctionPackageContentCommandOutput extends Validate
28
28
  }
29
29
  declare const ValidateSolFunctionPackageContentCommand_base: {
30
30
  new (input: ValidateSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
31
+ new (__0_0: ValidateSolFunctionPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateSolFunctionPackageContentCommandInput, ValidateSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
31
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
33
  };
33
34
  /**
34
- * @public
35
35
  * <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>
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
@@ -91,6 +91,7 @@ declare const ValidateSolFunctionPackageContentCommand_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 ValidateSolFunctionPackageContentCommand extends ValidateSolFunctionPackageContentCommand_base {
96
97
  }
@@ -28,10 +28,10 @@ export interface ValidateSolNetworkPackageContentCommandOutput extends ValidateS
28
28
  }
29
29
  declare const ValidateSolNetworkPackageContentCommand_base: {
30
30
  new (input: ValidateSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
31
+ new (__0_0: ValidateSolNetworkPackageContentCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateSolNetworkPackageContentCommandInput, ValidateSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
31
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
33
  };
33
34
  /**
34
- * @public
35
35
  * <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>
36
36
  * <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>
37
37
  * @example
@@ -94,6 +94,7 @@ declare const ValidateSolNetworkPackageContentCommand_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 ValidateSolNetworkPackageContentCommand extends ValidateSolNetworkPackageContentCommand_base {
99
100
  }