Values.DeleteAccessLogSubscriptionRequestSourceDeletes the specified access log subscription.
type nonrec t = {accessLogSubscriptionIdentifier : AccessLogSubscriptionIdentifier.t;The ID or ARN of the access log subscription.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AccessLogSubscriptionIdentifier.t ]) list ]