Module Values.UpdateFlywheelRequestSource

Update the configuration information for an existing flywheel.

Sourcetype nonrec t = {
  1. flywheelArn : ComprehendFlywheelArn.t;
    (*

    The Amazon Resource Number (ARN) of the flywheel to update.

    *)
  2. activeModelArn : ComprehendModelArn.t option;
    (*

    The Amazon Resource Number (ARN) of the active model version.

    *)
  3. dataAccessRoleArn : IamRoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.

    *)
  4. dataSecurityConfig : UpdateDataSecurityConfig.t option;
    (*

    Flywheel data security configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?activeModelArn:??? -> ?dataAccessRoleArn:??? -> ?dataSecurityConfig:??? -> flywheelArn:ComprehendFlywheelArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ComprehendFlywheelArn.t | `Structure of (string * [> `String of KmsKeyId.t | `Structure of (string * [> `List of [> `String of SecurityGroupId.t ] list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t