Module Values.UpdateAccessLogSubscriptionRequestSource

Updates the specified access log subscription.

Sourcetype nonrec t = {
  1. accessLogSubscriptionIdentifier : AccessLogSubscriptionIdentifier.t;
    (*

    The ID or ARN of the access log subscription.

    *)
  2. destinationArn : AccessLogDestinationArn.t;
    (*

    The Amazon Resource Name (ARN) of the access log destination.

    *)
}
Sourceval context_ : string
Sourceval make : accessLogSubscriptionIdentifier:AccessLogSubscriptionIdentifier.t -> destinationArn:AccessLogDestinationArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccessLogSubscriptionIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t