Values.DescribeConnectionProposalResponseSourceDescribes the details of a connection proposal generated at a partner's portal.
type nonrec t = {bandwidth : ConnectionBandwidth.t option;The bandwidth of the proposed Connection.
*)environmentId : EnvironmentId.t option;The identifier of the Environment upon which the Connection would be placed if this proposal were accepted.
*)provider : Provider.t option;The partner provider of the specific Environment of the proposal.
*)location : Location.t option;The partner specific location distinguisher of the specific Environment of the proposal.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InterconnectClientException of InterconnectClientException.t| `InterconnectServerException of InterconnectServerException.t| `InterconnectValidationException of InterconnectValidationException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InterconnectClientException of InterconnectClientException.t
| `InterconnectServerException of InterconnectServerException.t
| `InterconnectValidationException of InterconnectValidationException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InterconnectClientException of InterconnectClientException.t
| `InterconnectServerException of InterconnectServerException.t
| `InterconnectValidationException of InterconnectValidationException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ConnectionBandwidth.t
| `Structure of
(string * [> `String of CloudServiceProvider.t ]) list ])
list ]