Module Values.GetSolNetworkInstanceOutputSource

Gets 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.

Sourcetype nonrec t = {
  1. arn : NsInstanceArn.t option;
    (*

    Network instance ARN.

    *)
  2. id : NsInstanceId.t option;
    (*

    Network instance ID.

    *)
  3. lcmOpInfo : LcmOperationInfo.t option;
  4. metadata : GetSolNetworkInstanceMetadata.t option;
  5. nsInstanceDescription : String_.t option;
    (*

    Network instance description.

    *)
  6. nsInstanceName : String_.t option;
    (*

    Network instance name.

    *)
  7. nsState : NsState.t option;
    (*

    Network instance state.

    *)
  8. nsdId : NsdId.t option;
    (*

    Network service descriptor ID.

    *)
  9. nsdInfoId : NsdInfoId.t option;
    (*

    Network service descriptor info ID.

    *)
  10. tags : TagMap.t option;
    (*

    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.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?id:??? -> ?lcmOpInfo:??? -> ?metadata:??? -> ?nsInstanceDescription:??? -> ?nsInstanceName:??? -> ?nsState:??? -> ?nsdId:??? -> ?nsdInfoId:??? -> ?tags:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t