Amazon Macie · JSON Structure

Amazon Macie Get Usage Totals Response Structure

GetUsageTotalsResponse schema from Amazon Macie API

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

timeRange usageTotals

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-get-usage-totals-response-structure.json",
  "name": "GetUsageTotalsResponse",
  "description": "GetUsageTotalsResponse schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "timeRange": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimeRange"
        },
        {
          "description": "The inclusive time period that the usage data applies to. Possible values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days."
        }
      ]
    },
    "usageTotals": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfUsageTotal"
        },
        {
          "description": "An array of objects that contains the results of the query. Each object contains the data for a specific usage metric."
        }
      ]
    }
  }
}