Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Dec 5, 2024
1 parent 8afe50c commit 5b611d5
Show file tree
Hide file tree
Showing 13 changed files with 2,483 additions and 248 deletions.
12 changes: 12 additions & 0 deletions .changes/3.334.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "api-change",
"category": "QBusiness",
"description": "This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters."
},
{
"type": "api-change",
"category": "PartnerCentralSelling",
"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."
}
]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## next release

* `Aws\QBusiness` - This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.
* `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.

## 3.334.0 - 2024-12-04

* `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.
Expand Down
42 changes: 42 additions & 0 deletions src/PartnerCentralSelling/PartnerCentralSellingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,74 @@

/**
* This client is used to interact with the **Partner Central Selling API** service.
* @method \Aws\Result acceptEngagementInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise acceptEngagementInvitationAsync(array $args = [])
* @method \Aws\Result assignOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise assignOpportunityAsync(array $args = [])
* @method \Aws\Result associateOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateOpportunityAsync(array $args = [])
* @method \Aws\Result createEngagement(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEngagementAsync(array $args = [])
* @method \Aws\Result createEngagementInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEngagementInvitationAsync(array $args = [])
* @method \Aws\Result createOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise createOpportunityAsync(array $args = [])
* @method \Aws\Result createResourceSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise createResourceSnapshotAsync(array $args = [])
* @method \Aws\Result createResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result deleteResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result disassociateOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateOpportunityAsync(array $args = [])
* @method \Aws\Result getAwsOpportunitySummary(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAwsOpportunitySummaryAsync(array $args = [])
* @method \Aws\Result getEngagement(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEngagementAsync(array $args = [])
* @method \Aws\Result getEngagementInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEngagementInvitationAsync(array $args = [])
* @method \Aws\Result getOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOpportunityAsync(array $args = [])
* @method \Aws\Result getResourceSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResourceSnapshotAsync(array $args = [])
* @method \Aws\Result getResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result getSellingSystemSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSellingSystemSettingsAsync(array $args = [])
* @method \Aws\Result listEngagementByAcceptingInvitationTasks(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementByAcceptingInvitationTasksAsync(array $args = [])
* @method \Aws\Result listEngagementFromOpportunityTasks(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementFromOpportunityTasksAsync(array $args = [])
* @method \Aws\Result listEngagementInvitations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementInvitationsAsync(array $args = [])
* @method \Aws\Result listEngagementMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementMembersAsync(array $args = [])
* @method \Aws\Result listEngagementResourceAssociations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementResourceAssociationsAsync(array $args = [])
* @method \Aws\Result listEngagements(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEngagementsAsync(array $args = [])
* @method \Aws\Result listOpportunities(array $args = [])
* @method \GuzzleHttp\Promise\Promise listOpportunitiesAsync(array $args = [])
* @method \Aws\Result listResourceSnapshotJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResourceSnapshotJobsAsync(array $args = [])
* @method \Aws\Result listResourceSnapshots(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResourceSnapshotsAsync(array $args = [])
* @method \Aws\Result listSolutions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSolutionsAsync(array $args = [])
* @method \Aws\Result putSellingSystemSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise putSellingSystemSettingsAsync(array $args = [])
* @method \Aws\Result rejectEngagementInvitation(array $args = [])
* @method \GuzzleHttp\Promise\Promise rejectEngagementInvitationAsync(array $args = [])
* @method \Aws\Result startEngagementByAcceptingInvitationTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise startEngagementByAcceptingInvitationTaskAsync(array $args = [])
* @method \Aws\Result startEngagementFromOpportunityTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise startEngagementFromOpportunityTaskAsync(array $args = [])
* @method \Aws\Result startResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result stopResourceSnapshotJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopResourceSnapshotJobAsync(array $args = [])
* @method \Aws\Result submitOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise submitOpportunityAsync(array $args = [])
* @method \Aws\Result updateOpportunity(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateOpportunityAsync(array $args = [])
*/
Expand Down
Loading

0 comments on commit 5b611d5

Please sign in to comment.