Module Values.DeleteApplicationCloudWatchLoggingOptionRequestSource

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Deletes a CloudWatch log stream from an application. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    The Kinesis Analytics application name.

    *)
  2. currentApplicationVersionId : ApplicationVersionId.t;
    (*

    The version ID of the Kinesis Analytics application.

    *)
  3. cloudWatchLoggingOptionId : Id.t;
    (*

    The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can get the CloudWatchLoggingOptionId by using the DescribeApplication operation.

    *)
}
Sourceval context_ : string
Sourceval make : applicationName:ApplicationName.t -> currentApplicationVersionId:ApplicationVersionId.t -> cloudWatchLoggingOptionId:Id.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of ApplicationVersionId.t | `String of ApplicationName.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