Module Values_0.StartDBInstanceAutomatedBackupsReplicationResultSource

Enables replication of automated backups to a different Amazon Web Services Region. This command doesn't apply to RDS Custom. For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.

Sourcetype startDBInstanceAutomatedBackupsReplicationResult = {
  1. dBInstanceAutomatedBackup : DBInstanceAutomatedBackup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. startDBInstanceAutomatedBackupsReplicationResult : startDBInstanceAutomatedBackupsReplicationResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBInstanceAutomatedBackupQuotaExceededFault of DBInstanceAutomatedBackupQuotaExceededFault.t
  2. | `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t
  3. | `InvalidDBInstanceAutomatedBackupStateFault of InvalidDBInstanceAutomatedBackupStateFault.t
  4. | `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t
  5. | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
  6. | `StorageTypeNotSupportedFault of StorageTypeNotSupportedFault.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBInstanceAutomatedBackup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBInstanceAutomatedBackupQuotaExceededFault of unit | `DBInstanceNotFoundFault of unit | `InvalidDBInstanceAutomatedBackupStateFault of unit | `InvalidDBInstanceStateFault of unit | `KMSKeyNotAccessibleFault of unit | `StorageTypeNotSupportedFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBInstanceAutomatedBackupQuotaExceededFault of unit | `DBInstanceNotFoundFault of unit | `InvalidDBInstanceAutomatedBackupStateFault of unit | `InvalidDBInstanceStateFault of unit | `KMSKeyNotAccessibleFault of unit | `StorageTypeNotSupportedFault 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 * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Integer of IntegerOptional.t | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Timestamp of TStamp.t ]) list | `Timestamp of TStamp.t ]) list ]) 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