Values.GetMonitoringSubscriptionResultSourceGets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
type nonrec t = {monitoringSubscription : MonitoringSubscription.t option;A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `NoSuchDistribution of NoSuchDistribution.t| `NoSuchMonitoringSubscription of NoSuchMonitoringSubscription.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `NoSuchDistribution of NoSuchDistribution.t
| `NoSuchMonitoringSubscription of NoSuchMonitoringSubscription.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `NoSuchDistribution of NoSuchDistribution.t
| `NoSuchMonitoringSubscription of NoSuchMonitoringSubscription.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]