Module Values_0.DescribeEffectiveInstanceAssociationsRequestSource

All associations for the managed nodes.

Sourcetype nonrec t = {
  1. instanceId : InstanceId.t;
    (*

    The managed node ID for which you want to view all associations.

    *)
  2. maxResults : EffectiveInstanceAssociationMaxResults.t option;
    (*

    The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

    *)
  3. nextToken : NextToken.t option;
    (*

    The token for the next set of items to return. (You received this token from a previous call.)

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> instanceId:InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of EffectiveInstanceAssociationMaxResults.t | `String of InstanceId.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