Module Values_0.DescribeActivationsResultSource

Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.

Sourcetype nonrec t = {
  1. activationList : ActivationList.t option;
    (*

    A list of activations for your Amazon Web Services account.

    *)
  2. nextToken : NextToken.t option;
    (*

    The token for the next set of items to return. Use this token to get the next set of results.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of InternalServerError.t
  2. | `InvalidFilter of InvalidFilter.t
  3. | `InvalidNextToken of InvalidNextToken.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?activationList:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerError of InternalServerError.t | `InvalidFilter of InvalidFilter.t | `InvalidNextToken of InvalidNextToken.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerError of InternalServerError.t | `InvalidFilter of InvalidFilter.t | `InvalidNextToken of InvalidNextToken.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of RegistrationLimit.t | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of ActivationId.t | `Timestamp of ExpirationDate.t ]) list ] list | `String of NextToken.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