Values.GetServiceSettingsResponseSourceGets the License Manager settings for the current Region.
type nonrec t = {s3BucketArn : String_.t option;Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
*)snsTopicArn : String_.t option;SNS topic configured to receive notifications from License Manager.
*)organizationConfiguration : OrganizationConfiguration.t option;Indicates whether Organizations is integrated with License Manager for cross-account discovery.
*)enableCrossAccountsDiscovery : BoxBoolean.t option;Indicates whether cross-account discovery is enabled.
*)crossRegionDiscoveryHomeRegion : String_.t option;Cross region discovery home region.
*)crossRegionDiscoverySourceRegions : StringList.t option;Cross region discovery source regions.
*)serviceStatus : ServiceStatus.t option;Service status.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AuthorizationException of AuthorizationException.t| `RateLimitExceededException of RateLimitExceededException.t| `ServerInternalException of ServerInternalException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.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
| `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
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of
(string * [> `String of String_.t ]) list ])
list
| `String of String_.t ])
list ])
list ])
list ]