Values.AssociateConfigurationItemsToApplicationRequestSourceAssociates one or more configuration items with an application.
type nonrec t = {applicationConfigurationId : ApplicationId.t;The configuration ID of an application with which items are to be associated.
*)configurationIds : ConfigurationIdList.t;The ID of each configuration item to be associated with 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 ]