Module Values.UpdatePortalRequestSource

The request body for the patch operation.

Sourcetype nonrec t = {
  1. authorization : Authorization.t option;
    (*

    The authorization of the portal.

    *)
  2. endpointConfiguration : EndpointConfigurationRequest.t option;
    (*

    Represents an endpoint configuration.

    *)
  3. includedPortalProductArns : string list option;
    (*

    The ARNs of the portal products included in the portal.

    *)
  4. logoUri : string option;
    (*

    The logo URI.

    *)
  5. portalContent : PortalContent.t option;
    (*

    Contains the content that is visible to portal consumers including the themes, display names, and description.

    *)
  6. portalId : string;
    (*

    The portal identifier.

    *)
  7. rumAppMonitorName : string option;
    (*

    The CloudWatch RUM app monitor name.

    *)
}
Sourceval context_ : string
Sourceval make : ?authorization:??? -> ?endpointConfiguration:??? -> ?includedPortalProductArns:??? -> ?logoUri:??? -> ?portalContent:??? -> ?rumAppMonitorName:??? -> portalId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `String of string | `Structure of (string * [> `String of string | `Structure of (string * [> `String of string | `Structure of (string * [> `String of string ]) list | `Timestamp of string ]) 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