Module Values.UpdatePartnershipResponseSource

Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.

Sourcetype nonrec t = {
  1. profileId : ProfileId.t option;
    (*

    Returns the unique, system-generated identifier for the profile connected to this partnership.

    *)
  2. partnershipId : PartnershipId.t option;
    (*

    Returns the unique, system-generated identifier for a partnership.

    *)
  3. 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.

    *)
  4. name : PartnerName.t option;
    (*

    The name of the partnership, used to identify it.

    *)
  5. email : Email.t option;
    (*

    Returns the email address associated with this trading partner.

    *)
  6. phone : Phone.t option;
    (*

    Returns the phone number associated with the partnership.

    *)
  7. capabilities : PartnershipCapabilities.t option;
    (*

    Returns one or more capabilities associated with this partnership.

    *)
  8. capabilityOptions : CapabilityOptions.t option;
    (*

    Returns the structure that contains the details for the associated capabilities.

    *)
  9. tradingPartnerId : TradingPartnerId.t option;
    (*

    Returns the unique, system-generated identifier for a trading partner.

    *)
  10. createdAt : CreatedDate.t option;
    (*

    Returns a timestamp that identifies the most recent date and time that the partnership was modified.

    *)
  11. modifiedAt : ModifiedDate.t option;
    (*

    Returns a timestamp that identifies the most recent date and time that the partnership was modified.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?profileId:??? -> ?partnershipId:??? -> ?partnershipArn:??? -> ?name:??? -> ?email:??? -> ?phone:??? -> ?capabilities:??? -> ?capabilityOptions:??? -> ?tradingPartnerId:??? -> ?createdAt:??? -> ?modifiedAt:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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