Module Values.CreateAccessPointOutputSource

Contains the output for CreateLoadBalancer.

Sourcetype createLoadBalancerResult = {
  1. dNSName : DNSName.t option;
    (*

    The DNS name of the load balancer.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createLoadBalancerResult : createLoadBalancerResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `CertificateNotFoundException of CertificateNotFoundException.t
  2. | `DuplicateAccessPointNameException of DuplicateAccessPointNameException.t
  3. | `DuplicateTagKeysException of DuplicateTagKeysException.t
  4. | `InvalidConfigurationRequestException of InvalidConfigurationRequestException.t
  5. | `InvalidSchemeException of InvalidSchemeException.t
  6. | `InvalidSecurityGroupException of InvalidSecurityGroupException.t
  7. | `InvalidSubnetException of InvalidSubnetException.t
  8. | `OperationNotPermittedException of OperationNotPermittedException.t
  9. | `SubnetNotFoundException of SubnetNotFoundException.t
  10. | `TooManyAccessPointsException of TooManyAccessPointsException.t
  11. | `TooManyTagsException of TooManyTagsException.t
  12. | `UnsupportedProtocolException of UnsupportedProtocolException.t
  13. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dNSName:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CertificateNotFoundException of unit | `DuplicateAccessPointNameException of unit | `DuplicateTagKeysException of unit | `InvalidConfigurationRequestException of unit | `InvalidSchemeException of unit | `InvalidSecurityGroupException of unit | `InvalidSubnetException of unit | `OperationNotPermittedException of unit | `SubnetNotFoundException of unit | `TooManyAccessPointsException of unit | `TooManyTagsException of unit | `Unknown_operation_error of string * string option | `UnsupportedProtocolException of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CertificateNotFoundException of unit | `DuplicateAccessPointNameException of unit | `DuplicateTagKeysException of unit | `InvalidConfigurationRequestException of unit | `InvalidSchemeException of unit | `InvalidSecurityGroupException of unit | `InvalidSubnetException of unit | `OperationNotPermittedException of unit | `SubnetNotFoundException of unit | `TooManyAccessPointsException of unit | `TooManyTagsException of unit | `Unknown_operation_error of string * string option | `UnsupportedProtocolException of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of DNSName.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