Amazon Detective · JSON Structure

Amazon Detective List Datasource Packages Response Structure

Response from listing datasource packages

Type: object Properties: 2
ForensicsInvestigationSecurity

ListDatasourcePackagesResponse is a JSON Structure definition published by Amazon Detective, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DatasourcePackages NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-structure/amazon-detective-list-datasource-packages-response-structure.json",
  "description": "Response from listing datasource packages",
  "type": "object",
  "properties": {
    "DatasourcePackages": {
      "type": "object",
      "description": "Details on the data source packages active in the behavior graph.",
      "additionalProperties": {
        "$ref": "#/components/schemas/DatasourcePackageIngestDetail"
      }
    },
    "NextToken": {
      "type": "string",
      "description": "For requests to get the next page of results."
    }
  },
  "name": "ListDatasourcePackagesResponse"
}