Values.DeleteResourceEndpointAssociationRequestSourceDisassociates the resource configuration from the resource VPC endpoint.
type nonrec t = {resourceEndpointAssociationIdentifier : ResourceEndpointAssociationIdentifier.t;The ID or ARN of the association.
*)}val make :
resourceEndpointAssociationIdentifier:ResourceEndpointAssociationIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of ResourceEndpointAssociationIdentifier.t ]) list ]