Amazon Managed Grafana · JSON Structure

Amazon Managed Grafana Update Permissions Response Structure

UpdatePermissionsResponse schema from Amazon Managed Grafana API

Type: object Properties: 1 Required: 1
DashboardsMonitoringObservabilityVisualization

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

Properties

errors

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-managed-grafana/refs/heads/main/json-structure/amazon-managed-grafana-update-permissions-response-structure.json",
  "name": "UpdatePermissionsResponse",
  "description": "UpdatePermissionsResponse schema from Amazon Managed Grafana API",
  "type": "object",
  "properties": {
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateErrorList"
        },
        {
          "description": "An array of structures that contain the errors from the operation, if any."
        }
      ]
    }
  },
  "required": [
    "errors"
  ]
}