Module Values.DeleteAggregationAuthorizationRequestSource

Deletes the authorization granted to the specified configuration aggregator account in a specified region.

Sourcetype nonrec t = {
  1. authorizedAccountId : AccountId.t;
    (*

    The 12-digit account ID of the account authorized to aggregate data.

    *)
  2. authorizedAwsRegion : AwsRegion.t;
    (*

    The region authorized to collect aggregated data.

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