Amazon Macie Get Usage Statistics Response Structure
GetUsageStatisticsResponse schema from Amazon Macie API
Type: objectProperties: 3
Data SecuritySensitive DataPrivacyComplianceMachine-LearningS3
GetUsageStatisticsResponse is a JSON Structure definition published by Amazon Macie, describing 3 properties. 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-macie/refs/heads/main/json-structure/amazon-macie-get-usage-statistics-response-structure.json",
"name": "GetUsageStatisticsResponse",
"description": "GetUsageStatisticsResponse schema from Amazon Macie API",
"type": "object",
"properties": {
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages."
}
]
},
"records": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfUsageRecord"
},
{
"description": "An array of objects that contains the results of the query. Each object contains the data for an account that matches the filter criteria specified in the request."
}
]
},
"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."
}
]
}
}
}
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.