Module Values_1.CustomPermissionsSource

The custom permissions profile.

Sourcetype nonrec t = {
  1. arn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the custom permissions profile.

    *)
  2. customPermissionsName : CustomPermissionsName.t option;
    (*

    The name of the custom permissions profile.

    *)
  3. capabilities : Capabilities.t option;
    (*

    A set of actions in the custom permissions profile.

    *)
}
Sourceval make : ?arn:??? -> ?customPermissionsName:??? -> ?capabilities:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.Arn.t | `Structure of (string * [> `Enum of string ]) 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