Module Values.CreateVpcLinkResponseSource

Creates a VPC link.

Sourcetype nonrec t = {
  1. createdDate : string option;
    (*

    The timestamp when the VPC link was created.

    *)
  2. name : StringWithLengthBetween1And128.t option;
    (*

    The name of the VPC link.

    *)
  3. securityGroupIds : SecurityGroupIdList.t option;
    (*

    A list of security group IDs for the VPC link.

    *)
  4. subnetIds : SubnetIdList.t option;
    (*

    A list of subnet IDs to include in the VPC link.

    *)
  5. tags : Tags.t option;
    (*

    Tags for the VPC link.

    *)
  6. vpcLinkId : Id.t option;
    (*

    The ID of the VPC link.

    *)
  7. vpcLinkStatus : VpcLinkStatus.t option;
    (*

    The status of the VPC link.

    *)
  8. vpcLinkStatusMessage : StringWithLengthBetween0And1024.t option;
    (*

    A message summarizing the cause of the status of the VPC link.

    *)
  9. vpcLinkVersion : VpcLinkVersion.t option;
    (*

    The version of the VPC link.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `TooManyRequestsException of TooManyRequestsException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?createdDate:??? -> ?name:??? -> ?securityGroupIds:??? -> ?subnetIds:??? -> ?tags:??? -> ?vpcLinkId:??? -> ?vpcLinkStatus:??? -> ?vpcLinkStatusMessage:??? -> ?vpcLinkVersion:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequestException of BadRequestException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequestException of BadRequestException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `Map of ([> `String of string ] * [> `String of StringWithLengthBetween1And1600.t ]) list | `String of StringWithLengthBetween1And128.t | `Timestamp of string ]) 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