Module Values_0.DescribeAssociationRequestSource

Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.

Sourcetype nonrec t = {
  1. name : DocumentARN.t option;
    (*

    The name of the SSM document.

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

    The managed node ID.

    *)
  3. associationId : AssociationId.t option;
    (*

    The association ID for which you want information.

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

    Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for a managed node, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.

    *)
}
Sourceval make : ?name:??? -> ?instanceId:??? -> ?associationId:??? -> ?associationVersion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DocumentARN.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