Values.UpdateSpaceInputSourceModifies an existing AWS re:Post Private private re:Post.
type nonrec t = {spaceId : SpaceId.t;The unique ID of this private re:Post.
*)description : SpaceDescription.t option;A description for the private re:Post. This is used only to help you identify this private re:Post.
*)tier : TierLevel.t option;The pricing tier of this private re:Post.
*)roleArn : Arn.t option;The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
*)supportedEmailDomains : SupportedEmailDomainsParameters.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SpaceId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of EmailDomain.t ] list ])
list ])
list ]