Amazon CodeGuru Profiler · JSON Structure

Amazon Codeguru Profiler Remove Notification Channel Response Structure

The structure representing the RemoveNotificationChannelResponse.

Type: object Properties: 1
AmazonApplication PerformanceProfilingDevOpsMachine Learning

RemoveNotificationChannelResponse is a JSON Structure definition published by Amazon CodeGuru Profiler, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

notificationConfiguration

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-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-remove-notification-channel-response-structure.json",
  "name": "RemoveNotificationChannelResponse",
  "description": "The structure representing the RemoveNotificationChannelResponse.",
  "type": "object",
  "properties": {
    "notificationConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NotificationConfiguration"
        },
        {
          "description": "The new notification configuration for this profiling group."
        }
      ]
    }
  }
}