Applications applicationId Versions
URI
/applications/
applicationId
/versions
HTTP methods
GET
Operation ID: ListApplicationVersions
Lists versions for the specified application.
Name | Type | Required | Description |
---|---|---|---|
applicationId | String | True | The Amazon Resource Name (ARN) of the application. |
Name | Type | Required | Description |
---|---|---|---|
maxItems | String | False | The total number of items to return. |
nextToken | String | False | A token to specify where to start paginating. |
Status code | Response model | Description |
---|---|---|
200 | ApplicationVersionPage | Success |
400 | BadRequestException | One of the parameters in the request is invalid. |
403 | ForbiddenException | The client is not authenticated. |
404 | NotFoundException | The resource (for example, an access policy statement) specified in the request doesn't exist. |
429 | TooManyRequestsException | The client is sending more than the allowed number of requests per unit of time. |
500 | InternalServerErrorException | The AWS Serverless Application Repository service encountered an internal error. |
OPTIONS
Name | Type | Required | Description |
---|---|---|---|
applicationId | String | True | The Amazon Resource Name (ARN) of the application. |
Status code | Response model | Description |
---|---|---|
200 | None | 200 response |
Schemas
Response bodies
{ "versions": [ { "applicationId": "string", "semanticVersion": "string", "sourceCodeUrl": "string", "creationTime": "string" } ], "nextToken": "string" }
Properties
ApplicationVersionPage
A list of version summaries for the application.
Property | Type | Required | Description |
---|---|---|---|
nextToken | string | False | The token to request the next page of results. |
versions | Array of type VersionSummary | True | An array of version summaries for the application. |
BadRequestException
One of the parameters in the request is invalid.
Property | Type | Required | Description |
---|---|---|---|
errorCode | string | False | 400 |
message | string | False | One of the parameters in the request is invalid. |
ForbiddenException
The client is not authenticated.
Property | Type | Required | Description |
---|---|---|---|
errorCode | string | False | 403 |
message | string | False | The client is not authenticated. |
InternalServerErrorException
The AWS Serverless Application Repository service encountered an internal error.
Property | Type | Required | Description |
---|---|---|---|
errorCode | string | False | 500 |
message | string | False | The AWS Serverless Application Repository service encountered an internal error. |
NotFoundException
The resource (for example, an access policy statement) specified in the request doesn't exist.
Property | Type | Required | Description |
---|---|---|---|
errorCode | string | False | 404 |
message | string | False | The resource (for example, an access policy statement) specified in the request doesn't exist. |
TooManyRequestsException
The client is sending more than the allowed number of requests per unit of time.
Property | Type | Required | Description |
---|---|---|---|
errorCode | string | False | 429 |
message | string | False | The client is sending more than the allowed number of requests per unit of time. |
VersionSummary
An application version summary.
Property | Type | Required | Description |
---|---|---|---|
applicationId | string | True | The application Amazon Resource Name (ARN). |
creationTime | string | True | The date and time this resource was created. |
semanticVersion | string | True | The semantic version of the application: |
sourceCodeUrl | string | False | A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit. |
See also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: