Values_0.RunbookSourceInformation about an Automation runbook used in a runbook workflow in Change Manager. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
type nonrec t = {documentName : DocumentARN.t;The name of the Automation runbook used in a runbook workflow.
*)documentVersion : DocumentVersion.t option;The version of the Automation runbook used in a runbook workflow.
*)parameters : AutomationParameterMap.t option;The key-value map of execution parameters, which were supplied when calling StartChangeRequestExecution.
*)targetParameterName : AutomationParameterKey.t option;The name of the parameter used as the target resource for the rate-controlled runbook workflow. Required if you specify Targets.
*)targets : Targets.t option;A key-value mapping to target resources that the runbook operation performs tasks on. Required if you specify TargetParameterName.
*)targetMaps : TargetMaps.t option;A key-value mapping of runbook parameters to target resources. Both Targets and TargetMaps can't be specified together.
*)maxConcurrency : MaxConcurrency.t option;The MaxConcurrency value specified by the user when the operation started, indicating the maximum number of resources that the runbook operation can run on at the same time.
*)maxErrors : MaxErrors.t option;The MaxErrors value specified by the user when the execution started, indicating the maximum number of errors that can occur during the operation before the updates are stopped or rolled back.
*)targetLocations : TargetLocations.t option;Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.
*)}val make :
?documentVersion:??? ->
?parameters:??? ->
?targetParameterName:??? ->
?targets:??? ->
?targetMaps:??? ->
?maxConcurrency:??? ->
?maxErrors:??? ->
?targetLocations:??? ->
documentName:DocumentARN.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Map of
([> `String of TargetMapKey.t ]
* [> `List of [> `String of TargetMapValue.t ] list ])
list
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of TargetValue.t
| `Structure of
(string
* [> `List of [> `String of TargetValue.t ] list
| `String of TargetKey.t ])
list ]
list
| `String of TargetKey.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `String of AlarmName.t ]) list ]
list ])
list ])
list ]
list
| `Map of
([> `String of AutomationParameterKey.t ]
* [> `List of [> `String of AutomationParameterValue.t ] list ])
list
| `String of DocumentARN.t ])
list ]