Module Values_2.DescribeFolderPermissionsResponseSource

Describes permissions for a folder.

Sourcetype nonrec t = {
  1. status : Values_1.StatusCode.t option;
    (*

    The HTTP status of the request.

    *)
  2. folderId : Values_0.RestrictiveResourceId.t option;
    (*

    The ID of the folder.

    *)
  3. arn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) for the folder.

    *)
  4. permissions : Values_1.ResourcePermissionList.t option;
    (*

    Information about the permissions on the folder.

    *)
  5. requestId : Values_0.String_.t option;
    (*

    The Amazon Web Services request ID for this operation.

    *)
  6. nextToken : Values_0.String_.t option;
    (*

    The pagination token for the next set of results, or null if there are no more results.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `InternalFailureException of Values_1.InternalFailureException.t
  3. | `InvalidNextTokenException of InvalidNextTokenException.t
  4. | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t
  5. | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
  6. | `ThrottlingException of Values_1.ThrottlingException.t
  7. | `UnsupportedUserEditionException of Values_1.UnsupportedUserEditionException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?status:??? -> ?folderId:??? -> ?arn:??? -> ?permissions:??? -> ?requestId:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalFailureException of Values_1.InternalFailureException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `ThrottlingException of Values_1.ThrottlingException.t | `Unknown_operation_error of string * string option | `UnsupportedUserEditionException of Values_1.UnsupportedUserEditionException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalFailureException of Values_1.InternalFailureException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `ThrottlingException of Values_1.ThrottlingException.t | `Unknown_operation_error of string * string option | `UnsupportedUserEditionException of Values_1.UnsupportedUserEditionException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_1.StatusCode.t | `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `String of Values_0.RestrictiveResourceId.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