Amazon Macie · JSON Structure

Amazon Macie Update Member Session Request Structure

UpdateMemberSessionRequest schema from Amazon Macie API

Type: object Properties: 1 Required: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

UpdateMemberSessionRequest is a JSON Structure definition published by Amazon Macie, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status

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-macie/refs/heads/main/json-structure/amazon-macie-update-member-session-request-structure.json",
  "name": "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"
  ]
}