Values.UpdateSubscriptionGrantStatusOutputSourceUpdates the status of the specified subscription grant status in Amazon DataZone.
type nonrec t = {id : SubscriptionGrantId.t option;The identifier of the subscription grant.
*)createdBy : CreatedBy.t option;The Amazon DataZone domain user who created the subscription grant status.
*)updatedBy : UpdatedBy.t option;The Amazon DataZone user who updated the subscription grant status.
*)domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
*)createdAt : CreatedAt.t option;The timestamp of when the subscription grant status was created.
*)updatedAt : UpdatedAt.t option;The timestamp of when the subscription grant status is to be updated.
*)environmentId : EnvironmentId.t option;The ID of the environment in which the subscription grant is updated.
*)subscriptionTargetId : SubscriptionTargetId.t option;The identifier of the subscription target whose subscription grant status is to be updated.
*)grantedEntity : GrantedEntity.t option;The granted entity to be updated as part of the UpdateSubscriptionGrantStatus action.
*)status : SubscriptionGrantOverallStatus.t option;The status to be updated as part of the UpdateSubscriptionGrantStatus action.
*)assets : SubscribedAssets.t option;The details of the asset for which the subscription grant is created.
*)subscriptionId : SubscriptionId.t option;The identifier of the subscription.
*)}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 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
* [> `Enum of string
| `String of AssetId.t
| `Structure of
(string
* [> `List of
[> `Enum of string | `String of FilterId.t ] list
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of SubscriptionGrantId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of ListingId.t ]) list ])
list
| `Timestamp of CreatedAt.t ])
list ]