Module Values.GetLicenseConfigurationResponseSource

Gets detailed information about the specified license configuration.

Sourcetype nonrec t = {
  1. licenseConfigurationId : String_.t option;
    (*

    Unique ID for the license configuration.

    *)
  2. licenseConfigurationArn : String_.t option;
    (*

    Amazon Resource Name (ARN) of the license configuration.

    *)
  3. name : String_.t option;
    (*

    Name of the license configuration.

    *)
  4. description : String_.t option;
    (*

    Description of the license configuration.

    *)
  5. licenseCountingType : LicenseCountingType.t option;
    (*

    Dimension for which the licenses are counted.

    *)
  6. licenseRules : StringList.t option;
    (*

    License rules.

    *)
  7. licenseCount : BoxLong.t option;
    (*

    Number of available licenses.

    *)
  8. licenseCountHardLimit : BoxBoolean.t option;
    (*

    Sets the number of available licenses as a hard limit.

    *)
  9. consumedLicenses : BoxLong.t option;
    (*

    Number of licenses assigned to resources.

    *)
  10. status : String_.t option;
    (*

    License configuration status.

    *)
  11. ownerAccountId : String_.t option;
    (*

    Account ID of the owner of the license configuration.

    *)
  12. consumedLicenseSummaryList : ConsumedLicenseSummaryList.t option;
    (*

    Summaries of the licenses consumed by resources.

    *)
  13. managedResourceSummaryList : ManagedResourceSummaryList.t option;
    (*

    Summaries of the managed resources.

    *)
  14. tags : TagList.t option;
    (*

    Tags for the license configuration.

    *)
  15. productInformationList : ProductInformationList.t option;
    (*

    Product information.

    *)
  16. automatedDiscoveryInformation : AutomatedDiscoveryInformation.t option;
    (*

    Automated discovery information.

    *)
  17. disassociateWhenNotFound : BoxBoolean.t option;
    (*

    When true, disassociates a resource when software is uninstalled.

    *)
  18. licenseExpiry : BoxLong.t option;
    (*

    License Expiry.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `AuthorizationException of AuthorizationException.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `RateLimitExceededException of RateLimitExceededException.t
  5. | `ServerInternalException of ServerInternalException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?licenseConfigurationId:??? -> ?licenseConfigurationArn:??? -> ?name:??? -> ?description:??? -> ?licenseCountingType:??? -> ?licenseRules:??? -> ?licenseCount:??? -> ?licenseCountHardLimit:??? -> ?consumedLicenses:??? -> ?status:??? -> ?ownerAccountId:??? -> ?consumedLicenseSummaryList:??? -> ?managedResourceSummaryList:??? -> ?tags:??? -> ?productInformationList:??? -> ?automatedDiscoveryInformation:??? -> ?disassociateWhenNotFound:??? -> ?licenseExpiry:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `AuthorizationException of AuthorizationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `RateLimitExceededException of RateLimitExceededException.t | `ServerInternalException of ServerInternalException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `AuthorizationException of AuthorizationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `RateLimitExceededException of RateLimitExceededException.t | `ServerInternalException of ServerInternalException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxBoolean.t | `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `Long of BoxLong.t | `String of String_.t ]) list ] list | `Long of BoxLong.t | `String of String_.t | `Structure of (string * [> `Timestamp of DateTime.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