Values.GetSolNetworkInstanceOutputSourceGets the details of the network instance. 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.
type nonrec t = {arn : NsInstanceArn.t option;Network instance ARN.
*)id : NsInstanceId.t option;Network instance ID.
*)lcmOpInfo : LcmOperationInfo.t option;metadata : GetSolNetworkInstanceMetadata.t option;nsInstanceDescription : String_.t option;Network instance description.
*)nsInstanceName : String_.t option;Network instance name.
*)nsState : NsState.t option;Network instance state.
*)nsdId : NsdId.t option;Network service descriptor ID.
*)nsdInfoId : NsdInfoId.t option;Network service descriptor info ID.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NsInstanceArn.t
| `Structure of
(string
* [> `String of NsLcmOpOccId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ])
list ]