Module Values.CreateClusterSubnetGroupResultSource

Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group. For information about subnet groups, go to Amazon Redshift Cluster Subnet Groups in the Amazon Redshift Cluster Management Guide.

Sourcetype createClusterSubnetGroupResult = {
  1. clusterSubnetGroup : ClusterSubnetGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createClusterSubnetGroupResult : createClusterSubnetGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ClusterSubnetGroupAlreadyExistsFault of ClusterSubnetGroupAlreadyExistsFault.t
  2. | `ClusterSubnetGroupQuotaExceededFault of ClusterSubnetGroupQuotaExceededFault.t
  3. | `ClusterSubnetQuotaExceededFault of ClusterSubnetQuotaExceededFault.t
  4. | `DependentServiceRequestThrottlingFault of DependentServiceRequestThrottlingFault.t
  5. | `InvalidSubnet of InvalidSubnet.t
  6. | `InvalidTagFault of InvalidTagFault.t
  7. | `TagLimitExceededFault of TagLimitExceededFault.t
  8. | `UnauthorizedOperation of UnauthorizedOperation.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?clusterSubnetGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClusterSubnetGroupAlreadyExistsFault of unit | `ClusterSubnetGroupQuotaExceededFault of unit | `ClusterSubnetQuotaExceededFault of unit | `DependentServiceRequestThrottlingFault of unit | `InvalidSubnet of unit | `InvalidTagFault of unit | `TagLimitExceededFault of unit | `UnauthorizedOperation of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClusterSubnetGroupAlreadyExistsFault of unit | `ClusterSubnetGroupQuotaExceededFault of unit | `ClusterSubnetQuotaExceededFault of unit | `DependentServiceRequestThrottlingFault of unit | `InvalidSubnet of unit | `InvalidTagFault of unit | `TagLimitExceededFault of unit | `UnauthorizedOperation 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 [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ]) list ] list | `String of String_.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