Values.GetSubscriptionOutputSourceGets a subscription in Amazon DataZone.
type nonrec t = {id : SubscriptionId.t option;The ID of the subscription.
*)createdBy : CreatedBy.t option;The Amazon DataZone user who created the subscription.
*)updatedBy : UpdatedBy.t option;The Amazon DataZone user who updated the subscription.
*)domainId : DomainId.t option;The ID of the Amazon DataZone domain in which the subscription exists.
*)status : SubscriptionStatus.t option;The status of the subscription.
*)createdAt : CreatedAt.t option;The timestamp of when the subscription was created.
*)updatedAt : UpdatedAt.t option;The timestamp of when the subscription was updated.
*)subscribedPrincipal : SubscribedPrincipal.t option;The principal that owns the subscription.
*)subscribedListing : SubscribedListing.t option;The details of the published asset for which the subscription grant is created.
*)subscriptionRequestId : SubscriptionRequestId.t option;The ID of the subscription request.
*)retainPermissions : Boolean.t option;The retain permissions of the subscription.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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 error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.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
| `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
* [> `Boolean of Boolean.t
| `Enum of string
| `String of SubscriptionId.t
| `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
| `Timestamp of CreatedAt.t ])
list ]