@aws-sdk/client-amplify

ListArtifactsCommandInput Interface

The input for ListArtifactsCommand.

Members

Name
Type
Details
appId Requiredstring | undefined

The unique ID for an Amplify app.

branchName Requiredstring | undefined

The name of a branch that is part of an Amplify app.

jobId Requiredstring | undefined

The unique ID for a job.

maxResults number | undefined

The maximum number of records to list in a single response.

nextToken string | undefined

A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.

Full Signature

export interface ListArtifactsCommandInput extends ListArtifactsRequest