Skip to content

/AWS1/CL_DZN=>LISTSUBSCRIPTIONREQUESTS()

About ListSubscriptionRequests

Lists Amazon DataZone subscription requests.

Method Signature

IMPORTING

Required arguments:

IV_DOMAINIDENTIFIER TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon DataZone domain.

Optional arguments:

IV_STATUS TYPE /AWS1/DZNSUBSCRIPTIONREQSTATUS /AWS1/DZNSUBSCRIPTIONREQSTATUS

Specifies the status of the subscription requests.

IV_SUBSCRIBEDLISTINGID TYPE /AWS1/DZNLISTINGID /AWS1/DZNLISTINGID

The identifier of the subscribed listing.

IV_OWNINGPROJECTID TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID

The identifier of the project for the subscription requests.

IV_APPROVERPROJECTID TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID

The identifier of the subscription request approver's project.

IV_SORTBY TYPE /AWS1/DZNSORTKEY /AWS1/DZNSORTKEY

Specifies the way to sort the results of this action.

IV_SORTORDER TYPE /AWS1/DZNSORTORDER /AWS1/DZNSORTORDER

Specifies the sort order for the results of this action.

IV_MAXRESULTS TYPE /AWS1/DZNMAXRESULTS /AWS1/DZNMAXRESULTS

The maximum number of subscription requests to return in a single call to ListSubscriptionRequests. When the number of subscription requests to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptionRequests to list the next set of subscription requests.

IV_NEXTTOKEN TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN

When the number of subscription requests is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription requests, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionRequests to list the next set of subscription requests.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DZNLSTSUBSCRIPTIONR01 /AWS1/CL_DZNLSTSUBSCRIPTIONR01