- Navigation Guide
@aws-sdk/client-amplify
ListArtifactsCommandInput Interface
The input for ListArtifactsCommand.
Members
Name | Type | Details |
---|---|---|
appId Required | string | undefined | The unique ID for an Amplify app. |
branchName Required | string | undefined | The name of a branch that is part of an Amplify app. |
jobId Required | string | 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