Values.DeleteFeedResponseSourceDeletes the specified feed. The feed can be deleted at any time.
type nonrec t = {arn : FeedArn.t option;The ARN of the deleted feed.
*)id : FeedId.t option;The ID of the deleted feed.
*)status : FeedStatus.t option;The current status of the feed. When deletion of the feed has succeeded, the status will be DELETED.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerErrorException of InternalServerErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestException of TooManyRequestException.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
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestException of TooManyRequestException.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
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestException of TooManyRequestException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]