Applications applicationId Dependencies - AWS Serverless Application Repository

Applications applicationId Dependencies

URI

/applications/applicationId/dependencies

HTTP methods

GET

Operation ID: ListApplicationDependencies

Retrieves the list of applications nested in the containing application.

Path parameters
NameTypeRequiredDescription
applicationIdStringTrue

The Amazon Resource Name (ARN) of the application.

Query parameters
NameTypeRequiredDescription
nextTokenStringFalse

A token to specify where to start paginating.

maxItemsStringFalse

The total number of items to return.

semanticVersionStringFalse

The semantic version of the application to get.

Responses
Status codeResponse modelDescription
200ApplicationDependencyPage

Success

400BadRequestException

One of the parameters in the request is invalid.

403ForbiddenException

The client is not authenticated.

404NotFoundException

The resource (for example, an access policy statement) specified in the request doesn't exist.

429TooManyRequestsException

The client is sending more than the allowed number of requests per unit of time.

500InternalServerErrorException

The AWS Serverless Application Repository service encountered an internal error.

OPTIONS

Path parameters
NameTypeRequiredDescription
applicationIdStringTrue

The Amazon Resource Name (ARN) of the application.

Responses
Status codeResponse modelDescription
200None

200 response

Schemas

Response bodies

{ "dependencies": [ { "applicationId": "string", "semanticVersion": "string" } ], "nextToken": "string" }
{ "message": "string", "errorCode": "string" }
{ "message": "string", "errorCode": "string" }
{ "message": "string", "errorCode": "string" }
{ "message": "string", "errorCode": "string" }
{ "message": "string", "errorCode": "string" }

Properties

ApplicationDependencyPage

A list of application summaries nested in the application.

PropertyTypeRequiredDescription
dependencies

Array of type ApplicationDependencySummary

True

An array of application summaries nested in the application.

nextToken

string

False

The token to request the next page of results.

ApplicationDependencySummary

A nested application summary.

PropertyTypeRequiredDescription
applicationId

string

True

The Amazon Resource Name (ARN) of the nested application.

semanticVersion

string

True

The semantic version of the nested application.

BadRequestException

One of the parameters in the request is invalid.

PropertyTypeRequiredDescription
errorCode

string

False

400

message

string

False

One of the parameters in the request is invalid.

ForbiddenException

The client is not authenticated.

PropertyTypeRequiredDescription
errorCode

string

False

403

message

string

False

The client is not authenticated.

InternalServerErrorException

The AWS Serverless Application Repository service encountered an internal error.

PropertyTypeRequiredDescription
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.

PropertyTypeRequiredDescription
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.

PropertyTypeRequiredDescription
errorCode

string

False

429

message

string

False

The client is sending more than the allowed number of requests per unit of time.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

ListApplicationDependencies