Values.DeleteOriginEndpointPolicyRequestSourceDelete an origin endpoint policy.
type nonrec t = {channelGroupName : ResourceName.t;The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
*)channelName : ResourceName.t;The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
*)originEndpointName : ResourceName.t;The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
*)}val make :
channelGroupName:ResourceName.t ->
channelName:ResourceName.t ->
originEndpointName:ResourceName.t ->
unit ->
t