Module Values_0.CreateOpsMetadataRequestSource

If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.

Sourcetype nonrec t = {
  1. resourceId : OpsMetadataResourceId.t;
    (*

    A resource ID for a new Application Manager application.

    *)
  2. metadata : MetadataMap.t option;
    (*

    Metadata for a new Application Manager application.

    *)
  3. tags : TagList.t option;
    (*

    Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs: Key=Environment,Value=Production Key=Region,Value=us-east-2

    *)
}
Sourceval context_ : string
Sourceval make : ?metadata:??? -> ?tags:??? -> resourceId:OpsMetadataResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `Map of ([> `String of MetadataKey.t ] * [> `Structure of (string * [> `String of MetadataValueString.t ]) list ]) list | `String of OpsMetadataResourceId.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