Module Values.DeleteSubscriptionGrantOutputSource

Deletes and subscription grant in Amazon DataZone.

Sourcetype nonrec t = {
  1. id : SubscriptionGrantId.t option;
    (*

    The ID of the subscription grant that is deleted.

    *)
  2. createdBy : CreatedBy.t option;
    (*

    The Amazon DataZone user who created the subscription grant that is deleted.

    *)
  3. updatedBy : UpdatedBy.t option;
    (*

    The Amazon DataZone user who updated the subscription grant that is deleted.

    *)
  4. domainId : DomainId.t option;
    (*

    The ID of the Amazon DataZone domain in which the subscription grant is deleted.

    *)
  5. createdAt : CreatedAt.t option;
    (*

    The timestamp of when the subscription grant that is deleted was created.

    *)
  6. updatedAt : UpdatedAt.t option;
    (*

    The timestamp of when the subscription grant that is deleted was updated.

    *)
  7. environmentId : EnvironmentId.t option;
    (*

    The ID of the environment in which the subscription grant is deleted.

    *)
  8. subscriptionTargetId : SubscriptionTargetId.t option;
    (*

    The ID of the subscription target associated with the subscription grant that is deleted.

    *)
  9. grantedEntity : GrantedEntity.t option;
    (*

    The entity to which the subscription is deleted.

    *)
  10. status : SubscriptionGrantOverallStatus.t option;
    (*

    The status of the subscription grant that is deleted.

    *)
  11. assets : SubscribedAssets.t option;
    (*

    The assets for which the subsctiption grant that is deleted gave access.

    *)
  12. subscriptionId : SubscriptionId.t option;
    (*

    The identifier of the subsctiption whose subscription grant is to be deleted.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `UnauthorizedException of UnauthorizedException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?createdBy:??? -> ?updatedBy:??? -> ?domainId:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?environmentId:??? -> ?subscriptionTargetId:??? -> ?grantedEntity:??? -> ?status:??? -> ?assets:??? -> ?subscriptionId:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t