Module Values.UpdateSubscriberRequestSource

Updates an existing subscription for the given Amazon Security Lake account ID. You can update a subscriber by changing the sources that the subscriber consumes data from.

Sourcetype nonrec t = {
  1. sources : LogSourceResourceList.t option;
    (*

    The supported Amazon Web Services services from which logs and events are collected. For the list of supported Amazon Web Services services, see the Amazon Security Lake User Guide.

    *)
  2. subscriberDescription : DescriptionString.t option;
    (*

    The description of the Security Lake account subscriber.

    *)
  3. subscriberId : UUID.t;
    (*

    A value created by Security Lake that uniquely identifies your subscription.

    *)
  4. subscriberIdentity : AwsIdentity.t option;
    (*

    The Amazon Web Services identity used to access your data.

    *)
  5. subscriberName : UpdateSubscriberRequestSubscriberNameString.t option;
    (*

    The name of the Security Lake account subscriber.

    *)
}
Sourceval context_ : string
Sourceval make : ?sources:??? -> ?subscriberDescription:??? -> ?subscriberIdentity:??? -> ?subscriberName:??? -> subscriberId:UUID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of AwsLogSourceVersion.t | `Structure of (string * [> `String of AmazonResourceName.t ]) list ]) list ]) list ] list | `String of DescriptionString.t | `Structure of (string * [> `String of ExternalId.t ]) list ]) 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