Module Values.CreateEksAnywhereSubscriptionResponseSource

Creates an EKS Anywhere subscription. When a subscription is created, it is a contract agreement for the length of the term specified in the request. Licenses that are used to validate support are provisioned in Amazon Web Services License Manager and the caller account is granted access to EKS Anywhere Curated Packages.

Sourcetype nonrec t = {
  1. subscription : EksAnywhereSubscription.t option;
    (*

    The full description of the subscription.

    *)
}
Sourcetype nonrec error = [
  1. | `ClientException of ClientException.t
  2. | `InvalidParameterException of InvalidParameterException.t
  3. | `ResourceLimitExceededException of ResourceLimitExceededException.t
  4. | `ServerException of ServerException.t
  5. | `ServiceUnavailableException of ServiceUnavailableException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?subscription:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClientException of ClientException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceLimitExceededException of ResourceLimitExceededException.t | `ServerException of ServerException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClientException of ClientException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceLimitExceededException of ResourceLimitExceededException.t | `ServerException of ServerException.t | `ServiceUnavailableException of ServiceUnavailableException.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 * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t ]) 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