Amazon GuardDuty · Schema

GetRemainingFreeTrialDaysResponse

GetRemainingFreeTrialDaysResponse schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
Accounts object
UnprocessedAccounts object
View JSON Schema on GitHub

JSON Schema

guardduty-get-remaining-free-trial-days-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-get-remaining-free-trial-days-response-schema.json",
  "title": "GetRemainingFreeTrialDaysResponse",
  "description": "GetRemainingFreeTrialDaysResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "Accounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountFreeTrialInfos"
        },
        {
          "xml": {
            "name": "accounts"
          },
          "description": "The member accounts which were included in a request and were processed successfully."
        }
      ]
    },
    "UnprocessedAccounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnprocessedAccounts"
        },
        {
          "xml": {
            "name": "unprocessedAccounts"
          },
          "description": "The member account that was included in a request but for which the request could not be processed."
        }
      ]
    }
  }
}