Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ActionInvocation

An extension that was invoked as part of a deployment event.

Hierarchy

  • ActionInvocation

Properties

ActionName?: string

The name of the action.

ErrorCode?: string

The error code when an extension invocation fails.

ErrorMessage?: string

The error message when an extension invocation fails.

ExtensionIdentifier?: string

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

InvocationId?: string

A system-generated ID for this invocation.

RoleArn?: string

An Amazon Resource Name (ARN) for an Identity and Access Management assume role.

Uri?: string

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.