Enables you to programmatically view the list of Amazon Web Services Supply Chain data lake datasets. Developers can view the datasets and the corresponding information such as namespace, schema, and so on for a given instance ID and namespace.
get/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets
Path parameters
instanceIdstring required
The Amazon Web Services Supply Chain instance identifier.
namespacestring required
<p>The namespace of the dataset, besides the custom defined namespace, every instance comes with below pre-defined namespaces:</p> <ul> <li> <p> <b>asc</b> - For information on the Amazon Web Services Supply Chain supported datasets see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p> </li> <li> <p> <b>default</b> - For datasets with custom user-defined schemas.</p> </li> </ul>
Query parameters
nextTokenstring
The pagination token to fetch next page of datasets.
maxResultsinteger
The max number of datasets to fetch in this paginated request.
Response
Success