Module Values_1.CreateDBSecurityGroupResultSource

Creates a new DB security group. DB security groups control access to a DB instance. A DB security group controls access to EC2-Classic DB instances that are not in a VPC. EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that you migrate as soon as possible. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 User Guide, the blog EC2-Classic Networking is Retiring โ€“ Hereโ€™s How to Prepare, and Moving a DB instance not in a VPC into a VPC in the Amazon RDS User Guide.

Sourcetype createDBSecurityGroupResult = {
  1. dBSecurityGroup : Values_0.DBSecurityGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createDBSecurityGroupResult : createDBSecurityGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBSecurityGroupAlreadyExistsFault of Values_0.DBSecurityGroupAlreadyExistsFault.t
  2. | `DBSecurityGroupNotSupportedFault of Values_0.DBSecurityGroupNotSupportedFault.t
  3. | `DBSecurityGroupQuotaExceededFault of Values_0.DBSecurityGroupQuotaExceededFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBSecurityGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBSecurityGroupAlreadyExistsFault of unit | `DBSecurityGroupNotSupportedFault of unit | `DBSecurityGroupQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBSecurityGroupAlreadyExistsFault of unit | `DBSecurityGroupNotSupportedFault of unit | `DBSecurityGroupQuotaExceededFault 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 * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string ]) 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