Module Values.GetServiceSettingsResponseSource

Gets the License Manager settings for the current Region.

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

    Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.

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

    SNS topic configured to receive notifications from License Manager.

    *)
  3. organizationConfiguration : OrganizationConfiguration.t option;
    (*

    Indicates whether Organizations is integrated with License Manager for cross-account discovery.

    *)
  4. enableCrossAccountsDiscovery : BoxBoolean.t option;
    (*

    Indicates whether cross-account discovery is enabled.

    *)
  5. licenseManagerResourceShareArn : String_.t option;
    (*

    Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.

    *)
  6. crossRegionDiscoveryHomeRegion : String_.t option;
    (*

    Cross region discovery home region.

    *)
  7. crossRegionDiscoverySourceRegions : StringList.t option;
    (*

    Cross region discovery source regions.

    *)
  8. serviceStatus : ServiceStatus.t option;
    (*

    Service status.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `AuthorizationException of AuthorizationException.t
  3. | `RateLimitExceededException of RateLimitExceededException.t
  4. | `ServerInternalException of ServerInternalException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?s3BucketArn:??? -> ?snsTopicArn:??? -> ?organizationConfiguration:??? -> ?enableCrossAccountsDiscovery:??? -> ?licenseManagerResourceShareArn:??? -> ?crossRegionDiscoveryHomeRegion:??? -> ?crossRegionDiscoverySourceRegions:??? -> ?serviceStatus:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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