Module Values.UpdateSnapshotCopyConfigurationRequestSource

Updates a snapshot copy configuration.

Sourcetype nonrec t = {
  1. snapshotCopyConfigurationId : String_.t;
    (*

    The ID of the snapshot copy configuration to update.

    *)
  2. snapshotRetentionPeriod : Integer.t option;
    (*

    The new retention period of how long to keep a snapshot in the destination Amazon Web Services Region.

    *)
}
Sourceval context_ : string
Sourceval make : ?snapshotRetentionPeriod:??? -> snapshotCopyConfigurationId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of String_.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