Module Values.DescribeTrustStoreAssociationsInputSource

Describes all resources associated with the specified trust store.

Sourcetype nonrec t = {
  1. trustStoreArn : TrustStoreArn.t;
    (*

    The Amazon Resource Name (ARN) of the trust store.

    *)
  2. marker : Marker.t option;
    (*

    The marker for the next set of results. (You received this marker from a previous call.)

    *)
  3. pageSize : PageSize.t option;
    (*

    The maximum number of results to return with this call.

    *)
}
Sourceval context_ : string
Sourceval make : ?marker:??? -> ?pageSize:??? -> trustStoreArn:TrustStoreArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PageSize.t | `String of TrustStoreArn.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