Module Values.CreateApplicationResponseSource

Creates a Managed Service for Apache Flink application. For information about creating a Managed Service for Apache Flink application, see Creating an Application.

Sourcetype nonrec t = {
  1. applicationDetail : ApplicationDetail.t option;
    (*

    In response to your CreateApplication request, Managed Service for Apache Flink returns a response with details of the application it created.

    *)
}
Sourcetype nonrec error = [
  1. | `CodeValidationException of CodeValidationException.t
  2. | `ConcurrentModificationException of ConcurrentModificationException.t
  3. | `InvalidArgumentException of InvalidArgumentException.t
  4. | `InvalidRequestException of InvalidRequestException.t
  5. | `LimitExceededException of LimitExceededException.t
  6. | `ResourceInUseException of ResourceInUseException.t
  7. | `TooManyTagsException of TooManyTagsException.t
  8. | `UnsupportedOperationException of UnsupportedOperationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?applicationDetail:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CodeValidationException of CodeValidationException.t | `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidArgumentException of InvalidArgumentException.t | `InvalidRequestException of InvalidRequestException.t | `LimitExceededException of LimitExceededException.t | `ResourceInUseException of ResourceInUseException.t | `TooManyTagsException of TooManyTagsException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CodeValidationException of CodeValidationException.t | `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidArgumentException of InvalidArgumentException.t | `InvalidRequestException of InvalidRequestException.t | `LimitExceededException of LimitExceededException.t | `ResourceInUseException of ResourceInUseException.t | `TooManyTagsException of TooManyTagsException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Id.t ]) list ] list | `Long of ApplicationVersionId.t | `String of ResourceARN.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `String of Id.t ]) list ] list | `String of ApplicationMaintenanceWindowStartTime.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of InAppStreamName.t ] list | `Map of ([> `String of PropertyKey.t ] * [> `String of PropertyValue.t ]) list | `String of Id.t | `Structure of (string * [> `Enum of string | `Integer of InputParallelismCount.t | `List of [> `Structure of (string * [> `String of RecordColumnName.t ]) list ] list | `String of ResourceARN.t | `Structure of (string * [> `Enum of string | `String of ResourceARN.t | `Structure of (string * [> `Structure of (string * [> `String of RecordRowPath.t ]) list ]) list ]) list ]) list ]) list ] list | `String of JobPlanDescription.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of Parallelism.t | `Long of CodeSize.t | `String of TextContent.t | `Structure of (string * [> `String of BucketARN.t ]) list ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) 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