Values.ActionInvocationSourceAn extension that was invoked as part of a deployment event.
type nonrec t = {extensionIdentifier : Identifier.t option;The name, the ID, or the Amazon Resource Name (ARN) of the extension.
*)actionName : Name.t option;The name of the action.
*)uri : Uri_.t option;The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.
*)roleArn : Arn.t option;An Amazon Resource Name (ARN) for an Identity and Access Management assume role.
*)errorMessage : String_.t option;The error message when an extension invocation fails.
*)errorCode : String_.t option;The error code when an extension invocation fails.
*)invocationId : Id.t option;A system-generated ID for this invocation.
*)}