Module Values_1.GetOpsMetadataRequestSource

View operational metadata related to an application in Application Manager.

Sourcetype nonrec t = {
  1. opsMetadataArn : Values_0.OpsMetadataArn.t;
    (*

    The Amazon Resource Name (ARN) of an OpsMetadata Object to view.

    *)
  2. maxResults : GetOpsMetadataMaxResults.t option;
    (*

    The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

    *)
  3. nextToken : Values_0.NextToken.t option;
    (*

    A token to start the list. Use this token to get the next set of results.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> opsMetadataArn:Values_0.OpsMetadataArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of GetOpsMetadataMaxResults.t | `String of Values_0.OpsMetadataArn.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