Values.DeleteResourceEndpointAssociationResponseSourceDisassociates the resource configuration from the resource VPC endpoint.
type nonrec t = {id : ResourceEndpointAssociationId.t option;The ID of the association.
*)arn : ResourceEndpointAssociationArn.t option;The Amazon Resource Name (ARN) of the association.
*)resourceConfigurationId : ResourceConfigurationId.t option;The ID of the resource configuration.
*)resourceConfigurationArn : ResourceConfigurationArn.t option;The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.
*)vpcEndpointId : VpcEndpointId.t option;The ID of the resource VPC endpoint that is associated with the resource configuration.
*)}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
| `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
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `String of ResourceEndpointAssociationId.t ]) list ]