Module Values_1.DescribeViewRequestSource

Retrieves the view for the specified Amazon Connect instance and view identifier. The view identifier can be supplied as a ViewId or ARN. $SAVED needs to be supplied if a view is unpublished. The view identifier can contain an optional qualifier, for example, <view-id>:$SAVED, which is either an actual version number or an Amazon Connect managed qualifier $SAVED | $LATEST. If it is not supplied, then $LATEST is assumed for customer managed views and an error is returned if there is no published content available. Version 1 is assumed for Amazon Web Services managed views.

Sourcetype nonrec t = {
  1. instanceId : ViewsInstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

    *)
  2. viewId : ViewId.t;
    (*

    The ViewId of the view. This must be an ARN for Amazon Web Services managed views.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:ViewsInstanceId.t -> viewId:ViewId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ViewsInstanceId.t ]) 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