diff --git a/clients/client-partnercentral-selling/README.md b/clients/client-partnercentral-selling/README.md index f03b208ff917..77a795c279b5 100644 --- a/clients/client-partnercentral-selling/README.md +++ b/clients/client-partnercentral-selling/README.md @@ -11,40 +11,68 @@ AWS SDK for JavaScript PartnerCentralSelling Client for Node.js, Browser and Rea

AWS Partner Central API for Selling Reference Guide

-

-Amazon Web Services (AWS) Partner Central API reference guide is designed to help -AWS Partners programmatically integrate their Customer Relationship Management (CRM) systems with AWS Partner Central. Through the Partner Central APIs, partners can automate and streamline their interactions with AWS Partner Central, ensuring a more efficient and effective engagement in joint business activities. -

-

-The AWS Partner Central API service provides standard AWS API functionality. You can directly use the API Actions, or you can use an AWS SDK to access an API that's tailored to the programming language or platform that you're using. For more information about AWS application development, see Getting Started with AWS. For more information about using AWS SDKs, see AWS SDKs. -

+

This Amazon Web Services (AWS) Partner Central API reference is +designed to help AWS +Partners integrate Customer Relationship Management (CRM) +systems with AWS Partner Central. Partners can automate interactions with +AWS Partner Central, which helps to ensure effective engagements in joint +business activities.

+

The API provides standard AWS API functionality. Access it by +either using API Actions or by using an AWS SDK that's tailored to your +programming language or platform. For more information, see Getting Started with +AWS and Tools to Build on AWS.

Features offered by AWS Partner Central API

  1. -Opportunity management: Facilitates the management of co-selling opportunities with AWS using API actions such as CreateOpportunity, UpdateOpportunity, ListOpportunities, GetOpportunity, and AssignOpportunity.

    +Opportunity management: +Manages coselling opportunities through API actions such as +CreateOpportunity, UpdateOpportunity, +ListOpportunities, GetOpportunity, and +AssignOpportunity.

  2. -AWS referral management: Facilitates receiving referrals shared by AWS using actions like ListEngagementInvitations, GetEngagementInvitation, StartEngagementByAcceptingInvitation, and RejectEngagementInvitation.

    +AWS referral management: +Manages referrals shared by AWS using actions such as +ListEngagementInvitations, +GetEngagementInvitation, +StartEngagementByAcceptingInvitation, and +RejectEngagementInvitation.

  3. -Entity association: Associate related entities such as AWS Products, Partner Solutions, and AWS Marketplace Private Offers with opportunities using the actions AssociateOpportunity and DisassociateOpportunity.

    +Entity association: +Associates related entities such as AWS Products, +Partner Solutions, and AWS +Marketplace Private Offers with opportunities using the +actions AssociateOpportunity, and +DisassociateOpportunity.

  4. -View AWS opportunity details: Use the GetAWSOpportunitySummary action to retrieve real-time summaries of AWS opportunities that are linked to your opportunities.

    +View AWS opportunity +details: Retrieves real-time summaries of AWS +opportunities using the GetAWSOpportunitySummary +action.

  5. -List solutions: Provides list APIs for listing solutions partners offer using ListSolutions.

    +List solutions: Provides +list APIs for listing partner offers using +ListSolutions.

  6. -Event subscription: Partners can subscribe to real-time updates on opportunities by listening to events such as Opportunity Created, Opportunity Updated, Engagement Invitation Accepted, Engagement Invitation Rejected and Engagement Invitation Created using AWS EventBridge.

    +Event subscription: +Subscribe to real-time opportunity updates through AWS EventBridge by +using actions such as Opportunity Created, +Opportunity Updated, Engagement +Invitation Accepted, Engagement Invitation +Rejected, and Engagement Invitation +Created.

diff --git a/clients/client-partnercentral-selling/src/PartnerCentralSelling.ts b/clients/client-partnercentral-selling/src/PartnerCentralSelling.ts index 811f2db1b5de..46d6e1e78f6a 100644 --- a/clients/client-partnercentral-selling/src/PartnerCentralSelling.ts +++ b/clients/client-partnercentral-selling/src/PartnerCentralSelling.ts @@ -327,40 +327,68 @@ export interface PartnerCentralSelling { *

* AWS Partner Central API for Selling Reference Guide *

- *

- * Amazon Web Services (AWS) Partner Central API reference guide is designed to help - * AWS Partners programmatically integrate their Customer Relationship Management (CRM) systems with AWS Partner Central. Through the Partner Central APIs, partners can automate and streamline their interactions with AWS Partner Central, ensuring a more efficient and effective engagement in joint business activities. - *

- *

- * The AWS Partner Central API service provides standard AWS API functionality. You can directly use the API Actions, or you can use an AWS SDK to access an API that's tailored to the programming language or platform that you're using. For more information about AWS application development, see Getting Started with AWS. For more information about using AWS SDKs, see AWS SDKs. - *

+ *

This Amazon Web Services (AWS) Partner Central API reference is + * designed to help AWS + * Partners integrate Customer Relationship Management (CRM) + * systems with AWS Partner Central. Partners can automate interactions with + * AWS Partner Central, which helps to ensure effective engagements in joint + * business activities.

+ *

The API provides standard AWS API functionality. Access it by + * either using API Actions or by using an AWS SDK that's tailored to your + * programming language or platform. For more information, see Getting Started with + * AWS and Tools to Build on AWS.

*

* Features offered by AWS Partner Central API *

*
    *
  1. *

    - * Opportunity management: Facilitates the management of co-selling opportunities with AWS using API actions such as CreateOpportunity, UpdateOpportunity, ListOpportunities, GetOpportunity, and AssignOpportunity.

    + * Opportunity management: + * Manages coselling opportunities through API actions such as + * CreateOpportunity, UpdateOpportunity, + * ListOpportunities, GetOpportunity, and + * AssignOpportunity.

    *
  2. *
  3. *

    - * AWS referral management: Facilitates receiving referrals shared by AWS using actions like ListEngagementInvitations, GetEngagementInvitation, StartEngagementByAcceptingInvitation, and RejectEngagementInvitation.

    + * AWS referral management: + * Manages referrals shared by AWS using actions such as + * ListEngagementInvitations, + * GetEngagementInvitation, + * StartEngagementByAcceptingInvitation, and + * RejectEngagementInvitation.

    *
  4. *
  5. *

    - * Entity association: Associate related entities such as AWS Products, Partner Solutions, and AWS Marketplace Private Offers with opportunities using the actions AssociateOpportunity and DisassociateOpportunity.

    + * Entity association: + * Associates related entities such as AWS Products, + * Partner Solutions, and AWS + * Marketplace Private Offers with opportunities using the + * actions AssociateOpportunity, and + * DisassociateOpportunity.

    *
  6. *
  7. *

    - * View AWS opportunity details: Use the GetAWSOpportunitySummary action to retrieve real-time summaries of AWS opportunities that are linked to your opportunities.

    + * View AWS opportunity + * details: Retrieves real-time summaries of AWS + * opportunities using the GetAWSOpportunitySummary + * action.

    *
  8. *
  9. *

    - * List solutions: Provides list APIs for listing solutions partners offer using ListSolutions.

    + * List solutions: Provides + * list APIs for listing partner offers using + * ListSolutions.

    *
  10. *
  11. *

    - * Event subscription: Partners can subscribe to real-time updates on opportunities by listening to events such as Opportunity Created, Opportunity Updated, Engagement Invitation Accepted, Engagement Invitation Rejected and Engagement Invitation Created using AWS EventBridge.

    + * Event subscription: + * Subscribe to real-time opportunity updates through AWS EventBridge by + * using actions such as Opportunity Created, + * Opportunity Updated, Engagement + * Invitation Accepted, Engagement Invitation + * Rejected, and Engagement Invitation + * Created.

    *
  12. *
* @public diff --git a/clients/client-partnercentral-selling/src/PartnerCentralSellingClient.ts b/clients/client-partnercentral-selling/src/PartnerCentralSellingClient.ts index a9c64e314744..f709e8862eff 100644 --- a/clients/client-partnercentral-selling/src/PartnerCentralSellingClient.ts +++ b/clients/client-partnercentral-selling/src/PartnerCentralSellingClient.ts @@ -316,40 +316,68 @@ export interface PartnerCentralSellingClientResolvedConfig extends PartnerCentra *

* AWS Partner Central API for Selling Reference Guide *

- *

- * Amazon Web Services (AWS) Partner Central API reference guide is designed to help - * AWS Partners programmatically integrate their Customer Relationship Management (CRM) systems with AWS Partner Central. Through the Partner Central APIs, partners can automate and streamline their interactions with AWS Partner Central, ensuring a more efficient and effective engagement in joint business activities. - *

- *

- * The AWS Partner Central API service provides standard AWS API functionality. You can directly use the API Actions, or you can use an AWS SDK to access an API that's tailored to the programming language or platform that you're using. For more information about AWS application development, see Getting Started with AWS. For more information about using AWS SDKs, see AWS SDKs. - *

+ *

This Amazon Web Services (AWS) Partner Central API reference is + * designed to help AWS + * Partners integrate Customer Relationship Management (CRM) + * systems with AWS Partner Central. Partners can automate interactions with + * AWS Partner Central, which helps to ensure effective engagements in joint + * business activities.

+ *

The API provides standard AWS API functionality. Access it by + * either using API Actions or by using an AWS SDK that's tailored to your + * programming language or platform. For more information, see Getting Started with + * AWS and Tools to Build on AWS.

*

* Features offered by AWS Partner Central API *

*
    *
  1. *

    - * Opportunity management: Facilitates the management of co-selling opportunities with AWS using API actions such as CreateOpportunity, UpdateOpportunity, ListOpportunities, GetOpportunity, and AssignOpportunity.

    + * Opportunity management: + * Manages coselling opportunities through API actions such as + * CreateOpportunity, UpdateOpportunity, + * ListOpportunities, GetOpportunity, and + * AssignOpportunity.

    *
  2. *
  3. *

    - * AWS referral management: Facilitates receiving referrals shared by AWS using actions like ListEngagementInvitations, GetEngagementInvitation, StartEngagementByAcceptingInvitation, and RejectEngagementInvitation.

    + * AWS referral management: + * Manages referrals shared by AWS using actions such as + * ListEngagementInvitations, + * GetEngagementInvitation, + * StartEngagementByAcceptingInvitation, and + * RejectEngagementInvitation.

    *
  4. *
  5. *

    - * Entity association: Associate related entities such as AWS Products, Partner Solutions, and AWS Marketplace Private Offers with opportunities using the actions AssociateOpportunity and DisassociateOpportunity.

    + * Entity association: + * Associates related entities such as AWS Products, + * Partner Solutions, and AWS + * Marketplace Private Offers with opportunities using the + * actions AssociateOpportunity, and + * DisassociateOpportunity.

    *
  6. *
  7. *

    - * View AWS opportunity details: Use the GetAWSOpportunitySummary action to retrieve real-time summaries of AWS opportunities that are linked to your opportunities.

    + * View AWS opportunity + * details: Retrieves real-time summaries of AWS + * opportunities using the GetAWSOpportunitySummary + * action.

    *
  8. *
  9. *

    - * List solutions: Provides list APIs for listing solutions partners offer using ListSolutions.

    + * List solutions: Provides + * list APIs for listing partner offers using + * ListSolutions.

    *
  10. *
  11. *

    - * Event subscription: Partners can subscribe to real-time updates on opportunities by listening to events such as Opportunity Created, Opportunity Updated, Engagement Invitation Accepted, Engagement Invitation Rejected and Engagement Invitation Created using AWS EventBridge.

    + * Event subscription: + * Subscribe to real-time opportunity updates through AWS EventBridge by + * using actions such as Opportunity Created, + * Opportunity Updated, Engagement + * Invitation Accepted, Engagement Invitation + * Rejected, and Engagement Invitation + * Created.

    *
  12. *
* @public diff --git a/clients/client-partnercentral-selling/src/commands/AssignOpportunityCommand.ts b/clients/client-partnercentral-selling/src/commands/AssignOpportunityCommand.ts index 5afd5d7ea145..a3f1d6cdf125 100644 --- a/clients/client-partnercentral-selling/src/commands/AssignOpportunityCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/AssignOpportunityCommand.ts @@ -93,7 +93,7 @@ export interface AssignOpportunityCommandOutput extends __MetadataBearer {} * usage to avoid throttling. *

*

This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

* * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/AssociateOpportunityCommand.ts b/clients/client-partnercentral-selling/src/commands/AssociateOpportunityCommand.ts index b3c9ef81cdf9..684b7030542c 100644 --- a/clients/client-partnercentral-selling/src/commands/AssociateOpportunityCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/AssociateOpportunityCommand.ts @@ -35,25 +35,25 @@ export interface AssociateOpportunityCommandOutput extends __MetadataBearer {} *

* Enables you to create a formal association between an Opportunity and various * related entities, enriching the context and details of the opportunity for better collaboration and - * decision-making. You can associate an opportunity with the following types of entities: + * decision making. You can associate an opportunity with the following entity types: *

* @@ -64,12 +64,12 @@ export interface AssociateOpportunityCommandOutput extends __MetadataBearer {} * *
  • *

    - * AWS products: For the latest list of Amazon Web Services products, refer to - * the Amazon Web Services products list.

    + * AWS Products: For the latest list of Amazon Web Services products, see Amazon Web Services products. + *

    *
  • *
  • *

    - * Amazon Web Services Marketplace private offer: Use the AWS Marketplace Catalog API to list entities. Specifically, use the ListEntities operation to retrieve a list of private offers. The request to the ListEntities API returns the details of the private offers available to you. For more information, refer to ListEntities. + * Amazon Web Services Marketplace private offer: Use the Using the Amazon Web Services Marketplace Catalog API to list entities. Specifically, use the ListEntities operation to retrieve a list of private offers. The request returns the details of available private offers. For more information, see ListEntities. *

    *
  • * @@ -121,7 +121,7 @@ export interface AssociateOpportunityCommandOutput extends __MetadataBearer {} * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/CreateOpportunityCommand.ts b/clients/client-partnercentral-selling/src/commands/CreateOpportunityCommand.ts index 04453f5ac9b1..3997adeeca06 100644 --- a/clients/client-partnercentral-selling/src/commands/CreateOpportunityCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/CreateOpportunityCommand.ts @@ -38,11 +38,11 @@ export interface CreateOpportunityCommandOutput extends CreateOpportunityRespons /** *

    * Creates an Opportunity record in Partner Central. Use this operation to create - * a potential business opportunity intended to be submitted to Amazon Web Services. Creating an opportunity sets its Lifecycle.ReviewStatus to + * a potential business opportunity for submission to Amazon Web Services. Creating an opportunity sets Lifecycle.ReviewStatus to * Pending Submission. *

    *

    - * To fully submit an opportunity, follow these steps: + * To submit an opportunity, follow these steps: *

    *
      *
    1. @@ -52,16 +52,16 @@ export interface CreateOpportunityCommandOutput extends CreateOpportunityRespons *

      To associate a solution with the opportunity, use AssociateOpportunity.

      *
    2. *
    3. - *

      To submit the opportunity, use SubmitOpportunity.

      + *

      To submit the opportunity, use StartEngagementFromOpportunityTask.

      *
    4. *
    *

    - * After submission, you can't edit the opportunity until the review is complete. However, opportunities in the - * Pending Submission state still need all details completed. You can update + * After submission, you can't edit the opportunity until the review is complete. But opportunities in the + * Pending Submission state must have complete details. You can update * the opportunity while it's in the Pending Submission state. *

    *

    - * There's a set of mandatory fields required to create opportunities, but consider providing optional fields to + * There's a set of mandatory fields to create opportunities, but consider providing optional fields to * enrich the opportunity record. *

    * @example @@ -224,7 +224,7 @@ export interface CreateOpportunityCommandOutput extends CreateOpportunityRespons * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/DisassociateOpportunityCommand.ts b/clients/client-partnercentral-selling/src/commands/DisassociateOpportunityCommand.ts index a7bcc2c1dabc..dce348fc6616 100644 --- a/clients/client-partnercentral-selling/src/commands/DisassociateOpportunityCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/DisassociateOpportunityCommand.ts @@ -33,7 +33,7 @@ export interface DisassociateOpportunityCommandOutput extends __MetadataBearer { /** *

    - * Allows you to remove an existing association between an Opportunity and related entities such as a Partner Solution, Amazon Web Services product, or an Amazon Web Services Marketplace offer. + * Allows you to remove an existing association between an Opportunity and related entities, such as a Partner Solution, Amazon Web Services product, or an Amazon Web Services Marketplace offer. * This operation is the counterpart to AssociateOpportunity, and it provides flexibility to manage * associations as business needs change. *

    @@ -41,7 +41,7 @@ export interface DisassociateOpportunityCommandOutput extends __MetadataBearer { * Use this operation to update the associations of an Opportunity due to changes in the related entities, * or if an association was made in error. Ensuring accurate associations helps maintain clarity and accuracy to track * and manage business opportunities. When you replace an entity, first attach the new entity and then disassociate the - * one to be removed, especially if it's the last remaining related entity that's required. + * one to be removed, especially if it's the last remaining entity that's required. *

    * @example * Use a bare-bones client and the command you need to make an API call. @@ -91,7 +91,7 @@ export interface DisassociateOpportunityCommandOutput extends __MetadataBearer { * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/GetAwsOpportunitySummaryCommand.ts b/clients/client-partnercentral-selling/src/commands/GetAwsOpportunitySummaryCommand.ts index f1ce90c23399..6f08b4e6eaff 100644 --- a/clients/client-partnercentral-selling/src/commands/GetAwsOpportunitySummaryCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/GetAwsOpportunitySummaryCommand.ts @@ -147,7 +147,7 @@ export interface GetAwsOpportunitySummaryCommandOutput extends GetAwsOpportunity * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/GetEngagementInvitationCommand.ts b/clients/client-partnercentral-selling/src/commands/GetEngagementInvitationCommand.ts index 997712fdf954..727357877465 100644 --- a/clients/client-partnercentral-selling/src/commands/GetEngagementInvitationCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/GetEngagementInvitationCommand.ts @@ -36,7 +36,7 @@ export interface GetEngagementInvitationCommandInput extends GetEngagementInvita export interface GetEngagementInvitationCommandOutput extends GetEngagementInvitationResponse, __MetadataBearer {} /** - *

    Retrieves the details of an engagement invitation shared by AWS with a partner. The information includes key aspects such as the customer, project details, and lifecycle information related to the engagement.

    + *

    Retrieves the details of an engagement invitation shared by AWS with a partner. The information includes aspects such as customer, project details, and lifecycle information. To connect an engagement invitation with an opportunity, match the invitation’s Payload.Project.Title with opportunity Project.Title.

    * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -136,7 +136,7 @@ export interface GetEngagementInvitationCommandOutput extends GetEngagementInvit * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/GetOpportunityCommand.ts b/clients/client-partnercentral-selling/src/commands/GetOpportunityCommand.ts index d4c4ca4c999e..6af86f63be89 100644 --- a/clients/client-partnercentral-selling/src/commands/GetOpportunityCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/GetOpportunityCommand.ts @@ -207,7 +207,7 @@ export interface GetOpportunityCommandOutput extends GetOpportunityResponse, __M * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/ListEngagementInvitationsCommand.ts b/clients/client-partnercentral-selling/src/commands/ListEngagementInvitationsCommand.ts index 7d39e934039a..6f53f0ff65cd 100644 --- a/clients/client-partnercentral-selling/src/commands/ListEngagementInvitationsCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/ListEngagementInvitationsCommand.ts @@ -114,7 +114,7 @@ export interface ListEngagementInvitationsCommandOutput extends ListEngagementIn * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/ListOpportunitiesCommand.ts b/clients/client-partnercentral-selling/src/commands/ListOpportunitiesCommand.ts index 5edc109595e4..7f64b2252355 100644 --- a/clients/client-partnercentral-selling/src/commands/ListOpportunitiesCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/ListOpportunitiesCommand.ts @@ -36,8 +36,7 @@ export interface ListOpportunitiesCommandInput extends ListOpportunitiesRequest export interface ListOpportunitiesCommandOutput extends ListOpportunitiesResponse, __MetadataBearer {} /** - *

    This request accepts a list of filters to use to - * retrieve a specific subset of opportunities, as well as sort options. This feature is available to partners from + *

    This request accepts a list of filters that retrieve opportunity subsets as well as sort options. This feature is available to partners from * Partner Central * using the ListOpportunities API action. *

    @@ -177,7 +176,7 @@ export interface ListOpportunitiesCommandOutput extends ListOpportunitiesRespons * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/RejectEngagementInvitationCommand.ts b/clients/client-partnercentral-selling/src/commands/RejectEngagementInvitationCommand.ts index 7df4d2be1b84..efda804f96c5 100644 --- a/clients/client-partnercentral-selling/src/commands/RejectEngagementInvitationCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/RejectEngagementInvitationCommand.ts @@ -32,7 +32,10 @@ export interface RejectEngagementInvitationCommandInput extends RejectEngagement export interface RejectEngagementInvitationCommandOutput extends __MetadataBearer {} /** - *

    Use this action to reject an EngagementInvitation that has been shared by AWS. Rejecting the engagement invitation indicates that the partner does not wish to pursue the opportunity, and all related data will be inaccessible after the rejection.

    + *

    This action rejects an EngagementInvitation that AWS + * shared. Rejecting an invitation indicates that the partner doesn't want to + * pursue the opportunity, and all related data will become inaccessible + * thereafter.

    * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +83,7 @@ export interface RejectEngagementInvitationCommandOutput extends __MetadataBeare * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/StartEngagementByAcceptingInvitationTaskCommand.ts b/clients/client-partnercentral-selling/src/commands/StartEngagementByAcceptingInvitationTaskCommand.ts index 87c11e7fb344..7a647c8e23f6 100644 --- a/clients/client-partnercentral-selling/src/commands/StartEngagementByAcceptingInvitationTaskCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/StartEngagementByAcceptingInvitationTaskCommand.ts @@ -41,7 +41,7 @@ export interface StartEngagementByAcceptingInvitationTaskCommandOutput __MetadataBearer {} /** - *

    This action starts the engagement by accepting an EngagementInvitation. The task is asynchronous and involves several steps: accepting the invitation, creating an opportunity in the partner’s account from the AWS Opportunity, and copying over key details for tracking. Once completed, an Opportunity Created event is generated, indicating that the opportunity has been successfully created in the partner's account.

    + *

    This action starts the engagement by accepting an EngagementInvitation. The task is asynchronous and involves the following steps: accepting the invitation, creating an opportunity in the partner’s account from the AWS opportunity, and copying details for tracking. When completed, an Opportunity Created event is generated, indicating that the opportunity has been successfully created in the partner's account.

    * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -61,7 +61,7 @@ export interface StartEngagementByAcceptingInvitationTaskCommandOutput * // StartTime: new Date("TIMESTAMP"), * // TaskStatus: "IN_PROGRESS" || "COMPLETE" || "FAILED", * // Message: "STRING_VALUE", - * // ReasonCode: "InvitationAccessDenied" || "EngagementAccessDenied" || "OpportunityAccessDenied" || "ResourceSnapshotJobAccessDenied" || "EngagementValidationFailed" || "OpportunitySubmissionFailed" || "EngagementInvitationConflict" || "InternalError" || "OpportunityValidationFailed" || "OpportunityConflict", + * // ReasonCode: "InvitationAccessDenied" || "EngagementAccessDenied" || "OpportunityAccessDenied" || "ResourceSnapshotJobAccessDenied" || "EngagementValidationFailed" || "OpportunitySubmissionFailed" || "EngagementInvitationConflict" || "InternalError" || "OpportunityValidationFailed" || "OpportunityConflict" || "ResourceSnapshotAccessDenied", * // OpportunityId: "STRING_VALUE", * // EngagementInvitationId: "STRING_VALUE", * // }; @@ -104,7 +104,7 @@ export interface StartEngagementByAcceptingInvitationTaskCommandOutput * Service quotas represent the maximum allowed use of a specific resource, and this error indicates that the request would surpass that limit. *

    *

    Suggested action: Review the - * service quotas for the specific resource, and reduce the usage or request a quota increase through support if necessary. + * Quotas for the resource, and either reduce usage or request a quota increase. *

    * * @throws {@link ThrottlingException} (client fault) @@ -112,7 +112,7 @@ export interface StartEngagementByAcceptingInvitationTaskCommandOutput * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/StartEngagementFromOpportunityTaskCommand.ts b/clients/client-partnercentral-selling/src/commands/StartEngagementFromOpportunityTaskCommand.ts index 8f5e8d4e1d6c..1c0760ff230f 100644 --- a/clients/client-partnercentral-selling/src/commands/StartEngagementFromOpportunityTaskCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/StartEngagementFromOpportunityTaskCommand.ts @@ -64,7 +64,7 @@ export interface StartEngagementFromOpportunityTaskCommandOutput * // StartTime: new Date("TIMESTAMP"), * // TaskStatus: "IN_PROGRESS" || "COMPLETE" || "FAILED", * // Message: "STRING_VALUE", - * // ReasonCode: "InvitationAccessDenied" || "EngagementAccessDenied" || "OpportunityAccessDenied" || "ResourceSnapshotJobAccessDenied" || "EngagementValidationFailed" || "OpportunitySubmissionFailed" || "EngagementInvitationConflict" || "InternalError" || "OpportunityValidationFailed" || "OpportunityConflict", + * // ReasonCode: "InvitationAccessDenied" || "EngagementAccessDenied" || "OpportunityAccessDenied" || "ResourceSnapshotJobAccessDenied" || "EngagementValidationFailed" || "OpportunitySubmissionFailed" || "EngagementInvitationConflict" || "InternalError" || "OpportunityValidationFailed" || "OpportunityConflict" || "ResourceSnapshotAccessDenied", * // OpportunityId: "STRING_VALUE", * // }; * @@ -106,7 +106,7 @@ export interface StartEngagementFromOpportunityTaskCommandOutput * Service quotas represent the maximum allowed use of a specific resource, and this error indicates that the request would surpass that limit. *

    *

    Suggested action: Review the - * service quotas for the specific resource, and reduce the usage or request a quota increase through support if necessary. + * Quotas for the resource, and either reduce usage or request a quota increase. *

    * * @throws {@link ThrottlingException} (client fault) @@ -114,7 +114,7 @@ export interface StartEngagementFromOpportunityTaskCommandOutput * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/commands/UpdateOpportunityCommand.ts b/clients/client-partnercentral-selling/src/commands/UpdateOpportunityCommand.ts index 74917a51ffaa..954110a6d123 100644 --- a/clients/client-partnercentral-selling/src/commands/UpdateOpportunityCommand.ts +++ b/clients/client-partnercentral-selling/src/commands/UpdateOpportunityCommand.ts @@ -194,7 +194,7 @@ export interface UpdateOpportunityCommandOutput extends UpdateOpportunityRespons * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * * @throws {@link ValidationException} (client fault) diff --git a/clients/client-partnercentral-selling/src/endpoint/EndpointParameters.ts b/clients/client-partnercentral-selling/src/endpoint/EndpointParameters.ts index 574b25c2860a..44d7ceac56e5 100644 --- a/clients/client-partnercentral-selling/src/endpoint/EndpointParameters.ts +++ b/clients/client-partnercentral-selling/src/endpoint/EndpointParameters.ts @@ -5,10 +5,9 @@ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provi * @public */ export interface ClientInputEndpointParameters { - region?: string | Provider; - useDualstackEndpoint?: boolean | Provider; useFipsEndpoint?: boolean | Provider; endpoint?: string | Provider | Endpoint | Provider | EndpointV2 | Provider; + region?: string | Provider; } export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & { @@ -20,7 +19,6 @@ export const resolveClientEndpointParameters = ( ): T & ClientResolvedEndpointParameters => { return { ...options, - useDualstackEndpoint: options.useDualstackEndpoint ?? false, useFipsEndpoint: options.useFipsEndpoint ?? false, defaultSigningName: "partnercentral-selling", }; @@ -30,12 +28,10 @@ export const commonParams = { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, Endpoint: { type: "builtInParams", name: "endpoint" }, Region: { type: "builtInParams", name: "region" }, - UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, } as const; export interface EndpointParameters extends __EndpointParameters { - Region?: string; - UseDualStack?: boolean; UseFIPS?: boolean; Endpoint?: string; + Region?: string; } diff --git a/clients/client-partnercentral-selling/src/endpoint/endpointResolver.ts b/clients/client-partnercentral-selling/src/endpoint/endpointResolver.ts index ccee107f30d6..b08a72482ca0 100644 --- a/clients/client-partnercentral-selling/src/endpoint/endpointResolver.ts +++ b/clients/client-partnercentral-selling/src/endpoint/endpointResolver.ts @@ -8,7 +8,7 @@ import { ruleSet } from "./ruleset"; const cache = new EndpointCache({ size: 50, - params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"], + params: ["Endpoint", "Region", "UseFIPS"], }); export const defaultEndpointResolver = ( diff --git a/clients/client-partnercentral-selling/src/endpoint/ruleset.ts b/clients/client-partnercentral-selling/src/endpoint/ruleset.ts index 145ca7f431a0..3508166bcccb 100644 --- a/clients/client-partnercentral-selling/src/endpoint/ruleset.ts +++ b/clients/client-partnercentral-selling/src/endpoint/ruleset.ts @@ -6,27 +6,17 @@ import { RuleSetObject } from "@smithy/types"; or see "smithy.rules#endpointRuleSet" in codegen/sdk-codegen/aws-models/partnercentral-selling.json */ -const s="required", -t="fn", -u="argv", -v="ref"; +const l="ref"; const a=true, -b="isSet", -c="booleanEquals", +b=false, +c="isSet", d="error", e="endpoint", f="tree", -g="PartitionResult", -h={[s]:false,"type":"String"}, -i={[s]:true,"default":false,"type":"Boolean"}, -j={[v]:"Endpoint"}, -k={[t]:c,[u]:[{[v]:"UseFIPS"},true]}, -l={[t]:c,[u]:[{[v]:"UseDualStack"},true]}, -m={}, -n={[t]:"getAttr",[u]:[{[v]:g},"supportsFIPS"]}, -o={[t]:c,[u]:[true,{[t]:"getAttr",[u]:[{[v]:g},"supportsDualStack"]}]}, -p=[k], -q=[l], -r=[{[v]:"Region"}]; -const _data={version:"1.0",parameters:{Region:h,UseDualStack:i,UseFIPS:i,Endpoint:h},rules:[{conditions:[{[t]:b,[u]:[j]}],rules:[{conditions:p,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:d},{rules:[{conditions:q,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:d},{endpoint:{url:j,properties:m,headers:m},type:e}],type:f}],type:f},{rules:[{conditions:[{[t]:b,[u]:r}],rules:[{conditions:[{[t]:"aws.partition",[u]:r,assign:g}],rules:[{conditions:[k,l],rules:[{conditions:[{[t]:c,[u]:[a,n]},o],rules:[{rules:[{endpoint:{url:"https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:m,headers:m},type:e}],type:f}],type:f},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:d}],type:f},{conditions:p,rules:[{conditions:[{[t]:c,[u]:[n,a]}],rules:[{rules:[{endpoint:{url:"https://partnercentral-selling-fips.{Region}.{PartitionResult#dnsSuffix}",properties:m,headers:m},type:e}],type:f}],type:f},{error:"FIPS is enabled but this partition does not support FIPS",type:d}],type:f},{conditions:q,rules:[{conditions:[o],rules:[{rules:[{endpoint:{url:"https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:m,headers:m},type:e}],type:f}],type:f},{error:"DualStack is enabled but this partition does not support DualStack",type:d}],type:f},{rules:[{endpoint:{url:"https://partnercentral-selling.{Region}.{PartitionResult#dnsSuffix}",properties:m,headers:m},type:e}],type:f}],type:f}],type:f},{error:"Invalid Configuration: Missing Region",type:d}],type:f}]}; +g={"required":false,"type":"String"}, +h={[l]:"Endpoint"}, +i={}, +j=[{"fn":"booleanEquals","argv":[{[l]:"UseFIPS"},true]}], +k=[{[l]:"Region"}]; +const _data={version:"1.0",parameters:{UseFIPS:{required:a,default:b,type:"Boolean"},Endpoint:g,Region:g},rules:[{conditions:[{fn:c,argv:[h]}],rules:[{conditions:j,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:d},{endpoint:{url:h,properties:i,headers:i},type:e}],type:f},{rules:[{conditions:[{fn:c,argv:k}],rules:[{conditions:[{fn:"aws.partition",argv:k,assign:"PartitionResult"}],rules:[{conditions:j,endpoint:{url:"https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:i,headers:i},type:e},{endpoint:{url:"https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:i,headers:i},type:e}],type:f}],type:f},{error:"Invalid Configuration: Missing Region",type:d}],type:f}]}; export const ruleSet: RuleSetObject = _data; diff --git a/clients/client-partnercentral-selling/src/index.ts b/clients/client-partnercentral-selling/src/index.ts index c419b5fbda9e..d0b6697b95cd 100644 --- a/clients/client-partnercentral-selling/src/index.ts +++ b/clients/client-partnercentral-selling/src/index.ts @@ -5,40 +5,68 @@ *

    * AWS Partner Central API for Selling Reference Guide *

    - *

    - * Amazon Web Services (AWS) Partner Central API reference guide is designed to help - * AWS Partners programmatically integrate their Customer Relationship Management (CRM) systems with AWS Partner Central. Through the Partner Central APIs, partners can automate and streamline their interactions with AWS Partner Central, ensuring a more efficient and effective engagement in joint business activities. - *

    - *

    - * The AWS Partner Central API service provides standard AWS API functionality. You can directly use the API Actions, or you can use an AWS SDK to access an API that's tailored to the programming language or platform that you're using. For more information about AWS application development, see Getting Started with AWS. For more information about using AWS SDKs, see AWS SDKs. - *

    + *

    This Amazon Web Services (AWS) Partner Central API reference is + * designed to help AWS + * Partners integrate Customer Relationship Management (CRM) + * systems with AWS Partner Central. Partners can automate interactions with + * AWS Partner Central, which helps to ensure effective engagements in joint + * business activities.

    + *

    The API provides standard AWS API functionality. Access it by + * either using API Actions or by using an AWS SDK that's tailored to your + * programming language or platform. For more information, see Getting Started with + * AWS and Tools to Build on AWS.

    *

    * Features offered by AWS Partner Central API *

    *
      *
    1. *

      - * Opportunity management: Facilitates the management of co-selling opportunities with AWS using API actions such as CreateOpportunity, UpdateOpportunity, ListOpportunities, GetOpportunity, and AssignOpportunity.

      + * Opportunity management: + * Manages coselling opportunities through API actions such as + * CreateOpportunity, UpdateOpportunity, + * ListOpportunities, GetOpportunity, and + * AssignOpportunity.

      *
    2. *
    3. *

      - * AWS referral management: Facilitates receiving referrals shared by AWS using actions like ListEngagementInvitations, GetEngagementInvitation, StartEngagementByAcceptingInvitation, and RejectEngagementInvitation.

      + * AWS referral management: + * Manages referrals shared by AWS using actions such as + * ListEngagementInvitations, + * GetEngagementInvitation, + * StartEngagementByAcceptingInvitation, and + * RejectEngagementInvitation.

      *
    4. *
    5. *

      - * Entity association: Associate related entities such as AWS Products, Partner Solutions, and AWS Marketplace Private Offers with opportunities using the actions AssociateOpportunity and DisassociateOpportunity.

      + * Entity association: + * Associates related entities such as AWS Products, + * Partner Solutions, and AWS + * Marketplace Private Offers with opportunities using the + * actions AssociateOpportunity, and + * DisassociateOpportunity.

      *
    6. *
    7. *

      - * View AWS opportunity details: Use the GetAWSOpportunitySummary action to retrieve real-time summaries of AWS opportunities that are linked to your opportunities.

      + * View AWS opportunity + * details: Retrieves real-time summaries of AWS + * opportunities using the GetAWSOpportunitySummary + * action.

      *
    8. *
    9. *

      - * List solutions: Provides list APIs for listing solutions partners offer using ListSolutions.

      + * List solutions: Provides + * list APIs for listing partner offers using + * ListSolutions.

      *
    10. *
    11. *

      - * Event subscription: Partners can subscribe to real-time updates on opportunities by listening to events such as Opportunity Created, Opportunity Updated, Engagement Invitation Accepted, Engagement Invitation Rejected and Engagement Invitation Created using AWS EventBridge.

      + * Event subscription: + * Subscribe to real-time opportunity updates through AWS EventBridge by + * using actions such as Opportunity Created, + * Opportunity Updated, Engagement + * Invitation Accepted, Engagement Invitation + * Rejected, and Engagement Invitation + * Created.

      *
    12. *
    * diff --git a/clients/client-partnercentral-selling/src/models/models_0.ts b/clients/client-partnercentral-selling/src/models/models_0.ts index 597105b754c2..edca3c3ded3b 100644 --- a/clients/client-partnercentral-selling/src/models/models_0.ts +++ b/clients/client-partnercentral-selling/src/models/models_0.ts @@ -381,7 +381,7 @@ export type Industry = (typeof Industry)[keyof typeof Industry]; */ export interface Account { /** - *

    Specifies the industry the end Customer belongs to that's associated with the Opportunity . It refers to the category or sector where the customer's business operates. This is a required field. + *

    Specifies the industry the end Customer belongs to that's associated with the Opportunity. It refers to the category or sector where the customer's business operates. This is a required field. *

    * @public */ @@ -493,7 +493,7 @@ export interface AddressSummary { */ export interface AccountSummary { /** - *

    Specifies which industry the end Customer belongs to associated with the Opportunity . + *

    Specifies which industry the end Customer belongs to associated with the Opportunity. * It refers to the category or sector that the customer's business operates in. *

    *

    To submit a value outside the picklist, use @@ -539,7 +539,7 @@ export interface AccountSummary { } /** - *

    Represents the contact details of the individual assigned to manage the opportunity within the partner organization. This ensures that there is a clear point of contact for the opportunity's progress and updates.

    + *

    Represents the contact details of the individual assigned to manage the opportunity within the partner organization. This helps to ensure that there is a point of contact for the opportunity's progress.

    * @public */ export interface AssigneeContact { @@ -550,19 +550,19 @@ export interface AssigneeContact { Email: string | undefined; /** - *

    Specifies the first name of the assignee managing the opportunity.

    + *

    Specifies the first name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

    * @public */ FirstName: string | undefined; /** - *

    Specifies the last name of the assignee managing the opportunity.

    + *

    Specifies the last name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

    * @public */ LastName: string | undefined; /** - *

    Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization.

    + *

    Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization. Use the value PartnerAccountManager to update details of the opportunity owner.

    * @public */ BusinessTitle: string | undefined; @@ -577,7 +577,7 @@ export interface AssignOpportunityRequest { * Specifies the catalog associated with the request. This field takes a string value from a predefined list: * AWS or Sandbox. The catalog determines which environment the opportunity * is assigned in. Use AWS to assign real opportunities in the Amazon Web Services catalog, - * and Sandbox to test in a secure and isolated environment. + * and Sandbox for testing in secure, isolated environments. *

    * @public */ @@ -655,7 +655,7 @@ export class ResourceNotFoundException extends __BaseException { * usage to avoid throttling. *

    *

    This error occurs when there are too many requests sent. Review the provided - * quotas and retry after the provided delay. + * Quotas and retry after the provided delay. *

    * @public */ @@ -860,9 +860,9 @@ export interface AssociateOpportunityRequest { /** *

    * Specifies the catalog associated with the request. This field takes a string value from a predefined list: - * AWS or Sandbox. The catalog determines whichenvironment the opportunity + * AWS or Sandbox. The catalog determines which environment the opportunity * association is made in. Use AWS to associate opportunities in the Amazon Web Services catalog, - * and Sandbox to test in a secure and isolated environment. + * and Sandbox for testing in secure, isolated environments. *

    * @public */ @@ -878,7 +878,7 @@ export interface AssociateOpportunityRequest { OpportunityIdentifier: string | undefined; /** - *

    Specifies the type of the related entity you're associating with the + *

    Specifies the entity type that you're associating with the * Opportunity. This helps to categorize and properly process the association. *

    * @public @@ -1015,7 +1015,7 @@ export interface Contact { LastName?: string | undefined; /** - *

    The partner contact's title (job title or role) associated with the Opportunity. + *

    The partner contact's title (job title or role) associated with the Opportunity. BusinessTitle supports either PartnerAccountManager or OpportunityOwner. *

    * @public */ @@ -1035,7 +1035,7 @@ export interface Contact { */ export interface AwsOpportunityCustomer { /** - *

    Provides a list of customer contacts involved in the opportunity. These contacts may include decision-makers, influencers, and other key stakeholders within the customer's organization.

    + *

    Provides a list of customer contacts involved in the opportunity. These contacts may include decision makers, influencers, and other stakeholders within the customer's organization.

    * @public */ Contacts?: Contact[] | undefined; @@ -1152,7 +1152,7 @@ export interface AwsOpportunityLifeCycle { Stage?: AwsOpportunityStage | undefined; /** - *

    Specifies the immediate next steps required to progress the opportunity. These steps are based on AWS's guidance and the current stage of the opportunity.

    + *

    Specifies the immediate next steps required to progress the opportunity. These steps are based on AWS guidance and the current stage of the opportunity.

    * @public */ NextSteps?: string | undefined; @@ -1487,7 +1487,7 @@ export class ConflictException extends __BaseException { * Service quotas represent the maximum allowed use of a specific resource, and this error indicates that the request would surpass that limit. *

    *

    Suggested action: Review the - * service quotas for the specific resource, and reduce the usage or request a quota increase through support if necessary. + * Quotas for the resource, and either reduce usage or request a quota increase. *

    * @public */ @@ -1520,13 +1520,13 @@ export interface StartEngagementByAcceptingInvitationTaskRequest { Catalog: string | undefined; /** - *

    A unique, case-sensitive identifier provided by the client to ensure the idempotency of the request. Can be a random or meaningful string, but must be unique for each request.

    + *

    A unique, case-sensitive identifier provided by the client that helps to ensure the idempotency of the request. This can be a random or meaningful string but must be unique for each request.

    * @public */ ClientToken?: string | undefined; /** - *

    Specifies the unique identifier of the EngagementInvitation to be accepted. Providing the correct identifier ensures the right engagement invitation is processed.

    + *

    Specifies the unique identifier of the EngagementInvitation to be accepted. Providing the correct identifier helps ensure that the correct engagement is processed.

    * @public */ Identifier: string | undefined; @@ -1546,6 +1546,7 @@ export const ReasonCode = { OPPORTUNITY_CONFLICT: "OpportunityConflict", OPPORTUNITY_SUBMISSION_FAILED: "OpportunitySubmissionFailed", OPPORTUNITY_VALIDATION_FAILED: "OpportunityValidationFailed", + RESOURCE_SNAPSHOT_ACCESS_DENIED: "ResourceSnapshotAccessDenied", RESOURCE_SNAPSHOT_JOB_ACCESS_DENIED: "ResourceSnapshotJobAccessDenied", } as const; @@ -1574,7 +1575,7 @@ export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus]; */ export interface StartEngagementByAcceptingInvitationTaskResponse { /** - *

    The unique identifier of the task, used to track the task’s progress. This value follows a specific pattern: ^oit-[0-9a-z]\{13\}$.

    + *

    The unique identifier of the task, used to track the task’s progress.

    * @public */ TaskId?: string | undefined; @@ -1592,7 +1593,7 @@ export interface StartEngagementByAcceptingInvitationTaskResponse { StartTime?: Date | undefined; /** - *

    Indicates the current status of the task. Valid values include IN_PROGRESS, COMPLETE, and FAILED.

    + *

    Indicates the current status of the task.

    * @public */ TaskStatus?: TaskStatus | undefined; @@ -1604,7 +1605,7 @@ export interface StartEngagementByAcceptingInvitationTaskResponse { Message?: string | undefined; /** - *

    Indicates the reason for task failure using an enumerated code. Possible values are: ACCEPT_ENGAGEMENT_INVITATION_FAILED, GET_ENGAGEMENT_INVITATION_FAILED, CREATE_OPPORTUNITY_FAILED, CREATE_RESOURCE_VIEW_AUTOMATION_FAILED, SUBMIT_OPPORTUNITY_FAILED.

    + *

    Indicates the reason for task failure using an enumerated code.

    * @public */ ReasonCode?: ReasonCode | undefined; @@ -1651,18 +1652,18 @@ export const Visibility = { export type Visibility = (typeof Visibility)[keyof typeof Visibility]; /** - *

    Indicates the level of AWS involvement in the opportunity. This field helps track AWS's role and participation throughout the engagement, such as providing technical support, deal assistance, or sales support.

    + *

    Indicates the level of AWS involvement in the opportunity. This field helps track AWS participation throughout the engagement, such as providing technical support, deal assistance, and sales support.

    * @public */ export interface AwsSubmission { /** - *

    Specifies the type of AWS involvement in the opportunity, such as co-selling, deal support, or technical consultation. This helps categorize the nature of AWS's participation.

    + *

    Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation. This helps categorize the nature of AWS participation.

    * @public */ InvolvementType: SalesInvolvementType | undefined; /** - *

    Determines who can view AWS's involvement in the opportunity. Typically, this field is set to Full for most cases, but it may be restricted based on special program requirements or confidentiality needs.

    + *

    Determines who can view AWS involvement in the opportunity. Typically, this field is set to Full for most cases, but it may be restricted based on special program requirements or confidentiality needs.

    * @public */ Visibility?: Visibility | undefined; @@ -1679,19 +1680,19 @@ export interface StartEngagementFromOpportunityTaskRequest { Catalog: string | undefined; /** - *

    A unique token provided by the client to ensure the idempotency of the request. It helps prevent the same task from being performed multiple times.

    + *

    A unique token provided by the client to help ensure the idempotency of the request. It helps prevent the same task from being performed multiple times.

    * @public */ ClientToken?: string | undefined; /** - *

    The unique identifier of the opportunity from which the engagement task is to be initiated. This ensures the task is applied to the correct opportunity.

    + *

    The unique identifier of the opportunity from which the engagement task is to be initiated. This helps ensure that the task is applied to the correct opportunity.

    * @public */ Identifier: string | undefined; /** - *

    Indicates the level of AWS involvement in the opportunity. This field helps track AWS's role and participation throughout the engagement, such as providing technical support, deal assistance, or sales support.

    + *

    Indicates the level of AWS involvement in the opportunity. This field helps track AWS participation throughout the engagement, such as providing technical support, deal assistance, and sales support.

    * @public */ AwsSubmission: AwsSubmission | undefined; @@ -1732,7 +1733,7 @@ export interface StartEngagementFromOpportunityTaskResponse { Message?: string | undefined; /** - *

    Indicates the reason for task failure using an enumerated code. Possible values are: ACCEPT_ENGAGEMENT_INVITATION_FAILED, GET_ENGAGEMENT_INVITATION_FAILED, CREATE_OPPORTUNITY_FAILED, CREATE_RESOURCE_VIEW_AUTOMATION_FAILED, SUBMIT_OPPORTUNITY_FAILED.

    + *

    Indicates the reason for task failure using an enumerated code.

    * @public */ ReasonCode?: ReasonCode | undefined; @@ -1755,14 +1756,15 @@ export interface GetEngagementInvitationRequest { Catalog: string | undefined; /** - *

    Specifies the unique identifier for the engagement invitation being retrieved.

    + *

    Specifies the unique identifier for the retrieved engagement + * invitation.

    * @public */ Identifier: string | undefined; } /** - *

    Contains details about the customer associated with the Engagement Invitation, including key company information and industry.

    + *

    Contains details about the customer associated with the Engagement Invitation, including company information and industry.

    * @public */ export interface EngagementCustomer { @@ -1890,7 +1892,7 @@ export interface SenderContact { */ export interface OpportunityInvitationPayload { /** - *

    Represents the contact details of the AWS representatives involved in sending the Engagement Invitation. These contacts are key stakeholders for the opportunity.

    + *

    Represents the contact details of the AWS representatives involved in sending the Engagement Invitation. These contacts are opportunity stakeholders.

    * @public */ SenderContacts?: SenderContact[] | undefined; @@ -2025,7 +2027,8 @@ export type InvitationStatus = (typeof InvitationStatus)[keyof typeof Invitation */ export interface GetEngagementInvitationResponse { /** - *

    The Amazon Resource Name (ARN) that uniquely identifies the engagement invitation.

    + *

    The Amazon Resource Name (ARN) that identifies the engagement + * invitation.

    * @public */ Arn?: string | undefined; @@ -2043,13 +2046,13 @@ export interface GetEngagementInvitationResponse { Id: string | undefined; /** - *

    The title of the engagement invitation, summarizing the purpose or key objectives of the opportunity shared by AWS.

    + *

    The title of the engagement invitation, summarizing the purpose or objectives of the opportunity shared by AWS.

    * @public */ EngagementTitle?: string | undefined; /** - *

    The current status of the engagement invitation (e.g., Accepted, Pending, or Rejected).

    + *

    The current status of the engagement invitation.

    * @public */ Status?: InvitationStatus | undefined; @@ -2204,7 +2207,7 @@ export interface ListEngagementInvitationsRequest { } /** - *

    Provides a summarized view of the Engagement Invitation, including key details like the identifier, status, and sender information. This summary helps partners track and manage AWS-originated opportunities.

    + *

    Provides a summarized view of the Engagement Invitation, including details like the identifier, status, and sender. This summary helps partners track and manage AWS originated opportunities.

    * @public */ export interface EngagementInvitationSummary { @@ -2245,7 +2248,7 @@ export interface EngagementInvitationSummary { InvitationDate?: Date | undefined; /** - *

    Indicates the date and time when the Engagement Invitation will expire. After this date, the invitation can no longer be accepted, and the opportunity will no longer be available for the partner to engage.

    + *

    Indicates the date and time when the Engagement Invitation will expire. After this date, the invitation can no longer be accepted, and the opportunity will be unavailable to the partner.

    * @public */ ExpirationDate?: Date | undefined; @@ -2280,7 +2283,7 @@ export interface EngagementInvitationSummary { */ export interface ListEngagementInvitationsResponse { /** - *

    An array containing summaries of engagement invitations. Each summary includes key information such as the invitation title, invitation date, and the current status of the invitation.

    + *

    An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.

    * @public */ EngagementInvitationSummaries?: EngagementInvitationSummary[] | undefined; @@ -2297,27 +2300,36 @@ export interface ListEngagementInvitationsResponse { */ export interface RejectEngagementInvitationRequest { /** - *

    Specifies the catalog related to the engagement invitation. Accepted values are AWS and Sandbox, which determine the environment in which the opportunity is managed.

    + *

    This is the catalog that's associated with the engagement + * invitation. Acceptable values are AWS or + * Sandbox, and these values determine the environment in which + * the opportunity is managed.

    * @public */ Catalog: string | undefined; /** - *

    Specifies the unique identifier of the EngagementInvitation to be rejected. Providing the correct identifier ensures that the intended invitation is rejected.

    + *

    This is the unique identifier of the rejected + * EngagementInvitation. Providing the correct identifier + * helps to ensure that the intended invitation is rejected.

    * @public */ Identifier: string | undefined; /** - *

    Specifies the reason for rejecting the engagement invitation. Providing a reason helps document the rationale behind the rejection and assists AWS in tracking patterns or issues. Possible values include:

    + *

    This describes the reason for rejecting the engagement invitation, + * which helps AWS track usage patterns. Acceptable values include the + * following:

    *
      *
    • *

      - * Customer problem unclear: The customer's problem is not clearly defined.

      + * Customer problem unclear: The + * customer's problem isn't understood.

      *
    • *
    • *

      - * Next steps unclear: The next steps required to proceed are not clear.

      + * Next steps unclear: The next steps + * required to proceed aren't understood.

      *
    • *
    • *

      @@ -2325,11 +2337,13 @@ export interface RejectEngagementInvitationRequest { *

    • *
    • *

      - * Duplicate of Partner Referral: The opportunity is a duplicate of an existing referral.

      + * Duplicate of partner referral: The + * opportunity is a duplicate of an existing referral.

      *
    • *
    • *

      - * Other: Any other reason not covered by the specified values.

      + * Other: Any reason not covered by + * other values.

      *
    • *
    * @public @@ -2466,7 +2480,7 @@ export interface LifeCycle { * *
  • *

    - * Qualified: Your account team engaged with the prospect/end customer to discuss viability and understand requirements. The prospect/end customer agreed that the opportunity is real, of interest, and may solve key business/technical needs. + * Qualified: Your account team engaged with the customer to discuss viability and requirements. The customer agreed that the opportunity is real, of interest, and may solve business/technical needs. *

    *
  • *
  • @@ -2516,19 +2530,19 @@ export interface LifeCycle { *

    Legal/Tax/Regulatory: Legal, tax, or regulatory issues prevented progress.

    *
  • *
  • - *

    Lost to Competitor - Google: The opportunity was lost to Google.

    + *

    Lost to Competitor—Google: The opportunity was lost to Google.

    *
  • *
  • - *

    Lost to Competitor - Microsoft: The opportunity was lost to Microsoft.

    + *

    Lost to Competitor—Microsoft: The opportunity was lost to Microsoft.

    *
  • *
  • - *

    Lost to Competitor - SoftLayer: The opportunity was lost to SoftLayer.

    + *

    Lost to Competitor—SoftLayer: The opportunity was lost to SoftLayer.

    *
  • *
  • - *

    Lost to Competitor - VMWare: The opportunity was lost to VMWare.

    + *

    Lost to Competitor—VMWare: The opportunity was lost to VMWare.

    *
  • *
  • - *

    Lost to Competitor - Other: The opportunity was lost to a competitor not listed above.

    + *

    Lost to Competitor—Other: The opportunity was lost to a competitor not listed above.

    *
  • *
  • *

    No Opportunity: There was no opportunity to pursue.

    @@ -2569,8 +2583,8 @@ export interface LifeCycle { ClosedLostReason?: ClosedLostReason | undefined; /** - *

    Specifies the upcoming actions or tasks for the Opportunity. This field - * is utilized to communicate to Amazon Web Services the next actions required for the Opportunity. + *

    Specifies the upcoming actions or tasks for the Opportunity. Use this field + * to communicate with Amazon Web Services about the next actions required for the Opportunity. *

    * @public */ @@ -2611,8 +2625,8 @@ export interface LifeCycle { *
  • *

    * Action Required: Issues that Amazon Web Services highlights need to be addressed. - * Partners should use the UpdateOpportunity API action to update the opportunity, and ensure all required changes are made. - * Only these fields are editable when the Lifecycle.ReviewStatus is Action Required: + * Partners should use the UpdateOpportunity API action to update the opportunity and helps to ensure that all required changes are made. + * Only the following fields are editable when the Lifecycle.ReviewStatus is Action Required: *

    *
      *
    • @@ -2669,7 +2683,7 @@ export interface LifeCycle { ReviewStatus?: ReviewStatus | undefined; /** - *

      Indicates why an opportuntiy was sent back for further details. Partners must take corrective action based on the ReviewComments.

      + *

      Indicates why an opportunity was sent back for further details. Partners must take corrective action based on the ReviewComments.

      * @public */ ReviewComments?: string | undefined; @@ -2737,11 +2751,11 @@ export type MarketingSource = (typeof MarketingSource)[keyof typeof MarketingSou */ export interface Marketing { /** - *

      Specifies the Opportunity's unique marketing campaign name. The Amazon Web Services - * campaign name serves as a reference to specific marketing initiatives, promotions, or - * activities related to the Opportunity. This field captures the identifier used to track and - * categorize the Opportunity within Amazon Web Services's marketing campaigns. If you don't have a campaign - * name, reach out to your Amazon Web Services point of contact to obtain one. + *

      Specifies the Opportunity marketing campaign code. The Amazon Web Services + * campaign code is a reference to specific marketing initiatives, promotions, or + * activities. This field captures the identifier used to track and + * categorize the Opportunity within marketing campaigns. If you don't have a campaign + * code, contact your Amazon Web Services point of contact to obtain one. *

      * @public */ @@ -2972,8 +2986,8 @@ export interface Project { /** *

      Describes the problem the end customer has, and how the partner is helping. - * Utilize this field to provide a clear and concise narrative that outlines the specific business challenge or - * issue the customer has. + * Utilize this field to provide a concise narrative that outlines the customer's business challenge or + * issue. * Elaborate on how the partner's solution or offerings align to resolve the customer's business problem. * Include relevant information about the partner's value proposition, unique selling points, and expertise to tackle the issue. * Offer insights on how the proposed solution meets the customer's needs and provides value. Use concise @@ -2990,7 +3004,7 @@ export interface Project { * Specifies the proposed solution focus or type of workload for the Opportunity. This field captures the primary use case or objective of the proposed solution, and provides context and clarity to the addressed workload. *

      *

      - * Valid values: AI Machine Learning and Analytics | Archiving | Big Data: Data Warehouse / Data Integration / ETL / Data Lake / BI | Blockchain | Business Applications: Mainframe Modernization | Business Applications & Contact Center | Business Applications & SAP Production | Centralized Operations Management | Cloud Management Tools | Cloud Management Tools & DevOps with Continuous Integration & Continuous Delivery (CICD) | Configuration, Compliance & Auditing | Connected Services | Containers & Serverless | Content Delivery & Edge Services | Database | Edge Computing / End User Computing | Energy | Enterprise Governance & Controls | Enterprise Resource Planning | Financial Services | Healthcare and Life Sciences | High Performance Computing | Hybrid Application Platform | Industrial Software | IOT | Manufacturing, Supply Chain and Operations | Media & High performance computing (HPC) | Migration / Database Migration | Monitoring, logging and performance | Monitoring & Observability | Networking | Outpost | SAP | Security & Compliance | Storage & Backup | Training | VMC | VMWare | Web development & DevOps + * Valid values: AI Machine Learning and Analytics | Archiving | Big Data: Data Warehouse/Data Integration/ETL/Data Lake/BI | Blockchain | Business Applications: Mainframe Modernization | Business Applications & Contact Center | Business Applications & SAP Production | Centralized Operations Management | Cloud Management Tools | Cloud Management Tools & DevOps with Continuous Integration & Continuous Delivery (CICD) | Configuration, Compliance & Auditing | Connected Services | Containers & Serverless | Content Delivery & Edge Services | Database | Edge Computing/End User Computing | Energy | Enterprise Governance & Controls | Enterprise Resource Planning | Financial Services | Healthcare and Life Sciences | High Performance Computing | Hybrid Application Platform | Industrial Software | IOT | Manufacturing, Supply Chain and Operations | Media & High performance computing (HPC) | Migration/Database Migration | Monitoring, logging and performance | Monitoring & Observability | Networking | Outpost | SAP | Security & Compliance | Storage & Backup | Training | VMC | VMWare | Web development & DevOps *

      * @public */ @@ -3024,12 +3038,12 @@ export interface Project { *
    • *
    • *

      - * Conducted POC / Demo: You conducted a proof of concept (POC) or demonstration of the solution for the customer. + * Conducted POC/demo: You conducted a proof of concept (POC) or demonstration of the solution for the customer. *

      *
    • *
    • *

      - * In evaluation / planning stage: The customer is evaluating the solution and planning potential implementation. + * In evaluation/planning stage: The customer is evaluating the solution and planning potential implementation. *

      *
    • *
    • @@ -3165,7 +3179,7 @@ export interface CreateOpportunityRequest { * Specifies the catalog associated with the request. This field takes a string value from a predefined list: * AWS or Sandbox. The catalog determines which environment the opportunity * is created in. Use AWS to create opportunities in the Amazon Web Services catalog, - * and Sandbox to test in a secure and isolated environment. + * and Sandbox for testing in secure, isolated environments. *

      * @public */ @@ -3181,47 +3195,47 @@ export interface CreateOpportunityRequest { *
        *
      • *

        - * Co-Sell - Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks. + * Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks. *

        *
      • *
      • *

        - * Co-Sell - Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation. + * Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation. *

        *
      • *
      • *

        - * Co-Sell - Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution. + * Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution. *

        *
      • *
      • *

        - * Co-Sell - Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals). + * Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals). *

        *
      • *
      • *

        - * Co-Sell - Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution. + * Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution. *

        *
      • *
      • *

        - * Co-Sell - Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment. + * Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment. *

        *
      • *
      • *

        - * Co-Sell - Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning). + * Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning). *

        *
      • *
      • *

        - * Co-Sell - Support for Public Tender / RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support. + * Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support. *

        *
      • *
      • *

        - * Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request co-selling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity. + * Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request coselling support on these opportunities at any stage during their lifecycles. This is also known as a for-visibility-only (FVO) opportunity. *

        *
      • *
      @@ -3238,11 +3252,10 @@ export interface CreateOpportunityRequest { /** *

      * Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential - * to track and reconcile because it's included in the outbound payload sent back to the partner. + * to track and reconcile because it's included in the outbound payload to the partner. *

      *

      - * This field allows partners to link an opportunity to their CRM, to ensure seamless integration and accurate - * synchronization between the Partner Central API and the partner's internal systems. + * This field allows partners to link an opportunity to their CRM, which helps to ensure seamless integration and accurate synchronization between the Partner Central API and the partner's internal systems. *

      * @public */ @@ -3301,7 +3314,7 @@ export interface CreateOpportunityRequest { Marketing?: Marketing | undefined; /** - *

      Specifies details of a customer's procurement terms. Required only for partners in eligible programs.

      + *

      Specifies details of a customer's procurement terms. This is required only for partners in eligible programs.

      * @public */ SoftwareRevenue?: SoftwareRevenue | undefined; @@ -3314,7 +3327,7 @@ export interface CreateOpportunityRequest { * Default: None *

      *

      - * Best practice: To ensure uniqueness and avoid collisions, we recommend you use a UUID (Universally Unique Identifier) as the ClientToken. You can use standard libraries available in most programming languages to generated this. If you use the same client token, the API throws this error: "Conflicting client token submitted for a new request body". + * Best practice: To help ensure uniqueness and avoid conflicts, use a Universally Unique Identifier (UUID) as the ClientToken. You can use standard libraries from most programming languages to generate this. If you use the same client token, the API returns the following error: "Conflicting client token submitted for a new request body." *

      * @public */ @@ -3339,7 +3352,7 @@ export interface CreateOpportunityRequest { Origin?: OpportunityOrigin | undefined; /** - *

      Represents the internal team handling the opportunity. Specify the members involved in collaborating on this opportunity within the partner's organization.

      + *

      Represents the internal team handling the opportunity. Specify collaborating members of this opportunity who are within the partner's organization.

      * @public */ OpportunityTeam?: Contact[] | undefined; @@ -3351,9 +3364,7 @@ export interface CreateOpportunityRequest { export interface CreateOpportunityResponse { /** *

      - * Read-only, system-generated Opportunity unique identifier. Amazon Web Services creates this identifier, and it's - * used for all subsequent actions on the opportunity, such as updates, associations, and submissions. It ensures - * that each opportunity can be accurately tracked and managed within the system. + * Read-only, system-generated Opportunity unique identifier. Amazon Web Services creates this identifier, and it's used for all subsequent opportunity actions, such as updates, associations, and submissions. It helps to ensure that each opportunity is accurately tracked and managed. *

      * @public */ @@ -3370,8 +3381,7 @@ export interface CreateOpportunityResponse { /** *

      * DateTime - * when the opportunity was last modified. When the Opportunity is created, its value is equal to - * CreatedDate. + * when the opportunity was last modified. When the Opportunity is created, its value is CreatedDate. *

      * @public */ @@ -3387,7 +3397,7 @@ export interface DisassociateOpportunityRequest { * Specifies the catalog associated with the request. This field takes a string value from a predefined list: * AWS or Sandbox. The catalog determines which environment the opportunity * disassociation is made in. Use AWS to disassociate opportunities in the Amazon Web Services catalog, - * and Sandbox to test in a secure and isolated environment. + * and Sandbox for testing in secure, isolated environments. *

      * @public */ @@ -3395,10 +3405,9 @@ export interface DisassociateOpportunityRequest { /** *

      The opportunity's unique identifier for when you want to disassociate it from related entities. This identifier - * is crucial to ensure the correct opportunity is updated, especially in environments with numerous - * opportunities. + * helps to ensure that the correct opportunity is updated. *

      - *

      Validation: Ensure that the identifier provided corresponds to an existing opportunity in the Amazon Web Services system because + *

      Validation: Ensure that the provided identifier corresponds to an existing opportunity in the Amazon Web Services system because * incorrect identifiers result in an error and no changes are made. *

      * @public @@ -3407,13 +3416,11 @@ export interface DisassociateOpportunityRequest { /** *

      The type of the entity that you're disassociating from the opportunity. When you specify the entity type, it helps - * the system correctly process the disassociation request and ensures that the right connections are removed. + * the system correctly process the disassociation request to ensure that the right connections are removed. *

      - *

      Examples of entity types include Partner Solution, Amazon Web Services product, and Amazon Web Services Marketplace offer. Ensure that the value - * matches one of the expected entity types. + *

      Examples of entity types include Partner Solution, Amazon Web Services product, and Amazon Web Services Marketplaceoffer. Ensure that the value matches one of the expected entity types. *

      - *

      Validation: Provide a valid entity type to ensure successful disassociation. Invalid or incorrect entity - * types result in an error. + *

      Validation: Provide a valid entity type to help ensure successful disassociation. An invalid or incorrect entity type results in an error. *

      * @public */ @@ -3425,10 +3432,10 @@ export interface DisassociateOpportunityRequest { * through Amazon Web Services Marketplace. *

      *

      For Amazon Web Services Marketplace entities, use the Amazon Web Services Marketplace API to obtain the necessary ARNs. - * For guidance on retrieving these ARNs, refer to - * Amazon Web Services Marketplace Catalog API . + * For guidance on retrieving these ARNs, see + * Amazon Web Services MarketplaceUsing the Amazon Web Services Marketplace Catalog API. *

      - *

      Validation: Ensure the identifier or ARN is valid and corresponds to an existing related entity. + *

      Validation: Ensure the identifier or ARN is valid and corresponds to an existing entity. * An incorrect or invalid identifier results in an error. *

      * @public @@ -3453,7 +3460,7 @@ export interface GetAwsOpportunitySummaryRequest { /** *

      * The unique identifier for the related partner opportunity. Use this field to correlate an AWS - * opportunity with its corresponding partner opportunity in your CRM system. + * opportunity with its corresponding partner opportunity. *

      * @public */ @@ -3511,8 +3518,8 @@ export interface GetAwsOpportunitySummaryResponse { /** *

      - * Specifies the type of involvement AWS has in the opportunity, such as direct co-sell or advisory support. - * This field helps partners understand the role AWS will play in advancing the opportunity. + * Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. + * This field helps partners understand the role AWS plays in advancing the opportunity. *

      * @public */ @@ -3538,8 +3545,8 @@ export interface GetAwsOpportunitySummaryResponse { /** *

      - * Details the AWS Opportunity team, including key members involved in the opportunity. This information - * helps partners know who from AWS is engaged and their roles in the opportunity. + * Details the AWS opportunity team, including members involved. This information + * helps partners know who from AWS is engaged and what their role is. *

      * @public */ @@ -3576,7 +3583,7 @@ export interface GetAwsOpportunitySummaryResponse { /** *

      * Provides details about the customer associated with the AWS Opportunity, including account information, - * industry, and other key customer data. These details help partners understand the business context of the + * industry, and other customer data. These details help partners understand the business context of the * opportunity. *

      * @public @@ -3603,7 +3610,7 @@ export interface GetOpportunityRequest { * Specifies the catalog associated with the request. This field takes a string value from a predefined list: * AWS or Sandbox. The catalog determines which environment the opportunity * is fetched from. Use AWS to retrieve opportunities in the Amazon Web Services catalog, - * and Sandbox to retrieve opportunities in a secure and isolated testing environment. + * and Sandbox to retrieve opportunities in a secure, isolated testing environment. *

      * @public */ @@ -3641,10 +3648,10 @@ export interface RelatedEntityIdentifiers { * Enables partner solutions or offerings' association with an opportunity. To associate a solution, provide the solution's unique identifier, which you can obtain with the ListSolutions operation. *

      *

      - * If the specific solution identifier is not available, you can use the value Other and provide details about the solution in the otherSolutionOffered field. However, once the opportunity reaches the Committed stage or beyond, the Other value cannot be used, and a valid solution identifier must be provided. + * If the specific solution identifier is not available, you can use the value Other and provide details about the solution in the otherSolutionOffered field. But when the opportunity reaches the Committed stage or beyond, the Other value cannot be used, and a valid solution identifier must be provided. *

      *

      - * By associating the relevant solutions with the opportunity, you can clearly communicate the offerings that are being considered or implemented to address the customer's business problem. + * By associating the relevant solutions with the opportunity, you can communicate the offerings that are being considered or implemented to address the customer's business problem. *

      * @public */ @@ -3691,47 +3698,47 @@ export interface GetOpportunityResponse { *
        *
      • *

        - * Co-Sell - Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks. + * Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks. *

        *
      • *
      • *

        - * Co-Sell - Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation. + * Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation. *

        *
      • *
      • *

        - * Co-Sell - Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution. + * Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution. *

        *
      • *
      • *

        - * Co-Sell - Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals). + * Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals). *

        *
      • *
      • *

        - * Co-Sell - Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution. + * Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution. *

        *
      • *
      • *

        - * Co-Sell - Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment. + * Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment. *

        *
      • *
      • *

        - * Co-Sell - Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning). + * Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning). *

        *
      • *
      • *

        - * Co-Sell - Support for Public Tender / RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support. + * Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support. *

        *
      • *
      • *

        - * Do Not Need Support from Amazon Web Services Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request co-selling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity. + * Do Not Need Support from Amazon Web Services Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request coselling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity. *

        *
      • *
      @@ -3784,13 +3791,13 @@ export interface GetOpportunityResponse { *
    • *

      * Renewal opportunity: - * Represents an opportunity to renew an existing contract or subscription with a current customer, ensuring continuity of service. + * Represents an opportunity to renew an existing contract or subscription with a current customer, which helps to ensure service continuity. *

      *
    • *
    • *

      * Expansion opportunity: - * Represents an opportunity to expand the scope of an existing contract or subscription, either by adding new services or increasing the volume of existing services for a current customer. + * Represents an opportunity to expand the scope of a customer's contract or subscription, either by adding new services or increasing the volume of existing services. *

      *
    • *
    @@ -3921,7 +3928,7 @@ export interface ListOpportunitiesRequest { * Specifies the catalog associated with the request. This field takes a string value from a predefined list: * AWS or Sandbox. The catalog determines which environment the opportunities are listed in. * Use AWS for listing real opportunities in the Amazon Web Services catalog, and Sandbox - * for to test in a secure and isolated environment. + * for testing in secure, isolated environments. *

    * @public */ @@ -3929,7 +3936,7 @@ export interface ListOpportunitiesRequest { /** *

    - * Specifies the maximum number of results to return in a single call. This limits the number of opportunities returned in the response to avoid overloading with too many results at once. + * Specifies the maximum number of results to return in a single call. This limits the number of opportunities returned in the response to avoid providing too many results at once. *

    *

    * Default: 20 @@ -4022,7 +4029,7 @@ export interface LifeCycleSummary { *

  • *
  • *

    - * Qualified: Your account team engaged with the prospect/end customer to discuss viability and understand requirements. The prospect/end customer agreed that the opportunity is real, of interest, and may solve key business/technical needs. + * Qualified: Your account team engaged with the customer to discuss viability and understand requirements. The customer agreed that the opportunity is real, of interest, and may solve business/technical needs. *

    *
  • *
  • @@ -4032,7 +4039,7 @@ export interface LifeCycleSummary { *
  • *
  • *

    - * Business Validation: Pricing has been proposed, Pricing was proposed, and all parties agree to the steps to close. + * Business Validation: Pricing was proposed, and all parties agree to the steps to close. *

    *
  • *
  • @@ -4165,7 +4172,7 @@ export interface LifeCycleSummary { ReviewStatus?: ReviewStatus | undefined; /** - *

    Indicates why an opportuntiy was sent back for further details. Partners must take corrective action based on the ReviewComments.

    + *

    Indicates why an opportunity was sent back for further details. Partners must take corrective action based on the ReviewComments.

    * @public */ ReviewComments?: string | undefined; @@ -4353,7 +4360,7 @@ export interface UpdateOpportunityRequest { * Specifies the catalog associated with the request. This field takes a string value from a predefined list: * AWS or Sandbox. The catalog determines which environment the opportunity is updated in. * Use AWS to update real opportunities in the production - * environment, and Sandbox to test in a secure and isolated environment. + * environment, and Sandbox for testing in secure, isolated environments. * When you use the Sandbox catalog, it allows you to simulate and validate your interactions * with Amazon Web Services services without affecting live data or operations. *

    @@ -4371,47 +4378,47 @@ export interface UpdateOpportunityRequest { *
      *
    • *

      - * Co-Sell - Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks. + * Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks. *

      *
    • *
    • *

      - * Co-Sell - Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation. + * Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation. *

      *
    • *
    • *

      - * Co-Sell - Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution. + * Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution. *

      *
    • *
    • *

      - * Co-Sell - Pricing Assistance: Connect with an AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals). + * Cosell—Pricing Assistance: Connect with an AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals). *

      *
    • *
    • *

      - * Co-Sell - Technical Consultation: Connection with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution. + * Cosell—Technical Consultation: Connection with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution. *

      *
    • *
    • *

      - * Co-Sell - Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment. + * Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment. *

      *
    • *
    • *

      - * Co-Sell - Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning). + * Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning). *

      *
    • *
    • *

      - * Co-Sell - Support for Public Tender / RFx: Opportunity related to the public sector where the partner needs RFx support from Amazon Web Services. + * Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs RFx support from Amazon Web Services. *

      *
    • *
    • *

      - * Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services Sales representative. The opportunity is managed solely by the partner. It's possible to request co-selling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity. + * Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services Sales representative. The opportunity is managed solely by the partner. It's possible to request coselling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity. *

      *
    • *
    @@ -4420,7 +4427,7 @@ export interface UpdateOpportunityRequest { PrimaryNeedsFromAws?: PrimaryNeedFromAws[] | undefined; /** - *

    Specifies if the opportunity is associated with national security concerns. This flag is only applicable when the industry is Government. For national security-related opportunities, specific validation and compliance rules may apply, impacting the opportunity's visibility and processing.

    + *

    Specifies if the opportunity is associated with national security concerns. This flag is only applicable when the industry is Government. For national-security-related opportunities, validation and compliance rules may apply, impacting the opportunity's visibility and processing.

    * @public */ NationalSecurity?: NationalSecurity | undefined; @@ -4434,7 +4441,7 @@ export interface UpdateOpportunityRequest { PartnerOpportunityIdentifier?: string | undefined; /** - *

    Specifies details of the customer associated with the Opportunity . + *

    Specifies details of the customer associated with the Opportunity. *

    * @public */ @@ -4631,7 +4638,7 @@ export interface ListSolutionsRequest { Sort?: SolutionSort | undefined; /** - *

    Filters the solutions based on their status. This filter helps retrieve solutions with statuses such as Active, Inactive, or Pending Approval, allowing partners to manage their solution portfolios effectively.

    + *

    Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.

    * @public */ Status?: SolutionStatus[] | undefined; @@ -4821,6 +4828,24 @@ export const AwsOpportunityLifeCycleFilterSensitiveLog = (obj: AwsOpportunityLif ...(obj.NextSteps && { NextSteps: SENSITIVE_STRING }), }); +/** + * @internal + */ +export const ExpectedCustomerSpendFilterSensitiveLog = (obj: ExpectedCustomerSpend): any => ({ + ...obj, + ...(obj.CurrencyCode && { CurrencyCode: SENSITIVE_STRING }), +}); + +/** + * @internal + */ +export const AwsOpportunityProjectFilterSensitiveLog = (obj: AwsOpportunityProject): any => ({ + ...obj, + ...(obj.ExpectedCustomerSpend && { + ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item)), + }), +}); + /** * @internal */ @@ -4846,6 +4871,9 @@ export const EngagementCustomerFilterSensitiveLog = (obj: EngagementCustomer): a export const ProjectDetailsFilterSensitiveLog = (obj: ProjectDetails): any => ({ ...obj, ...(obj.BusinessProblem && { BusinessProblem: SENSITIVE_STRING }), + ...(obj.ExpectedCustomerSpend && { + ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item)), + }), }); /** @@ -4942,11 +4970,30 @@ export const LifeCycleFilterSensitiveLog = (obj: LifeCycle): any => ({ */ export const ProjectFilterSensitiveLog = (obj: Project): any => ({ ...obj, + ...(obj.ExpectedCustomerSpend && { + ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item)), + }), ...(obj.Title && { Title: SENSITIVE_STRING }), ...(obj.CustomerBusinessProblem && { CustomerBusinessProblem: SENSITIVE_STRING }), ...(obj.OtherSolutionDescription && { OtherSolutionDescription: SENSITIVE_STRING }), }); +/** + * @internal + */ +export const MonetaryValueFilterSensitiveLog = (obj: MonetaryValue): any => ({ + ...obj, + ...(obj.CurrencyCode && { CurrencyCode: SENSITIVE_STRING }), +}); + +/** + * @internal + */ +export const SoftwareRevenueFilterSensitiveLog = (obj: SoftwareRevenue): any => ({ + ...obj, + ...(obj.Value && { Value: MonetaryValueFilterSensitiveLog(obj.Value) }), +}); + /** * @internal */ @@ -4954,6 +5001,7 @@ export const CreateOpportunityRequestFilterSensitiveLog = (obj: CreateOpportunit ...obj, ...(obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) }), ...(obj.Project && { Project: ProjectFilterSensitiveLog(obj.Project) }), + ...(obj.SoftwareRevenue && { SoftwareRevenue: SoftwareRevenueFilterSensitiveLog(obj.SoftwareRevenue) }), ...(obj.LifeCycle && { LifeCycle: LifeCycleFilterSensitiveLog(obj.LifeCycle) }), ...(obj.OpportunityTeam && { OpportunityTeam: obj.OpportunityTeam.map((item) => ContactFilterSensitiveLog(item)) }), }); @@ -4968,6 +5016,7 @@ export const GetAwsOpportunitySummaryResponseFilterSensitiveLog = (obj: GetAwsOp OpportunityTeam: obj.OpportunityTeam.map((item) => AwsTeamMemberFilterSensitiveLog(item)), }), ...(obj.Customer && { Customer: AwsOpportunityCustomerFilterSensitiveLog(obj.Customer) }), + ...(obj.Project && { Project: AwsOpportunityProjectFilterSensitiveLog(obj.Project) }), }); /** @@ -4977,6 +5026,7 @@ export const GetOpportunityResponseFilterSensitiveLog = (obj: GetOpportunityResp ...obj, ...(obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) }), ...(obj.Project && { Project: ProjectFilterSensitiveLog(obj.Project) }), + ...(obj.SoftwareRevenue && { SoftwareRevenue: SoftwareRevenueFilterSensitiveLog(obj.SoftwareRevenue) }), ...(obj.LifeCycle && { LifeCycle: LifeCycleFilterSensitiveLog(obj.LifeCycle) }), ...(obj.OpportunityTeam && { OpportunityTeam: obj.OpportunityTeam.map((item) => ContactFilterSensitiveLog(item)) }), }); @@ -4997,6 +5047,16 @@ export const LifeCycleSummaryFilterSensitiveLog = (obj: LifeCycleSummary): any = ...(obj.NextSteps && { NextSteps: SENSITIVE_STRING }), }); +/** + * @internal + */ +export const ProjectSummaryFilterSensitiveLog = (obj: ProjectSummary): any => ({ + ...obj, + ...(obj.ExpectedCustomerSpend && { + ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item)), + }), +}); + /** * @internal */ @@ -5004,6 +5064,7 @@ export const OpportunitySummaryFilterSensitiveLog = (obj: OpportunitySummary): a ...obj, ...(obj.LifeCycle && { LifeCycle: LifeCycleSummaryFilterSensitiveLog(obj.LifeCycle) }), ...(obj.Customer && { Customer: CustomerSummaryFilterSensitiveLog(obj.Customer) }), + ...(obj.Project && { Project: ProjectSummaryFilterSensitiveLog(obj.Project) }), }); /** @@ -5023,5 +5084,6 @@ export const UpdateOpportunityRequestFilterSensitiveLog = (obj: UpdateOpportunit ...obj, ...(obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) }), ...(obj.Project && { Project: ProjectFilterSensitiveLog(obj.Project) }), + ...(obj.SoftwareRevenue && { SoftwareRevenue: SoftwareRevenueFilterSensitiveLog(obj.SoftwareRevenue) }), ...(obj.LifeCycle && { LifeCycle: LifeCycleFilterSensitiveLog(obj.LifeCycle) }), }); diff --git a/codegen/sdk-codegen/aws-models/partnercentral-selling.json b/codegen/sdk-codegen/aws-models/partnercentral-selling.json index 88cccab214ef..653f8409369f 100644 --- a/codegen/sdk-codegen/aws-models/partnercentral-selling.json +++ b/codegen/sdk-codegen/aws-models/partnercentral-selling.json @@ -31,6 +31,8 @@ "aws.auth#sigv4": { "name": "partnercentral-selling" }, + "aws.endpoints#dualStackOnlyEndpoints": {}, + "aws.endpoints#standardRegionalEndpoints": {}, "aws.iam#defineConditionKeys": { "partnercentral:RelatedEntityType": { "type": "String", @@ -45,24 +47,11 @@ }, "aws.iam#supportedPrincipalTypes": ["Root", "IAMUser", "IAMRole", "FederatedUser"], "aws.protocols#awsJson1_0": {}, - "smithy.api#documentation": "AWS Partner Central API for Selling\n

    \n AWS Partner Central API for Selling Reference Guide\n

    \n

    \n Amazon Web Services (AWS) Partner Central API reference guide is designed to help\n AWS Partners programmatically integrate their Customer Relationship Management (CRM) systems with AWS Partner Central. Through the Partner Central APIs, partners can automate and streamline their interactions with AWS Partner Central, ensuring a more efficient and effective engagement in joint business activities.\n

    \n

    \n The AWS Partner Central API service provides standard AWS API functionality. You can directly use the API Actions, or you can use an AWS SDK to access an API that's tailored to the programming language or platform that you're using. For more information about AWS application development, see Getting Started with AWS. For more information about using AWS SDKs, see AWS SDKs.\n

    \n

    \n Features offered by AWS Partner Central API\n

    \n
      \n
    1. \n

      \n Opportunity management: Facilitates the management of co-selling opportunities with AWS using API actions such as CreateOpportunity, UpdateOpportunity, ListOpportunities, GetOpportunity, and AssignOpportunity.

      \n
    2. \n
    3. \n

      \n AWS referral management: Facilitates receiving referrals shared by AWS using actions like ListEngagementInvitations, GetEngagementInvitation, StartEngagementByAcceptingInvitation, and RejectEngagementInvitation.

      \n
    4. \n
    5. \n

      \n Entity association: Associate related entities such as AWS Products, Partner Solutions, and AWS Marketplace Private Offers with opportunities using the actions AssociateOpportunity and DisassociateOpportunity.

      \n
    6. \n
    7. \n

      \n View AWS opportunity details: Use the GetAWSOpportunitySummary action to retrieve real-time summaries of AWS opportunities that are linked to your opportunities.

      \n
    8. \n
    9. \n

      \n List solutions: Provides list APIs for listing solutions partners offer using ListSolutions.

      \n
    10. \n
    11. \n

      \n Event subscription: Partners can subscribe to real-time updates on opportunities by listening to events such as Opportunity Created, Opportunity Updated, Engagement Invitation Accepted, Engagement Invitation Rejected and Engagement Invitation Created using AWS EventBridge.

      \n
    12. \n
    ", + "smithy.api#documentation": "AWS Partner Central API for Selling\n

    \n AWS Partner Central API for Selling Reference Guide\n

    \n

    This Amazon Web Services (AWS) Partner Central API reference is\n designed to help AWS\n Partners integrate Customer Relationship Management (CRM)\n systems with AWS Partner Central. Partners can automate interactions with\n AWS Partner Central, which helps to ensure effective engagements in joint\n business activities.

    \n

    The API provides standard AWS API functionality. Access it by\n either using API Actions or by using an AWS SDK that's tailored to your\n programming language or platform. For more information, see Getting Started with\n AWS and Tools to Build on AWS.

    \n

    \n Features offered by AWS Partner Central API\n

    \n
      \n
    1. \n

      \n Opportunity management:\n Manages coselling opportunities through API actions such as\n CreateOpportunity, UpdateOpportunity,\n ListOpportunities, GetOpportunity, and\n AssignOpportunity.

      \n
    2. \n
    3. \n

      \n AWS referral management:\n Manages referrals shared by AWS using actions such as\n ListEngagementInvitations,\n GetEngagementInvitation,\n StartEngagementByAcceptingInvitation, and\n RejectEngagementInvitation.

      \n
    4. \n
    5. \n

      \n Entity association:\n Associates related entities such as AWS Products,\n Partner Solutions, and AWS\n Marketplace Private Offers with opportunities using the\n actions AssociateOpportunity, and\n DisassociateOpportunity.

      \n
    6. \n
    7. \n

      \n View AWS opportunity\n details: Retrieves real-time summaries of AWS\n opportunities using the GetAWSOpportunitySummary\n action.

      \n
    8. \n
    9. \n

      \n List solutions: Provides\n list APIs for listing partner offers using\n ListSolutions.

      \n
    10. \n
    11. \n

      \n Event subscription:\n Subscribe to real-time opportunity updates through AWS EventBridge by\n using actions such as Opportunity Created,\n Opportunity Updated, Engagement\n Invitation Accepted, Engagement Invitation\n Rejected, and Engagement Invitation\n Created.

      \n
    12. \n
    ", "smithy.api#title": "Partner Central Selling API", "smithy.rules#endpointRuleSet": { "version": "1.0", "parameters": { - "Region": { - "builtIn": "AWS::Region", - "required": false, - "documentation": "The AWS region used to dispatch the request.", - "type": "String" - }, - "UseDualStack": { - "builtIn": "AWS::UseDualStack", - "required": true, - "default": false, - "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", - "type": "Boolean" - }, "UseFIPS": { "builtIn": "AWS::UseFIPS", "required": true, @@ -75,6 +64,12 @@ "required": false, "documentation": "Override the endpoint used to send this request", "type": "String" + }, + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" } }, "rules": [ @@ -107,35 +102,14 @@ }, { "conditions": [], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" + "endpoint": { + "url": { + "ref": "Endpoint" }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ], "type": "tree" @@ -178,208 +152,23 @@ }, true ] - }, - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" } ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - }, - true - ] - } - ], - "rules": [ - { - "conditions": [], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://partnercentral-selling-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" - } - ], - "type": "tree" + "endpoint": { + "url": "https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" }, { "conditions": [], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://partnercentral-selling.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" + "endpoint": { + "url": "https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ], "type": "tree" @@ -400,174 +189,101 @@ "smithy.rules#endpointTests": { "testCases": [ { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For custom endpoint with region not set and fips disabled", "expect": { "endpoint": { - "url": "https://partnercentral-selling-fips.us-east-1.api.aws" + "url": "https://example.com" } }, "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": true + "Endpoint": "https://example.com", + "UseFIPS": false } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For custom endpoint with fips enabled", "expect": { - "endpoint": { - "url": "https://partnercentral-selling-fips.us-east-1.amazonaws.com" - } + "error": "Invalid Configuration: FIPS and custom endpoint are not supported" }, "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false + "Endpoint": "https://example.com", + "UseFIPS": true } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://partnercentral-selling.us-east-1.api.aws" + "url": "https://partnercentral-selling-fips.us-east-1.api.aws" } }, "params": { "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true + "UseFIPS": true } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://partnercentral-selling.us-east-1.amazonaws.com" + "url": "https://partnercentral-selling.us-east-1.api.aws" } }, "params": { "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://partnercentral-selling-fips.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": true + "UseFIPS": false } }, { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", + "documentation": "For region cn-northwest-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://partnercentral-selling-fips.cn-north-1.amazonaws.com.cn" + "url": "https://partnercentral-selling-fips.cn-northwest-1.api.amazonwebservices.com.cn" } }, "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": false + "Region": "cn-northwest-1", + "UseFIPS": true } }, { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", + "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://partnercentral-selling.cn-north-1.api.amazonwebservices.com.cn" + "url": "https://partnercentral-selling.cn-northwest-1.api.amazonwebservices.com.cn" } }, "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": true + "Region": "cn-northwest-1", + "UseFIPS": false } }, { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://partnercentral-selling.cn-north-1.amazonaws.com.cn" + "url": "https://partnercentral-selling-fips.us-gov-west-1.api.aws" } }, "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": false + "Region": "us-gov-west-1", + "UseFIPS": true } }, { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://partnercentral-selling-fips.us-gov-east-1.api.aws" + "url": "https://partnercentral-selling.us-gov-west-1.api.aws" } }, "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://partnercentral-selling-fips.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://partnercentral-selling.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://partnercentral-selling.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": false + "Region": "us-gov-west-1", + "UseFIPS": false } }, { "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { "url": "https://partnercentral-selling-fips.us-iso-east-1.c2s.ic.gov" @@ -575,23 +291,11 @@ }, "params": { "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": false + "UseFIPS": true } }, { "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { "url": "https://partnercentral-selling.us-iso-east-1.c2s.ic.gov" @@ -599,23 +303,11 @@ }, "params": { "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": false + "UseFIPS": false } }, { "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { "url": "https://partnercentral-selling-fips.us-isob-east-1.sc2s.sgov.gov" @@ -623,23 +315,11 @@ }, "params": { "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": false + "UseFIPS": true } }, { "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { "url": "https://partnercentral-selling.us-isob-east-1.sc2s.sgov.gov" @@ -647,59 +327,55 @@ }, "params": { "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": false + "UseFIPS": false } }, { - "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", + "documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://example.com" + "url": "https://partnercentral-selling-fips.eu-isoe-west-1.cloud.adc-e.uk" } }, "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" + "Region": "eu-isoe-west-1", + "UseFIPS": true } }, { - "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", + "documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://example.com" + "url": "https://partnercentral-selling.eu-isoe-west-1.cloud.adc-e.uk" } }, "params": { - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" + "Region": "eu-isoe-west-1", + "UseFIPS": false } }, { - "documentation": "For custom endpoint with fips enabled and dualstack disabled", + "documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled", "expect": { - "error": "Invalid Configuration: FIPS and custom endpoint are not supported" + "endpoint": { + "url": "https://partnercentral-selling-fips.us-isof-south-1.csp.hci.ic.gov" + } }, "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false, - "Endpoint": "https://example.com" + "Region": "us-isof-south-1", + "UseFIPS": true } }, { - "documentation": "For custom endpoint with fips disabled and dualstack enabled", + "documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled", "expect": { - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" + "endpoint": { + "url": "https://partnercentral-selling.us-isof-south-1.csp.hci.ic.gov" + } }, "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true, - "Endpoint": "https://example.com" + "Region": "us-isof-south-1", + "UseFIPS": false } }, { @@ -732,7 +408,7 @@ "Industry": { "target": "com.amazonaws.partnercentralselling#Industry", "traits": { - "smithy.api#documentation": "

    Specifies the industry the end Customer belongs to that's associated with the Opportunity . It refers to the category or sector where the customer's business operates. This is a required field.\n

    " + "smithy.api#documentation": "

    Specifies the industry the end Customer belongs to that's associated with the Opportunity. It refers to the category or sector where the customer's business operates. This is a required field.\n

    " } }, "OtherIndustry": { @@ -810,7 +486,7 @@ "Industry": { "target": "com.amazonaws.partnercentralselling#Industry", "traits": { - "smithy.api#documentation": "

    Specifies which industry the end Customer belongs to associated with the Opportunity .\n It refers to the category or sector that the customer's business operates in.\n

    \n

    To submit a value outside the picklist, use\n Other.\n

    \n

    Conditionally mandatory if Other is selected for Industry Vertical in LOVs.\n

    " + "smithy.api#documentation": "

    Specifies which industry the end Customer belongs to associated with the Opportunity.\n It refers to the category or sector that the customer's business operates in.\n

    \n

    To submit a value outside the picklist, use\n Other.\n

    \n

    Conditionally mandatory if Other is selected for Industry Vertical in LOVs.\n

    " } }, "OtherIndustry": { @@ -1000,7 +676,7 @@ "Catalog": { "target": "com.amazonaws.partnercentralselling#CatalogIdentifier", "traits": { - "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity\n is assigned in. Use AWS to assign real opportunities in the Amazon Web Services catalog,\n and Sandbox to test in a secure and isolated environment.\n

    ", + "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity\n is assigned in. Use AWS to assign real opportunities in the Amazon Web Services catalog,\n and Sandbox for testing in secure, isolated environments.\n

    ", "smithy.api#required": {} } }, @@ -1037,7 +713,7 @@ "FirstName": { "target": "com.amazonaws.partnercentralselling#Name", "traits": { - "smithy.api#documentation": "

    Specifies the first name of the assignee managing the opportunity.

    ", + "smithy.api#documentation": "

    Specifies the first name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

    ", "smithy.api#length": { "max": 80 }, @@ -1047,7 +723,7 @@ "LastName": { "target": "com.amazonaws.partnercentralselling#Name", "traits": { - "smithy.api#documentation": "

    Specifies the last name of the assignee managing the opportunity.

    ", + "smithy.api#documentation": "

    Specifies the last name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

    ", "smithy.api#length": { "max": 80 }, @@ -1057,13 +733,13 @@ "BusinessTitle": { "target": "com.amazonaws.partnercentralselling#JobTitle", "traits": { - "smithy.api#documentation": "

    Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization.

    ", + "smithy.api#documentation": "

    Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization. Use the value PartnerAccountManager to update details of the opportunity owner.

    ", "smithy.api#required": {} } } }, "traits": { - "smithy.api#documentation": "

    Represents the contact details of the individual assigned to manage the opportunity within the partner organization. This ensures that there is a clear point of contact for the opportunity's progress and updates.

    " + "smithy.api#documentation": "

    Represents the contact details of the individual assigned to manage the opportunity within the partner organization. This helps to ensure that there is a point of contact for the opportunity's progress.

    " } }, "com.amazonaws.partnercentralselling#AssociateOpportunity": { @@ -1096,7 +772,7 @@ "aws.iam#iamAction": { "documentation": "Grants permission to associate Opportunities on AWS Partner Central with other entities" }, - "smithy.api#documentation": "

    \n Enables you to create a formal association between an Opportunity and various\n related entities, enriching the context and details of the opportunity for better collaboration and\n decision-making. You can associate an opportunity with the following types of entities:\n

    \n
      \n
    • \n

      \n Partner Solution:\n A software product or consulting practice created and delivered by Partners. Partner Solutions help customers address specific business challenges or achieve particular goals using Amazon Web Services services.\n

      \n
    • \n
    • \n

      \n Amazon Web Services Product:\n Amazon Web Services offers a wide range of products and services designed to provide scalable, reliable, and cost-effective infrastructure solutions. For the latest list of Amazon Web Services products, refer to Amazon Web Services products.\n

      \n
    • \n
    • \n

      \n Amazon Web Services Marketplace private offer:\n Allows Amazon Web Services Marketplace sellers to extend custom pricing and terms to individual Amazon Web Services customers. Sellers can negotiate custom prices, payment schedules, and end user license terms through private offers, enabling Amazon Web Services customers to acquire software solutions tailored to their specific needs. For more information, refer to Private offers in Amazon Web Services Marketplace.\n

      \n
    • \n
    \n

    To obtain identifiers for these entities, use the following methods:

    \n
      \n
    • \n

      Solution: Use the ListSolutions operation.

      \n
    • \n
    • \n

      \n AWS products: For the latest list of Amazon Web Services products, refer to\n the Amazon Web Services products list.

      \n
    • \n
    • \n

      \n Amazon Web Services Marketplace private offer: Use the AWS Marketplace Catalog API to list entities. Specifically, use the ListEntities operation to retrieve a list of private offers. The request to the ListEntities API returns the details of the private offers available to you. For more information, refer to ListEntities.\n

      \n
    • \n
    ", + "smithy.api#documentation": "

    \n Enables you to create a formal association between an Opportunity and various\n related entities, enriching the context and details of the opportunity for better collaboration and\n decision making. You can associate an opportunity with the following entity types:\n

    \n
      \n
    • \n

      \n Partner Solution:\n A software product or consulting practice created and delivered by Partners. Partner Solutions help customers address business challenges using Amazon Web Services services.\n

      \n
    • \n
    • \n

      \n Amazon Web Services Products:\n Amazon Web Services offers many products and services that provide scalable, reliable, and cost-effective infrastructure solutions. For the latest list of Amazon Web Services products, see Amazon Web Services products.\n

      \n
    • \n
    • \n

      \n Amazon Web Services Marketplace private offer:\n Allows Amazon Web Services Marketplace sellers to extend custom pricing and terms to individual Amazon Web Services customers. Sellers can negotiate custom prices, payment schedules, and end user license terms through private offers, enabling Amazon Web Services customers to acquire software solutions tailored to their specific needs. For more information, see Private offers in Amazon Web Services Marketplace.\n

      \n
    • \n
    \n

    To obtain identifiers for these entities, use the following methods:

    \n
      \n
    • \n

      Solution: Use the ListSolutions operation.

      \n
    • \n
    • \n

      \n AWS Products: For the latest list of Amazon Web Services products, see Amazon Web Services products.\n

      \n
    • \n
    • \n

      \n Amazon Web Services Marketplace private offer: Use the Using the Amazon Web Services Marketplace Catalog API to list entities. Specifically, use the ListEntities operation to retrieve a list of private offers. The request returns the details of available private offers. For more information, see ListEntities.\n

      \n
    • \n
    ", "smithy.api#http": { "method": "POST", "uri": "/AssociateOpportunity", @@ -1110,7 +786,7 @@ "Catalog": { "target": "com.amazonaws.partnercentralselling#CatalogIdentifier", "traits": { - "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines whichenvironment the opportunity\n association is made in. Use AWS to associate opportunities in the Amazon Web Services catalog,\n and Sandbox to test in a secure and isolated environment.\n

    ", + "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity\n association is made in. Use AWS to associate opportunities in the Amazon Web Services catalog,\n and Sandbox for testing in secure, isolated environments.\n

    ", "smithy.api#required": {} } }, @@ -1125,7 +801,7 @@ "RelatedEntityType": { "target": "com.amazonaws.partnercentralselling#RelatedEntityType", "traits": { - "smithy.api#documentation": "

    Specifies the type of the related entity you're associating with the \n Opportunity. This helps to categorize and properly process the association.\n

    ", + "smithy.api#documentation": "

    Specifies the entity type that you're associating with the \n Opportunity. This helps to categorize and properly process the association.\n

    ", "smithy.api#required": {} } }, @@ -1528,7 +1204,7 @@ "Contacts": { "target": "com.amazonaws.partnercentralselling#CustomerContactsList", "traits": { - "smithy.api#documentation": "

    Provides a list of customer contacts involved in the opportunity. These contacts may include decision-makers, influencers, and other key stakeholders within the customer's organization.

    " + "smithy.api#documentation": "

    Provides a list of customer contacts involved in the opportunity. These contacts may include decision makers, influencers, and other stakeholders within the customer's organization.

    " } } }, @@ -1580,7 +1256,7 @@ "NextSteps": { "target": "com.amazonaws.partnercentralselling#PiiString", "traits": { - "smithy.api#documentation": "

    Specifies the immediate next steps required to progress the opportunity. These steps are based on AWS's guidance and the current stage of the opportunity.

    ", + "smithy.api#documentation": "

    Specifies the immediate next steps required to progress the opportunity. These steps are based on AWS guidance and the current stage of the opportunity.

    ", "smithy.api#length": { "max": 255 } @@ -1804,19 +1480,19 @@ "InvolvementType": { "target": "com.amazonaws.partnercentralselling#SalesInvolvementType", "traits": { - "smithy.api#documentation": "

    Specifies the type of AWS involvement in the opportunity, such as co-selling, deal support, or technical consultation. This helps categorize the nature of AWS's participation.

    ", + "smithy.api#documentation": "

    Specifies the type of AWS involvement in the opportunity, such as coselling, deal support, or technical consultation. This helps categorize the nature of AWS participation.

    ", "smithy.api#required": {} } }, "Visibility": { "target": "com.amazonaws.partnercentralselling#Visibility", "traits": { - "smithy.api#documentation": "

    Determines who can view AWS's involvement in the opportunity. Typically, this field is set to Full for most cases, but it may be restricted based on special program requirements or confidentiality needs.

    " + "smithy.api#documentation": "

    Determines who can view AWS involvement in the opportunity. Typically, this field is set to Full for most cases, but it may be restricted based on special program requirements or confidentiality needs.

    " } } }, "traits": { - "smithy.api#documentation": "

    Indicates the level of AWS involvement in the opportunity. This field helps track AWS's role and participation throughout the engagement, such as providing technical support, deal assistance, or sales support.

    " + "smithy.api#documentation": "

    Indicates the level of AWS involvement in the opportunity. This field helps track AWS participation throughout the engagement, such as providing technical support, deal assistance, and sales support.

    " } }, "com.amazonaws.partnercentralselling#AwsTeamMember": { @@ -1952,6 +1628,12 @@ "target": "com.amazonaws.partnercentralselling#Channel" } }, + "com.amazonaws.partnercentralselling#ClientToken": { + "type": "string", + "traits": { + "smithy.api#pattern": "^[!-~]{1,64}$" + } + }, "com.amazonaws.partnercentralselling#ClosedLostReason": { "type": "enum", "members": { @@ -2206,7 +1888,7 @@ "BusinessTitle": { "target": "com.amazonaws.partnercentralselling#JobTitle", "traits": { - "smithy.api#documentation": "

    The partner contact's title (job title or role) associated with the Opportunity.\n

    " + "smithy.api#documentation": "

    The partner contact's title (job title or role) associated with the Opportunity. BusinessTitle supports either PartnerAccountManager or OpportunityOwner.\n

    " } }, "Phone": { @@ -3755,7 +3437,7 @@ "aws.iam#iamAction": { "documentation": "Grants permission to create new Opportunities on AWS Partner Central" }, - "smithy.api#documentation": "

    \n Creates an Opportunity record in Partner Central. Use this operation to create\n a potential business opportunity intended to be submitted to Amazon Web Services. Creating an opportunity sets its Lifecycle.ReviewStatus to\n Pending Submission.\n

    \n

    \n To fully submit an opportunity, follow these steps:\n

    \n
      \n
    1. \n

      To create the opportunity, use CreateOpportunity.

      \n
    2. \n
    3. \n

      To associate a solution with the opportunity, use AssociateOpportunity.

      \n
    4. \n
    5. \n

      To submit the opportunity, use SubmitOpportunity.

      \n
    6. \n
    \n

    \n After submission, you can't edit the opportunity until the review is complete. However, opportunities in the\n Pending Submission state still need all details completed. You can update\n the opportunity while it's in the Pending Submission state.\n

    \n

    \n There's a set of mandatory fields required to create opportunities, but consider providing optional fields to\n enrich the opportunity record.\n

    ", + "smithy.api#documentation": "

    \n Creates an Opportunity record in Partner Central. Use this operation to create\n a potential business opportunity for submission to Amazon Web Services. Creating an opportunity sets Lifecycle.ReviewStatus to\n Pending Submission.\n

    \n

    \n To submit an opportunity, follow these steps:\n

    \n
      \n
    1. \n

      To create the opportunity, use CreateOpportunity.

      \n
    2. \n
    3. \n

      To associate a solution with the opportunity, use AssociateOpportunity.

      \n
    4. \n
    5. \n

      To submit the opportunity, use StartEngagementFromOpportunityTask.

      \n
    6. \n
    \n

    \n After submission, you can't edit the opportunity until the review is complete. But opportunities in the\n Pending Submission state must have complete details. You can update\n the opportunity while it's in the Pending Submission state.\n

    \n

    \n There's a set of mandatory fields to create opportunities, but consider providing optional fields to\n enrich the opportunity record.\n

    ", "smithy.api#http": { "method": "POST", "uri": "/CreateOpportunity", @@ -3770,14 +3452,14 @@ "Catalog": { "target": "com.amazonaws.partnercentralselling#CatalogIdentifier", "traits": { - "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity\n is created in. Use AWS to create opportunities in the Amazon Web Services catalog,\n and Sandbox to test in a secure and isolated environment.\n

    ", + "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity\n is created in. Use AWS to create opportunities in the Amazon Web Services catalog,\n and Sandbox for testing in secure, isolated environments.\n

    ", "smithy.api#required": {} } }, "PrimaryNeedsFromAws": { "target": "com.amazonaws.partnercentralselling#PrimaryNeedsFromAws", "traits": { - "smithy.api#documentation": "

    \n Identifies the type of support the partner needs from Amazon Web Services.\n

    \n

    \n Valid values:\n

    \n
      \n
    • \n

      \n Co-Sell - Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.\n

      \n
    • \n
    • \n

      \n Co-Sell - Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.\n

      \n
    • \n
    • \n

      \n Co-Sell - Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.\n

      \n
    • \n
    • \n

      \n Co-Sell - Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).\n

      \n
    • \n
    • \n

      \n Co-Sell - Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.\n

      \n
    • \n
    • \n

      \n Co-Sell - Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.\n

      \n
    • \n
    • \n

      \n Co-Sell - Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).\n

      \n
    • \n
    • \n

      \n Co-Sell - Support for Public Tender / RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.\n

      \n
    • \n
    • \n

      \n Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request co-selling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity.\n

      \n
    • \n
    " + "smithy.api#documentation": "

    \n Identifies the type of support the partner needs from Amazon Web Services.\n

    \n

    \n Valid values:\n

    \n
      \n
    • \n

      \n Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.\n

      \n
    • \n
    • \n

      \n Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.\n

      \n
    • \n
    • \n

      \n Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.\n

      \n
    • \n
    • \n

      \n Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).\n

      \n
    • \n
    • \n

      \n Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.\n

      \n
    • \n
    • \n

      \n Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.\n

      \n
    • \n
    • \n

      \n Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).\n

      \n
    • \n
    • \n

      \n Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.\n

      \n
    • \n
    • \n

      \n Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request coselling support on these opportunities at any stage during their lifecycles. This is also known as a for-visibility-only (FVO) opportunity.\n

      \n
    • \n
    " } }, "NationalSecurity": { @@ -3789,7 +3471,7 @@ "PartnerOpportunityIdentifier": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

    \n Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential\n to track and reconcile because it's included in the outbound payload sent back to the partner.\n

    \n

    \n This field allows partners to link an opportunity to their CRM, to ensure seamless integration and accurate\n synchronization between the Partner Central API and the partner's internal systems.\n

    ", + "smithy.api#documentation": "

    \n Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential\n to track and reconcile because it's included in the outbound payload to the partner.\n

    \n

    \n This field allows partners to link an opportunity to their CRM, which helps to ensure seamless integration and accurate synchronization between the Partner Central API and the partner's internal systems.\n

    ", "smithy.api#length": { "max": 64 } @@ -3822,13 +3504,13 @@ "SoftwareRevenue": { "target": "com.amazonaws.partnercentralselling#SoftwareRevenue", "traits": { - "smithy.api#documentation": "

    Specifies details of a customer's procurement terms. Required only for partners in eligible programs.

    " + "smithy.api#documentation": "

    Specifies details of a customer's procurement terms. This is required only for partners in eligible programs.

    " } }, "ClientToken": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

    \n Required to be unique, and should be unchanging, it can be randomly generated or a meaningful string.\n

    \n

    \n Default: None\n

    \n

    \n Best practice: To ensure uniqueness and avoid collisions, we recommend you use a UUID (Universally Unique Identifier) as the ClientToken. You can use standard libraries available in most programming languages to generated this. If you use the same client token, the API throws this error: \"Conflicting client token submitted for a new request body\".\n

    ", + "smithy.api#documentation": "

    \n Required to be unique, and should be unchanging, it can be randomly generated or a meaningful string.\n

    \n

    \n Default: None\n

    \n

    \n Best practice: To help ensure uniqueness and avoid conflicts, use a Universally Unique Identifier (UUID) as the ClientToken. You can use standard libraries from most programming languages to generate this. If you use the same client token, the API returns the following error: \"Conflicting client token submitted for a new request body.\"\n

    ", "smithy.api#idempotencyToken": {}, "smithy.api#length": { "min": 1 @@ -3851,7 +3533,7 @@ "OpportunityTeam": { "target": "com.amazonaws.partnercentralselling#PartnerOpportunityTeamMembersList", "traits": { - "smithy.api#documentation": "

    Represents the internal team handling the opportunity. Specify the members involved in collaborating on this opportunity within the partner's organization.

    " + "smithy.api#documentation": "

    Represents the internal team handling the opportunity. Specify collaborating members of this opportunity who are within the partner's organization.

    " } } }, @@ -3865,7 +3547,7 @@ "Id": { "target": "com.amazonaws.partnercentralselling#OpportunityIdentifier", "traits": { - "smithy.api#documentation": "

    \n Read-only, system-generated Opportunity unique identifier. Amazon Web Services creates this identifier, and it's\n used for all subsequent actions on the opportunity, such as updates, associations, and submissions. It ensures\n that each opportunity can be accurately tracked and managed within the system.\n

    ", + "smithy.api#documentation": "

    \n Read-only, system-generated Opportunity unique identifier. Amazon Web Services creates this identifier, and it's used for all subsequent opportunity actions, such as updates, associations, and submissions. It helps to ensure that each opportunity is accurately tracked and managed.\n

    ", "smithy.api#required": {} } }, @@ -3878,7 +3560,7 @@ "LastModifiedDate": { "target": "com.amazonaws.partnercentralselling#DateTime", "traits": { - "smithy.api#documentation": "

    \n DateTime\n when the opportunity was last modified. When the Opportunity is created, its value is equal to\n CreatedDate.\n

    " + "smithy.api#documentation": "

    \n DateTime\n when the opportunity was last modified. When the Opportunity is created, its value is CreatedDate.\n

    " } } }, @@ -4897,6 +4579,9 @@ "smithy.api#enumValue": "ZWL" } } + }, + "traits": { + "smithy.api#sensitive": {} } }, "com.amazonaws.partnercentralselling#Customer": { @@ -5028,7 +4713,7 @@ "aws.iam#iamAction": { "documentation": "Grants permission to disassociate Opportunities on AWS Partner Central from other entities" }, - "smithy.api#documentation": "

    \n Allows you to remove an existing association between an Opportunity and related entities such as a Partner Solution, Amazon Web Services product, or an Amazon Web Services Marketplace offer.\n This operation is the counterpart to AssociateOpportunity, and it provides flexibility to manage\n associations as business needs change.\n

    \n

    \n Use this operation to update the associations of an Opportunity due to changes in the related entities,\n or if an association was made in error. Ensuring accurate associations helps maintain clarity and accuracy to track\n and manage business opportunities. When you replace an entity, first attach the new entity and then disassociate the\n one to be removed, especially if it's the last remaining related entity that's required.\n

    ", + "smithy.api#documentation": "

    \n Allows you to remove an existing association between an Opportunity and related entities, such as a Partner Solution, Amazon Web Services product, or an Amazon Web Services Marketplace offer.\n This operation is the counterpart to AssociateOpportunity, and it provides flexibility to manage\n associations as business needs change.\n

    \n

    \n Use this operation to update the associations of an Opportunity due to changes in the related entities,\n or if an association was made in error. Ensuring accurate associations helps maintain clarity and accuracy to track\n and manage business opportunities. When you replace an entity, first attach the new entity and then disassociate the\n one to be removed, especially if it's the last remaining entity that's required.\n

    ", "smithy.api#http": { "method": "POST", "uri": "/DisassociateOpportunity", @@ -5042,14 +4727,14 @@ "Catalog": { "target": "com.amazonaws.partnercentralselling#CatalogIdentifier", "traits": { - "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity\n disassociation is made in. Use AWS to disassociate opportunities in the Amazon Web Services catalog,\n and Sandbox to test in a secure and isolated environment.\n

    ", + "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity\n disassociation is made in. Use AWS to disassociate opportunities in the Amazon Web Services catalog,\n and Sandbox for testing in secure, isolated environments.\n

    ", "smithy.api#required": {} } }, "OpportunityIdentifier": { "target": "com.amazonaws.partnercentralselling#OpportunityIdentifier", "traits": { - "smithy.api#documentation": "

    The opportunity's unique identifier for when you want to disassociate it from related entities. This identifier\n is crucial to ensure the correct opportunity is updated, especially in environments with numerous\n opportunities.\n

    \n

    Validation: Ensure that the identifier provided corresponds to an existing opportunity in the Amazon Web Services system because\n incorrect identifiers result in an error and no changes are made.\n

    ", + "smithy.api#documentation": "

    The opportunity's unique identifier for when you want to disassociate it from related entities. This identifier\n helps to ensure that the correct opportunity is updated.\n

    \n

    Validation: Ensure that the provided identifier corresponds to an existing opportunity in the Amazon Web Services system because\n incorrect identifiers result in an error and no changes are made.\n

    ", "smithy.api#required": {}, "smithy.api#resourceIdentifier": "Identifier" } @@ -5057,14 +4742,14 @@ "RelatedEntityType": { "target": "com.amazonaws.partnercentralselling#RelatedEntityType", "traits": { - "smithy.api#documentation": "

    The type of the entity that you're disassociating from the opportunity. When you specify the entity type, it helps\n the system correctly process the disassociation request and ensures that the right connections are removed.\n

    \n

    Examples of entity types include Partner Solution, Amazon Web Services product, and Amazon Web Services Marketplace offer. Ensure that the value\n matches one of the expected entity types.\n

    \n

    Validation: Provide a valid entity type to ensure successful disassociation. Invalid or incorrect entity\n types result in an error.\n

    ", + "smithy.api#documentation": "

    The type of the entity that you're disassociating from the opportunity. When you specify the entity type, it helps\n the system correctly process the disassociation request to ensure that the right connections are removed.\n

    \n

    Examples of entity types include Partner Solution, Amazon Web Services product, and Amazon Web Services Marketplaceoffer. Ensure that the value matches one of the expected entity types.\n

    \n

    Validation: Provide a valid entity type to help ensure successful disassociation. An invalid or incorrect entity type results in an error.\n

    ", "smithy.api#required": {} } }, "RelatedEntityIdentifier": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

    The related entity's identifier that you want to disassociate from the opportunity. Depending on the\n type of entity, this could be a simple identifier or an Amazon Resource Name (ARN) for entities managed\n through Amazon Web Services Marketplace.\n

    \n

    For Amazon Web Services Marketplace entities, use the Amazon Web Services Marketplace API to obtain the necessary ARNs.\n For guidance on retrieving these ARNs, refer to \n Amazon Web Services Marketplace Catalog API .\n

    \n

    Validation: Ensure the identifier or ARN is valid and corresponds to an existing related entity.\n An incorrect or invalid identifier results in an error.\n

    ", + "smithy.api#documentation": "

    The related entity's identifier that you want to disassociate from the opportunity. Depending on the\n type of entity, this could be a simple identifier or an Amazon Resource Name (ARN) for entities managed\n through Amazon Web Services Marketplace.\n

    \n

    For Amazon Web Services Marketplace entities, use the Amazon Web Services Marketplace API to obtain the necessary ARNs.\n For guidance on retrieving these ARNs, see \n Amazon Web Services MarketplaceUsing the Amazon Web Services Marketplace Catalog API.\n

    \n

    Validation: Ensure the identifier or ARN is valid and corresponds to an existing entity.\n An incorrect or invalid identifier results in an error.\n

    ", "smithy.api#length": { "min": 1, "max": 255 @@ -5153,7 +4838,7 @@ } }, "traits": { - "smithy.api#documentation": "

    Contains details about the customer associated with the Engagement Invitation, including key company information and industry.

    " + "smithy.api#documentation": "

    Contains details about the customer associated with the Engagement Invitation, including company information and industry.

    " } }, "com.amazonaws.partnercentralselling#EngagementCustomerBusinessProblem": { @@ -5305,7 +4990,7 @@ "ExpirationDate": { "target": "com.amazonaws.partnercentralselling#DateTime", "traits": { - "smithy.api#documentation": "

    Indicates the date and time when the Engagement Invitation will expire. After this date, the invitation can no longer be accepted, and the opportunity will no longer be available for the partner to engage.

    " + "smithy.api#documentation": "

    Indicates the date and time when the Engagement Invitation will expire. After this date, the invitation can no longer be accepted, and the opportunity will be unavailable to the partner.

    " } }, "SenderAwsAccountId": { @@ -5338,7 +5023,7 @@ } }, "traits": { - "smithy.api#documentation": "

    Provides a summarized view of the Engagement Invitation, including key details like the identifier, status, and sender information. This summary helps partners track and manage AWS-originated opportunities.

    " + "smithy.api#documentation": "

    Provides a summarized view of the Engagement Invitation, including details like the identifier, status, and sender. This summary helps partners track and manage AWS originated opportunities.

    " } }, "com.amazonaws.partnercentralselling#EngagementInvitationsPayloadType": { @@ -5386,7 +5071,6 @@ "target": "smithy.api#String", "traits": { "smithy.api#documentation": "

    Represents the estimated monthly revenue that the partner expects to earn from the opportunity. This helps in forecasting financial returns.

    ", - "smithy.api#pattern": "^(0|([1-9][0-9]{0,30}))(\\.[0-9]{0,2})?$", "smithy.api#required": {} } }, @@ -5508,7 +5192,7 @@ "RelatedOpportunityIdentifier": { "target": "com.amazonaws.partnercentralselling#OpportunityIdentifier", "traits": { - "smithy.api#documentation": "

    \n The unique identifier for the related partner opportunity. Use this field to correlate an AWS\n opportunity with its corresponding partner opportunity in your CRM system.\n

    ", + "smithy.api#documentation": "

    \n The unique identifier for the related partner opportunity. Use this field to correlate an AWS\n opportunity with its corresponding partner opportunity.\n

    ", "smithy.api#required": {}, "smithy.api#resourceIdentifier": "Identifier" } @@ -5543,7 +5227,7 @@ "InvolvementType": { "target": "com.amazonaws.partnercentralselling#SalesInvolvementType", "traits": { - "smithy.api#documentation": "

    \n Specifies the type of involvement AWS has in the opportunity, such as direct co-sell or advisory support.\n This field helps partners understand the role AWS will play in advancing the opportunity.\n

    " + "smithy.api#documentation": "

    \n Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support.\n This field helps partners understand the role AWS plays in advancing the opportunity.\n

    " } }, "Visibility": { @@ -5561,7 +5245,7 @@ "OpportunityTeam": { "target": "com.amazonaws.partnercentralselling#AwsOpportunityTeamMembersList", "traits": { - "smithy.api#documentation": "

    \n Details the AWS Opportunity team, including key members involved in the opportunity. This information\n helps partners know who from AWS is engaged and their roles in the opportunity.\n

    " + "smithy.api#documentation": "

    \n Details the AWS opportunity team, including members involved. This information\n helps partners know who from AWS is engaged and what their role is.\n

    " } }, "Insights": { @@ -5585,7 +5269,7 @@ "Customer": { "target": "com.amazonaws.partnercentralselling#AwsOpportunityCustomer", "traits": { - "smithy.api#documentation": "

    \n Provides details about the customer associated with the AWS Opportunity, including account information,\n industry, and other key customer data. These details help partners understand the business context of the\n opportunity.\n

    " + "smithy.api#documentation": "

    \n Provides details about the customer associated with the AWS Opportunity, including account information,\n industry, and other customer data. These details help partners understand the business context of the\n opportunity.\n

    " } }, "Project": { @@ -5629,7 +5313,7 @@ "aws.iam#iamAction": { "documentation": "Grants permission to retrieve details of Engagement Invitations on AWS Partner Central" }, - "smithy.api#documentation": "

    Retrieves the details of an engagement invitation shared by AWS with a partner. The information includes key aspects such as the customer, project details, and lifecycle information related to the engagement.

    ", + "smithy.api#documentation": "

    Retrieves the details of an engagement invitation shared by AWS with a partner. The information includes aspects such as customer, project details, and lifecycle information. To connect an engagement invitation with an opportunity, match the invitation’s Payload.Project.Title with opportunity Project.Title.

    ", "smithy.api#http": { "method": "POST", "uri": "/GetEngagementInvitation", @@ -5651,7 +5335,7 @@ "Identifier": { "target": "com.amazonaws.partnercentralselling#EngagementInvitationArnOrIdentifier", "traits": { - "smithy.api#documentation": "

    Specifies the unique identifier for the engagement invitation being retrieved.

    ", + "smithy.api#documentation": "

    Specifies the unique identifier for the retrieved engagement\n invitation.

    ", "smithy.api#required": {} } } @@ -5666,7 +5350,7 @@ "Arn": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

    The Amazon Resource Name (ARN) that uniquely identifies the engagement invitation.

    " + "smithy.api#documentation": "

    The Amazon Resource Name (ARN) that identifies the engagement\n invitation.

    " } }, "PayloadType": { @@ -5685,13 +5369,13 @@ "EngagementTitle": { "target": "com.amazonaws.partnercentralselling#EngagementTitle", "traits": { - "smithy.api#documentation": "

    The title of the engagement invitation, summarizing the purpose or key objectives of the opportunity shared by AWS.

    " + "smithy.api#documentation": "

    The title of the engagement invitation, summarizing the purpose or objectives of the opportunity shared by AWS.

    " } }, "Status": { "target": "com.amazonaws.partnercentralselling#InvitationStatus", "traits": { - "smithy.api#documentation": "

    The current status of the engagement invitation (e.g., Accepted, Pending, or Rejected).

    " + "smithy.api#documentation": "

    The current status of the engagement invitation.

    " } }, "InvitationDate": { @@ -5796,7 +5480,7 @@ "Catalog": { "target": "com.amazonaws.partnercentralselling#CatalogIdentifier", "traits": { - "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity\n is fetched from. Use AWS to retrieve opportunities in the Amazon Web Services catalog,\n and Sandbox to retrieve opportunities in a secure and isolated testing environment.\n

    ", + "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity\n is fetched from. Use AWS to retrieve opportunities in the Amazon Web Services catalog,\n and Sandbox to retrieve opportunities in a secure, isolated testing environment.\n

    ", "smithy.api#required": {} } }, @@ -5825,7 +5509,7 @@ "PrimaryNeedsFromAws": { "target": "com.amazonaws.partnercentralselling#PrimaryNeedsFromAws", "traits": { - "smithy.api#documentation": "

    \n Identifies the type of support the partner needs from Amazon Web Services.\n

    \n

    \n Valid values:\n

    \n
      \n
    • \n

      \n Co-Sell - Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.\n

      \n
    • \n
    • \n

      \n Co-Sell - Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.\n

      \n
    • \n
    • \n

      \n Co-Sell - Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.\n

      \n
    • \n
    • \n

      \n Co-Sell - Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).\n

      \n
    • \n
    • \n

      \n Co-Sell - Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.\n

      \n
    • \n
    • \n

      \n Co-Sell - Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.\n

      \n
    • \n
    • \n

      \n Co-Sell - Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).\n

      \n
    • \n
    • \n

      \n Co-Sell - Support for Public Tender / RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.\n

      \n
    • \n
    • \n

      \n Do Not Need Support from Amazon Web Services Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request co-selling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity.\n

      \n
    • \n
    " + "smithy.api#documentation": "

    \n Identifies the type of support the partner needs from Amazon Web Services.\n

    \n

    \n Valid values:\n

    \n
      \n
    • \n

      \n Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.\n

      \n
    • \n
    • \n

      \n Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.\n

      \n
    • \n
    • \n

      \n Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.\n

      \n
    • \n
    • \n

      \n Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).\n

      \n
    • \n
    • \n

      \n Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.\n

      \n
    • \n
    • \n

      \n Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.\n

      \n
    • \n
    • \n

      \n Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).\n

      \n
    • \n
    • \n

      \n Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.\n

      \n
    • \n
    • \n

      \n Do Not Need Support from Amazon Web Services Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request coselling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity.\n

      \n
    • \n
    " } }, "NationalSecurity": { @@ -5858,7 +5542,7 @@ "OpportunityType": { "target": "com.amazonaws.partnercentralselling#OpportunityType", "traits": { - "smithy.api#documentation": "

    \n Specifies the opportunity type as renewal, new, or expansion.\n

    \n

    \n Opportunity types:\n

    \n
      \n
    • \n

      \n New opportunity:\n Represents a new business opportunity with a potential customer that's not previously engaged with your solutions or services.\n

      \n
    • \n
    • \n

      \n Renewal opportunity:\n Represents an opportunity to renew an existing contract or subscription with a current customer, ensuring continuity of service.\n

      \n
    • \n
    • \n

      \n Expansion opportunity:\n Represents an opportunity to expand the scope of an existing contract or subscription, either by adding new services or increasing the volume of existing services for a current customer.\n

      \n
    • \n
    " + "smithy.api#documentation": "

    \n Specifies the opportunity type as renewal, new, or expansion.\n

    \n

    \n Opportunity types:\n

    \n
      \n
    • \n

      \n New opportunity:\n Represents a new business opportunity with a potential customer that's not previously engaged with your solutions or services.\n

      \n
    • \n
    • \n

      \n Renewal opportunity:\n Represents an opportunity to renew an existing contract or subscription with a current customer, which helps to ensure service continuity.\n

      \n
    • \n
    • \n

      \n Expansion opportunity:\n Represents an opportunity to expand the scope of a customer's contract or subscription, either by adding new services or increasing the volume of existing services.\n

      \n
    • \n
    " } }, "Marketing": { @@ -6203,19 +5887,19 @@ "Stage": { "target": "com.amazonaws.partnercentralselling#Stage", "traits": { - "smithy.api#documentation": "

    \n Specifies the current stage of the Opportunity's lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM. This field provides a translated value of the stage, and offers insight into the Opportunity's progression in the sales cycle, according to Amazon Web Services definitions.\n

    \n \n

    A lead and a prospect must be further matured to a Qualified opportunity before submission. Opportunities that were closed/lost before submission aren't suitable for submission.

    \n
    \n

    \n The descriptions of each sales stage are:\n

    \n
      \n
    • \n

      \n Prospect: Amazon Web Services identifies the opportunity. It can be active (Comes directly from the end customer through a lead) or latent (Your account team believes it exists based on research, account plans, sales plays).\n

      \n
    • \n
    • \n

      \n Qualified: Your account team engaged with the prospect/end customer to discuss viability and understand requirements. The prospect/end customer agreed that the opportunity is real, of interest, and may solve key business/technical needs.\n

      \n
    • \n
    • \n

      \n Technical Validation: All parties understand the implementation plan.\n

      \n
    • \n
    • \n

      \n Business Validation: Pricing was proposed, and all parties agree to the steps to close.\n

      \n
    • \n
    • \n

      \n Committed: The customer signed the contract, but Amazon Web Services hasn't started billing.\n

      \n
    • \n
    • \n

      \n Launched: The workload is complete, and Amazon Web Services has started billing.\n

      \n
    • \n
    • \n

      \n Closed Lost: The opportunity is lost, and there are no steps to move forward.\n

      \n
    • \n
    " + "smithy.api#documentation": "

    \n Specifies the current stage of the Opportunity's lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM. This field provides a translated value of the stage, and offers insight into the Opportunity's progression in the sales cycle, according to Amazon Web Services definitions.\n

    \n \n

    A lead and a prospect must be further matured to a Qualified opportunity before submission. Opportunities that were closed/lost before submission aren't suitable for submission.

    \n
    \n

    \n The descriptions of each sales stage are:\n

    \n
      \n
    • \n

      \n Prospect: Amazon Web Services identifies the opportunity. It can be active (Comes directly from the end customer through a lead) or latent (Your account team believes it exists based on research, account plans, sales plays).\n

      \n
    • \n
    • \n

      \n Qualified: Your account team engaged with the customer to discuss viability and requirements. The customer agreed that the opportunity is real, of interest, and may solve business/technical needs.\n

      \n
    • \n
    • \n

      \n Technical Validation: All parties understand the implementation plan.\n

      \n
    • \n
    • \n

      \n Business Validation: Pricing was proposed, and all parties agree to the steps to close.\n

      \n
    • \n
    • \n

      \n Committed: The customer signed the contract, but Amazon Web Services hasn't started billing.\n

      \n
    • \n
    • \n

      \n Launched: The workload is complete, and Amazon Web Services has started billing.\n

      \n
    • \n
    • \n

      \n Closed Lost: The opportunity is lost, and there are no steps to move forward.\n

      \n
    • \n
    " } }, "ClosedLostReason": { "target": "com.amazonaws.partnercentralselling#ClosedLostReason", "traits": { - "smithy.api#documentation": "

    \n Specifies the reason code when an opportunity is marked as Closed Lost. When you select an\n appropriate reason code, you communicate the context for closing the Opportunity,\n and aid in accurate reports and analysis of opportunity outcomes. The possible values are:\n

    \n
      \n
    • \n

      Customer Deficiency: The customer lacked necessary resources or capabilities.

      \n
    • \n
    • \n

      Delay/Cancellation of Project: The project was delayed or canceled.

      \n
    • \n
    • \n

      Legal/Tax/Regulatory: Legal, tax, or regulatory issues prevented progress.

      \n
    • \n
    • \n

      Lost to Competitor - Google: The opportunity was lost to Google.

      \n
    • \n
    • \n

      Lost to Competitor - Microsoft: The opportunity was lost to Microsoft.

      \n
    • \n
    • \n

      Lost to Competitor - SoftLayer: The opportunity was lost to SoftLayer.

      \n
    • \n
    • \n

      Lost to Competitor - VMWare: The opportunity was lost to VMWare.

      \n
    • \n
    • \n

      Lost to Competitor - Other: The opportunity was lost to a competitor not listed above.

      \n
    • \n
    • \n

      No Opportunity: There was no opportunity to pursue.

      \n
    • \n
    • \n

      On Premises Deployment: The customer chose an on-premises solution.

      \n
    • \n
    • \n

      Partner Gap: The partner lacked necessary resources or capabilities.

      \n
    • \n
    • \n

      Price: The price was not competitive or acceptable to the customer.

      \n
    • \n
    • \n

      Security/Compliance: Security or compliance issues prevented progress.

      \n
    • \n
    • \n

      Technical Limitations: Technical limitations prevented progress.

      \n
    • \n
    • \n

      Customer Experience: Issues related to the customer's experience impacted the decision.

      \n
    • \n
    • \n

      Other: Any reason not covered by the other values.

      \n
    • \n
    • \n

      People/Relationship/Governance: Issues related to people, relationships, or governance.

      \n
    • \n
    • \n

      Product/Technology: Issues related to the product or technology.

      \n
    • \n
    • \n

      Financial/Commercial: Financial or commercial issues impacted the decision.

      \n
    • \n
    " + "smithy.api#documentation": "

    \n Specifies the reason code when an opportunity is marked as Closed Lost. When you select an\n appropriate reason code, you communicate the context for closing the Opportunity,\n and aid in accurate reports and analysis of opportunity outcomes. The possible values are:\n

    \n
      \n
    • \n

      Customer Deficiency: The customer lacked necessary resources or capabilities.

      \n
    • \n
    • \n

      Delay/Cancellation of Project: The project was delayed or canceled.

      \n
    • \n
    • \n

      Legal/Tax/Regulatory: Legal, tax, or regulatory issues prevented progress.

      \n
    • \n
    • \n

      Lost to Competitor—Google: The opportunity was lost to Google.

      \n
    • \n
    • \n

      Lost to Competitor—Microsoft: The opportunity was lost to Microsoft.

      \n
    • \n
    • \n

      Lost to Competitor—SoftLayer: The opportunity was lost to SoftLayer.

      \n
    • \n
    • \n

      Lost to Competitor—VMWare: The opportunity was lost to VMWare.

      \n
    • \n
    • \n

      Lost to Competitor—Other: The opportunity was lost to a competitor not listed above.

      \n
    • \n
    • \n

      No Opportunity: There was no opportunity to pursue.

      \n
    • \n
    • \n

      On Premises Deployment: The customer chose an on-premises solution.

      \n
    • \n
    • \n

      Partner Gap: The partner lacked necessary resources or capabilities.

      \n
    • \n
    • \n

      Price: The price was not competitive or acceptable to the customer.

      \n
    • \n
    • \n

      Security/Compliance: Security or compliance issues prevented progress.

      \n
    • \n
    • \n

      Technical Limitations: Technical limitations prevented progress.

      \n
    • \n
    • \n

      Customer Experience: Issues related to the customer's experience impacted the decision.

      \n
    • \n
    • \n

      Other: Any reason not covered by the other values.

      \n
    • \n
    • \n

      People/Relationship/Governance: Issues related to people, relationships, or governance.

      \n
    • \n
    • \n

      Product/Technology: Issues related to the product or technology.

      \n
    • \n
    • \n

      Financial/Commercial: Financial or commercial issues impacted the decision.

      \n
    • \n
    " } }, "NextSteps": { "target": "com.amazonaws.partnercentralselling#PiiString", "traits": { - "smithy.api#documentation": "

    Specifies the upcoming actions or tasks for the Opportunity. This field\n is utilized to communicate to Amazon Web Services the next actions required for the Opportunity.\n

    ", + "smithy.api#documentation": "

    Specifies the upcoming actions or tasks for the Opportunity. Use this field\n to communicate with Amazon Web Services about the next actions required for the Opportunity.\n

    ", "smithy.api#length": { "max": 255 } @@ -6230,13 +5914,13 @@ "ReviewStatus": { "target": "com.amazonaws.partnercentralselling#ReviewStatus", "traits": { - "smithy.api#documentation": "

    \n Indicates the review status of an opportunity referred by a partner. This field is read-only\n and only applicable for partner referrals. The possible values are:\n

    \n
      \n
    • \n

      \n Pending Submission: Not submitted for validation (editable).\n

      \n
    • \n
    • \n

      \n Submitted: Submitted for validation, and Amazon Web Services hasn't reviewed it (read-only).\n

      \n
    • \n
    • \n

      \n In Review: Amazon Web Services is validating (read-only).\n

      \n
    • \n
    • \n

      \n Action Required: Issues that Amazon Web Services highlights need to be addressed.\n Partners should use the UpdateOpportunity API action to update the opportunity, and ensure all required changes are made.\n Only these fields are editable when the Lifecycle.ReviewStatus is Action Required:\n

      \n
        \n
      • \n

        Customer.Account.Address.City

        \n
      • \n
      • \n

        Customer.Account.Address.CountryCode

        \n
      • \n
      • \n

        Customer.Account.Address.PostalCode

        \n
      • \n
      • \n

        Customer.Account.Address.StateOrRegion

        \n
      • \n
      • \n

        Customer.Account.Address.StreetAddress

        \n
      • \n
      • \n

        Customer.Account.WebsiteUrl

        \n
      • \n
      • \n

        LifeCycle.TargetCloseDate

        \n
      • \n
      • \n

        Project.ExpectedMonthlyAWSRevenue.Amount

        \n
      • \n
      • \n

        Project.ExpectedMonthlyAWSRevenue.CurrencyCode

        \n
      • \n
      • \n

        Project.CustomerBusinessProblem

        \n
      • \n
      • \n

        PartnerOpportunityIdentifier

        \n
      • \n
      \n

      \n After updates, the opportunity re-enters the validation phase. This process repeats until all issues are resolved, and the opportunity's Lifecycle.ReviewStatus is set to Approved or Rejected.\n

      \n
    • \n
    • \n

      \n Approved: Validated and converted into the Amazon Web Services seller's pipeline (editable).\n

      \n
    • \n
    • \n

      \n Rejected: Disqualified (read-only).\n

      \n
    • \n
    " + "smithy.api#documentation": "

    \n Indicates the review status of an opportunity referred by a partner. This field is read-only\n and only applicable for partner referrals. The possible values are:\n

    \n
      \n
    • \n

      \n Pending Submission: Not submitted for validation (editable).\n

      \n
    • \n
    • \n

      \n Submitted: Submitted for validation, and Amazon Web Services hasn't reviewed it (read-only).\n

      \n
    • \n
    • \n

      \n In Review: Amazon Web Services is validating (read-only).\n

      \n
    • \n
    • \n

      \n Action Required: Issues that Amazon Web Services highlights need to be addressed.\n Partners should use the UpdateOpportunity API action to update the opportunity and helps to ensure that all required changes are made.\n Only the following fields are editable when the Lifecycle.ReviewStatus is Action Required:\n

      \n
        \n
      • \n

        Customer.Account.Address.City

        \n
      • \n
      • \n

        Customer.Account.Address.CountryCode

        \n
      • \n
      • \n

        Customer.Account.Address.PostalCode

        \n
      • \n
      • \n

        Customer.Account.Address.StateOrRegion

        \n
      • \n
      • \n

        Customer.Account.Address.StreetAddress

        \n
      • \n
      • \n

        Customer.Account.WebsiteUrl

        \n
      • \n
      • \n

        LifeCycle.TargetCloseDate

        \n
      • \n
      • \n

        Project.ExpectedMonthlyAWSRevenue.Amount

        \n
      • \n
      • \n

        Project.ExpectedMonthlyAWSRevenue.CurrencyCode

        \n
      • \n
      • \n

        Project.CustomerBusinessProblem

        \n
      • \n
      • \n

        PartnerOpportunityIdentifier

        \n
      • \n
      \n

      \n After updates, the opportunity re-enters the validation phase. This process repeats until all issues are resolved, and the opportunity's Lifecycle.ReviewStatus is set to Approved or Rejected.\n

      \n
    • \n
    • \n

      \n Approved: Validated and converted into the Amazon Web Services seller's pipeline (editable).\n

      \n
    • \n
    • \n

      \n Rejected: Disqualified (read-only).\n

      \n
    • \n
    " } }, "ReviewComments": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

    Indicates why an opportuntiy was sent back for further details. Partners must take corrective action based on the ReviewComments.

    " + "smithy.api#documentation": "

    Indicates why an opportunity was sent back for further details. Partners must take corrective action based on the ReviewComments.

    " } }, "ReviewStatusReason": { @@ -6265,7 +5949,7 @@ "Stage": { "target": "com.amazonaws.partnercentralselling#Stage", "traits": { - "smithy.api#documentation": "

    \n Specifies the current stage of the Opportunity's lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM. This field provides a translated value of the stage, and offers insight into the Opportunity's progression in the sales cycle, according to Amazon Web Services definitions.\n

    \n \n

    A lead and a prospect must be further matured to a Qualified opportunity before submission. Opportunities that were closed/lost before submission aren't suitable for submission.

    \n
    \n

    \n The descriptions of each sales stage are:\n

    \n
      \n
    • \n

      \n Prospect: Amazon Web Services identifies the opportunity. It can be active (Comes directly from the end customer through a lead) or latent (Your account team believes it exists based on research, account plans, sales plays).\n

      \n
    • \n
    • \n

      \n Qualified: Your account team engaged with the prospect/end customer to discuss viability and understand requirements. The prospect/end customer agreed that the opportunity is real, of interest, and may solve key business/technical needs.\n

      \n
    • \n
    • \n

      \n Technical Validation: All parties understand the implementation plan.\n

      \n
    • \n
    • \n

      \n Business Validation: Pricing has been proposed, Pricing was proposed, and all parties agree to the steps to close.\n

      \n
    • \n
    • \n

      \n Committed: The customer signed the contract, but Amazon Web Services hasn't started billing.\n

      \n
    • \n
    • \n

      \n Launched: The workload is complete, and Amazon Web Services has started billing.\n

      \n
    • \n
    • \n

      \n Closed Lost: The opportunity is lost, and there are no steps to move forward.\n

      \n
    • \n
    " + "smithy.api#documentation": "

    \n Specifies the current stage of the Opportunity's lifecycle as it maps to Amazon Web Services stages from the current stage in the partner CRM. This field provides a translated value of the stage, and offers insight into the Opportunity's progression in the sales cycle, according to Amazon Web Services definitions.\n

    \n \n

    A lead and a prospect must be further matured to a Qualified opportunity before submission. Opportunities that were closed/lost before submission aren't suitable for submission.

    \n
    \n

    \n The descriptions of each sales stage are:\n

    \n
      \n
    • \n

      \n Prospect: Amazon Web Services identifies the opportunity. It can be active (Comes directly from the end customer through a lead) or latent (Your account team believes it exists based on research, account plans, sales plays).\n

      \n
    • \n
    • \n

      \n Qualified: Your account team engaged with the customer to discuss viability and understand requirements. The customer agreed that the opportunity is real, of interest, and may solve business/technical needs.\n

      \n
    • \n
    • \n

      \n Technical Validation: All parties understand the implementation plan.\n

      \n
    • \n
    • \n

      \n Business Validation: Pricing was proposed, and all parties agree to the steps to close.\n

      \n
    • \n
    • \n

      \n Committed: The customer signed the contract, but Amazon Web Services hasn't started billing.\n

      \n
    • \n
    • \n

      \n Launched: The workload is complete, and Amazon Web Services has started billing.\n

      \n
    • \n
    • \n

      \n Closed Lost: The opportunity is lost, and there are no steps to move forward.\n

      \n
    • \n
    " } }, "ClosedLostReason": { @@ -6298,7 +5982,7 @@ "ReviewComments": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

    Indicates why an opportuntiy was sent back for further details. Partners must take corrective action based on the ReviewComments.

    " + "smithy.api#documentation": "

    Indicates why an opportunity was sent back for further details. Partners must take corrective action based on the ReviewComments.

    " } }, "ReviewStatusReason": { @@ -6409,7 +6093,7 @@ "EngagementInvitationSummaries": { "target": "com.amazonaws.partnercentralselling#EngagementInvitationSummaries", "traits": { - "smithy.api#documentation": "

    An array containing summaries of engagement invitations. Each summary includes key information such as the invitation title, invitation date, and the current status of the invitation.

    " + "smithy.api#documentation": "

    An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.

    " } }, "NextToken": { @@ -6453,7 +6137,7 @@ "aws.iam#iamAction": { "documentation": "Grants permission to list Opportunities on AWS Partner Central" }, - "smithy.api#documentation": "

    This request accepts a list of filters to use to\n retrieve a specific subset of opportunities, as well as sort options. This feature is available to partners from\n Partner Central\n using the ListOpportunities API action.\n

    \n

    To synchronize your system with Amazon Web Services, only list the opportunities that were\n newly created or updated.\n We recommend you rely on events emitted by the service into your Amazon Web Services account’s Amazon EventBridge default\n event bus, you can also use the ListOpportunities action.\n

    \n

    We recommend the following approach:

    \n
      \n
    1. \n

      Find the latest LastModifiedDate that you stored, and only use the values that came\n from Amazon Web Services. Don’t use values generated by your system.\n

      \n
    2. \n
    3. \n

      When you send a ListOpportunities request, submit the date in ISO 8601 format in the AfterLastModifiedDate filter.\n

      \n
    4. \n
    5. \n

      Amazon Web Services only returns opportunities created or updated on or after that date and time. Use NextToken to iterate over all pages.\n

      \n
    6. \n
    ", + "smithy.api#documentation": "

    This request accepts a list of filters that retrieve opportunity subsets as well as sort options. This feature is available to partners from\n Partner Central\n using the ListOpportunities API action.\n

    \n

    To synchronize your system with Amazon Web Services, only list the opportunities that were\n newly created or updated.\n We recommend you rely on events emitted by the service into your Amazon Web Services account’s Amazon EventBridge default\n event bus, you can also use the ListOpportunities action.\n

    \n

    We recommend the following approach:

    \n
      \n
    1. \n

      Find the latest LastModifiedDate that you stored, and only use the values that came\n from Amazon Web Services. Don’t use values generated by your system.\n

      \n
    2. \n
    3. \n

      When you send a ListOpportunities request, submit the date in ISO 8601 format in the AfterLastModifiedDate filter.\n

      \n
    4. \n
    5. \n

      Amazon Web Services only returns opportunities created or updated on or after that date and time. Use NextToken to iterate over all pages.\n

      \n
    6. \n
    ", "smithy.api#http": { "method": "POST", "uri": "/ListOpportunities", @@ -6487,14 +6171,14 @@ "Catalog": { "target": "com.amazonaws.partnercentralselling#CatalogIdentifier", "traits": { - "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunities are listed in.\n Use AWS for listing real opportunities in the Amazon Web Services catalog, and Sandbox\n for to test in a secure and isolated environment.\n

    ", + "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunities are listed in.\n Use AWS for listing real opportunities in the Amazon Web Services catalog, and Sandbox\n for testing in secure, isolated environments.\n

    ", "smithy.api#required": {} } }, "MaxResults": { "target": "com.amazonaws.partnercentralselling#PageSize", "traits": { - "smithy.api#documentation": "

    \n Specifies the maximum number of results to return in a single call. This limits the number of opportunities returned in the response to avoid overloading with too many results at once.\n

    \n

    \n Default: 20\n

    " + "smithy.api#documentation": "

    \n Specifies the maximum number of results to return in a single call. This limits the number of opportunities returned in the response to avoid providing too many results at once.\n

    \n

    \n Default: 20\n

    " } }, "NextToken": { @@ -6650,7 +6334,7 @@ "Status": { "target": "com.amazonaws.partnercentralselling#FilterStatus", "traits": { - "smithy.api#documentation": "

    Filters the solutions based on their status. This filter helps retrieve solutions with statuses such as Active, Inactive, or Pending Approval, allowing partners to manage their solution portfolios effectively.

    ", + "smithy.api#documentation": "

    Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.

    ", "smithy.api#length": { "max": 10 } @@ -6706,7 +6390,7 @@ "CampaignName": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

    Specifies the Opportunity's unique marketing campaign name. The Amazon Web Services\n campaign name serves as a reference to specific marketing initiatives, promotions, or\n activities related to the Opportunity. This field captures the identifier used to track and\n categorize the Opportunity within Amazon Web Services's marketing campaigns. If you don't have a campaign\n name, reach out to your Amazon Web Services point of contact to obtain one.\n

    " + "smithy.api#documentation": "

    Specifies the Opportunity marketing campaign code. The Amazon Web Services\n campaign code is a reference to specific marketing initiatives, promotions, or\n activities. This field captures the identifier used to track and\n categorize the Opportunity within marketing campaigns. If you don't have a campaign\n code, contact your Amazon Web Services point of contact to obtain one.\n

    " } }, "Source": { @@ -6924,7 +6608,7 @@ "SenderContacts": { "target": "com.amazonaws.partnercentralselling#SenderContactList", "traits": { - "smithy.api#documentation": "

    Represents the contact details of the AWS representatives involved in sending the Engagement Invitation. These contacts are key stakeholders for the opportunity.

    " + "smithy.api#documentation": "

    Represents the contact details of the AWS representatives involved in sending the Engagement Invitation. These contacts are opportunity stakeholders.

    " } }, "ReceiverResponsibilities": { @@ -7299,7 +6983,7 @@ "CustomerBusinessProblem": { "target": "com.amazonaws.partnercentralselling#PiiString", "traits": { - "smithy.api#documentation": "

    Describes the problem the end customer has, and how the partner is helping.\n Utilize this field to provide a clear and concise narrative that outlines the specific business challenge or\n issue the customer has.\n Elaborate on how the partner's solution or offerings align to resolve the customer's business problem.\n Include relevant information about the partner's value proposition, unique selling points, and expertise to tackle the issue.\n Offer insights on how the proposed solution meets the customer's needs and provides value. Use concise\n language and precise descriptions to convey the context and significance of the Opportunity.\n The content in this field helps Amazon Web Services understand the nature of the Opportunity and the strategic\n fit of the partner's solution.\n

    ", + "smithy.api#documentation": "

    Describes the problem the end customer has, and how the partner is helping.\n Utilize this field to provide a concise narrative that outlines the customer's business challenge or\n issue.\n Elaborate on how the partner's solution or offerings align to resolve the customer's business problem.\n Include relevant information about the partner's value proposition, unique selling points, and expertise to tackle the issue.\n Offer insights on how the proposed solution meets the customer's needs and provides value. Use concise\n language and precise descriptions to convey the context and significance of the Opportunity.\n The content in this field helps Amazon Web Services understand the nature of the Opportunity and the strategic\n fit of the partner's solution.\n

    ", "smithy.api#length": { "min": 20, "max": 2000 @@ -7309,7 +6993,7 @@ "CustomerUseCase": { "target": "smithy.api#String", "traits": { - "smithy.api#documentation": "

    \n Specifies the proposed solution focus or type of workload for the Opportunity. This field captures the primary use case or objective of the proposed solution, and provides context and clarity to the addressed workload.\n

    \n

    \n Valid values: AI Machine Learning and Analytics | Archiving | Big Data: Data Warehouse / Data Integration / ETL / Data Lake / BI | Blockchain | Business Applications: Mainframe Modernization | Business Applications & Contact Center | Business Applications & SAP Production | Centralized Operations Management | Cloud Management Tools | Cloud Management Tools & DevOps with Continuous Integration & Continuous Delivery (CICD) | Configuration, Compliance & Auditing | Connected Services | Containers & Serverless | Content Delivery & Edge Services | Database | Edge Computing / End User Computing | Energy | Enterprise Governance & Controls | Enterprise Resource Planning | Financial Services | Healthcare and Life Sciences | High Performance Computing | Hybrid Application Platform | Industrial Software | IOT | Manufacturing, Supply Chain and Operations | Media & High performance computing (HPC) | Migration / Database Migration | Monitoring, logging and performance | Monitoring & Observability | Networking | Outpost | SAP | Security & Compliance | Storage & Backup | Training | VMC | VMWare | Web development & DevOps\n

    " + "smithy.api#documentation": "

    \n Specifies the proposed solution focus or type of workload for the Opportunity. This field captures the primary use case or objective of the proposed solution, and provides context and clarity to the addressed workload.\n

    \n

    \n Valid values: AI Machine Learning and Analytics | Archiving | Big Data: Data Warehouse/Data Integration/ETL/Data Lake/BI | Blockchain | Business Applications: Mainframe Modernization | Business Applications & Contact Center | Business Applications & SAP Production | Centralized Operations Management | Cloud Management Tools | Cloud Management Tools & DevOps with Continuous Integration & Continuous Delivery (CICD) | Configuration, Compliance & Auditing | Connected Services | Containers & Serverless | Content Delivery & Edge Services | Database | Edge Computing/End User Computing | Energy | Enterprise Governance & Controls | Enterprise Resource Planning | Financial Services | Healthcare and Life Sciences | High Performance Computing | Hybrid Application Platform | Industrial Software | IOT | Manufacturing, Supply Chain and Operations | Media & High performance computing (HPC) | Migration/Database Migration | Monitoring, logging and performance | Monitoring & Observability | Networking | Outpost | SAP | Security & Compliance | Storage & Backup | Training | VMC | VMWare | Web development & DevOps\n

    " } }, "RelatedOpportunityIdentifier": { @@ -7321,7 +7005,7 @@ "SalesActivities": { "target": "com.amazonaws.partnercentralselling#SalesActivities", "traits": { - "smithy.api#documentation": "

    \n Specifies the Opportunity's sales activities conducted with the end customer.\n These activities help drive Amazon Web Services assignment priority.\n

    \n

    \n Valid values:\n

    \n
      \n
    • \n

      \n Initialized discussions with customer: Initial conversations with the customer to understand their needs and introduce your solution.\n

      \n
    • \n
    • \n

      \n Customer has shown interest in solution: After initial discussions, the customer is interested in your solution.\n

      \n
    • \n
    • \n

      \n Conducted POC / Demo: You conducted a proof of concept (POC) or demonstration of the solution for the customer.\n

      \n
    • \n
    • \n

      \n In evaluation / planning stage: The customer is evaluating the solution and planning potential implementation.\n

      \n
    • \n
    • \n

      \n Agreed on solution to Business Problem: Both parties agree on how the solution addresses the customer's business problem.\n

      \n
    • \n
    • \n

      \n Completed Action Plan: A detailed action plan is complete and outlines the steps for implementation.\n

      \n
    • \n
    • \n

      \n Finalized Deployment Need: Both parties agree with and finalized the deployment needs.\n

      \n
    • \n
    • \n

      \n SOW Signed: Both parties signed a statement of work (SOW), and formalize the agreement and detail the project scope and deliverables.\n

      \n
    • \n
    " + "smithy.api#documentation": "

    \n Specifies the Opportunity's sales activities conducted with the end customer.\n These activities help drive Amazon Web Services assignment priority.\n

    \n

    \n Valid values:\n

    \n
      \n
    • \n

      \n Initialized discussions with customer: Initial conversations with the customer to understand their needs and introduce your solution.\n

      \n
    • \n
    • \n

      \n Customer has shown interest in solution: After initial discussions, the customer is interested in your solution.\n

      \n
    • \n
    • \n

      \n Conducted POC/demo: You conducted a proof of concept (POC) or demonstration of the solution for the customer.\n

      \n
    • \n
    • \n

      \n In evaluation/planning stage: The customer is evaluating the solution and planning potential implementation.\n

      \n
    • \n
    • \n

      \n Agreed on solution to Business Problem: Both parties agree on how the solution addresses the customer's business problem.\n

      \n
    • \n
    • \n

      \n Completed Action Plan: A detailed action plan is complete and outlines the steps for implementation.\n

      \n
    • \n
    • \n

      \n Finalized Deployment Need: Both parties agree with and finalized the deployment needs.\n

      \n
    • \n
    • \n

      \n SOW Signed: Both parties signed a statement of work (SOW), and formalize the agreement and detail the project scope and deliverables.\n

      \n
    • \n
    " } }, "CompetitorName": { @@ -7485,6 +7169,12 @@ "traits": { "smithy.api#enumValue": "OpportunityConflict" } + }, + "RESOURCE_SNAPSHOT_ACCESS_DENIED": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "ResourceSnapshotAccessDenied" + } } } }, @@ -7597,7 +7287,7 @@ "aws.iam#iamAction": { "documentation": "Grants permission to reject Engagement Invitations on AWS Partner Central" }, - "smithy.api#documentation": "

    Use this action to reject an EngagementInvitation that has been shared by AWS. Rejecting the engagement invitation indicates that the partner does not wish to pursue the opportunity, and all related data will be inaccessible after the rejection.

    ", + "smithy.api#documentation": "

    This action rejects an EngagementInvitation that AWS\n shared. Rejecting an invitation indicates that the partner doesn't want to\n pursue the opportunity, and all related data will become inaccessible\n thereafter.

    ", "smithy.api#http": { "method": "POST", "uri": "/RejectEngagementInvitation", @@ -7611,21 +7301,21 @@ "Catalog": { "target": "com.amazonaws.partnercentralselling#CatalogIdentifier", "traits": { - "smithy.api#documentation": "

    Specifies the catalog related to the engagement invitation. Accepted values are AWS and Sandbox, which determine the environment in which the opportunity is managed.

    ", + "smithy.api#documentation": "

    This is the catalog that's associated with the engagement\n invitation. Acceptable values are AWS or\n Sandbox, and these values determine the environment in which\n the opportunity is managed.

    ", "smithy.api#required": {} } }, "Identifier": { "target": "com.amazonaws.partnercentralselling#EngagementInvitationArnOrIdentifier", "traits": { - "smithy.api#documentation": "

    Specifies the unique identifier of the EngagementInvitation to be rejected. Providing the correct identifier ensures that the intended invitation is rejected.

    ", + "smithy.api#documentation": "

    This is the unique identifier of the rejected\n EngagementInvitation. Providing the correct identifier\n helps to ensure that the intended invitation is rejected.

    ", "smithy.api#required": {} } }, "RejectionReason": { "target": "com.amazonaws.partnercentralselling#RejectionReasonString", "traits": { - "smithy.api#documentation": "

    Specifies the reason for rejecting the engagement invitation. Providing a reason helps document the rationale behind the rejection and assists AWS in tracking patterns or issues. Possible values include:

    \n
      \n
    • \n

      \n Customer problem unclear: The customer's problem is not clearly defined.

      \n
    • \n
    • \n

      \n Next steps unclear: The next steps required to proceed are not clear.

      \n
    • \n
    • \n

      \n Unable to support: The partner is unable to provide support due to resource or capability constraints.

      \n
    • \n
    • \n

      \n Duplicate of Partner Referral: The opportunity is a duplicate of an existing referral.

      \n
    • \n
    • \n

      \n Other: Any other reason not covered by the specified values.

      \n
    • \n
    " + "smithy.api#documentation": "

    This describes the reason for rejecting the engagement invitation,\n which helps AWS track usage patterns. Acceptable values include the\n following:

    \n
      \n
    • \n

      \n Customer problem unclear: The\n customer's problem isn't understood.

      \n
    • \n
    • \n

      \n Next steps unclear: The next steps\n required to proceed aren't understood.

      \n
    • \n
    • \n

      \n Unable to support: The partner is unable to provide support due to resource or capability constraints.

      \n
    • \n
    • \n

      \n Duplicate of partner referral: The\n opportunity is a duplicate of an existing referral.

      \n
    • \n
    • \n

      \n Other: Any reason not covered by\n other values.

      \n
    • \n
    " } } }, @@ -7651,7 +7341,7 @@ "Solutions": { "target": "com.amazonaws.partnercentralselling#SolutionIdentifiers", "traits": { - "smithy.api#documentation": "

    \n Enables partner solutions or offerings' association with an opportunity. To associate a solution, provide the solution's unique identifier, which you can obtain with the ListSolutions operation.\n

    \n

    \n If the specific solution identifier is not available, you can use the value Other and provide details about the solution in the otherSolutionOffered field. However, once the opportunity reaches the Committed stage or beyond, the Other value cannot be used, and a valid solution identifier must be provided.\n

    \n

    \n By associating the relevant solutions with the opportunity, you can clearly communicate the offerings that are being considered or implemented to address the customer's business problem.\n

    " + "smithy.api#documentation": "

    \n Enables partner solutions or offerings' association with an opportunity. To associate a solution, provide the solution's unique identifier, which you can obtain with the ListSolutions operation.\n

    \n

    \n If the specific solution identifier is not available, you can use the value Other and provide details about the solution in the otherSolutionOffered field. But when the opportunity reaches the Committed stage or beyond, the Other value cannot be used, and a valid solution identifier must be provided.\n

    \n

    \n By associating the relevant solutions with the opportunity, you can communicate the offerings that are being considered or implemented to address the customer's business problem.\n

    " } }, "AwsProducts": { @@ -7910,7 +7600,7 @@ } }, "traits": { - "smithy.api#documentation": "

    This error occurs when the request would cause a service quota to be exceeded.\n Service quotas represent the maximum allowed use of a specific resource, and this error indicates that the request would surpass that limit.\n

    \n

    Suggested action: Review the\n service quotas for the specific resource, and reduce the usage or request a quota increase through support if necessary.\n

    ", + "smithy.api#documentation": "

    This error occurs when the request would cause a service quota to be exceeded.\n Service quotas represent the maximum allowed use of a specific resource, and this error indicates that the request would surpass that limit.\n

    \n

    Suggested action: Review the\n Quotas for the resource, and either reduce usage or request a quota increase.\n

    ", "smithy.api#error": "client", "smithy.api#httpError": 402 } @@ -8227,7 +7917,7 @@ ], "documentation": "Grants permission to initiate tasks that start Engagements on AWS Partner Central by accepting an Engagement Invitation" }, - "smithy.api#documentation": "

    This action starts the engagement by accepting an EngagementInvitation. The task is asynchronous and involves several steps: accepting the invitation, creating an opportunity in the partner’s account from the AWS Opportunity, and copying over key details for tracking. Once completed, an Opportunity Created event is generated, indicating that the opportunity has been successfully created in the partner's account.

    ", + "smithy.api#documentation": "

    This action starts the engagement by accepting an EngagementInvitation. The task is asynchronous and involves the following steps: accepting the invitation, creating an opportunity in the partner’s account from the AWS opportunity, and copying details for tracking. When completed, an Opportunity Created event is generated, indicating that the opportunity has been successfully created in the partner's account.

    ", "smithy.api#http": { "method": "POST", "uri": "/StartEngagementByAcceptingInvitationTask", @@ -8246,9 +7936,9 @@ } }, "ClientToken": { - "target": "smithy.api#String", + "target": "com.amazonaws.partnercentralselling#ClientToken", "traits": { - "smithy.api#documentation": "

    A unique, case-sensitive identifier provided by the client to ensure the idempotency of the request. Can be a random or meaningful string, but must be unique for each request.

    ", + "smithy.api#documentation": "

    A unique, case-sensitive identifier provided by the client that helps to ensure the idempotency of the request. This can be a random or meaningful string but must be unique for each request.

    ", "smithy.api#idempotencyToken": {}, "smithy.api#length": { "min": 1 @@ -8259,7 +7949,7 @@ "Identifier": { "target": "com.amazonaws.partnercentralselling#EngagementInvitationArnOrIdentifier", "traits": { - "smithy.api#documentation": "

    Specifies the unique identifier of the EngagementInvitation to be accepted. Providing the correct identifier ensures the right engagement invitation is processed.

    ", + "smithy.api#documentation": "

    Specifies the unique identifier of the EngagementInvitation to be accepted. Providing the correct identifier helps ensure that the correct engagement is processed.

    ", "smithy.api#required": {} } } @@ -8274,7 +7964,7 @@ "TaskId": { "target": "com.amazonaws.partnercentralselling#TaskIdentifier", "traits": { - "smithy.api#documentation": "

    The unique identifier of the task, used to track the task’s progress. This value follows a specific pattern: ^oit-[0-9a-z]{13}$.

    " + "smithy.api#documentation": "

    The unique identifier of the task, used to track the task’s progress.

    " } }, "TaskArn": { @@ -8292,7 +7982,7 @@ "TaskStatus": { "target": "com.amazonaws.partnercentralselling#TaskStatus", "traits": { - "smithy.api#documentation": "

    Indicates the current status of the task. Valid values include IN_PROGRESS, COMPLETE, and FAILED.

    " + "smithy.api#documentation": "

    Indicates the current status of the task.

    " } }, "Message": { @@ -8304,7 +7994,7 @@ "ReasonCode": { "target": "com.amazonaws.partnercentralselling#ReasonCode", "traits": { - "smithy.api#documentation": "

    Indicates the reason for task failure using an enumerated code. Possible values are: ACCEPT_ENGAGEMENT_INVITATION_FAILED, GET_ENGAGEMENT_INVITATION_FAILED, CREATE_OPPORTUNITY_FAILED, CREATE_RESOURCE_VIEW_AUTOMATION_FAILED, SUBMIT_OPPORTUNITY_FAILED.

    " + "smithy.api#documentation": "

    Indicates the reason for task failure using an enumerated code.

    " } }, "OpportunityId": { @@ -8387,9 +8077,9 @@ } }, "ClientToken": { - "target": "smithy.api#String", + "target": "com.amazonaws.partnercentralselling#ClientToken", "traits": { - "smithy.api#documentation": "

    A unique token provided by the client to ensure the idempotency of the request. It helps prevent the same task from being performed multiple times.

    ", + "smithy.api#documentation": "

    A unique token provided by the client to help ensure the idempotency of the request. It helps prevent the same task from being performed multiple times.

    ", "smithy.api#idempotencyToken": {}, "smithy.api#length": { "min": 1 @@ -8400,7 +8090,7 @@ "Identifier": { "target": "com.amazonaws.partnercentralselling#OpportunityIdentifier", "traits": { - "smithy.api#documentation": "

    The unique identifier of the opportunity from which the engagement task is to be initiated. This ensures the task is applied to the correct opportunity.

    ", + "smithy.api#documentation": "

    The unique identifier of the opportunity from which the engagement task is to be initiated. This helps ensure that the task is applied to the correct opportunity.

    ", "smithy.api#required": {} } }, @@ -8451,7 +8141,7 @@ "ReasonCode": { "target": "com.amazonaws.partnercentralselling#ReasonCode", "traits": { - "smithy.api#documentation": "

    Indicates the reason for task failure using an enumerated code. Possible values are: ACCEPT_ENGAGEMENT_INVITATION_FAILED, GET_ENGAGEMENT_INVITATION_FAILED, CREATE_OPPORTUNITY_FAILED, CREATE_RESOURCE_VIEW_AUTOMATION_FAILED, SUBMIT_OPPORTUNITY_FAILED.

    " + "smithy.api#documentation": "

    Indicates the reason for task failure using an enumerated code.

    " } }, "OpportunityId": { @@ -8514,7 +8204,7 @@ } }, "traits": { - "smithy.api#documentation": "

    This error occurs when there are too many requests sent. Review the provided quotas and adapt your\n usage to avoid throttling.\n

    \n

    This error occurs when there are too many requests sent. Review the provided\n quotas and retry after the provided delay.\n

    ", + "smithy.api#documentation": "

    This error occurs when there are too many requests sent. Review the provided quotas and adapt your\n usage to avoid throttling.\n

    \n

    This error occurs when there are too many requests sent. Review the provided\n Quotas and retry after the provided delay.\n

    ", "smithy.api#error": "client", "smithy.api#httpError": 429 } @@ -8566,20 +8256,20 @@ "Catalog": { "target": "com.amazonaws.partnercentralselling#CatalogIdentifier", "traits": { - "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity is updated in.\n Use AWS to update real opportunities in the production\n environment, and Sandbox to test in a secure and isolated environment.\n When you use the Sandbox catalog, it allows you to simulate and validate your interactions\n with Amazon Web Services services without affecting live data or operations.\n

    ", + "smithy.api#documentation": "

    \n Specifies the catalog associated with the request. This field takes a string value from a predefined list:\n AWS or Sandbox. The catalog determines which environment the opportunity is updated in.\n Use AWS to update real opportunities in the production\n environment, and Sandbox for testing in secure, isolated environments.\n When you use the Sandbox catalog, it allows you to simulate and validate your interactions\n with Amazon Web Services services without affecting live data or operations.\n

    ", "smithy.api#required": {} } }, "PrimaryNeedsFromAws": { "target": "com.amazonaws.partnercentralselling#PrimaryNeedsFromAws", "traits": { - "smithy.api#documentation": "

    \n Identifies the type of support the partner needs from Amazon Web Services.\n

    \n

    \n Valid values:\n

    \n
      \n
    • \n

      \n Co-Sell - Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.\n

      \n
    • \n
    • \n

      \n Co-Sell - Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.\n

      \n
    • \n
    • \n

      \n Co-Sell - Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.\n

      \n
    • \n
    • \n

      \n Co-Sell - Pricing Assistance: Connect with an AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).\n

      \n
    • \n
    • \n

      \n Co-Sell - Technical Consultation: Connection with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.\n

      \n
    • \n
    • \n

      \n Co-Sell - Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.\n

      \n
    • \n
    • \n

      \n Co-Sell - Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).\n

      \n
    • \n
    • \n

      \n Co-Sell - Support for Public Tender / RFx: Opportunity related to the public sector where the partner needs RFx support from Amazon Web Services.\n

      \n
    • \n
    • \n

      \n Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services Sales representative. The opportunity is managed solely by the partner. It's possible to request co-selling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity.\n

      \n
    • \n
    " + "smithy.api#documentation": "

    \n Identifies the type of support the partner needs from Amazon Web Services.\n

    \n

    \n Valid values:\n

    \n
      \n
    • \n

      \n Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.\n

      \n
    • \n
    • \n

      \n Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.\n

      \n
    • \n
    • \n

      \n Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.\n

      \n
    • \n
    • \n

      \n Cosell—Pricing Assistance: Connect with an AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).\n

      \n
    • \n
    • \n

      \n Cosell—Technical Consultation: Connection with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.\n

      \n
    • \n
    • \n

      \n Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.\n

      \n
    • \n
    • \n

      \n Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).\n

      \n
    • \n
    • \n

      \n Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs RFx support from Amazon Web Services.\n

      \n
    • \n
    • \n

      \n Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services Sales representative. The opportunity is managed solely by the partner. It's possible to request coselling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity.\n

      \n
    • \n
    " } }, "NationalSecurity": { "target": "com.amazonaws.partnercentralselling#NationalSecurity", "traits": { - "smithy.api#documentation": "

    Specifies if the opportunity is associated with national security concerns. This flag is only applicable when the industry is Government. For national security-related opportunities, specific validation and compliance rules may apply, impacting the opportunity's visibility and processing.

    " + "smithy.api#documentation": "

    Specifies if the opportunity is associated with national security concerns. This flag is only applicable when the industry is Government. For national-security-related opportunities, validation and compliance rules may apply, impacting the opportunity's visibility and processing.

    " } }, "PartnerOpportunityIdentifier": { @@ -8594,7 +8284,7 @@ "Customer": { "target": "com.amazonaws.partnercentralselling#Customer", "traits": { - "smithy.api#documentation": "

    Specifies details of the customer associated with the Opportunity .\n

    " + "smithy.api#documentation": "

    Specifies details of the customer associated with the Opportunity.\n

    " } }, "Project": {