Values.CreatePartnershipResponseSourceCreates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
type nonrec t = {profileId : ProfileId.t option;Returns the unique, system-generated identifier for the profile connected to this partnership.
*)partnershipId : PartnershipId.t option;Returns the unique, system-generated identifier for a partnership.
*)partnershipArn : ResourceArn.t option;Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
*)name : PartnerName.t option;Returns a descriptive name for the partnership.
*)email : Email.t option;Returns the email address associated with this trading partner.
*)phone : Phone.t option;Returns the phone number associated with the partnership.
*)capabilities : PartnershipCapabilities.t option;Returns one or more capabilities associated with this partnership.
*)capabilityOptions : CapabilityOptions.t option;Returns the structure that contains the details for the associated capabilities.
*)tradingPartnerId : TradingPartnerId.t option;Returns the unique, system-generated identifier for a trading partner.
*)createdAt : CreatedDate.t option;Returns a timestamp for creation date and time of the partnership.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of CapabilityId.t ] list
| `String of ProfileId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of X12ValidateEdi.t
| `Enum of string
| `Integer of LineLength.t
| `Structure of
(string
* [> `Integer of
StartingInterchangeControlNumber.t
| `String of X12IdQualifier.t ])
list ])
list ])
list ])
list ])
list
| `Timestamp of CreatedDate.t ])
list ]