Lists all metadata generation runs
Source:R/datazone_operations.R
datazone_list_metadata_generation_runs.RdLists all metadata generation runs.
See https://www.paws-r-sdk.com/docs/datazone_list_metadata_generation_runs/ for full documentation.
Usage
datazone_list_metadata_generation_runs(
domainIdentifier,
status = NULL,
type = NULL,
nextToken = NULL,
maxResults = NULL,
targetIdentifier = NULL
)Arguments
- domainIdentifier
[required] The ID of the Amazon DataZone domain where you want to list metadata generation runs.
- status
The status of the metadata generation runs.
- type
The type of the metadata generation runs.
- nextToken
When the number of metadata generation runs 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 metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
- maxResults
The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs 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 ListMetadataGenerationRuns to list the next set of revisions.
- targetIdentifier
The target ID for which you want to list metadata generation runs.