Values.DescribeProtectionRequestSourceLists the details of a Protection object.
type nonrec t = {protectionId : ProtectionId.t option;The unique identifier (ID) for the Protection object to describe. You must provide either the ResourceArn of the protected resource or the ProtectionID of the protection, but not both.
*)resourceArn : ResourceArn.t option;The ARN (Amazon Resource Name) of the protected Amazon Web Services resource. You must provide either the ResourceArn of the protected resource or the ProtectionID of the protection, but not both.
*)}