Skip to content

Commit 4cf406c

Browse files
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 31df839 commit 4cf406c

File tree

219 files changed

+38297
-4070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+38297
-4070
lines changed

generator/ServiceModels/partnercentral-selling/partnercentral-selling-2022-07-26.api.json

Lines changed: 1307 additions & 25 deletions
Large diffs are not rendered by default.

generator/ServiceModels/partnercentral-selling/partnercentral-selling-2022-07-26.docs.json

Lines changed: 1068 additions & 204 deletions
Large diffs are not rendered by default.

generator/ServiceModels/partnercentral-selling/partnercentral-selling-2022-07-26.normal.json

Lines changed: 2285 additions & 250 deletions
Large diffs are not rendered by default.

generator/ServiceModels/partnercentral-selling/partnercentral-selling-2022-07-26.paginators.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)