Module Values_0.InstanceAssociationStatusInfoSource

Status information about the association.

Sourcetype nonrec t = {
  1. associationId : AssociationId.t option;
    (*

    The association ID.

    *)
  2. name : DocumentARN.t option;
    (*

    The name of the association.

    *)
  3. documentVersion : DocumentVersion.t option;
    (*

    The association document versions.

    *)
  4. associationVersion : AssociationVersion.t option;
    (*

    The version of the association applied to the managed node.

    *)
  5. instanceId : InstanceId.t option;
    (*

    The managed node ID where the association was created.

    *)
  6. executionDate : DateTime.t option;
    (*

    The date the association ran.

    *)
  7. status : StatusName.t option;
    (*

    Status information about the association.

    *)
  8. detailedStatus : StatusName.t option;
    (*

    Detailed status information about the association.

    *)
  9. executionSummary : InstanceAssociationExecutionSummary.t option;
    (*

    Summary information about association execution.

    *)
  10. errorCode : AgentErrorCode.t option;
    (*

    An error code returned by the request to create the association.

    *)
  11. outputUrl : InstanceAssociationOutputUrl.t option;
    (*

    A URL for an S3 bucket where you want to store the results of this request.

    *)
  12. associationName : AssociationName.t option;
    (*

    The name of the association applied to the managed node.

    *)
}
Sourceval make : ?associationId:??? -> ?name:??? -> ?documentVersion:??? -> ?associationVersion:??? -> ?instanceId:??? -> ?executionDate:??? -> ?status:??? -> ?detailedStatus:??? -> ?executionSummary:??? -> ?errorCode:??? -> ?outputUrl:??? -> ?associationName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AssociationId.t | `Structure of (string * [> `Structure of (string * [> `String of Url.t ]) list ]) list | `Timestamp of DateTime.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