Skip to content

Commit 5b611d5

Browse files
Update models for release
1 parent 8afe50c commit 5b611d5

File tree

13 files changed

+2483
-248
lines changed

13 files changed

+2483
-248
lines changed

.changes/3.334.1

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "QBusiness",
5+
"description": "This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "PartnerCentralSelling",
10+
"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."
11+
}
12+
]

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\QBusiness` - This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.
6+
* `Aws\PartnerCentralSelling` - 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.
7+
38
## 3.334.0 - 2024-12-04
49

510
* `Aws\BedrockRuntime` - Added support for Intelligent Prompt Router in Invoke, InvokeStream, Converse and ConverseStream. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.

src/PartnerCentralSelling/PartnerCentralSellingClient.php

+42
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,74 @@
55

66
/**
77
* This client is used to interact with the **Partner Central Selling API** service.
8+
* @method \Aws\Result acceptEngagementInvitation(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise acceptEngagementInvitationAsync(array $args = [])
810
* @method \Aws\Result assignOpportunity(array $args = [])
911
* @method \GuzzleHttp\Promise\Promise assignOpportunityAsync(array $args = [])
1012
* @method \Aws\Result associateOpportunity(array $args = [])
1113
* @method \GuzzleHttp\Promise\Promise associateOpportunityAsync(array $args = [])
14+
* @method \Aws\Result createEngagement(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise createEngagementAsync(array $args = [])
16+
* @method \Aws\Result createEngagementInvitation(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise createEngagementInvitationAsync(array $args = [])
1218
* @method \Aws\Result createOpportunity(array $args = [])
1319
* @method \GuzzleHttp\Promise\Promise createOpportunityAsync(array $args = [])
20+
* @method \Aws\Result createResourceSnapshot(array $args = [])
21+
* @method \GuzzleHttp\Promise\Promise createResourceSnapshotAsync(array $args = [])
22+
* @method \Aws\Result createResourceSnapshotJob(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise createResourceSnapshotJobAsync(array $args = [])
24+
* @method \Aws\Result deleteResourceSnapshotJob(array $args = [])
25+
* @method \GuzzleHttp\Promise\Promise deleteResourceSnapshotJobAsync(array $args = [])
1426
* @method \Aws\Result disassociateOpportunity(array $args = [])
1527
* @method \GuzzleHttp\Promise\Promise disassociateOpportunityAsync(array $args = [])
1628
* @method \Aws\Result getAwsOpportunitySummary(array $args = [])
1729
* @method \GuzzleHttp\Promise\Promise getAwsOpportunitySummaryAsync(array $args = [])
30+
* @method \Aws\Result getEngagement(array $args = [])
31+
* @method \GuzzleHttp\Promise\Promise getEngagementAsync(array $args = [])
1832
* @method \Aws\Result getEngagementInvitation(array $args = [])
1933
* @method \GuzzleHttp\Promise\Promise getEngagementInvitationAsync(array $args = [])
2034
* @method \Aws\Result getOpportunity(array $args = [])
2135
* @method \GuzzleHttp\Promise\Promise getOpportunityAsync(array $args = [])
36+
* @method \Aws\Result getResourceSnapshot(array $args = [])
37+
* @method \GuzzleHttp\Promise\Promise getResourceSnapshotAsync(array $args = [])
38+
* @method \Aws\Result getResourceSnapshotJob(array $args = [])
39+
* @method \GuzzleHttp\Promise\Promise getResourceSnapshotJobAsync(array $args = [])
40+
* @method \Aws\Result getSellingSystemSettings(array $args = [])
41+
* @method \GuzzleHttp\Promise\Promise getSellingSystemSettingsAsync(array $args = [])
42+
* @method \Aws\Result listEngagementByAcceptingInvitationTasks(array $args = [])
43+
* @method \GuzzleHttp\Promise\Promise listEngagementByAcceptingInvitationTasksAsync(array $args = [])
44+
* @method \Aws\Result listEngagementFromOpportunityTasks(array $args = [])
45+
* @method \GuzzleHttp\Promise\Promise listEngagementFromOpportunityTasksAsync(array $args = [])
2246
* @method \Aws\Result listEngagementInvitations(array $args = [])
2347
* @method \GuzzleHttp\Promise\Promise listEngagementInvitationsAsync(array $args = [])
48+
* @method \Aws\Result listEngagementMembers(array $args = [])
49+
* @method \GuzzleHttp\Promise\Promise listEngagementMembersAsync(array $args = [])
50+
* @method \Aws\Result listEngagementResourceAssociations(array $args = [])
51+
* @method \GuzzleHttp\Promise\Promise listEngagementResourceAssociationsAsync(array $args = [])
52+
* @method \Aws\Result listEngagements(array $args = [])
53+
* @method \GuzzleHttp\Promise\Promise listEngagementsAsync(array $args = [])
2454
* @method \Aws\Result listOpportunities(array $args = [])
2555
* @method \GuzzleHttp\Promise\Promise listOpportunitiesAsync(array $args = [])
56+
* @method \Aws\Result listResourceSnapshotJobs(array $args = [])
57+
* @method \GuzzleHttp\Promise\Promise listResourceSnapshotJobsAsync(array $args = [])
58+
* @method \Aws\Result listResourceSnapshots(array $args = [])
59+
* @method \GuzzleHttp\Promise\Promise listResourceSnapshotsAsync(array $args = [])
2660
* @method \Aws\Result listSolutions(array $args = [])
2761
* @method \GuzzleHttp\Promise\Promise listSolutionsAsync(array $args = [])
62+
* @method \Aws\Result putSellingSystemSettings(array $args = [])
63+
* @method \GuzzleHttp\Promise\Promise putSellingSystemSettingsAsync(array $args = [])
2864
* @method \Aws\Result rejectEngagementInvitation(array $args = [])
2965
* @method \GuzzleHttp\Promise\Promise rejectEngagementInvitationAsync(array $args = [])
3066
* @method \Aws\Result startEngagementByAcceptingInvitationTask(array $args = [])
3167
* @method \GuzzleHttp\Promise\Promise startEngagementByAcceptingInvitationTaskAsync(array $args = [])
3268
* @method \Aws\Result startEngagementFromOpportunityTask(array $args = [])
3369
* @method \GuzzleHttp\Promise\Promise startEngagementFromOpportunityTaskAsync(array $args = [])
70+
* @method \Aws\Result startResourceSnapshotJob(array $args = [])
71+
* @method \GuzzleHttp\Promise\Promise startResourceSnapshotJobAsync(array $args = [])
72+
* @method \Aws\Result stopResourceSnapshotJob(array $args = [])
73+
* @method \GuzzleHttp\Promise\Promise stopResourceSnapshotJobAsync(array $args = [])
74+
* @method \Aws\Result submitOpportunity(array $args = [])
75+
* @method \GuzzleHttp\Promise\Promise submitOpportunityAsync(array $args = [])
3476
* @method \Aws\Result updateOpportunity(array $args = [])
3577
* @method \GuzzleHttp\Promise\Promise updateOpportunityAsync(array $args = [])
3678
*/

0 commit comments

Comments
 (0)