Module Values.CreatePartnerRequestSource

Creates a new partner account in the AWS Partner Network with the specified details and configuration.

Sourcetype nonrec t = {
  1. catalog : Catalog.t;
    (*

    The catalog identifier where the partner account will be created.

    *)
  2. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    *)
  3. legalName : SensitiveUnicodeString.t;
    (*

    The legal name of the organization becoming a partner.

    *)
  4. primarySolutionType : PrimarySolutionType.t;
    (*

    The primary type of solution or service the partner provides (e.g., consulting, software, managed services).

    *)
  5. allianceLeadContact : AllianceLeadContact.t;
    (*

    The primary contact person for alliance and partnership matters.

    *)
  6. emailVerificationCode : EmailVerificationCode.t;
    (*

    The verification code sent to the alliance lead contact's email to confirm account creation.

    *)
  7. tags : TagList.t option;
    (*

    A list of tags to associate with the partner account for organization and billing purposes.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?tags:??? -> catalog:Catalog.t -> legalName:SensitiveUnicodeString.t -> primarySolutionType:PrimarySolutionType.t -> allianceLeadContact:AllianceLeadContact.t -> emailVerificationCode:EmailVerificationCode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of Catalog.t | `Structure of (string * [> `String of SensitiveUnicodeString.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