@aws-sdk/client-partnercentral-selling 3.1102.0 → 3.1104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist-cjs/index.js +53 -28
- package/dist-es/models/enums.js +0 -7
- package/dist-es/schemas/schemas_0.js +49 -19
- package/dist-types/PartnerCentralSelling.d.ts +1 -1
- package/dist-types/PartnerCentralSellingClient.d.ts +1 -1
- package/dist-types/commands/CreateEngagementCommand.d.ts +15 -15
- package/dist-types/commands/CreateEngagementContextCommand.d.ts +13 -13
- package/dist-types/commands/CreateEngagementInvitationCommand.d.ts +6 -6
- package/dist-types/commands/GetEngagementCommand.d.ts +13 -13
- package/dist-types/commands/GetEngagementInvitationCommand.d.ts +34 -6
- package/dist-types/commands/UpdateEngagementContextCommand.d.ts +13 -13
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +0 -15
- package/dist-types/models/models_0.d.ts +90 -27
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +0 -8
- package/dist-types/ts3.4/models/models_0.d.ts +32 -18
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +3 -3
|
@@ -58,26 +58,26 @@ declare const CreateEngagementContextCommand_base: {
|
|
|
58
58
|
* },
|
|
59
59
|
* QualificationStatus: "STRING_VALUE",
|
|
60
60
|
* Customer: { // LeadCustomer
|
|
61
|
-
* Industry: "
|
|
61
|
+
* Industry: "STRING_VALUE",
|
|
62
62
|
* CompanyName: "STRING_VALUE", // required
|
|
63
63
|
* WebsiteUrl: "STRING_VALUE",
|
|
64
|
-
* Address: { //
|
|
64
|
+
* Address: { // LeadAddress
|
|
65
65
|
* City: "STRING_VALUE",
|
|
66
66
|
* PostalCode: "STRING_VALUE",
|
|
67
67
|
* StateOrRegion: "STRING_VALUE",
|
|
68
|
-
* CountryCode: "
|
|
68
|
+
* CountryCode: "STRING_VALUE",
|
|
69
69
|
* },
|
|
70
70
|
* AwsMaturity: "STRING_VALUE",
|
|
71
|
-
* MarketSegment: "
|
|
71
|
+
* MarketSegment: "STRING_VALUE",
|
|
72
72
|
* },
|
|
73
73
|
* Interactions: [ // LeadInteractionList // required
|
|
74
74
|
* { // LeadInteraction
|
|
75
|
-
* SourceType: "STRING_VALUE",
|
|
76
|
-
* SourceId: "STRING_VALUE",
|
|
77
|
-
* SourceName: "STRING_VALUE",
|
|
75
|
+
* SourceType: "STRING_VALUE",
|
|
76
|
+
* SourceId: "STRING_VALUE",
|
|
77
|
+
* SourceName: "STRING_VALUE",
|
|
78
78
|
* Usecase: "STRING_VALUE",
|
|
79
79
|
* InteractionDate: new Date("TIMESTAMP"),
|
|
80
|
-
* CustomerAction: "STRING_VALUE",
|
|
80
|
+
* CustomerAction: "STRING_VALUE",
|
|
81
81
|
* BusinessProblem: "STRING_VALUE",
|
|
82
82
|
* Contact: { // LeadContact
|
|
83
83
|
* BusinessTitle: "STRING_VALUE", // required
|
|
@@ -91,11 +91,6 @@ declare const CreateEngagementContextCommand_base: {
|
|
|
91
91
|
* },
|
|
92
92
|
* ProspectingResult: { // ProspectingResult
|
|
93
93
|
* Aws: { // ProspectingResultAws
|
|
94
|
-
* StartTime: new Date("TIMESTAMP"),
|
|
95
|
-
* EndTime: new Date("TIMESTAMP"),
|
|
96
|
-
* TaskId: "STRING_VALUE",
|
|
97
|
-
* TaskArn: "STRING_VALUE",
|
|
98
|
-
* TaskName: "STRING_VALUE",
|
|
99
94
|
* Customer: { // ProspectingResultCustomer
|
|
100
95
|
* AccountName: "STRING_VALUE",
|
|
101
96
|
* Geo: "STRING_VALUE",
|
|
@@ -117,6 +112,11 @@ declare const CreateEngagementContextCommand_base: {
|
|
|
117
112
|
* SolutionCategory: "STRING_VALUE",
|
|
118
113
|
* SolutionSubCategory: "STRING_VALUE",
|
|
119
114
|
* },
|
|
115
|
+
* StartTime: new Date("TIMESTAMP"),
|
|
116
|
+
* EndTime: new Date("TIMESTAMP"),
|
|
117
|
+
* TaskId: "STRING_VALUE",
|
|
118
|
+
* TaskArn: "STRING_VALUE",
|
|
119
|
+
* TaskName: "STRING_VALUE",
|
|
120
120
|
* },
|
|
121
121
|
* },
|
|
122
122
|
* },
|
|
@@ -82,17 +82,17 @@ declare const CreateEngagementInvitationCommand_base: {
|
|
|
82
82
|
* },
|
|
83
83
|
* LeadInvitation: { // LeadInvitationPayload
|
|
84
84
|
* Customer: { // LeadInvitationCustomer
|
|
85
|
-
* Industry: "
|
|
85
|
+
* Industry: "STRING_VALUE",
|
|
86
86
|
* CompanyName: "STRING_VALUE", // required
|
|
87
87
|
* WebsiteUrl: "STRING_VALUE",
|
|
88
|
-
* CountryCode: "
|
|
88
|
+
* CountryCode: "STRING_VALUE",
|
|
89
89
|
* AwsMaturity: "STRING_VALUE",
|
|
90
|
-
* MarketSegment: "
|
|
90
|
+
* MarketSegment: "STRING_VALUE",
|
|
91
91
|
* },
|
|
92
92
|
* Interaction: { // LeadInvitationInteraction
|
|
93
|
-
* SourceType: "STRING_VALUE",
|
|
94
|
-
* SourceId: "STRING_VALUE",
|
|
95
|
-
* SourceName: "STRING_VALUE",
|
|
93
|
+
* SourceType: "STRING_VALUE",
|
|
94
|
+
* SourceId: "STRING_VALUE",
|
|
95
|
+
* SourceName: "STRING_VALUE",
|
|
96
96
|
* Usecase: "STRING_VALUE",
|
|
97
97
|
* ContactBusinessTitle: "STRING_VALUE", // required
|
|
98
98
|
* },
|
|
@@ -73,26 +73,26 @@ declare const GetEngagementCommand_base: {
|
|
|
73
73
|
* // },
|
|
74
74
|
* // QualificationStatus: "STRING_VALUE",
|
|
75
75
|
* // Customer: { // LeadCustomer
|
|
76
|
-
* // Industry: "
|
|
76
|
+
* // Industry: "STRING_VALUE",
|
|
77
77
|
* // CompanyName: "STRING_VALUE", // required
|
|
78
78
|
* // WebsiteUrl: "STRING_VALUE",
|
|
79
|
-
* // Address: { //
|
|
79
|
+
* // Address: { // LeadAddress
|
|
80
80
|
* // City: "STRING_VALUE",
|
|
81
81
|
* // PostalCode: "STRING_VALUE",
|
|
82
82
|
* // StateOrRegion: "STRING_VALUE",
|
|
83
|
-
* // CountryCode: "
|
|
83
|
+
* // CountryCode: "STRING_VALUE",
|
|
84
84
|
* // },
|
|
85
85
|
* // AwsMaturity: "STRING_VALUE",
|
|
86
|
-
* // MarketSegment: "
|
|
86
|
+
* // MarketSegment: "STRING_VALUE",
|
|
87
87
|
* // },
|
|
88
88
|
* // Interactions: [ // LeadInteractionList // required
|
|
89
89
|
* // { // LeadInteraction
|
|
90
|
-
* // SourceType: "STRING_VALUE",
|
|
91
|
-
* // SourceId: "STRING_VALUE",
|
|
92
|
-
* // SourceName: "STRING_VALUE",
|
|
90
|
+
* // SourceType: "STRING_VALUE",
|
|
91
|
+
* // SourceId: "STRING_VALUE",
|
|
92
|
+
* // SourceName: "STRING_VALUE",
|
|
93
93
|
* // Usecase: "STRING_VALUE",
|
|
94
94
|
* // InteractionDate: new Date("TIMESTAMP"),
|
|
95
|
-
* // CustomerAction: "STRING_VALUE",
|
|
95
|
+
* // CustomerAction: "STRING_VALUE",
|
|
96
96
|
* // BusinessProblem: "STRING_VALUE",
|
|
97
97
|
* // Contact: { // LeadContact
|
|
98
98
|
* // BusinessTitle: "STRING_VALUE", // required
|
|
@@ -106,11 +106,6 @@ declare const GetEngagementCommand_base: {
|
|
|
106
106
|
* // },
|
|
107
107
|
* // ProspectingResult: { // ProspectingResult
|
|
108
108
|
* // Aws: { // ProspectingResultAws
|
|
109
|
-
* // StartTime: new Date("TIMESTAMP"),
|
|
110
|
-
* // EndTime: new Date("TIMESTAMP"),
|
|
111
|
-
* // TaskId: "STRING_VALUE",
|
|
112
|
-
* // TaskArn: "STRING_VALUE",
|
|
113
|
-
* // TaskName: "STRING_VALUE",
|
|
114
109
|
* // Customer: { // ProspectingResultCustomer
|
|
115
110
|
* // AccountName: "STRING_VALUE",
|
|
116
111
|
* // Geo: "STRING_VALUE",
|
|
@@ -132,6 +127,11 @@ declare const GetEngagementCommand_base: {
|
|
|
132
127
|
* // SolutionCategory: "STRING_VALUE",
|
|
133
128
|
* // SolutionSubCategory: "STRING_VALUE",
|
|
134
129
|
* // },
|
|
130
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
131
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
132
|
+
* // TaskId: "STRING_VALUE",
|
|
133
|
+
* // TaskArn: "STRING_VALUE",
|
|
134
|
+
* // TaskName: "STRING_VALUE",
|
|
135
135
|
* // },
|
|
136
136
|
* // },
|
|
137
137
|
* // },
|
|
@@ -95,17 +95,17 @@ declare const GetEngagementInvitationCommand_base: {
|
|
|
95
95
|
* // },
|
|
96
96
|
* // LeadInvitation: { // LeadInvitationPayload
|
|
97
97
|
* // Customer: { // LeadInvitationCustomer
|
|
98
|
-
* // Industry: "
|
|
98
|
+
* // Industry: "STRING_VALUE",
|
|
99
99
|
* // CompanyName: "STRING_VALUE", // required
|
|
100
100
|
* // WebsiteUrl: "STRING_VALUE",
|
|
101
|
-
* // CountryCode: "
|
|
101
|
+
* // CountryCode: "STRING_VALUE",
|
|
102
102
|
* // AwsMaturity: "STRING_VALUE",
|
|
103
|
-
* // MarketSegment: "
|
|
103
|
+
* // MarketSegment: "STRING_VALUE",
|
|
104
104
|
* // },
|
|
105
105
|
* // Interaction: { // LeadInvitationInteraction
|
|
106
|
-
* // SourceType: "STRING_VALUE",
|
|
107
|
-
* // SourceId: "STRING_VALUE",
|
|
108
|
-
* // SourceName: "STRING_VALUE",
|
|
106
|
+
* // SourceType: "STRING_VALUE",
|
|
107
|
+
* // SourceId: "STRING_VALUE",
|
|
108
|
+
* // SourceName: "STRING_VALUE",
|
|
109
109
|
* // Usecase: "STRING_VALUE",
|
|
110
110
|
* // ContactBusinessTitle: "STRING_VALUE", // required
|
|
111
111
|
* // },
|
|
@@ -119,6 +119,34 @@ declare const GetEngagementInvitationCommand_base: {
|
|
|
119
119
|
* // WebsiteUrl: "STRING_VALUE",
|
|
120
120
|
* // },
|
|
121
121
|
* // ],
|
|
122
|
+
* // EnrichmentContext: { // EnrichmentContext
|
|
123
|
+
* // ProspectingResultAws: { // InvitationProspectingResultAws
|
|
124
|
+
* // Customer: { // ProspectingResultCustomer
|
|
125
|
+
* // AccountName: "STRING_VALUE",
|
|
126
|
+
* // Geo: "STRING_VALUE",
|
|
127
|
+
* // Region: "STRING_VALUE",
|
|
128
|
+
* // SubRegion: "STRING_VALUE",
|
|
129
|
+
* // Country: "US" || "AF" || "AX" || "AL" || "DZ" || "AS" || "AD" || "AO" || "AI" || "AQ" || "AG" || "AR" || "AM" || "AW" || "AU" || "AT" || "AZ" || "BS" || "BH" || "BD" || "BB" || "BY" || "BE" || "BZ" || "BJ" || "BM" || "BT" || "BO" || "BQ" || "BA" || "BW" || "BV" || "BR" || "IO" || "BN" || "BG" || "BF" || "BI" || "KH" || "CM" || "CA" || "CV" || "KY" || "CF" || "TD" || "CL" || "CN" || "CX" || "CC" || "CO" || "KM" || "CG" || "CK" || "CR" || "CI" || "HR" || "CU" || "CW" || "CY" || "CZ" || "CD" || "DK" || "DJ" || "DM" || "DO" || "EC" || "EG" || "SV" || "GQ" || "ER" || "EE" || "ET" || "FK" || "FO" || "FJ" || "FI" || "FR" || "GF" || "PF" || "TF" || "GA" || "GM" || "GE" || "DE" || "GH" || "GI" || "GR" || "GL" || "GD" || "GP" || "GU" || "GT" || "GG" || "GN" || "GW" || "GY" || "HT" || "HM" || "VA" || "HN" || "HK" || "HU" || "IS" || "IN" || "ID" || "IR" || "IQ" || "IE" || "IM" || "IL" || "IT" || "JM" || "JP" || "JE" || "JO" || "KZ" || "KE" || "KI" || "KR" || "KW" || "KG" || "LA" || "LV" || "LB" || "LS" || "LR" || "LY" || "LI" || "LT" || "LU" || "MO" || "MK" || "MG" || "MW" || "MY" || "MV" || "ML" || "MT" || "MH" || "MQ" || "MR" || "MU" || "YT" || "MX" || "FM" || "MD" || "MC" || "MN" || "ME" || "MS" || "MA" || "MZ" || "MM" || "NA" || "NR" || "NP" || "NL" || "AN" || "NC" || "NZ" || "NI" || "NE" || "NG" || "NU" || "NF" || "MP" || "NO" || "OM" || "PK" || "PW" || "PS" || "PA" || "PG" || "PY" || "PE" || "PH" || "PN" || "PL" || "PT" || "PR" || "QA" || "RE" || "RO" || "RU" || "RW" || "BL" || "SH" || "KN" || "LC" || "MF" || "PM" || "VC" || "WS" || "SM" || "ST" || "SA" || "SN" || "RS" || "SC" || "SL" || "SG" || "SX" || "SK" || "SI" || "SB" || "SO" || "ZA" || "GS" || "SS" || "ES" || "LK" || "SD" || "SR" || "SJ" || "SZ" || "SE" || "CH" || "SY" || "TW" || "TJ" || "TZ" || "TH" || "TL" || "TG" || "TK" || "TO" || "TT" || "TN" || "TR" || "TM" || "TC" || "TV" || "UG" || "UA" || "AE" || "GB" || "UM" || "UY" || "UZ" || "VU" || "VE" || "VN" || "VG" || "VI" || "WF" || "EH" || "YE" || "ZM" || "ZW",
|
|
130
|
+
* // Industry: "Aerospace" || "Agriculture" || "Automotive" || "Computers and Electronics" || "Consumer Goods" || "Education" || "Energy - Oil and Gas" || "Energy - Power and Utilities" || "Financial Services" || "Gaming" || "Government" || "Healthcare" || "Hospitality" || "Life Sciences" || "Manufacturing" || "Marketing and Advertising" || "Media and Entertainment" || "Mining" || "Non-Profit Organization" || "Professional Services" || "Real Estate and Construction" || "Retail" || "Software and Internet" || "Telecommunications" || "Transportation and Logistics" || "Travel" || "Wholesale and Distribution" || "Other",
|
|
131
|
+
* // SubIndustry: "STRING_VALUE",
|
|
132
|
+
* // Segment: "STRING_VALUE",
|
|
133
|
+
* // CompanySize: "STRING_VALUE",
|
|
134
|
+
* // EligiblePrograms: [ // EligibleProgramsList
|
|
135
|
+
* // "STRING_VALUE",
|
|
136
|
+
* // ],
|
|
137
|
+
* // PublicProfileSummary: "STRING_VALUE",
|
|
138
|
+
* // },
|
|
139
|
+
* // Insights: { // ProspectingInsights
|
|
140
|
+
* // MarketplaceEngagementScore: "STRING_VALUE",
|
|
141
|
+
* // SolutionScore: "STRING_VALUE",
|
|
142
|
+
* // SolutionCategory: "STRING_VALUE",
|
|
143
|
+
* // SolutionSubCategory: "STRING_VALUE",
|
|
144
|
+
* // },
|
|
145
|
+
* // },
|
|
146
|
+
* // LeadInsights: { // LeadInsights
|
|
147
|
+
* // LeadReadinessScore: "STRING_VALUE",
|
|
148
|
+
* // },
|
|
149
|
+
* // },
|
|
122
150
|
* // };
|
|
123
151
|
*
|
|
124
152
|
* ```
|
|
@@ -43,25 +43,25 @@ declare const UpdateEngagementContextCommand_base: {
|
|
|
43
43
|
* Lead: { // UpdateLeadContext
|
|
44
44
|
* QualificationStatus: "STRING_VALUE",
|
|
45
45
|
* Customer: { // LeadCustomer
|
|
46
|
-
* Industry: "
|
|
46
|
+
* Industry: "STRING_VALUE",
|
|
47
47
|
* CompanyName: "STRING_VALUE", // required
|
|
48
48
|
* WebsiteUrl: "STRING_VALUE",
|
|
49
|
-
* Address: { //
|
|
49
|
+
* Address: { // LeadAddress
|
|
50
50
|
* City: "STRING_VALUE",
|
|
51
51
|
* PostalCode: "STRING_VALUE",
|
|
52
52
|
* StateOrRegion: "STRING_VALUE",
|
|
53
|
-
* CountryCode: "
|
|
53
|
+
* CountryCode: "STRING_VALUE",
|
|
54
54
|
* },
|
|
55
55
|
* AwsMaturity: "STRING_VALUE",
|
|
56
|
-
* MarketSegment: "
|
|
56
|
+
* MarketSegment: "STRING_VALUE",
|
|
57
57
|
* },
|
|
58
58
|
* Interaction: { // LeadInteraction
|
|
59
|
-
* SourceType: "STRING_VALUE",
|
|
60
|
-
* SourceId: "STRING_VALUE",
|
|
61
|
-
* SourceName: "STRING_VALUE",
|
|
59
|
+
* SourceType: "STRING_VALUE",
|
|
60
|
+
* SourceId: "STRING_VALUE",
|
|
61
|
+
* SourceName: "STRING_VALUE",
|
|
62
62
|
* Usecase: "STRING_VALUE",
|
|
63
63
|
* InteractionDate: new Date("TIMESTAMP"),
|
|
64
|
-
* CustomerAction: "STRING_VALUE",
|
|
64
|
+
* CustomerAction: "STRING_VALUE",
|
|
65
65
|
* BusinessProblem: "STRING_VALUE",
|
|
66
66
|
* Contact: { // LeadContact
|
|
67
67
|
* BusinessTitle: "STRING_VALUE", // required
|
|
@@ -90,11 +90,6 @@ declare const UpdateEngagementContextCommand_base: {
|
|
|
90
90
|
* },
|
|
91
91
|
* ProspectingResult: { // ProspectingResult
|
|
92
92
|
* Aws: { // ProspectingResultAws
|
|
93
|
-
* StartTime: new Date("TIMESTAMP"),
|
|
94
|
-
* EndTime: new Date("TIMESTAMP"),
|
|
95
|
-
* TaskId: "STRING_VALUE",
|
|
96
|
-
* TaskArn: "STRING_VALUE",
|
|
97
|
-
* TaskName: "STRING_VALUE",
|
|
98
93
|
* Customer: { // ProspectingResultCustomer
|
|
99
94
|
* AccountName: "STRING_VALUE",
|
|
100
95
|
* Geo: "STRING_VALUE",
|
|
@@ -116,6 +111,11 @@ declare const UpdateEngagementContextCommand_base: {
|
|
|
116
111
|
* SolutionCategory: "STRING_VALUE",
|
|
117
112
|
* SolutionSubCategory: "STRING_VALUE",
|
|
118
113
|
* },
|
|
114
|
+
* StartTime: new Date("TIMESTAMP"),
|
|
115
|
+
* EndTime: new Date("TIMESTAMP"),
|
|
116
|
+
* TaskId: "STRING_VALUE",
|
|
117
|
+
* TaskArn: "STRING_VALUE",
|
|
118
|
+
* TaskName: "STRING_VALUE",
|
|
119
119
|
* },
|
|
120
120
|
* },
|
|
121
121
|
* },
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <fullname>
|
|
2
|
+
* <fullname>Partner Central</fullname> <p>This Amazon Web Services (AWS) Partner Central API reference is designed to help <a href="http://aws.amazon.com/partners/programs/">AWS Partners</a> integrate Customer Relationship Management (CRM) systems with AWS Partner Central. Partners can automate interactions with AWS Partner Central, which helps to ensure effective engagements in joint business activities.</p> <p>The API provides standard AWS API functionality. Access it by either using API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a> or by using an AWS SDK that's tailored to your programming language or platform. For more information, see <a href="http://aws.amazon.com/getting-started">Getting Started with AWS</a> and <a href="http://aws.amazon.com/developer/tools/">Tools to Build on AWS</a>.</p> <p class="title"> <b>Features offered by AWS Partner Central API</b> </p> <ol> <li> <p> <b>Opportunity management:</b> Manages coselling opportunities through API actions such as <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>, <code>ListOpportunities</code>, <code>GetOpportunity</code>, and <code>AssignOpportunity</code>.</p> </li> <li> <p> <b>AWS referral management:</b> Manages referrals shared by AWS using actions such as <code>ListEngagementInvitations</code>, <code>GetEngagementInvitation</code>, <code>StartEngagementByAcceptingInvitation</code>, and <code>RejectEngagementInvitation</code>.</p> </li> <li> <p> <b>Entity association:</b> Associates related entities such as <i>AWS Products</i>, <i>Partner Solutions</i>, and <i>AWS Marketplace Private Offers</i> with opportunities using the actions <code>AssociateOpportunity</code>, and <code>DisassociateOpportunity</code>.</p> </li> <li> <p> <b>View AWS opportunity details:</b> Retrieves real-time summaries of AWS opportunities using the <code>GetAWSOpportunitySummary</code> action.</p> </li> <li> <p> <b>List solutions:</b> Provides list APIs for listing partner offers using <code>ListSolutions</code>.</p> </li> <li> <p> <b>Event subscription:</b> Subscribe to real-time opportunity updates through AWS EventBridge by using actions such as <i>Opportunity Created</i>, <i>Opportunity Updated</i>, <i>Engagement Invitation Accepted</i>, <i>Engagement Invitation Rejected</i>, and <i>Engagement Invitation Created</i>.</p> </li> </ol>
|
|
3
3
|
*
|
|
4
4
|
* @packageDocumentation
|
|
5
5
|
*/
|
|
@@ -738,21 +738,6 @@ export declare const Visibility: {
|
|
|
738
738
|
* @public
|
|
739
739
|
*/
|
|
740
740
|
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
741
|
-
/**
|
|
742
|
-
* @public
|
|
743
|
-
* @enum
|
|
744
|
-
*/
|
|
745
|
-
export declare const MarketSegment: {
|
|
746
|
-
readonly ENTERPRISE: "Enterprise";
|
|
747
|
-
readonly LARGE: "Large";
|
|
748
|
-
readonly MEDIUM: "Medium";
|
|
749
|
-
readonly MICRO: "Micro";
|
|
750
|
-
readonly SMALL: "Small";
|
|
751
|
-
};
|
|
752
|
-
/**
|
|
753
|
-
* @public
|
|
754
|
-
*/
|
|
755
|
-
export type MarketSegment = (typeof MarketSegment)[keyof typeof MarketSegment];
|
|
756
741
|
/**
|
|
757
742
|
* @public
|
|
758
743
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AwsClosedLostReason, AwsFundingUsed, AwsMemberBusinessTitle, AwsOpportunityStage, AwsPartition, Channel, ClosedLostReason, CompetitorName, CountryCode, CurrencyCode, DeliveryModel, EngagementContextType, EngagementInvitationPayloadType, EngagementScore, EngagementSortName, ExpectedContractDurationTerm, Industry, InvitationStatus, InvolvementTypeChangeReason, ListTasksSortName, MarketingSource,
|
|
1
|
+
import type { AwsClosedLostReason, AwsFundingUsed, AwsMemberBusinessTitle, AwsOpportunityStage, AwsPartition, Channel, ClosedLostReason, CompetitorName, CountryCode, CurrencyCode, DeliveryModel, EngagementContextType, EngagementInvitationPayloadType, EngagementScore, EngagementSortName, ExpectedContractDurationTerm, Industry, InvitationStatus, InvolvementTypeChangeReason, ListTasksSortName, MarketingSource, NationalSecurity, OpportunityEngagementInvitationSortName, OpportunityOrigin, OpportunitySortName, OpportunityType, ParticipantType, PaymentFrequency, PrimaryNeedFromAws, ProspectingFromEngagementTaskSortName, ProspectingTaskStatus, ReasonCode, ReceiverResponsibility, RelatedEntityType, ResourceSnapshotJobStatus, ResourceType, RevenueModel, ReviewStatus, SalesActivity, SalesInvolvementType, SolutionSortName, SolutionStatus, SortBy, SortOrder, Stage, TaskStatus, ValidationExceptionErrorCode, Visibility } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -755,6 +755,32 @@ export interface CustomerProjectsContext {
|
|
|
755
755
|
*/
|
|
756
756
|
Project?: EngagementCustomerProjectDetails | undefined;
|
|
757
757
|
}
|
|
758
|
+
/**
|
|
759
|
+
* <p>The address information for a lead customer, including city, state or region, postal code, and country code.</p>
|
|
760
|
+
* @public
|
|
761
|
+
*/
|
|
762
|
+
export interface LeadAddress {
|
|
763
|
+
/**
|
|
764
|
+
* <p>The city of the lead customer's address.</p>
|
|
765
|
+
* @public
|
|
766
|
+
*/
|
|
767
|
+
City?: string | undefined;
|
|
768
|
+
/**
|
|
769
|
+
* <p>The postal code of the lead customer's address.</p>
|
|
770
|
+
* @public
|
|
771
|
+
*/
|
|
772
|
+
PostalCode?: string | undefined;
|
|
773
|
+
/**
|
|
774
|
+
* <p>The state or region of the lead customer's address.</p>
|
|
775
|
+
* @public
|
|
776
|
+
*/
|
|
777
|
+
StateOrRegion?: string | undefined;
|
|
778
|
+
/**
|
|
779
|
+
* <p>The country code of the lead customer's address.</p>
|
|
780
|
+
* @public
|
|
781
|
+
*/
|
|
782
|
+
CountryCode?: string | undefined;
|
|
783
|
+
}
|
|
758
784
|
/**
|
|
759
785
|
* <p>Contains detailed information about the customer associated with the lead, including company details, industry classification, and AWS maturity level. This information helps qualify and categorize the lead for appropriate engagement strategies.</p>
|
|
760
786
|
* @public
|
|
@@ -764,7 +790,7 @@ export interface LeadCustomer {
|
|
|
764
790
|
* <p>Specifies the industry sector to which the lead customer's company belongs. This categorization helps in understanding the customer's business context and tailoring appropriate solutions.</p>
|
|
765
791
|
* @public
|
|
766
792
|
*/
|
|
767
|
-
Industry?:
|
|
793
|
+
Industry?: string | undefined;
|
|
768
794
|
/**
|
|
769
795
|
* <p>The name of the lead customer's company. This field is essential for identifying and tracking the customer organization associated with the lead.</p>
|
|
770
796
|
* @public
|
|
@@ -776,10 +802,10 @@ export interface LeadCustomer {
|
|
|
776
802
|
*/
|
|
777
803
|
WebsiteUrl?: string | undefined;
|
|
778
804
|
/**
|
|
779
|
-
* <p>
|
|
805
|
+
* <p>The address information for the lead customer.</p>
|
|
780
806
|
* @public
|
|
781
807
|
*/
|
|
782
|
-
Address
|
|
808
|
+
Address?: LeadAddress | undefined;
|
|
783
809
|
/**
|
|
784
810
|
* <p>Indicates the customer's level of experience and adoption with AWS services. This assessment helps determine the appropriate engagement approach and solution complexity.</p>
|
|
785
811
|
* @public
|
|
@@ -789,7 +815,7 @@ export interface LeadCustomer {
|
|
|
789
815
|
* <p>Specifies the market segment classification of the lead customer, such as enterprise, mid-market, or small business. This segmentation helps in targeting appropriate solutions and engagement strategies.</p>
|
|
790
816
|
* @public
|
|
791
817
|
*/
|
|
792
|
-
MarketSegment?:
|
|
818
|
+
MarketSegment?: string | undefined;
|
|
793
819
|
}
|
|
794
820
|
/**
|
|
795
821
|
* <p>Contains insights that AI generates for a lead. These insights provide automated analysis to help partners evaluate the lead quality and prioritize engagement efforts.</p>
|
|
@@ -842,17 +868,17 @@ export interface LeadInteraction {
|
|
|
842
868
|
* <p>Specifies the type of source that generated the lead interaction, such as "Event", "Website", "Referral", or "Campaign". This categorization helps track lead generation effectiveness across different channels.</p>
|
|
843
869
|
* @public
|
|
844
870
|
*/
|
|
845
|
-
SourceType
|
|
871
|
+
SourceType?: string | undefined;
|
|
846
872
|
/**
|
|
847
873
|
* <p>The unique identifier of the specific source that generated the lead interaction. This ID provides traceability back to the original lead generation activity.</p>
|
|
848
874
|
* @public
|
|
849
875
|
*/
|
|
850
|
-
SourceId
|
|
876
|
+
SourceId?: string | undefined;
|
|
851
877
|
/**
|
|
852
878
|
* <p>The descriptive name of the source that generated the lead interaction, providing a human-readable identifier for the lead generation channel or activity.</p>
|
|
853
879
|
* @public
|
|
854
880
|
*/
|
|
855
|
-
SourceName
|
|
881
|
+
SourceName?: string | undefined;
|
|
856
882
|
/**
|
|
857
883
|
* <p>Describes the specific use case or business scenario discussed during the lead interaction. This helps categorize the customer's interests and potential solutions.</p>
|
|
858
884
|
* @public
|
|
@@ -867,7 +893,7 @@ export interface LeadInteraction {
|
|
|
867
893
|
* <p>Describes the action taken by the customer during or as a result of the interaction, such as requesting information, scheduling a meeting, or expressing interest in a solution.</p>
|
|
868
894
|
* @public
|
|
869
895
|
*/
|
|
870
|
-
CustomerAction
|
|
896
|
+
CustomerAction?: string | undefined;
|
|
871
897
|
/**
|
|
872
898
|
* <p>Describes the business problem or challenge that the customer discussed during the interaction. This information helps qualify the lead and identify appropriate solutions.</p>
|
|
873
899
|
* @public
|
|
@@ -997,6 +1023,16 @@ export interface ProspectingInsights {
|
|
|
997
1023
|
* @public
|
|
998
1024
|
*/
|
|
999
1025
|
export interface ProspectingResultAws {
|
|
1026
|
+
/**
|
|
1027
|
+
* <p>Contains details about the prospected customer account, including geographic, industry, and segment classifications.</p>
|
|
1028
|
+
* @public
|
|
1029
|
+
*/
|
|
1030
|
+
Customer?: ProspectingResultCustomer | undefined;
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>Insights that AI generates from the prospecting analysis. These insights include engagement scores and solution fit assessments for the prospected customer.</p>
|
|
1033
|
+
* @public
|
|
1034
|
+
*/
|
|
1035
|
+
Insights?: ProspectingInsights | undefined;
|
|
1000
1036
|
/**
|
|
1001
1037
|
* <p>The timestamp when the prospecting result context was created. The format is ISO 8601 (UTC).</p>
|
|
1002
1038
|
* @public
|
|
@@ -1022,16 +1058,6 @@ export interface ProspectingResultAws {
|
|
|
1022
1058
|
* @public
|
|
1023
1059
|
*/
|
|
1024
1060
|
TaskName?: string | undefined;
|
|
1025
|
-
/**
|
|
1026
|
-
* <p>Contains details about the prospected customer account, including geographic, industry, and segment classifications.</p>
|
|
1027
|
-
* @public
|
|
1028
|
-
*/
|
|
1029
|
-
Customer?: ProspectingResultCustomer | undefined;
|
|
1030
|
-
/**
|
|
1031
|
-
* <p>Insights that AI generates from the prospecting analysis. These insights include engagement scores and solution fit assessments for the prospected customer.</p>
|
|
1032
|
-
* @public
|
|
1033
|
-
*/
|
|
1034
|
-
Insights?: ProspectingInsights | undefined;
|
|
1035
1061
|
}
|
|
1036
1062
|
/**
|
|
1037
1063
|
* <p>Contains the results of an autonomous prospecting job. This includes data and insights that AWS provides about a prospected customer account.</p>
|
|
@@ -1197,12 +1223,12 @@ export interface CreateEngagementRequest {
|
|
|
1197
1223
|
* <p>Specifies the title of the <code>Engagement</code>.</p>
|
|
1198
1224
|
* @public
|
|
1199
1225
|
*/
|
|
1200
|
-
Title
|
|
1226
|
+
Title?: string | undefined;
|
|
1201
1227
|
/**
|
|
1202
1228
|
* <p>Provides a description of the <code>Engagement</code>.</p>
|
|
1203
1229
|
* @public
|
|
1204
1230
|
*/
|
|
1205
|
-
Description
|
|
1231
|
+
Description?: string | undefined;
|
|
1206
1232
|
/**
|
|
1207
1233
|
* <p>The <code>Contexts</code> field is a required array of objects, with a maximum of 5 contexts allowed, specifying detailed information about customer projects associated with the Engagement. Each context object contains a <code>Type</code> field indicating the context type, which must be <code>CustomerProject</code> in this version, and a <code>Payload</code> field containing the <code>CustomerProject</code> details. The <code>CustomerProject</code> object is composed of two main components: <code>Customer</code> and <code>Project</code>. The <code>Customer</code> object includes information such as <code>CompanyName</code>, <code>WebsiteUrl</code>, <code>Industry</code>, and <code>CountryCode</code>, providing essential details about the customer. The <code>Project</code> object contains <code>Title</code>, <code>BusinessProblem</code>, and <code>TargetCompletionDate</code>, offering insights into the specific project associated with the customer. This structure allows comprehensive context to be included within the Engagement, facilitating effective collaboration between parties by providing relevant customer and project information.</p>
|
|
1208
1234
|
* @public
|
|
@@ -1936,7 +1962,7 @@ export interface LeadInvitationCustomer {
|
|
|
1936
1962
|
* <p>Specifies the industry sector of the customer company associated with the lead invitation. This categorization helps partners understand the customer's business context and assess solution fit.</p>
|
|
1937
1963
|
* @public
|
|
1938
1964
|
*/
|
|
1939
|
-
Industry?:
|
|
1965
|
+
Industry?: string | undefined;
|
|
1940
1966
|
/**
|
|
1941
1967
|
* <p>The name of the customer company associated with the lead invitation. This field identifies the target organization for the lead engagement opportunity.</p>
|
|
1942
1968
|
* @public
|
|
@@ -1951,7 +1977,7 @@ export interface LeadInvitationCustomer {
|
|
|
1951
1977
|
* <p>The country code indicating the geographic location of the customer company. This information helps partners understand regional requirements and assess their ability to serve the customer effectively.</p>
|
|
1952
1978
|
* @public
|
|
1953
1979
|
*/
|
|
1954
|
-
CountryCode
|
|
1980
|
+
CountryCode?: string | undefined;
|
|
1955
1981
|
/**
|
|
1956
1982
|
* <p>Indicates the customer's level of experience and adoption with AWS services. This assessment helps partners understand the customer's cloud maturity and tailor their engagement approach accordingly.</p>
|
|
1957
1983
|
* @public
|
|
@@ -1961,7 +1987,7 @@ export interface LeadInvitationCustomer {
|
|
|
1961
1987
|
* <p>Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business. This segmentation helps partners determine the appropriate solution complexity and engagement strategy.</p>
|
|
1962
1988
|
* @public
|
|
1963
1989
|
*/
|
|
1964
|
-
MarketSegment?:
|
|
1990
|
+
MarketSegment?: string | undefined;
|
|
1965
1991
|
}
|
|
1966
1992
|
/**
|
|
1967
1993
|
* <p>Represents interaction details included in a lead invitation payload. This structure provides context about how the lead was generated and the customer's engagement history to help partners assess the opportunity quality.</p>
|
|
@@ -1972,17 +1998,17 @@ export interface LeadInvitationInteraction {
|
|
|
1972
1998
|
* <p>Specifies the type of source that generated the lead interaction, such as "Event", "Website", or "Campaign". This helps partners understand the lead generation channel and assess lead quality based on the source type.</p>
|
|
1973
1999
|
* @public
|
|
1974
2000
|
*/
|
|
1975
|
-
SourceType
|
|
2001
|
+
SourceType?: string | undefined;
|
|
1976
2002
|
/**
|
|
1977
2003
|
* <p>The unique identifier of the specific source that generated the lead interaction. This provides traceability to the original lead generation activity for reference and follow-up purposes.</p>
|
|
1978
2004
|
* @public
|
|
1979
2005
|
*/
|
|
1980
|
-
SourceId
|
|
2006
|
+
SourceId?: string | undefined;
|
|
1981
2007
|
/**
|
|
1982
2008
|
* <p>The descriptive name of the source that generated the lead interaction. This human-readable identifier helps partners understand the specific lead generation channel or campaign that created the opportunity.</p>
|
|
1983
2009
|
* @public
|
|
1984
2010
|
*/
|
|
1985
|
-
SourceName
|
|
2011
|
+
SourceName?: string | undefined;
|
|
1986
2012
|
/**
|
|
1987
2013
|
* <p>Describes the specific use case or business scenario associated with the lead interaction. This information helps partners understand the customer's interests and potential solution requirements.</p>
|
|
1988
2014
|
* @public
|
|
@@ -2247,6 +2273,38 @@ export interface GetEngagementInvitationRequest {
|
|
|
2247
2273
|
*/
|
|
2248
2274
|
Identifier: string | undefined;
|
|
2249
2275
|
}
|
|
2276
|
+
/**
|
|
2277
|
+
* <p>A subset of prospecting result data visible to invitation receivers. It includes customer account details and AI-generated insights.</p>
|
|
2278
|
+
* @public
|
|
2279
|
+
*/
|
|
2280
|
+
export interface InvitationProspectingResultAws {
|
|
2281
|
+
/**
|
|
2282
|
+
* <p>The prospected customer account details, including geographic classification, industry segmentation, company size, and program eligibility.</p>
|
|
2283
|
+
* @public
|
|
2284
|
+
*/
|
|
2285
|
+
Customer?: ProspectingResultCustomer | undefined;
|
|
2286
|
+
/**
|
|
2287
|
+
* <p>The AI-generated insights from the prospecting analysis, including marketplace engagement scoring, solution fit assessments, and solution categorization.</p>
|
|
2288
|
+
* @public
|
|
2289
|
+
*/
|
|
2290
|
+
Insights?: ProspectingInsights | undefined;
|
|
2291
|
+
}
|
|
2292
|
+
/**
|
|
2293
|
+
* <p>Contains enrichment data for engagement invitations. You can view propensity scores, program eligibility, and lead readiness insights directly in the invitation, before you take action on the invitation.</p>
|
|
2294
|
+
* @public
|
|
2295
|
+
*/
|
|
2296
|
+
export interface EnrichmentContext {
|
|
2297
|
+
/**
|
|
2298
|
+
* <p>The customer account data and propensity insights for the prospected account. It includes geographic, industry, and segment classifications, along with engagement and solution scoring.</p>
|
|
2299
|
+
* @public
|
|
2300
|
+
*/
|
|
2301
|
+
ProspectingResultAws?: InvitationProspectingResultAws | undefined;
|
|
2302
|
+
/**
|
|
2303
|
+
* <p>The AI-generated lead readiness score for this lead. Use this score to assess lead quality and prioritize engagement efforts.</p>
|
|
2304
|
+
* @public
|
|
2305
|
+
*/
|
|
2306
|
+
LeadInsights?: LeadInsights | undefined;
|
|
2307
|
+
}
|
|
2250
2308
|
/**
|
|
2251
2309
|
* <p>The EngagementMemberSummary provides a snapshot of essential information about participants in an AWS Partner Central Engagement. This compact data structure encapsulates key details of each member, facilitating efficient collaboration and management within the Engagement. </p>
|
|
2252
2310
|
* @public
|
|
@@ -2352,6 +2410,11 @@ export interface GetEngagementInvitationResponse {
|
|
|
2352
2410
|
* @public
|
|
2353
2411
|
*/
|
|
2354
2412
|
ExistingMembers?: EngagementMemberSummary[] | undefined;
|
|
2413
|
+
/**
|
|
2414
|
+
* <p>The enrichment data for the engagement associated with this invitation. You can view propensity scores, program eligibility, and lead readiness assessments before taking action on the invitation.</p>
|
|
2415
|
+
* @public
|
|
2416
|
+
*/
|
|
2417
|
+
EnrichmentContext?: EnrichmentContext | undefined;
|
|
2355
2418
|
}
|
|
2356
2419
|
/**
|
|
2357
2420
|
* <p>Defines sorting options for retrieving Engagement Invitations. Sorting can be done based on various criteria like the invitation date or status.</p>
|