Amazon Detective Update Investigation State Request Structure
Request to update the state of an investigation
Type: objectProperties: 3Required: 3
ForensicsInvestigationSecurity
UpdateInvestigationStateRequest is a JSON Structure definition published by Amazon Detective, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-structure/amazon-detective-update-investigation-state-request-structure.json",
"description": "Request to update the state of an investigation",
"type": "object",
"properties": {
"GraphArn": {
"type": "string",
"description": "The ARN of the behavior graph.",
"example": "arn:aws:detective:us-east-1:123456789012:graph:abc123def456"
},
"InvestigationId": {
"type": "string",
"description": "The investigation ID of the investigation report.",
"example": "invest-abc123def456"
},
"State": {
"type": "string",
"description": "The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.",
"enum": [
"ACTIVE",
"ARCHIVED"
],
"example": "ARCHIVED"
}
},
"required": [
"GraphArn",
"InvestigationId",
"State"
],
"name": "UpdateInvestigationStateRequest"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.