Amazon Comprehend · JSON Structure

Openapi.Yml Update Flywheel Request Structure

UpdateFlywheelRequest schema

Type: object Properties: 4 Required: 1
Machine LearningNatural Language ProcessingNLPText Analysis

UpdateFlywheelRequest is a JSON Structure definition published by Amazon Comprehend, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FlywheelArn ActiveModelArn DataAccessRoleArn DataSecurityConfig

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-comprehend/refs/heads/main/json-structure/openapi.yml-update-flywheel-request-structure.json",
  "name": "UpdateFlywheelRequest",
  "description": "UpdateFlywheelRequest schema",
  "type": "object",
  "properties": {
    "FlywheelArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComprehendFlywheelArn"
        },
        {
          "description": "The Amazon Resource Number (ARN) of the flywheel to update."
        }
      ]
    },
    "ActiveModelArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComprehendModelArn"
        },
        {
          "description": "The Amazon Resource Number (ARN) of the active model version."
        }
      ]
    },
    "DataAccessRoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IamRoleArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data."
        }
      ]
    },
    "DataSecurityConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateDataSecurityConfig"
        },
        {
          "description": "Flywheel data security configuration."
        }
      ]
    }
  },
  "required": [
    "FlywheelArn"
  ]
}