Values.ActionExecutionInputSourceInput information used for an action execution.
type nonrec t = {actionTypeId : ActionTypeId.t option;configuration : ActionConfigurationMap.t option;Configuration data for an action execution.
*)resolvedConfiguration : ResolvedActionConfigurationMap.t option;Configuration data for an action execution with all variable references replaced with their real values for the execution.
*)roleArn : RoleArn.t option;The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
*)region : AWSRegionName.t option;The Amazon Web Services Region for the action, such as us-east-1.
*)inputArtifacts : ArtifactDetailList.t option;Details of input artifacts of the action that correspond to the action execution.
*)namespace : ActionNamespace.t option;The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of ArtifactName.t
| `Structure of
(string * [> `String of S3Bucket.t ]) list ])
list ]
list
| `Map of
([> `String of ActionConfigurationKey.t ]
* [> `String of ActionConfigurationValue.t ])
list
| `String of RoleArn.t
| `Structure of
(string * [> `Enum of string | `String of ActionProvider.t ]) list ])
list ]