Module Values.SnapshotScheduleSource

Describes a snapshot schedule. You can set a regular interval for creating snapshots of a cluster. You can also schedule snapshots for specific dates.

Sourcetype createSnapshotScheduleResult = {
  1. scheduleDefinitions : ScheduleDefinitionList.t option;
    (*

    A list of ScheduleDefinitions.

    *)
  2. scheduleIdentifier : String_.t option;
    (*

    A unique identifier for the schedule.

    *)
  3. scheduleDescription : String_.t option;
    (*

    The description of the schedule.

    *)
  4. tags : TagList.t option;
    (*

    An optional set of tags describing the schedule.

    *)
  5. nextInvocations : ScheduledSnapshotTimeList.t option;
  6. associatedClusterCount : IntegerOptional.t option;
    (*

    The number of clusters associated with the schedule.

    *)
  7. associatedClusters : AssociatedClusterList.t option;
    (*

    A list of clusters associated with the schedule. A maximum of 100 clusters is returned.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createSnapshotScheduleResult : createSnapshotScheduleResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidScheduleFault of InvalidScheduleFault.t
  2. | `InvalidTagFault of InvalidTagFault.t
  3. | `ScheduleDefinitionTypeUnsupportedFault of ScheduleDefinitionTypeUnsupportedFault.t
  4. | `SnapshotScheduleAlreadyExistsFault of SnapshotScheduleAlreadyExistsFault.t
  5. | `SnapshotScheduleQuotaExceededFault of SnapshotScheduleQuotaExceededFault.t
  6. | `TagLimitExceededFault of TagLimitExceededFault.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?scheduleDefinitions:??? -> ?scheduleIdentifier:??? -> ?scheduleDescription:??? -> ?tags:??? -> ?nextInvocations:??? -> ?associatedClusterCount:??? -> ?associatedClusters:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidScheduleFault of unit | `InvalidTagFault of unit | `ScheduleDefinitionTypeUnsupportedFault of unit | `SnapshotScheduleAlreadyExistsFault of unit | `SnapshotScheduleQuotaExceededFault of unit | `TagLimitExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidScheduleFault of unit | `InvalidTagFault of unit | `ScheduleDefinitionTypeUnsupportedFault of unit | `SnapshotScheduleAlreadyExistsFault of unit | `SnapshotScheduleQuotaExceededFault of unit | `TagLimitExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of IntegerOptional.t | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list | `Timestamp of TStamp.t ] list | `String of String_.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