Module Values.AddApplicationCloudWatchLoggingOptionResponseSource

Adds an Amazon CloudWatch log stream to monitor application configuration errors.

Sourcetype nonrec t = {
  1. applicationARN : ResourceARN.t option;
    (*

    The application's ARN.

    *)
  2. applicationVersionId : ApplicationVersionId.t option;
    (*

    The new version ID of the SQL-based Kinesis Data Analytics application. Kinesis Data Analytics updates the ApplicationVersionId each time you change the CloudWatch logging options.

    *)
  3. cloudWatchLoggingOptionDescriptions : CloudWatchLoggingOptionDescriptions.t option;
    (*

    The descriptions of the current CloudWatch logging options for the SQL-based Kinesis Data Analytics application.

    *)
  4. operationId : OperationId.t option;
    (*

    The operation ID that can be used to track the request.

    *)
}
Sourcetype nonrec error = [
  1. | `ConcurrentModificationException of ConcurrentModificationException.t
  2. | `InvalidApplicationConfigurationException of InvalidApplicationConfigurationException.t
  3. | `InvalidArgumentException of InvalidArgumentException.t
  4. | `InvalidRequestException of InvalidRequestException.t
  5. | `ResourceInUseException of ResourceInUseException.t
  6. | `ResourceNotFoundException of ResourceNotFoundException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?applicationARN:??? -> ?applicationVersionId:??? -> ?cloudWatchLoggingOptionDescriptions:??? -> ?operationId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidApplicationConfigurationException of InvalidApplicationConfigurationException.t | `InvalidArgumentException of InvalidArgumentException.t | `InvalidRequestException of InvalidRequestException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidApplicationConfigurationException of InvalidApplicationConfigurationException.t | `InvalidArgumentException of InvalidArgumentException.t | `InvalidRequestException of InvalidRequestException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Id.t ]) list ] list | `Long of ApplicationVersionId.t | `String of ResourceARN.t ]) 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