Module Values.UpdateSpaceInputSource

Modifies an existing AWS re:Post Private private re:Post.

Sourcetype nonrec t = {
  1. spaceId : SpaceId.t;
    (*

    The unique ID of this private re:Post.

    *)
  2. description : SpaceDescription.t option;
    (*

    A description for the private re:Post. This is used only to help you identify this private re:Post.

    *)
  3. tier : TierLevel.t option;
    (*

    The pricing tier of this private re:Post.

    *)
  4. roleArn : Arn.t option;
    (*

    The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.

    *)
  5. supportedEmailDomains : SupportedEmailDomainsParameters.t option;
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?tier:??? -> ?roleArn:??? -> ?supportedEmailDomains:??? -> spaceId:SpaceId.t -> unit -> t
Sourceval 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 ]
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