{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-update-member-session-request-schema.json", "title": "UpdateMemberSessionRequest", "description": "UpdateMemberSessionRequest schema from Amazon Macie API", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/MacieStatus" }, { "description": "Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account." } ] } }, "required": [ "status" ] }