Module Values.GetAccountAuthorizationDetailsResponseSource

Contains the response to a successful GetAccountAuthorizationDetails request.

Sourcetype getAccountAuthorizationDetailsResult = {
  1. userDetailList : UserDetailListType.t option;
    (*

    A list containing information about IAM users.

    *)
  2. groupDetailList : GroupDetailListType.t option;
    (*

    A list containing information about IAM groups.

    *)
  3. roleDetailList : RoleDetailListType.t option;
    (*

    A list containing information about IAM roles.

    *)
  4. policies : ManagedPolicyDetailListType.t option;
    (*

    A list containing information about managed policies.

    *)
  5. isTruncated : BooleanType.t option;
    (*

    A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

    *)
  6. marker : ResponseMarkerType.t option;
    (*

    When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. getAccountAuthorizationDetailsResult : getAccountAuthorizationDetailsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ServiceFailureException of ServiceFailureException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?userDetailList:??? -> ?groupDetailList:??? -> ?roleDetailList:??? -> ?policies:??? -> ?isTruncated:??? -> ?marker:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ServiceFailureException of ServiceFailureException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ServiceFailureException of ServiceFailureException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of BooleanType.t | `List of [> `Structure of (string * [> `Boolean of BooleanType.t | `Integer of AttachmentCountType.t | `List of [> `String of GroupNameType.t | `Structure of (string * [> `Boolean of BooleanType.t | `List of [> `Structure of (string * [> `Integer of RoleMaxSessionDurationType.t | `List of [> `Structure of (string * [> `String of TagKeyType.t ]) list ] list | `String of PathType.t | `Structure of (string * [> `Enum of string | `String of ArnType.t | `Timestamp of DateType.t ]) list | `Timestamp of DateType.t ]) list ] list | `String of PolicyNameType.t | `Timestamp of DateType.t ]) list ] list | `String of PathType.t | `Structure of (string * [> `Enum of string | `String of ArnType.t | `Timestamp of DateType.t ]) list | `Timestamp of DateType.t ]) list ] list | `String of ResponseMarkerType.t ]) list ]) 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