Module Values.ChangeSetDetailsSource

Details of the change set.

Sourcetype nonrec t = {
  1. applicationId : string;
    (*

    The application Amazon Resource Name (ARN).

    *)
  2. changeSetId : string;
    (*

    The Amazon Resource Name (ARN) of the change set.Length constraints: Minimum length of 1.Pattern: ARN:[-a-zA-Z0-9:/]*

    *)
  3. semanticVersion : string;
    (*

    The semantic version of the application: https://semver.org/

    *)
  4. stackId : string;
    (*

    The unique ID of the stack.

    *)
}
Sourceval context_ : string
Sourceval make : applicationId:string -> changeSetId:string -> semanticVersion:string -> stackId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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