Module Values.ModifyReplicationSubnetGroupResponseSource

Sourcetype nonrec t = {
  1. replicationSubnetGroup : ReplicationSubnetGroup.t option;
    (*

    The modified replication subnet group.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedFault of AccessDeniedFault.t
  2. | `InvalidSubnet of InvalidSubnet.t
  3. | `ReplicationSubnetGroupDoesNotCoverEnoughAZs of ReplicationSubnetGroupDoesNotCoverEnoughAZs.t
  4. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  5. | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
  6. | `SubnetAlreadyInUse of SubnetAlreadyInUse.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?replicationSubnetGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `InvalidSubnet of InvalidSubnet.t | `ReplicationSubnetGroupDoesNotCoverEnoughAZs of ReplicationSubnetGroupDoesNotCoverEnoughAZs.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `SubnetAlreadyInUse of SubnetAlreadyInUse.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `InvalidSubnet of InvalidSubnet.t | `ReplicationSubnetGroupDoesNotCoverEnoughAZs of ReplicationSubnetGroupDoesNotCoverEnoughAZs.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `SubnetAlreadyInUse of SubnetAlreadyInUse.t | `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 * [> `Boolean of BooleanOptional.t | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] 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