Module Values_1.DeleteAccountCustomPermissionRequestSource

Unapplies a custom permissions profile from an account.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account from which you want to unapply the custom permissions profile.

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:AwsAccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AwsAccountId.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