/AWS1/CL_DZN=>LISTSUBSCRIPTIONS()
¶
About ListSubscriptions¶
Lists subscriptions in Amazon DataZone.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DOMAINIDENTIFIER
TYPE /AWS1/DZNDOMAINID
/AWS1/DZNDOMAINID
¶
The identifier of the Amazon DataZone domain.
Optional arguments:¶
IV_SUBSCRIPTIONREQUESTID00
TYPE /AWS1/DZNSUBSCRIPTIONREQUESTID
/AWS1/DZNSUBSCRIPTIONREQUESTID
¶
The identifier of the subscription request for the subscriptions that you want to list.
IV_STATUS
TYPE /AWS1/DZNSUBSCRIPTIONSTATUS
/AWS1/DZNSUBSCRIPTIONSTATUS
¶
The status of the subscriptions that you want to list.
This is not a required parameter, but if not provided, by default, Amazon DataZone returns only
APPROVED
subscriptions.
IV_SUBSCRIBEDLISTINGID
TYPE /AWS1/DZNLISTINGID
/AWS1/DZNLISTINGID
¶
The identifier of the subscribed listing for the subscriptions that you want to list.
IV_OWNINGPROJECTID
TYPE /AWS1/DZNPROJECTID
/AWS1/DZNPROJECTID
¶
The identifier of the owning project.
IV_APPROVERPROJECTID
TYPE /AWS1/DZNPROJECTID
/AWS1/DZNPROJECTID
¶
The identifier of the project for the subscription's approver.
IV_SORTBY
TYPE /AWS1/DZNSORTKEY
/AWS1/DZNSORTKEY
¶
Specifies the way in which the results of this action are to be sorted.
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 subscriptions to return in a single call to
ListSubscriptions
. When the number of subscriptions to be listed is greater than the value ofMaxResults
, the response contains aNextToken
value that you can use in a subsequent call toListSubscriptions
to list the next set of Subscriptions.
IV_NEXTTOKEN
TYPE /AWS1/DZNPAGINATIONTOKEN
/AWS1/DZNPAGINATIONTOKEN
¶
When the number of subscriptions 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 subscriptions, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListSubscriptions
to list the next set of subscriptions.