Module Values_2.UseCaseSource

Contains the use case.

Sourcetype nonrec t = {
  1. useCaseId : Values_0.UseCaseId.t option;
    (*

    The identifier for the use case.

    *)
  2. useCaseArn : Values_0.ARN.t option;
    (*

    The Amazon Resource Name (ARN) for the use case.

    *)
  3. useCaseType : Values_0.UseCaseType.t option;
    (*

    The type of use case to associate to the integration association. Each integration association can have only one of each use case type.

    *)
}
Sourceval make : ?useCaseId:??? -> ?useCaseArn:??? -> ?useCaseType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.UseCaseId.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