Values_1.GetOpsMetadataResultSourceView operational metadata related to an application in Application Manager.
type nonrec t = {resourceId : Values_0.OpsMetadataResourceId.t option;The resource ID of the Application Manager application.
*)metadata : Values_0.MetadataMap.t option;OpsMetadata for an Application Manager application.
*)nextToken : Values_0.NextToken.t option;The token for the next set of items to return. Use this token to get the next set of results.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `OpsMetadataInvalidArgumentException of
Values_0.OpsMetadataInvalidArgumentException.t| `OpsMetadataNotFoundException of Values_0.OpsMetadataNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `OpsMetadataInvalidArgumentException of
Values_0.OpsMetadataInvalidArgumentException.t
| `OpsMetadataNotFoundException of Values_0.OpsMetadataNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `OpsMetadataInvalidArgumentException of
Values_0.OpsMetadataInvalidArgumentException.t
| `OpsMetadataNotFoundException of Values_0.OpsMetadataNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of string ]
* [> `Structure of (string * [> `String of string ]) list ])
list
| `String of Values_0.OpsMetadataResourceId.t ])
list ]