Values.UpdatePortalResponseSourceUpdates a portal.
type nonrec t = {endpointConfiguration : EndpointConfigurationResponse.t option;The endpoint configuration.
*)includedPortalProductArns : string list option;The ARNs of the portal products included in the portal.
*)lastModified : string option;The timestamp when the portal was last modified.
*)lastPublished : string option;The timestamp when the portal was last published.
*)lastPublishedDescription : string option;The description associated with the last time the portal was published.
*)portalArn : string option;The ARN of the portal.
*)portalContent : PortalContent.t option;Contains the content that is visible to portal consumers including the themes, display names, and description.
*)portalId : string option;The portal identifier.
*)preview : Preview.t option;Represents the preview endpoint and the any possible error messages during preview generation.
*)publishStatus : PublishStatus.t option;The publishStatus.
*)rumAppMonitorName : string option;The CloudWatch RUM app monitor name.
*)statusException : StatusException.t option;The status exception information.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val make :
?authorization:??? ->
?endpointConfiguration:??? ->
?includedPortalProductArns:??? ->
?lastModified:??? ->
?lastPublished:??? ->
?lastPublishedDescription:??? ->
?portalArn:??? ->
?portalContent:??? ->
?portalId:??? ->
?preview:??? ->
?publishStatus:??? ->
?rumAppMonitorName:??? ->
?statusException:??? ->
?tags:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `Map of
([> `String of string ]
* [> `String of StringWithLengthBetween1And1600.t ])
list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `String of string ]) list
| `Timestamp of string ])
list ])
list
| `Timestamp of string ])
list ]