Values.AcceptSubscriptionRequestOutputSourceAccepts a subscription request to a specific asset.
type nonrec t = {id : SubscriptionRequestId.t option;The identifier of the subscription request.
*)createdBy : CreatedBy.t option;Specifies the Amazon DataZone user that accepted the specified subscription request.
*)updatedBy : UpdatedBy.t option;Specifies the Amazon DataZone user who updated the subscription request.
*)domainId : DomainId.t option;The unique identifier of the Amazon DataZone domain where the specified subscription request was accepted.
*)status : SubscriptionRequestStatus.t option;Specifies the status of the subscription request.
*)createdAt : CreatedAt.t option;The timestamp that specifies when the subscription request was accepted.
*)updatedAt : UpdatedAt.t option;Specifies the timestamp when subscription request was updated.
*)requestReason : RequestReason.t option;Specifies the reason for requesting a subscription to the asset.
*)subscribedPrincipals : AcceptSubscriptionRequestOutputSubscribedPrincipalsList.t
option;Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.
*)subscribedListings : AcceptSubscriptionRequestOutputSubscribedListingsList.t
option;Specifies the asset for which the subscription request was created.
*)reviewerId : String_.t option;Specifes the ID of the Amazon DataZone user who reviewed the subscription request.
*)decisionComment : DecisionComment.t option;Specifies the reason for accepting the subscription request.
*)existingSubscriptionId : SubscriptionId.t option;The ID of the existing subscription.
*)metadataForms : MetadataForms.t option;The metadata form in the subscription request.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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 ]