Values.DisassociateConfigurationItemsFromApplicationRequestSourceDisassociates one or more configuration items from an application.
type nonrec t = {applicationConfigurationId : ApplicationId.t;Configuration ID of an application from which each item is disassociated.
*)configurationIds : ConfigurationIdList.t;Configuration ID of each item to be disassociated from an application.
*)}val make :
applicationConfigurationId:ApplicationId.t ->
configurationIds:ConfigurationIdList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ConfigurationId.t ] list
| `String of ApplicationId.t ])
list ]