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 GetApplicationVersionResponse

Hierarchy

Properties

applicationVersion: undefined | number

The specific version of the application.

creationTime: undefined | Date

The timestamp when the application version was created.

definitionContent: undefined | string

The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application.

description?: string

The application description.

name: undefined | string

The name of the application version.

status: undefined | string

The status of the application version.

statusReason?: string

The reason for the reported status.