Module Values.AssociateApplicationFleetResultSource

Associates the specified application with the specified fleet. This is only supported for Elastic fleets.

Sourcetype nonrec t = {
  1. applicationFleetAssociation : ApplicationFleetAssociation.t option;
    (*

    If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.

    *)
}
Sourcetype nonrec error = [
  1. | `ConcurrentModificationException of ConcurrentModificationException.t
  2. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  3. | `LimitExceededException of LimitExceededException.t
  4. | `OperationNotPermittedException of OperationNotPermittedException.t
  5. | `ResourceNotFoundException of ResourceNotFoundException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?applicationFleetAssociation:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `LimitExceededException of LimitExceededException.t | `OperationNotPermittedException of OperationNotPermittedException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `LimitExceededException of LimitExceededException.t | `OperationNotPermittedException of OperationNotPermittedException.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 * [> `Structure of (string * [> `String of String_.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