Values.AddApplicationCloudWatchLoggingOptionResponseSourceAdds an Amazon CloudWatch log stream to monitor application configuration errors.
type nonrec t = {applicationARN : ResourceARN.t option;The application's ARN.
*)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.
*)cloudWatchLoggingOptionDescriptions : CloudWatchLoggingOptionDescriptions.t
option;The descriptions of the current CloudWatch logging options for the SQL-based Kinesis Data Analytics application.
*)operationId : OperationId.t option;The operation ID that can be used to track the request.
*)}type nonrec error = [ | `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 ]val 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 ]val 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 ]val 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 ]