Values.DeleteResourcePolicyRequestSourceDeletes a previously created Bedrock resource policy.
type nonrec t = {resourceArn : ResourcePolicyResourceArn.t;The ARN of the Bedrock resource to which this resource policy applies.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ResourcePolicyResourceArn.t ]) list ]