Module Values.DisassociateConfigurationItemsFromApplicationRequestSource

Disassociates one or more configuration items from an application.

Sourcetype nonrec t = {
  1. applicationConfigurationId : ApplicationId.t;
    (*

    Configuration ID of an application from which each item is disassociated.

    *)
  2. configurationIds : ConfigurationIdList.t;
    (*

    Configuration ID of each item to be disassociated from an application.

    *)
}
Sourceval context_ : string
Sourceval make : applicationConfigurationId:ApplicationId.t -> configurationIds:ConfigurationIdList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ConfigurationId.t ] list | `String of ApplicationId.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