Values.GetSpaceOutputSourceDisplays information about the AWS re:Post Private private re:Post.
type nonrec t = {spaceId : SpaceId.t option;The unique ID of the private re:Post.
*)arn : Arn.t option;The ARN of the private re:Post.
*)name : SpaceName.t option;The name of the private re:Post.
*)status : ProvisioningStatus.t option;The creation or deletion status of the private re:Post.
*)configurationStatus : ConfigurationStatus.t option;The configuration status of the private re:Post.
*)clientId : ClientId.t option;The Identity Center identifier for the Application Instance.
*)identityStoreId : IdentityStoreId.t option;applicationArn : Arn.t option;description : SpaceDescription.t option;The description of the private re:Post.
*)vanityDomainStatus : VanityDomainStatus.t option;The approval status of the custom subdomain.
*)vanityDomain : Url.t option;The custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.
*)randomDomain : Url.t option;The AWS generated subdomain of the private re:Post
*)customerRoleArn : Arn.t option;The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
*)createDateTime : SyntheticTimestamp_date_time.t option;The date when the private re:Post was created.
*)deleteDateTime : SyntheticTimestamp_date_time.t option;The date when the private re:Post was deleted.
*)tier : TierLevel.t option;The pricing tier of the private re:Post.
*)storageLimit : StorageLimit.t option;The storage limit of the private re:Post.
*)userAdmins : UserAdmins.t option;The list of users that are administrators of the private re:Post.
*)groupAdmins : GroupAdmins.t option;The list of groups that are administrators of the private re:Post.
*)roles : Roles.t option;A map of accessor identifiers and their roles.
*)userKMSKey : KMSKey.t option;The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
*)userCount : UserCount.t option;The number of users that have onboarded to the private re:Post.
*)contentSize : ContentSize.t option;The content size of the private re:Post.
*)supportedEmailDomains : SupportedEmailDomainsStatus.t option;}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?spaceId:??? ->
?arn:??? ->
?name:??? ->
?status:??? ->
?configurationStatus:??? ->
?clientId:??? ->
?identityStoreId:??? ->
?applicationArn:??? ->
?description:??? ->
?vanityDomainStatus:??? ->
?vanityDomain:??? ->
?randomDomain:??? ->
?customerRoleArn:??? ->
?createDateTime:??? ->
?deleteDateTime:??? ->
?tier:??? ->
?storageLimit:??? ->
?userAdmins:??? ->
?groupAdmins:??? ->
?roles:??? ->
?userKMSKey:??? ->
?userCount:??? ->
?contentSize:??? ->
?supportedEmailDomains:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of UserCount.t
| `List of [> `String of AdminId.t ] list
| `Long of StorageLimit.t
| `Map of
([> `String of AccessorId.t ]
* [> `List of [> `Enum of string ] list ])
list
| `String of SpaceId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of EmailDomain.t ] list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]