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 UpdateExtensionCommandOutputProtected

The output of UpdateExtensionCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Actions?: Record<string, Action[]>

The actions defined in the extension.

Arn?: string

The system-generated Amazon Resource Name (ARN) for the extension.

Description?: string

Information about the extension.

Id?: string

The system-generated ID of the extension.

Name?: string

The extension name.

Parameters?: Record<string, Parameter>

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object.

VersionNumber?: number

The extension version number.