Values.GetLicenseConfigurationResponseSourceGets detailed information about the specified license configuration.
type nonrec t = {licenseConfigurationId : String_.t option;Unique ID for the license configuration.
*)licenseConfigurationArn : String_.t option;Amazon Resource Name (ARN) of the license configuration.
*)name : String_.t option;Name of the license configuration.
*)description : String_.t option;Description of the license configuration.
*)licenseCountingType : LicenseCountingType.t option;Dimension for which the licenses are counted.
*)licenseRules : StringList.t option;License rules.
*)licenseCount : BoxLong.t option;Number of available licenses.
*)licenseCountHardLimit : BoxBoolean.t option;Sets the number of available licenses as a hard limit.
*)consumedLicenses : BoxLong.t option;Number of licenses assigned to resources.
*)status : String_.t option;License configuration status.
*)ownerAccountId : String_.t option;Account ID of the owner of the license configuration.
*)consumedLicenseSummaryList : ConsumedLicenseSummaryList.t option;Summaries of the licenses consumed by resources.
*)managedResourceSummaryList : ManagedResourceSummaryList.t option;Summaries of the managed resources.
*)productInformationList : ProductInformationList.t option;Product information.
*)automatedDiscoveryInformation : AutomatedDiscoveryInformation.t option;Automated discovery information.
*)disassociateWhenNotFound : BoxBoolean.t option;When true, disassociates a resource when software is uninstalled.
*)licenseExpiry : BoxLong.t option;License Expiry.
*)}type nonrec error = [ | `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 ]val make :
?licenseConfigurationId:??? ->
?licenseConfigurationArn:??? ->
?name:??? ->
?description:??? ->
?licenseCountingType:??? ->
?licenseRules:??? ->
?licenseCount:??? ->
?licenseCountHardLimit:??? ->
?consumedLicenses:??? ->
?status:??? ->
?ownerAccountId:??? ->
?consumedLicenseSummaryList:??? ->
?managedResourceSummaryList:??? ->
?tags:??? ->
?productInformationList:??? ->
?automatedDiscoveryInformation:??? ->
?disassociateWhenNotFound:??? ->
?licenseExpiry:??? ->
unit ->
tval 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 ]val 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 ]val 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 ]