Values.UpdateApplicationComponentConfigRequestSourceUpdates the configuration of an application component.
type nonrec t = {appType : AppType.t option;The type of known component.
*)applicationComponentId : ApplicationComponentId.t;The ID of the application component. The ID is unique within an AWS account.
*)configureOnly : Boolean.t option;Update the configuration request of an application component. If it is set to true, the source code and/or database credentials are updated. If it is set to false, the source code and/or database credentials are updated and an analysis is initiated.
*)inclusionStatus : InclusionStatus.t option;Indicates whether the application component has been included for server recommendation or not.
*)secretsManagerKey : SecretsManagerKey.t option;Database credentials.
*)sourceCodeList : SourceCodeList.t option;The list of source code configurations to update for the application component.
*)strategyOption : StrategyOption.t option;The preferred strategy options for the application component. Use values from the GetApplicationComponentStrategies response.
*)}val make :
?appType:??? ->
?configureOnly:??? ->
?inclusionStatus:??? ->
?secretsManagerKey:??? ->
?sourceCodeList:??? ->
?strategyOption:??? ->
applicationComponentId:ApplicationComponentId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Location.t ]) list ]
list
| `String of ApplicationComponentId.t
| `Structure of
(string * [> `Boolean of Boolean.t | `Enum of string ]) list ])
list ]