Module Values.UpdateServiceResponseSource

Sourcetype nonrec t = {
  1. service : Service.t option;
    (*

    The full description of your service following the update call.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ClientException of ClientException.t
  3. | `ClusterNotFoundException of ClusterNotFoundException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `NamespaceNotFoundException of NamespaceNotFoundException.t
  6. | `PlatformTaskDefinitionIncompatibilityException of PlatformTaskDefinitionIncompatibilityException.t
  7. | `PlatformUnknownException of PlatformUnknownException.t
  8. | `ServerException of ServerException.t
  9. | `ServiceNotActiveException of ServiceNotActiveException.t
  10. | `ServiceNotFoundException of ServiceNotFoundException.t
  11. | `UnsupportedFeatureException of UnsupportedFeatureException.t
  12. | `Unknown_operation_error of string * string option
]
Sourceval make : ?service:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `ClusterNotFoundException of ClusterNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `NamespaceNotFoundException of NamespaceNotFoundException.t | `PlatformTaskDefinitionIncompatibilityException of PlatformTaskDefinitionIncompatibilityException.t | `PlatformUnknownException of PlatformUnknownException.t | `ServerException of ServerException.t | `ServiceNotActiveException of ServiceNotActiveException.t | `ServiceNotFoundException of ServiceNotFoundException.t | `Unknown_operation_error of string * string option | `UnsupportedFeatureException of UnsupportedFeatureException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `ClusterNotFoundException of ClusterNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `NamespaceNotFoundException of NamespaceNotFoundException.t | `PlatformTaskDefinitionIncompatibilityException of PlatformTaskDefinitionIncompatibilityException.t | `PlatformUnknownException of PlatformUnknownException.t | `ServerException of ServerException.t | `ServiceNotActiveException of ServiceNotActiveException.t | `ServiceNotFoundException of ServiceNotFoundException.t | `Unknown_operation_error of string * string option | `UnsupportedFeatureException of UnsupportedFeatureException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of BoxedInteger.t | `List of [> `Structure of (string * [> `Integer of CapacityProviderStrategyItemWeight.t | `String of String_.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `Integer of BoxedInteger.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list ]) list ] list | `String of String_.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Double of Double.t | `Enum of string | `List of [> `Structure of (string * [> `Integer of PortNumber.t | `List of [> `Structure of (string * [> `Integer of PortNumber.t | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Integer of Duration.t | `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of BoxedInteger.t | `List of [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of String_.t | `Structure of 'a list ]) list ] list | `Structure of (string * [> `Boolean of Boolean.t | `Double of Double.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t ] 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