Skip to content

Commit bc3beb2

Browse files
Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations.
1 parent 6e68510 commit bc3beb2

File tree

45 files changed

+650
-1139
lines changed

Some content is hidden

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

45 files changed

+650
-1139
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.447
1+
1.11.448

generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/PartnerCentralSellingClient.h

Lines changed: 91 additions & 97 deletions
Large diffs are not rendered by default.

generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/Account.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ namespace Model
100100
///@{
101101
/**
102102
* <p>Specifies the industry the end <code>Customer</code> belongs to that's
103-
* associated with the <code>Opportunity</code> . It refers to the category or
103+
* associated with the <code>Opportunity</code>. It refers to the category or
104104
* sector where the customer's business operates. This is a required field. </p>
105105
*/
106106
inline const Industry& GetIndustry() const{ return m_industry; }

generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AccountSummary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace Model
7171
///@{
7272
/**
7373
* <p>Specifies which industry the end <code>Customer</code> belongs to associated
74-
* with the <code>Opportunity</code> . It refers to the category or sector that the
74+
* with the <code>Opportunity</code>. It refers to the category or sector that the
7575
* customer's business operates in. </p> <p>To submit a value outside the picklist,
7676
* use <code>Other</code>. </p> <p>Conditionally mandatory if <code>Other</code> is
7777
* selected for Industry Vertical in LOVs. </p>

generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AssignOpportunityRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace Model
5656
* value from a predefined list: <code>AWS</code> or <code>Sandbox</code>. The
5757
* catalog determines which environment the opportunity is assigned in. Use
5858
* <code>AWS</code> to assign real opportunities in the Amazon Web Services
59-
* catalog, and <code>Sandbox</code> to test in a secure and isolated environment.
59+
* catalog, and <code>Sandbox</code> for testing in secure, isolated environments.
6060
* </p>
6161
*/
6262
inline const Aws::String& GetCatalog() const{ return m_catalog; }

generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AssigneeContact.h

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ namespace Model
2525

2626
/**
2727
* <p>Represents the contact details of the individual assigned to manage the
28-
* opportunity within the partner organization. This ensures that there is a clear
29-
* point of contact for the opportunity's progress and updates.</p><p><h3>See
30-
* Also:</h3> <a
28+
* opportunity within the partner organization. This helps to ensure that there is
29+
* a point of contact for the opportunity's progress.</p><p><h3>See Also:</h3> <a
3130
* href="http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AssigneeContact">AWS
3231
* API Reference</a></p>
3332
*/
@@ -44,7 +43,8 @@ namespace Model
4443
/**
4544
* <p>Specifies the business title of the assignee managing the opportunity. This
4645
* helps clarify the individual's role and responsibilities within the
47-
* organization.</p>
46+
* organization. Use the value <code>PartnerAccountManager</code> to update details
47+
* of the opportunity owner.</p>
4848
*/
4949
inline const Aws::String& GetBusinessTitle() const{ return m_businessTitle; }
5050
inline bool BusinessTitleHasBeenSet() const { return m_businessTitleHasBeenSet; }
@@ -73,7 +73,9 @@ namespace Model
7373

7474
///@{
7575
/**
76-
* <p>Specifies the first name of the assignee managing the opportunity.</p>
76+
* <p>Specifies the first name of the assignee managing the opportunity. The system
77+
* automatically retrieves this value from the user profile by referencing the
78+
* associated email address.</p>
7779
*/
7880
inline const Aws::String& GetFirstName() const{ return m_firstName; }
7981
inline bool FirstNameHasBeenSet() const { return m_firstNameHasBeenSet; }
@@ -87,7 +89,9 @@ namespace Model
8789

8890
///@{
8991
/**
90-
* <p>Specifies the last name of the assignee managing the opportunity.</p>
92+
* <p>Specifies the last name of the assignee managing the opportunity. The system
93+
* automatically retrieves this value from the user profile by referencing the
94+
* associated email address.</p>
9195
*/
9296
inline const Aws::String& GetLastName() const{ return m_lastName; }
9397
inline bool LastNameHasBeenSet() const { return m_lastNameHasBeenSet; }

generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AssociateOpportunityRequest.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ namespace Model
3939
/**
4040
* <p> Specifies the catalog associated with the request. This field takes a string
4141
* value from a predefined list: <code>AWS</code> or <code>Sandbox</code>. The
42-
* catalog determines whichenvironment the opportunity association is made in. Use
42+
* catalog determines which environment the opportunity association is made in. Use
4343
* <code>AWS</code> to associate opportunities in the Amazon Web Services catalog,
44-
* and <code>Sandbox</code> to test in a secure and isolated environment. </p>
44+
* and <code>Sandbox</code> for testing in secure, isolated environments. </p>
4545
*/
4646
inline const Aws::String& GetCatalog() const{ return m_catalog; }
4747
inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; }
@@ -89,7 +89,7 @@ namespace Model
8989

9090
///@{
9191
/**
92-
* <p>Specifies the type of the related entity you're associating with the <code>
92+
* <p>Specifies the entity type that you're associating with the <code>
9393
* Opportunity</code>. This helps to categorize and properly process the
9494
* association. </p>
9595
*/

generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AwsOpportunityCustomer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ namespace Model
4343
///@{
4444
/**
4545
* <p>Provides a list of customer contacts involved in the opportunity. These
46-
* contacts may include decision-makers, influencers, and other key stakeholders
47-
* within the customer's organization.</p>
46+
* contacts may include decision makers, influencers, and other stakeholders within
47+
* the customer's organization.</p>
4848
*/
4949
inline const Aws::Vector<Contact>& GetContacts() const{ return m_contacts; }
5050
inline bool ContactsHasBeenSet() const { return m_contactsHasBeenSet; }

generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AwsOpportunityLifeCycle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace Model
6060
///@{
6161
/**
6262
* <p>Specifies the immediate next steps required to progress the opportunity.
63-
* These steps are based on AWS's guidance and the current stage of the
63+
* These steps are based on AWS guidance and the current stage of the
6464
* opportunity.</p>
6565
*/
6666
inline const Aws::String& GetNextSteps() const{ return m_nextSteps; }

generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AwsSubmission.h

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ namespace Model
2626

2727
/**
2828
* <p>Indicates the level of AWS involvement in the opportunity. This field helps
29-
* track AWS's role and participation throughout the engagement, such as providing
30-
* technical support, deal assistance, or sales support.</p><p><h3>See Also:</h3>
31-
* <a
29+
* track AWS participation throughout the engagement, such as providing technical
30+
* support, deal assistance, and sales support.</p><p><h3>See Also:</h3> <a
3231
* href="http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsSubmission">AWS
3332
* API Reference</a></p>
3433
*/
@@ -43,9 +42,9 @@ namespace Model
4342

4443
///@{
4544
/**
46-
* <p>Specifies the type of AWS involvement in the opportunity, such as co-selling,
47-
* deal support, or technical consultation. This helps categorize the nature of
48-
* AWS's participation.</p>
45+
* <p>Specifies the type of AWS involvement in the opportunity, such as coselling,
46+
* deal support, or technical consultation. This helps categorize the nature of AWS
47+
* participation.</p>
4948
*/
5049
inline const SalesInvolvementType& GetInvolvementType() const{ return m_involvementType; }
5150
inline bool InvolvementTypeHasBeenSet() const { return m_involvementTypeHasBeenSet; }
@@ -57,7 +56,7 @@ namespace Model
5756

5857
///@{
5958
/**
60-
* <p>Determines who can view AWS's involvement in the opportunity. Typically, this
59+
* <p>Determines who can view AWS involvement in the opportunity. Typically, this
6160
* field is set to <code>Full</code> for most cases, but it may be restricted based
6261
* on special program requirements or confidentiality needs.</p>
6362
*/

0 commit comments

Comments
 (0)