Values.UpdateConfigurationDefinitionInputSourceUpdates a Quick Setup configuration definition.
type nonrec t = {id : UpdateConfigurationDefinitionInputIdString.t;The ID of the configuration definition you want to update.
*)localDeploymentAdministrationRoleArn : IAMRoleArn.t option;The ARN of the IAM role used to administrate local configuration deployments.
*)localDeploymentExecutionRoleName : UpdateConfigurationDefinitionInputLocalDeploymentExecutionRoleNameString.t
option;The name of the IAM role used to deploy local configurations.
*)managerArn : UpdateConfigurationDefinitionInputManagerArnString.t;The ARN of the configuration manager associated with the definition to update.
*)parameters : ConfigurationParametersMap.t option;The parameters for the configuration definition type.
*)typeVersion : UpdateConfigurationDefinitionInputTypeVersionString.t option;The version of the Quick Setup type to use.
*)}val make :
?localDeploymentAdministrationRoleArn:??? ->
?localDeploymentExecutionRoleName:??? ->
?parameters:??? ->
?typeVersion:??? ->
id:UpdateConfigurationDefinitionInputIdString.t ->
managerArn:UpdateConfigurationDefinitionInputManagerArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ConfigurationParametersMapKeyString.t ]
* [> `String of ConfigurationParametersMapValueString.t ])
list
| `String of UpdateConfigurationDefinitionInputIdString.t ])
list ]