Values.UpdateSubscriptionRequestOutputSourceUpdates a specified subscription request in Amazon DataZone.
type nonrec t = {id : SubscriptionRequestId.t option;The identifier of the subscription request that is to be updated.
*)createdBy : CreatedBy.t option;The Amazon DataZone user who created the subscription request.
*)updatedBy : UpdatedBy.t option;The Amazon DataZone user who updated the subscription request.
*)domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
*)status : SubscriptionRequestStatus.t option;The status of the subscription request.
*)createdAt : CreatedAt.t option;The timestamp of when the subscription request was created.
*)updatedAt : UpdatedAt.t option;The timestamp of when the subscription request was updated.
*)requestReason : RequestReason.t option;The reason for the UpdateSubscriptionRequest action.
*)subscribedPrincipals : UpdateSubscriptionRequestOutputSubscribedPrincipalsList.t
option;The subscribed principals of the subscription request.
*)subscribedListings : UpdateSubscriptionRequestOutputSubscribedListingsList.t
option;The subscribed listings of the subscription request.
*)reviewerId : String_.t option;The identifier of the Amazon DataZone user who reviews the subscription request.
*)decisionComment : DecisionComment.t option;The decision comment of the UpdateSubscriptionRequest action.
*)existingSubscriptionId : SubscriptionId.t option;The ID of the existing subscription.
*)metadataForms : MetadataForms.t option;Metadata forms included in the subscription request.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.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 :
?id:??? ->
?createdBy:??? ->
?updatedBy:??? ->
?domainId:??? ->
?status:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?requestReason:??? ->
?subscribedPrincipals:??? ->
?subscribedListings:??? ->
?reviewerId:??? ->
?decisionComment:??? ->
?existingSubscriptionId:??? ->
?metadataForms:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of ListingId.t
| `Structure of
(string
* [> `String of ProjectId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of GlossaryTermName.t ])
list ]
list
| `String of AssetId.t
| `Structure of
(string
* [> `List of
[> `Enum of string
| `String of FilterId.t ]
list
| `String of String_.t ])
list ])
list ])
list ])
list ]
list
| `String of SubscriptionRequestId.t
| `Timestamp of CreatedAt.t ])
list ]