Skip to content

Commit b085d3f

Browse files
author
AWS
committed
Partner Central Selling API Update: Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling.
1 parent b1b0033 commit b085d3f

File tree

3 files changed

+2333
-250
lines changed

3 files changed

+2333
-250
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Partner Central Selling API",
4+
"contributor": "",
5+
"description": "Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling."
6+
}

services/partnercentralselling/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,59 @@
11
{
22
"pagination": {
3+
"ListEngagementByAcceptingInvitationTasks": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "TaskSummaries"
8+
},
9+
"ListEngagementFromOpportunityTasks": {
10+
"input_token": "NextToken",
11+
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"result_key": "TaskSummaries"
14+
},
315
"ListEngagementInvitations": {
416
"input_token": "NextToken",
517
"output_token": "NextToken",
618
"limit_key": "MaxResults",
719
"result_key": "EngagementInvitationSummaries"
820
},
21+
"ListEngagementMembers": {
22+
"input_token": "NextToken",
23+
"output_token": "NextToken",
24+
"limit_key": "MaxResults",
25+
"result_key": "EngagementMemberList"
26+
},
27+
"ListEngagementResourceAssociations": {
28+
"input_token": "NextToken",
29+
"output_token": "NextToken",
30+
"limit_key": "MaxResults",
31+
"result_key": "EngagementResourceAssociationSummaries"
32+
},
33+
"ListEngagements": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults",
37+
"result_key": "EngagementSummaryList"
38+
},
939
"ListOpportunities": {
1040
"input_token": "NextToken",
1141
"output_token": "NextToken",
1242
"limit_key": "MaxResults",
1343
"result_key": "OpportunitySummaries"
1444
},
45+
"ListResourceSnapshotJobs": {
46+
"input_token": "NextToken",
47+
"output_token": "NextToken",
48+
"limit_key": "MaxResults",
49+
"result_key": "ResourceSnapshotJobSummaries"
50+
},
51+
"ListResourceSnapshots": {
52+
"input_token": "NextToken",
53+
"output_token": "NextToken",
54+
"limit_key": "MaxResults",
55+
"result_key": "ResourceSnapshotSummaries"
56+
},
1557
"ListSolutions": {
1658
"input_token": "NextToken",
1759
"output_token": "NextToken",

0 commit comments

Comments
 (0)