Skip to content

/AWS1/CL_AMF=>LISTARTIFACTS()

About ListArtifacts

Returns a list of artifacts for a specified app, branch, and job.

Method Signature

IMPORTING

Required arguments:

IV_APPID TYPE /AWS1/AMFAPPID /AWS1/AMFAPPID

The unique ID for an Amplify app.

IV_BRANCHNAME TYPE /AWS1/AMFBRANCHNAME /AWS1/AMFBRANCHNAME

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

IV_JOBID TYPE /AWS1/AMFJOBID /AWS1/AMFJOBID

The unique ID for a job.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/AMFNEXTTOKEN /AWS1/AMFNEXTTOKEN

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.

IV_MAXRESULTS TYPE /AWS1/AMFMAXRESULTS /AWS1/AMFMAXRESULTS

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_AMFLISTARTIFACTSRSLT /AWS1/CL_AMFLISTARTIFACTSRSLT