Values.AcceptSubscriptionRequestInputSourceAccepts a subscription request to a specific asset.
type nonrec t = {domainIdentifier : DomainId.t;The Amazon DataZone domain where the specified subscription request is being accepted.
*)identifier : SubscriptionRequestId.t;The unique identifier of the subscription request that is to be accepted.
*)decisionComment : DecisionComment.t option;A description that specifies the reason for accepting the specified subscription request.
*)assetScopes : AcceptedAssetScopes.t option;The asset scopes of the accept subscription request.
*)assetPermissions : AssetPermissions.t option;The asset permissions of the accept subscription request.
*)}val make :
?decisionComment:??? ->
?assetScopes:??? ->
?assetPermissions:??? ->
domainIdentifier:DomainId.t ->
identifier:SubscriptionRequestId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of FilterId.t ] list
| `String of AssetId.t
| `Structure of
(string * [> `List of [> `Enum of string ] list ])
list ])
list ]
list
| `String of DomainId.t ])
list ]