Skip to content

Commit 60bd46c

Browse files
Updated API models and rebuilt service gems.
1 parent 8c6f65f commit 60bd46c

File tree

22 files changed

+7799
-525
lines changed

22 files changed

+7799
-525
lines changed

apis/partnercentral-selling/2022-07-26/api-2.json

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

apis/partnercentral-selling/2022-07-26/docs-2.json

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

apis/partnercentral-selling/2022-07-26/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",

apis/qbusiness/2023-11-27/api-2.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5294,16 +5294,6 @@
52945294
"location":"uri",
52955295
"locationName":"applicationId"
52965296
},
5297-
"userId":{
5298-
"shape":"UserId",
5299-
"location":"querystring",
5300-
"locationName":"userId"
5301-
},
5302-
"userGroups":{
5303-
"shape":"UserGroups",
5304-
"location":"querystring",
5305-
"locationName":"userGroups"
5306-
},
53075297
"queryText":{"shape":"QueryText"},
53085298
"contentSource":{"shape":"ContentSource"},
53095299
"attributeFilter":{"shape":"AttributeFilter"},

apis/qbusiness/2023-11-27/docs-2.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"ListWebExperiences": "<p>Lists one or more Amazon Q Business Web Experiences.</p>",
5959
"PutFeedback": "<p>Enables your end user to provide feedback on their Amazon Q Business generated chat responses.</p>",
6060
"PutGroup": "<p>Create, or updates, a mapping of users—who have access to a document—to groups.</p> <p>You can also map sub groups to groups. For example, the group \"Company Intellectual Property Teams\" includes sub groups \"Research\" and \"Engineering\". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their Amazon Q Business chat results.</p>",
61-
"SearchRelevantContent": "<p>Searches for relevant content in a Q Business application based on a query. This operation takes a search query text, the Q Business application identifier, and optional filters (such as user ID, user groups, content source, and maximum results) as input. It returns a list of relevant content items, where each item includes the content text, the unique document identifier, the document title, the document URI, any relevant document attributes, and score attributes indicating the confidence level of the relevance.</p>",
61+
"SearchRelevantContent": "<p>Searches for relevant content in a Q Business application based on a query. This operation takes a search query text, the Q Business application identifier, and optional filters (such as content source and maximum results) as input. It returns a list of relevant content items, where each item includes the content text, the unique document identifier, the document title, the document URI, any relevant document attributes, and score attributes indicating the confidence level of the relevance.</p>",
6262
"StartDataSourceSyncJob": "<p>Starts a data source connector synchronization job. If a synchronization job is already in progress, Amazon Q Business returns a <code>ConflictException</code>.</p>",
6363
"StopDataSourceSyncJob": "<p>Stops an Amazon Q Business data source connector synchronization job already in progress.</p>",
6464
"TagResource": "<p>Adds the specified tag to the specified Amazon Q Business application or data source resource. If the tag already exists, the existing value is replaced with the new value.</p>",
@@ -3385,7 +3385,6 @@
33853385
"refs": {
33863386
"ChatInput$userGroups": "<p>The group names that a user associated with the chat input belongs to.</p>",
33873387
"ChatSyncInput$userGroups": "<p>The group names that a user associated with the chat input belongs to.</p>",
3388-
"SearchRelevantContentRequest$userGroups": "<p>The groups the user belongs to. Used for access control.</p>",
33893388
"UsersAndGroups$userGroups": "<p>The user group names associated with a topic control rule.</p>"
33903389
}
33913390
},
@@ -3399,8 +3398,7 @@
33993398
"ListConversationsRequest$userId": "<p>The identifier of the user involved in the Amazon Q Business web experience conversation. </p>",
34003399
"ListMessagesRequest$userId": "<p>The identifier of the user involved in the Amazon Q Business web experience conversation.</p>",
34013400
"PrincipalUser$id": "<p> The identifier of the user. </p>",
3402-
"PutFeedbackRequest$userId": "<p>The identifier of the user giving the feedback.</p>",
3403-
"SearchRelevantContentRequest$userId": "<p>The ID of the user performing the search. Used for access control.</p>"
3401+
"PutFeedbackRequest$userId": "<p>The identifier of the user giving the feedback.</p>"
34043402
}
34053403
},
34063404
"UserIds": {

gems/aws-sdk-partnercentralselling/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.3.0 (2024-12-05)
5+
------------------
6+
7+
* Feature - 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.
8+
49
1.2.0 (2024-11-18)
510
------------------
611

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# structure.
2424
#
2525
# partner_central_selling = Aws::PartnerCentralSelling::Client.new
26-
# resp = partner_central_selling.assign_opportunity(params)
26+
# resp = partner_central_selling.accept_engagement_invitation(params)
2727
#
2828
# See {Client} for more information.
2929
#
@@ -54,7 +54,7 @@ module Plugins
5454
autoload :EndpointProvider, 'aws-sdk-partnercentralselling/endpoint_provider'
5555
autoload :Endpoints, 'aws-sdk-partnercentralselling/endpoints'
5656

57-
GEM_VERSION = '1.2.0'
57+
GEM_VERSION = '1.3.0'
5858

5959
end
6060

0 commit comments

Comments
 (0)