/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.
This is not a required parameter, but if not specified, by default, Amazon DataZone returns only
PENDING
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 ofMaxResults
, the response contains aNextToken
value that you can use in a subsequent call toListSubscriptionRequests
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 forMaxResults
that is less than the number of subscription requests, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListSubscriptionRequests
to list the next set of subscription requests.