Skip to content

/AWS1/CL_DPL=>LISTDEPLOYMENTS()

About ListDeployments

Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.

Method Signature

IMPORTING

Optional arguments:

IV_APPLICATIONNAME TYPE /AWS1/DPLAPPLICATIONNAME /AWS1/DPLAPPLICATIONNAME

The name of an CodeDeploy application associated with the user or Amazon Web Services account.

If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified.

IV_DEPLOYMENTGROUPNAME TYPE /AWS1/DPLDEPLOYMENTGROUPNAME /AWS1/DPLDEPLOYMENTGROUPNAME

The name of a deployment group for the specified application.

If deploymentGroupName is specified, then applicationName must be specified. If it is not specified, then applicationName must not be specified.

IV_EXTERNALID TYPE /AWS1/DPLEXTERNALID /AWS1/DPLEXTERNALID

The unique ID of an external resource for returning deployments linked to the external resource.

IT_INCLUDEONLYSTATUSES TYPE /AWS1/CL_DPLDEPLOYMENTSTATLS00=>TT_DEPLOYMENTSTATUSLIST TT_DEPLOYMENTSTATUSLIST

A subset of deployments to list by status:

  • Created: Include created deployments in the resulting list.

  • Queued: Include queued deployments in the resulting list.

  • In Progress: Include in-progress deployments in the resulting list.

  • Succeeded: Include successful deployments in the resulting list.

  • Failed: Include failed deployments in the resulting list.

  • Stopped: Include stopped deployments in the resulting list.

IO_CREATETIMERANGE TYPE REF TO /AWS1/CL_DPLTIMERANGE /AWS1/CL_DPLTIMERANGE

A time range (start and end) for returning a subset of the list of deployments.

IV_NEXTTOKEN TYPE /AWS1/DPLNEXTTOKEN /AWS1/DPLNEXTTOKEN

An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DPLLISTDEPLOYMENTSOUT /AWS1/CL_DPLLISTDEPLOYMENTSOUT