AWS.Tools.PartnerCentralSelling.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.PartnerCentralSelling</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.GetPCAwsOpportunitySummaryCmdlet">
            <summary>
            Retrieves a summary of an AWS Opportunity. This summary includes high-level details
            about the opportunity sourced from AWS, such as lifecycle information, customer details,
            and involvement type. It is useful for tracking updates on the AWS opportunity corresponding
            to an opportunity in the partner's account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCAwsOpportunitySummaryCmdlet.Catalog">
            <summary>
            <para>
            <para> Specifies the catalog in which the AWS Opportunity is located. Accepted values include
            <c>AWS</c> for production opportunities or <c>Sandbox</c> for testing purposes. The
            catalog determines which environment the opportunity data is pulled from. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCAwsOpportunitySummaryCmdlet.RelatedOpportunityIdentifier">
            <summary>
            <para>
            <para> The unique identifier for the related partner opportunity. Use this field to correlate
            an AWS opportunity with its corresponding partner opportunity. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCAwsOpportunitySummaryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.GetAwsOpportunitySummaryResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.GetAwsOpportunitySummaryResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCAwsOpportunitySummaryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RelatedOpportunityIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^RelatedOpportunityIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationCmdlet">
            <summary>
            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 <c>Payload.Project.Title</c>
            with opportunity <c>Project.Title</c>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationCmdlet.Catalog">
            <summary>
            <para>
            <para>Specifies the catalog associated with the request. The field accepts values from the
            predefined set: <c>AWS</c> for live operations or <c>Sandbox</c> for testing environments.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationCmdlet.Identifier">
            <summary>
            <para>
            <para>Specifies the unique identifier for the retrieved engagement invitation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.GetEngagementInvitationResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.GetEngagementInvitationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet">
            <summary>
            Retrieves a list of engagement invitations sent to the partner. This allows partners
            to view all pending or past engagement invitations, helping them track opportunities
            shared by AWS.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet.Catalog">
            <summary>
            <para>
            <para>Specifies the catalog from which to list the engagement invitations. Use <c>AWS</c>
            for production invitations or <c>Sandbox</c> for testing environments.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet.ParticipantType">
            <summary>
            <para>
            <para>Specifies the type of participant for which to list engagement invitations. Identifies
            the role of the participant.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet.PayloadType">
            <summary>
            <para>
            <para>Defines the type of payload associated with the engagement invitations to be listed.
            The attributes in this payload help decide on acceptance or rejection of the invitation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet.Sort_SortBy">
            <summary>
            <para>
            <para>Specifies the field by which the Engagement Invitations are sorted. Common values
            include <c>InvitationDate</c> and <c>Status</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet.Sort_SortOrder">
            <summary>
            <para>
            <para>Defines the order in which the Engagement Invitations are sorted. The values can be
            <c>ASC</c> (ascending) or <c>DESC</c> (descending).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Specifies the maximum number of engagement invitations to return in the response.
            If more results are available, a pagination token will be provided.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token used to retrieve additional pages of results when the response
            to a previous request was truncated. Pass this token to continue listing invitations
            from where the previous call left off.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EngagementInvitationSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.ListEngagementInvitationsResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.ListEngagementInvitationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCEngagementInvitationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NextToken parameter.
            The -PassThru parameter is deprecated, use -Select '^NextToken' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityCmdlet">
            <summary>
            Fetches the <c>Opportunity</c> record from Partner Central by a given <c>Identifier</c>.
             
             
              
            <para>
             Use the <c>ListOpportunities</c> action or the event notification (from Amazon EventBridge)
            to obtain this identifier.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityCmdlet.Catalog">
            <summary>
            <para>
            <para> Specifies the catalog associated with the request. This field takes a string value
            from a predefined list: <c>AWS</c> or <c>Sandbox</c>. The catalog determines which
            environment the opportunity is fetched from. Use <c>AWS</c> to retrieve opportunities
            in the Amazon Web Services catalog, and <c>Sandbox</c> to retrieve opportunities in
            a secure, isolated testing environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityCmdlet.Identifier">
            <summary>
            <para>
            <para>Read-only, system generated <c>Opportunity</c> unique identifier. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.GetOpportunityResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.GetOpportunityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet">
            <summary>
            This request accepts a list of filters that retrieve opportunity subsets as well as
            sort options. This feature is available to partners from <a href="https://partnercentral.awspartner.com/">Partner
            Central</a> using the <c>ListOpportunities</c> API action.
             
              
            <para>
            To synchronize your system with Amazon Web Services, only list the opportunities that
            were newly created or updated. We recommend you rely on events emitted by the service
            into your Amazon Web Services account’s Amazon EventBridge default event bus, you
            can also use the <c>ListOpportunities</c> action.
            </para><para>
            We recommend the following approach:
            </para><ol><li><para>
            Find the latest <c>LastModifiedDate</c> that you stored, and only use the values that
            came from Amazon Web Services. Don’t use values generated by your system.
            </para></li><li><para>
            When you send a <c>ListOpportunities</c> request, submit the date in ISO 8601 format
            in the <c>AfterLastModifiedDate</c> filter.
            </para></li><li><para>
            Amazon Web Services only returns opportunities created or updated on or after that
            date and time. Use <c>NextToken</c> to iterate over all pages.
            </para></li></ol>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.LastModifiedDate_AfterLastModifiedDate">
            <summary>
            <para>
            <para>Specifies the date after which the opportunities were modified. Use this filter to
            retrieve only those opportunities that were modified after a given timestamp.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.LastModifiedDate_BeforeLastModifiedDate">
            <summary>
            <para>
            <para>Specifies the date before which the opportunities were modified. Use this filter to
            retrieve only those opportunities that were modified before a given timestamp.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.Catalog">
            <summary>
            <para>
            <para> Specifies the catalog associated with the request. This field takes a string value
            from a predefined list: <c>AWS</c> or <c>Sandbox</c>. The catalog determines which
            environment the opportunities are listed in. Use <c>AWS</c> for listing real opportunities
            in the Amazon Web Services catalog, and <c>Sandbox</c> for testing in secure, isolated
            environments. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.CustomerCompanyName">
            <summary>
            <para>
            <para>Filters the opportunities based on the customer's company name. This allows partners
            to search for opportunities associated with a specific customer by matching the provided
            company name string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.Identifier">
            <summary>
            <para>
            <para>Filters the opportunities based on the opportunity identifier. This allows partners
            to retrieve specific opportunities by providing their unique identifiers, ensuring
            precise results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.LifeCycleReviewStatus">
            <summary>
            <para>
            <para>Filters the opportunities based on their current lifecycle approval status. Use this
            filter to retrieve opportunities with statuses such as <c>Pending Submission</c>,
            <c>In Review</c>, <c>Action Required</c>, or <c>Approved</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.LifeCycleStage">
            <summary>
            <para>
            <para>Filters the opportunities based on their lifecycle stage. This filter allows partners
            to retrieve opportunities at various stages in the sales cycle, such as <c>Qualified</c>,
            <c>Technical Validation</c>, <c>Business Validation</c>, or <c>Closed Won</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.Sort_SortBy">
            <summary>
            <para>
            <para>Field name to sort by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.Sort_SortOrder">
            <summary>
            <para>
            <para>Sort order.</para><para>Default: <c>Descending</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.MaxResult">
            <summary>
            <para>
            <para> 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. </para><para> Default: 20 </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.NextToken">
            <summary>
            <para>
            <para> A pagination token used to retrieve the next set of results in subsequent calls.
            This token is included in the response only if there are additional result pages available.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OpportunitySummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.ListOpportunitiesResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.ListOpportunitiesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCOpportunityListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NextToken parameter.
            The -PassThru parameter is deprecated, use -Select '^NextToken' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet">
            <summary>
            Retrieves a list of Partner Solutions that the partner registered on Partner Central.
            This API is used to generate a list of solutions that an end user selects from for
            association with an opportunity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.Catalog">
            <summary>
            <para>
            <para> Specifies the catalog associated with the request. This field takes a string value
            from a predefined list: <c>AWS</c> or <c>Sandbox</c>. The catalog determines which
            environment the solutions are listed in. Use <c>AWS</c> to list solutions in the Amazon
            Web Services catalog, and <c>Sandbox</c> to list solutions in a secure and isolated
            testing environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.Category">
            <summary>
            <para>
            <para>Filters the solutions based on the category to which they belong. This allows partners
            to search for solutions within specific categories, such as <c>Software</c>, <c>Consulting</c>,
            or <c>Managed Services</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.Identifier">
            <summary>
            <para>
            <para>Filters the solutions based on their unique identifier. Use this filter to retrieve
            specific solutions by providing the solution's identifier for accurate results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.Sort_SortBy">
            <summary>
            <para>
            <para> Specifies the attribute to sort by, such as <c>Name</c>, <c>CreatedDate</c>, or <c>Status</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.Sort_SortOrder">
            <summary>
            <para>
            <para> Specifies the sorting order, either <c>Ascending</c> or <c>Descending</c>. The default
            is <c>Descending</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.Status">
            <summary>
            <para>
            <para>Filters solutions based on their status. This filter helps partners manage their solution
            portfolios effectively.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned by a single call. This value must be provided
            in the next call to retrieve the next set of results. </para><para>Default: 20</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.NextToken">
            <summary>
            <para>
            <para> A pagination token used to retrieve the next set of results in subsequent calls.
            This token is included in the response only if there are additional result pages available.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SolutionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.ListSolutionsResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.ListSolutionsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.GetPCSolutionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NextToken parameter.
            The -PassThru parameter is deprecated, use -Select '^NextToken' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet">
            <summary>
            Enables you to reassign an existing <c>Opportunity</c> to another user within your
            Partner Central account. The specified user receives the opportunity, and it appears
            on their Partner Central dashboard, allowing them to take necessary actions or proceed
            with the opportunity.
             
              
            <para>
             This is useful for distributing opportunities to the appropriate team members or
            departments within your organization, ensuring that each opportunity is handled by
            the right person. By default, the opportunity owner is the one who creates it. Currently,
            there's no API to enumerate the list of available users.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet.Assignee_BusinessTitle">
            <summary>
            <para>
            <para>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 <c>PartnerAccountManager</c> to update details of the opportunity owner.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet.Catalog">
            <summary>
            <para>
            <para> Specifies the catalog associated with the request. This field takes a string value
            from a predefined list: <c>AWS</c> or <c>Sandbox</c>. The catalog determines which
            environment the opportunity is assigned in. Use <c>AWS</c> to assign real opportunities
            in the Amazon Web Services catalog, and <c>Sandbox</c> for testing in secure, isolated
            environments. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet.Assignee_Email">
            <summary>
            <para>
            <para>Provides the email address of the assignee. This email is used for communications
            and notifications related to the opportunity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet.Assignee_FirstName">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet.Identifier">
            <summary>
            <para>
            <para> Requires the <c>Opportunity</c>'s unique identifier when you want to assign it to
            another user. Provide the correct identifier so the intended opportunity is reassigned.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet.Assignee_LastName">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.AssignOpportunityResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssignOpportunityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.InvokePCAssociateOpportunityCmdlet">
            <summary>
            Enables you to create a formal association between an <c>Opportunity</c> 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
            entity types:
             
             <ul><li><para>
             Partner Solution: A software product or consulting practice created and delivered
            by Partners. Partner Solutions help customers address business challenges using Amazon
            Web Services services.
            </para></li><li><para>
             Amazon Web Services Products: 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 <a href="https://github.com/aws-samples/partner-crm-integration-samples/blob/main/resources/aws_products.json">Amazon
            Web Services products</a>.
            </para></li><li><para>
             Amazon Web Services Marketplace private offer: 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 <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-private-offers.html">Private
            offers in Amazon Web Services Marketplace</a>.
            </para></li></ul><para>
            To obtain identifiers for these entities, use the following methods:
            </para><ul><li><para>
            Solution: Use the <c>ListSolutions</c> operation.
            </para></li><li><para>
             AWS Products: For the latest list of Amazon Web Services products, see <a href="https://github.com/aws-samples/partner-crm-integration-samples/blob/main/resources/aws_products.json">Amazon
            Web Services products</a>.
            </para></li><li><para>
             Amazon Web Services Marketplace private offer: Use the <a href="https://docs.aws.amazon.com/marketplace/latest/APIReference/catalog-apis.html">Using
            the Amazon Web Services Marketplace Catalog API</a> to list entities. Specifically,
            use the <c>ListEntities</c> operation to retrieve a list of private offers. The request
            returns the details of available private offers. For more information, see <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_ListEntities.html">ListEntities</a>.
             
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssociateOpportunityCmdlet.Catalog">
            <summary>
            <para>
            <para> Specifies the catalog associated with the request. This field takes a string value
            from a predefined list: <c>AWS</c> or <c>Sandbox</c>. The catalog determines which
            environment the opportunity association is made in. Use <c>AWS</c> to associate opportunities
            in the Amazon Web Services catalog, and <c>Sandbox</c> for testing in secure, isolated
            environments. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssociateOpportunityCmdlet.OpportunityIdentifier">
            <summary>
            <para>
            <para>Requires the <c>Opportunity</c>'s unique identifier when you want to associate it
            with a related entity. Provide the correct identifier so the intended opportunity
            is updated with the association. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssociateOpportunityCmdlet.RelatedEntityIdentifier">
            <summary>
            <para>
            <para>Requires the related entity's unique identifier when you want to associate it with
            the <c> Opportunity</c>. For Amazon Web Services Marketplace entities, provide the
            Amazon Resource Name (ARN). Use the <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html">
            Amazon Web Services Marketplace API</a> to obtain the ARN. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssociateOpportunityCmdlet.RelatedEntityType">
            <summary>
            <para>
            <para>Specifies the entity type that you're associating with the <c> Opportunity</c>. This
            helps to categorize and properly process the association. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssociateOpportunityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.AssociateOpportunityResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssociateOpportunityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OpportunityIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^OpportunityIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCAssociateOpportunityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet">
            <summary>
            Creates an <c>Opportunity</c> record in Partner Central. Use this operation to create
            a potential business opportunity for submission to Amazon Web Services. Creating an
            opportunity sets <c>Lifecycle.ReviewStatus</c> to <c>Pending Submission</c>.
             
              
            <para>
             To submit an opportunity, follow these steps:
            </para><ol><li><para>
            To create the opportunity, use <c>CreateOpportunity</c>.
            </para></li><li><para>
            To associate a solution with the opportunity, use <c>AssociateOpportunity</c>.
            </para></li><li><para>
            To submit the opportunity, use <c>StartEngagementFromOpportunityTask</c>.
            </para></li></ol><para>
             After submission, you can't edit the opportunity until the review is complete. But
            opportunities in the <c>Pending Submission</c> state must have complete details. You
            can update the opportunity while it's in the <c>Pending Submission</c> state.
            </para><para>
             There's a set of mandatory fields to create opportunities, but consider providing
            optional fields to enrich the opportunity record.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_AdditionalComment">
            <summary>
            <para>
            <para>Captures additional comments or information for the <c>Opportunity</c> that weren't
            captured in other fields. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Value_Amount">
            <summary>
            <para>
            <para>Specifies the payment amount.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_ApnProgram">
            <summary>
            <para>
            <para> Specifies the Amazon Partner Network (APN) program that influenced the <c>Opportunity</c>.
            APN programs refer to specific partner programs or initiatives that can impact the
            <c>Opportunity</c>. </para><para> Valid values: <c>APN Immersion Days | APN Solution Space | ATO (Authority to Operate)
            | AWS Marketplace Campaign | IS Immersion Day SFID Program | ISV Workload Migration
            | Migration Acceleration Program | P3 | Partner Launch Initiative | Partner Opportunity
            Acceleration Funded | The Next Smart | VMware Cloud on AWS | Well-Architected | Windows
            | Workspaces/AppStream Accelerator Program | WWPS NDPP</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Account_AwsAccountId">
            <summary>
            <para>
            <para>Specifies the <c>Customer</c> Amazon Web Services account ID associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Marketing_AwsFundingUsed">
            <summary>
            <para>
            <para>Indicates if the <c>Opportunity</c> is a marketing development fund (MDF) funded activity.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Marketing_CampaignName">
            <summary>
            <para>
            <para>Specifies the <c>Opportunity</c> 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 <c>Opportunity</c>
            within marketing campaigns. If you don't have a campaign code, contact your Amazon
            Web Services point of contact to obtain one. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Catalog">
            <summary>
            <para>
            <para> Specifies the catalog associated with the request. This field takes a string value
            from a predefined list: <c>AWS</c> or <c>Sandbox</c>. The catalog determines which
            environment the opportunity is created in. Use <c>AWS</c> to create opportunities
            in the Amazon Web Services catalog, and <c>Sandbox</c> for testing in secure, isolated
            environments. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Marketing_Channel">
            <summary>
            <para>
            <para>Specifies the <c>Opportunity</c>'s channel that the marketing activity is associated
            with or was contacted through. This field provides information about the specific
            marketing channel that contributed to the generation of the lead or contact. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Address_City">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s city associated with the <c>Opportunity</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.LifeCycle_ClosedLostReason">
            <summary>
            <para>
            <para> Specifies the reason code when an opportunity is marked as <i>Closed Lost</i>. When
            you select an appropriate reason code, you communicate the context for closing the
            <c>Opportunity</c>, and aid in accurate reports and analysis of opportunity outcomes.
            The possible values are: </para><ul><li><para>Customer Deficiency: The customer lacked necessary resources or capabilities.</para></li><li><para>Delay/Cancellation of Project: The project was delayed or canceled.</para></li><li><para>Legal/Tax/Regulatory: Legal, tax, or regulatory issues prevented progress.</para></li><li><para>Lost to Competitor—Google: The opportunity was lost to Google.</para></li><li><para>Lost to Competitor—Microsoft: The opportunity was lost to Microsoft.</para></li><li><para>Lost to Competitor—SoftLayer: The opportunity was lost to SoftLayer.</para></li><li><para>Lost to Competitor—VMWare: The opportunity was lost to VMWare.</para></li><li><para>Lost to Competitor—Other: The opportunity was lost to a competitor not listed above.</para></li><li><para>No Opportunity: There was no opportunity to pursue.</para></li><li><para>On Premises Deployment: The customer chose an on-premises solution.</para></li><li><para>Partner Gap: The partner lacked necessary resources or capabilities.</para></li><li><para>Price: The price was not competitive or acceptable to the customer.</para></li><li><para>Security/Compliance: Security or compliance issues prevented progress.</para></li><li><para>Technical Limitations: Technical limitations prevented progress.</para></li><li><para>Customer Experience: Issues related to the customer's experience impacted the decision.</para></li><li><para>Other: Any reason not covered by the other values.</para></li><li><para>People/Relationship/Governance: Issues related to people, relationships, or governance.</para></li><li><para>Product/Technology: Issues related to the product or technology.</para></li><li><para>Financial/Commercial: Financial or commercial issues impacted the decision.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Account_CompanyName">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s company name associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_CompetitorName">
            <summary>
            <para>
            <para>Name of the <c>Opportunity</c>'s competitor (if any). Use <c>Other</c> to submit a
            value not in the picklist. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Customer_Contact">
            <summary>
            <para>
            <para>Represents the contact details for individuals associated with the customer of the
            <c>Opportunity</c>. This field captures relevant contacts, including decision-makers,
            influencers, and technical stakeholders within the customer organization. These contacts
            are key to progressing the opportunity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Address_CountryCode">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s country associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Value_CurrencyCode">
            <summary>
            <para>
            <para>Specifies the payment currency.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_CustomerBusinessProblem">
            <summary>
            <para>
            <para>Describes the problem the end customer has, and how the partner is helping. 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
            language and precise descriptions to convey the context and significance of the <c>Opportunity</c>.
            The content in this field helps Amazon Web Services understand the nature of the <c>Opportunity</c>
            and the strategic fit of the partner's solution. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_CustomerUseCase">
            <summary>
            <para>
            <para> 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. </para><para> Valid values: <c>AI Machine Learning and Analytics | Archiving | Big Data: Data Warehouse/Data
            Integration/ETL/Data Lake/BI | Blockchain | Business Applications: Mainframe Modernization
            | Business Applications &amp; Contact Center | Business Applications &amp; SAP Production
            | Centralized Operations Management | Cloud Management Tools | Cloud Management Tools
            &amp; DevOps with Continuous Integration &amp; Continuous Delivery (CICD) | Configuration,
            Compliance &amp; Auditing | Connected Services | Containers &amp; Serverless | Content
            Delivery &amp; Edge Services | Database | Edge Computing/End User Computing | Energy
            | Enterprise Governance &amp; 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 &amp; High performance computing (HPC) | Migration/Database Migration | Monitoring,
            logging and performance | Monitoring &amp; Observability | Networking | Outpost |
            SAP | Security &amp; Compliance | Storage &amp; Backup | Training | VMC | VMWare |
            Web development &amp; DevOps</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.SoftwareRevenue_DeliveryModel">
            <summary>
            <para>
            <para>Specifies the customer's intended payment type agreement or procurement method to
            acquire the solution or service outlined in the <c>Opportunity</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_DeliveryModel">
            <summary>
            <para>
            <para> Specifies the deployment or consumption model for your solution or service in the
            <c>Opportunity</c>'s context. You can select multiple options. </para><para> Options' descriptions from the <c>Delivery Model</c> field are: </para><ul><li><para>SaaS or PaaS: Your Amazon Web Services based solution deployed as SaaS or PaaS in
            your Amazon Web Services environment.</para></li><li><para>BYOL or AMI: Your Amazon Web Services based solution deployed as BYOL or AMI in the
            end customer's Amazon Web Services environment.</para></li><li><para>Managed Services: The end customer's Amazon Web Services business management (For
            example: Consulting, design, implementation, billing support, cost optimization, technical
            support).</para></li><li><para>Professional Services: Offerings to help enterprise end customers achieve specific
            business outcomes for enterprise cloud adoption (For example: Advisory or transformation
            planning).</para></li><li><para>Resell: Amazon Web Services accounts and billing management for your customers.</para></li><li><para>Other: Delivery model not described above.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Account_Dun">
            <summary>
            <para>
            <para>Indicates the <c>Customer</c> DUNS number, if available. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.SoftwareRevenue_EffectiveDate">
            <summary>
            <para>
            <para>Specifies the <c>Opportunity</c>'s customer engagement start date for the contract's
            effectiveness. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_ExpectedCustomerSpend">
            <summary>
            <para>
            <para>Represents the estimated amount that the customer is expected to spend on AWS services
            related to the opportunity. This helps in evaluating the potential financial value
            of the opportunity for AWS.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.SoftwareRevenue_ExpirationDate">
            <summary>
            <para>
            <para>Specifies the expiration date for the contract between the customer and Amazon Web
            Services partner. It signifies the termination date of the agreed-upon engagement
            period between both parties. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Account_Industry">
            <summary>
            <para>
            <para>Specifies the industry the end <c>Customer</c> belongs to that's associated with the
            <c>Opportunity</c>. It refers to the category or sector where the customer's business
            operates. This is a required field. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.NationalSecurity">
            <summary>
            <para>
            <para>Indicates whether the <c>Opportunity</c> pertains to a national security project.
            This field must be set to <c>true</c> only when the customer's industry is <i>Government</i>.
            Additional privacy and security measures apply during the review and management process
            for opportunities marked as <c>NationalSecurity</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.LifeCycle_NextStep">
            <summary>
            <para>
            <para>Specifies the upcoming actions or tasks for the <c>Opportunity</c>. Use this field
            to communicate with Amazon Web Services about the next actions required for the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.LifeCycle_NextStepsHistory">
            <summary>
            <para>
            <para>Captures a chronological record of the next steps or actions planned or taken for
            the current opportunity, along with the timestamp. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.OpportunityTeam">
            <summary>
            <para>
            <para>Represents the internal team handling the opportunity. Specify collaborating members
            of this opportunity who are within the partner's organization.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.OpportunityType">
            <summary>
            <para>
            <para> Specifies the opportunity type as a renewal, new, or expansion. </para><para> Opportunity types: </para><ul><li><para> New opportunity: Represents a new business opportunity with a potential customer
            that's not previously engaged with your solutions or services. </para></li><li><para> Renewal opportunity: Represents an opportunity to renew an existing contract or subscription
            with a current customer, ensuring continuity of service. </para></li><li><para> 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. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Origin">
            <summary>
            <para>
            <para> Specifies the origin of the opportunity, indicating if it was sourced from Amazon
            Web Services or the partner. For all opportunities created with <c>Catalog: AWS</c>,
            this field must only be <c>Partner Referral</c>. However, when using <c>Catalog: Sandbox</c>,
            you can set this field to <c>AWS Referral</c> to simulate Amazon Web Services referral
            creation. This allows Amazon Web Services-originated flows testing in the sandbox
            catalog. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_OtherCompetitorName">
            <summary>
            <para>
            <para>Only allowed when <c>CompetitorNames</c> has <c>Other</c> selected. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Account_OtherIndustry">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s industry associated with the <c>Opportunity</c>,
            when the selected value in the <c>Industry</c> field is <c>Other</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_OtherSolutionDescription">
            <summary>
            <para>
            <para>Specifies the offered solution for the customer's business problem when the <c> RelatedEntityIdentifiers.Solutions</c>
            field value is <c>Other</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.PartnerOpportunityIdentifier">
            <summary>
            <para>
            <para> 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
            to the partner. </para><para> 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. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Address_PostalCode">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s postal code associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.PrimaryNeedsFromAw">
            <summary>
            <para>
            <para> Identifies the type of support the partner needs from Amazon Web Services. </para><para> Valid values: </para><ul><li><para> 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. </para></li><li><para> Cosell—Business Presentation: Request Amazon Web Services seller's participation
            in a joint customer presentation. </para></li><li><para> Cosell—Competitive Information: Access to Amazon Web Services competitive resources
            and support for the partner's proposed solution. </para></li><li><para> 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). </para></li><li><para> Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect
            to address the partner's questions about the proposed solution. </para></li><li><para> 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. </para></li><li><para> Cosell—Deal Support: Request Amazon Web Services seller's support to progress the
            opportunity (for example: joint customer call, strategic positioning). </para></li><li><para> Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where
            the partner needs Amazon Web Services RFx support. </para></li><li><para> 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. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_RelatedOpportunityIdentifier">
            <summary>
            <para>
            <para>Specifies the current opportunity's parent opportunity identifier. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.LifeCycle_ReviewComment">
            <summary>
            <para>
            <para>Indicates why an opportunity was sent back for further details. Partners must take
            corrective action based on the <c>ReviewComments</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.LifeCycle_ReviewStatus">
            <summary>
            <para>
            <para> Indicates the review status of an opportunity referred by a partner. This field is
            read-only and only applicable for partner referrals. The possible values are: </para><ul><li><para> Pending Submission: Not submitted for validation (editable). </para></li><li><para> Submitted: Submitted for validation, and Amazon Web Services hasn't reviewed it (read-only).
            </para></li><li><para> In Review: Amazon Web Services is validating (read-only). </para></li><li><para> Action Required: Issues that Amazon Web Services highlights need to be addressed.
            Partners should use the <c>UpdateOpportunity</c> API action to update the opportunity
            and helps to ensure that all required changes are made. Only the following fields
            are editable when the <c>Lifecycle.ReviewStatus</c> is <c>Action Required</c>: </para><ul><li><para>Customer.Account.Address.City</para></li><li><para>Customer.Account.Address.CountryCode</para></li><li><para>Customer.Account.Address.PostalCode</para></li><li><para>Customer.Account.Address.StateOrRegion</para></li><li><para>Customer.Account.Address.StreetAddress</para></li><li><para>Customer.Account.WebsiteUrl</para></li><li><para>LifeCycle.TargetCloseDate</para></li><li><para>Project.ExpectedMonthlyAWSRevenue.Amount</para></li><li><para>Project.ExpectedMonthlyAWSRevenue.CurrencyCode</para></li><li><para>Project.CustomerBusinessProblem</para></li><li><para>PartnerOpportunityIdentifier</para></li></ul><para> After updates, the opportunity re-enters the validation phase. This process repeats
            until all issues are resolved, and the opportunity's <c>Lifecycle.ReviewStatus</c>
            is set to <c>Approved</c> or <c>Rejected</c>. </para></li><li><para> Approved: Validated and converted into the Amazon Web Services seller's pipeline
            (editable). </para></li><li><para> Rejected: Disqualified (read-only). </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.LifeCycle_ReviewStatusReason">
            <summary>
            <para>
            <para> Indicates the reason a decision was made during the opportunity review process. This
            field combines the reasons for both disqualified and action required statuses, and
            provide clarity for why an opportunity was disqualified or requires further action.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_SalesActivity">
            <summary>
            <para>
            <para> Specifies the <c>Opportunity</c>'s sales activities conducted with the end customer.
            These activities help drive Amazon Web Services assignment priority. </para><para> Valid values: </para><ul><li><para> Initialized discussions with customer: Initial conversations with the customer to
            understand their needs and introduce your solution. </para></li><li><para> Customer has shown interest in solution: After initial discussions, the customer
            is interested in your solution. </para></li><li><para> Conducted POC/demo: You conducted a proof of concept (POC) or demonstration of the
            solution for the customer. </para></li><li><para> In evaluation/planning stage: The customer is evaluating the solution and planning
            potential implementation. </para></li><li><para> Agreed on solution to Business Problem: Both parties agree on how the solution addresses
            the customer's business problem. </para></li><li><para> Completed Action Plan: A detailed action plan is complete and outlines the steps
            for implementation. </para></li><li><para> Finalized Deployment Need: Both parties agree with and finalized the deployment needs.
            </para></li><li><para> SOW Signed: Both parties signed a statement of work (SOW), and formalize the agreement
            and detail the project scope and deliverables. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Marketing_Source">
            <summary>
            <para>
            <para> Indicates if the <c>Opportunity</c> was sourced from an Amazon Web Services marketing
            activity. Use the value <c>Marketing Activity</c>. Use <c>None</c> if it's not associated
            with an Amazon Web Services marketing activity. This field helps Amazon Web Services
            track the return on marketing investments and enables better distribution of marketing
            budgets among partners. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.LifeCycle_Stage">
            <summary>
            <para>
            <para> Specifies the current stage of the <c>Opportunity</c>'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 <c>Opportunity</c>'s
            progression in the sales cycle, according to Amazon Web Services definitions. </para><note><para>A lead and a prospect must be further matured to a <c>Qualified</c> opportunity before
            submission. Opportunities that were closed/lost before submission aren't suitable
            for submission.</para></note><para> The descriptions of each sales stage are: </para><ul><li><para> 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). </para></li><li><para> 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. </para></li><li><para> Technical Validation: All parties understand the implementation plan. </para></li><li><para> Business Validation: Pricing was proposed, and all parties agree to the steps to
            close. </para></li><li><para> Committed: The customer signed the contract, but Amazon Web Services hasn't started
            billing. </para></li><li><para> Launched: The workload is complete, and Amazon Web Services has started billing.
            </para></li><li><para> Closed Lost: The opportunity is lost, and there are no steps to move forward. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Address_StateOrRegion">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s state or region associated with the <c>Opportunity</c>.
            </para><para>Valid values: <c>Alabama | Alaska | American Samoa | Arizona | Arkansas | California
            | Colorado | Connecticut | Delaware | Dist. of Columbia | Federated States of Micronesia
            | Florida | Georgia | Guam | Hawaii | Idaho | Illinois | Indiana | Iowa | Kansas |
            Kentucky | Louisiana | Maine | Marshall Islands | Maryland | Massachusetts | Michigan
            | Minnesota | Mississippi | Missouri | Montana | Nebraska | Nevada | New Hampshire
            | New Jersey | New Mexico | New York | North Carolina | North Dakota | Northern Mariana
            Islands | Ohio | Oklahoma | Oregon | Palau | Pennsylvania | Puerto Rico | Rhode Island
            | South Carolina | South Dakota | Tennessee | Texas | Utah | Vermont | Virginia |
            Virgin Islands | Washington | West Virginia | Wisconsin | Wyoming | APO/AE | AFO/FPO
            | FPO, AP</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Address_StreetAddress">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s street address associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.LifeCycle_TargetCloseDate">
            <summary>
            <para>
            <para> Specifies the date when Amazon Web Services expects to start significant billing,
            when the project finishes, and when it moves into production. This field informs the
            Amazon Web Services seller about when the opportunity launches and starts to incur
            Amazon Web Services usage. </para><para> Ensure the <c>Target Close Date</c> isn't in the past. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Project_Title">
            <summary>
            <para>
            <para>Specifies the <c>Opportunity</c>'s title or name. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Marketing_UseCase">
            <summary>
            <para>
            <para> Specifies the marketing activity use case or purpose that led to the <c>Opportunity</c>'s
            creation or contact. This field captures the context or marketing activity's execution's
            intention and the direct correlation to the generated opportunity or contact. Must
            be empty when <c>Marketing.AWSFundingUsed = No</c>. </para><para> Valid values: <c>AI/ML | Analytics | Application Integration | Blockchain | Business
            Applications | Cloud Financial Management | Compute | Containers | Customer Engagement
            | Databases | Developer Tools | End User Computing | Front End Web &amp; Mobile |
            Game Tech | IoT | Management &amp; Governance | Media Services | Migration &amp; Transfer
            | Networking &amp; Content Delivery | Quantum Technologies | Robotics | Satellite
            | Security | Serverless | Storage | VR &amp; AR</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Account_WebsiteUrl">
            <summary>
            <para>
            <para> Specifies the end customer's company website URL associated with the <c>Opportunity</c>.
            This value is crucial to map the customer within the Amazon Web Services CRM system.
            This field is required in all cases except when the opportunity is related to national
            security. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.ClientToken">
            <summary>
            <para>
            <para> Required to be unique, and should be unchanging, it can be randomly generated or
            a meaningful string. </para><para> Default: None </para><para> Best practice: To help ensure uniqueness and avoid conflicts, use a Universally Unique
            Identifier (UUID) as the <c>ClientToken</c>. 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." </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Id'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.CreateOpportunityResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.CreateOpportunityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Account_CompanyName parameter.
            The -PassThru parameter is deprecated, use -Select '^Account_CompanyName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCCreateOpportunityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.InvokePCDisassociateOpportunityCmdlet">
            <summary>
            Allows you to remove an existing association between an <c>Opportunity</c> 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 <c>AssociateOpportunity</c>,
            and it provides flexibility to manage associations as business needs change.
             
              
            <para>
             Use this operation to update the associations of an <c>Opportunity</c> 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 entity that's required.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCDisassociateOpportunityCmdlet.Catalog">
            <summary>
            <para>
            <para> Specifies the catalog associated with the request. This field takes a string value
            from a predefined list: <c>AWS</c> or <c>Sandbox</c>. The catalog determines which
            environment the opportunity disassociation is made in. Use <c>AWS</c> to disassociate
            opportunities in the Amazon Web Services catalog, and <c>Sandbox</c> for testing in
            secure, isolated environments. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCDisassociateOpportunityCmdlet.OpportunityIdentifier">
            <summary>
            <para>
            <para>The opportunity's unique identifier for when you want to disassociate it from related
            entities. This identifier helps to ensure that the correct opportunity is updated.
            </para><para>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. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCDisassociateOpportunityCmdlet.RelatedEntityIdentifier">
            <summary>
            <para>
            <para>The related entity's identifier that you want to disassociate from the opportunity.
            Depending on the type of entity, this could be a simple identifier or an Amazon Resource
            Name (ARN) for entities managed through Amazon Web Services Marketplace. </para><para>For Amazon Web Services Marketplace entities, use the Amazon Web Services Marketplace
            API to obtain the necessary ARNs. For guidance on retrieving these ARNs, see <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html">
            Amazon Web Services MarketplaceUsing the Amazon Web Services Marketplace Catalog API</a>.
            </para><para>Validation: Ensure the identifier or ARN is valid and corresponds to an existing entity.
            An incorrect or invalid identifier results in an error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCDisassociateOpportunityCmdlet.RelatedEntityType">
            <summary>
            <para>
            <para>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
            to ensure that the right connections are removed. </para><para>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. </para><para>Validation: Provide a valid entity type to help ensure successful disassociation.
            An invalid or incorrect entity type results in an error. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCDisassociateOpportunityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.DisassociateOpportunityResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCDisassociateOpportunityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OpportunityIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^OpportunityIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCDisassociateOpportunityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.InvokePCRejectEngagementInvitationCmdlet">
            <summary>
            This action rejects an <c>EngagementInvitation</c> 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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCRejectEngagementInvitationCmdlet.Catalog">
            <summary>
            <para>
            <para>This is the catalog that's associated with the engagement invitation. Acceptable values
            are <c>AWS</c> or <c>Sandbox</c>, and these values determine the environment in which
            the opportunity is managed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCRejectEngagementInvitationCmdlet.Identifier">
            <summary>
            <para>
            <para>This is the unique identifier of the rejected <c>EngagementInvitation</c>. Providing
            the correct identifier helps to ensure that the intended invitation is rejected.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCRejectEngagementInvitationCmdlet.RejectionReason">
            <summary>
            <para>
            <para>This describes the reason for rejecting the engagement invitation, which helps AWS
            track usage patterns. Acceptable values include the following:</para><ul><li><para><i>Customer problem unclear:</i> The customer's problem isn't understood.</para></li><li><para><i>Next steps unclear:</i> The next steps required to proceed aren't understood.</para></li><li><para><i>Unable to support:</i> The partner is unable to provide support due to resource
            or capability constraints.</para></li><li><para><i>Duplicate of partner referral:</i> The opportunity is a duplicate of an existing
            referral.</para></li><li><para><i>Other:</i> Any reason not covered by other values.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCRejectEngagementInvitationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.RejectEngagementInvitationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCRejectEngagementInvitationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCRejectEngagementInvitationCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementByAcceptingInvitationTaskCmdlet">
            <summary>
            This action starts the engagement by accepting an <c>EngagementInvitation</c>. 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 <c>Opportunity Created</c> event is generated, indicating
            that the opportunity has been successfully created in the partner's account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementByAcceptingInvitationTaskCmdlet.Catalog">
            <summary>
            <para>
            <para>Specifies the catalog related to the task. Use <c>AWS</c> for production engagements
            and <c>Sandbox</c> for testing scenarios.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementByAcceptingInvitationTaskCmdlet.Identifier">
            <summary>
            <para>
            <para>Specifies the unique identifier of the <c>EngagementInvitation</c> to be accepted.
            Providing the correct identifier helps ensure that the correct engagement is processed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementByAcceptingInvitationTaskCmdlet.ClientToken">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementByAcceptingInvitationTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.StartEngagementByAcceptingInvitationTaskResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.StartEngagementByAcceptingInvitationTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementByAcceptingInvitationTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementByAcceptingInvitationTaskCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementFromOpportunityTaskCmdlet">
            <summary>
            This action initiates the engagement process from an existing opportunity by accepting
            the engagement invitation and creating a corresponding opportunity in the partner’s
            system. Similar to <c>StartEngagementByAcceptingInvitationTask</c>, this action is
            asynchronous and performs multiple steps before completion.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementFromOpportunityTaskCmdlet.Catalog">
            <summary>
            <para>
            <para>Specifies the catalog in which the engagement is tracked. Acceptable values include
            <c>AWS</c> for production and <c>Sandbox</c> for testing environments.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementFromOpportunityTaskCmdlet.Identifier">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementFromOpportunityTaskCmdlet.AwsSubmission_InvolvementType">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementFromOpportunityTaskCmdlet.AwsSubmission_Visibility">
            <summary>
            <para>
            <para>Determines who can view AWS involvement in the opportunity. Typically, this field
            is set to <c>Full</c> for most cases, but it may be restricted based on special program
            requirements or confidentiality needs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementFromOpportunityTaskCmdlet.ClientToken">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementFromOpportunityTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.StartEngagementFromOpportunityTaskResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.StartEngagementFromOpportunityTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementFromOpportunityTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.InvokePCStartEngagementFromOpportunityTaskCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet">
            <summary>
            Updates the <c>Opportunity</c> record identified by a given <c>Identifier</c>. This
            operation allows you to modify the details of an existing opportunity to reflect the
            latest information and progress. Use this action to keep the opportunity record up-to-date
            and accurate.
             
              
            <para>
             When you perform updates, include the entire payload with each request. If any field
            is omitted, the API assumes that the field is set to <c>null</c>. The best practice
            is to always perform a <c>GetOpportunity</c> to retrieve the latest values, then send
            the complete payload with the updated values to be changed.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_AdditionalComment">
            <summary>
            <para>
            <para>Captures additional comments or information for the <c>Opportunity</c> that weren't
            captured in other fields. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Value_Amount">
            <summary>
            <para>
            <para>Specifies the payment amount.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_ApnProgram">
            <summary>
            <para>
            <para> Specifies the Amazon Partner Network (APN) program that influenced the <c>Opportunity</c>.
            APN programs refer to specific partner programs or initiatives that can impact the
            <c>Opportunity</c>. </para><para> Valid values: <c>APN Immersion Days | APN Solution Space | ATO (Authority to Operate)
            | AWS Marketplace Campaign | IS Immersion Day SFID Program | ISV Workload Migration
            | Migration Acceleration Program | P3 | Partner Launch Initiative | Partner Opportunity
            Acceleration Funded | The Next Smart | VMware Cloud on AWS | Well-Architected | Windows
            | Workspaces/AppStream Accelerator Program | WWPS NDPP</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Account_AwsAccountId">
            <summary>
            <para>
            <para>Specifies the <c>Customer</c> Amazon Web Services account ID associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Marketing_AwsFundingUsed">
            <summary>
            <para>
            <para>Indicates if the <c>Opportunity</c> is a marketing development fund (MDF) funded activity.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Marketing_CampaignName">
            <summary>
            <para>
            <para>Specifies the <c>Opportunity</c> 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 <c>Opportunity</c>
            within marketing campaigns. If you don't have a campaign code, contact your Amazon
            Web Services point of contact to obtain one. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Catalog">
            <summary>
            <para>
            <para> Specifies the catalog associated with the request. This field takes a string value
            from a predefined list: <c>AWS</c> or <c>Sandbox</c>. The catalog determines which
            environment the opportunity is updated in. Use <c>AWS</c> to update real opportunities
            in the production environment, and <c>Sandbox</c> for testing in secure, isolated
            environments. When you use the <c>Sandbox</c> catalog, it allows you to simulate and
            validate your interactions with Amazon Web Services services without affecting live
            data or operations. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Marketing_Channel">
            <summary>
            <para>
            <para>Specifies the <c>Opportunity</c>'s channel that the marketing activity is associated
            with or was contacted through. This field provides information about the specific
            marketing channel that contributed to the generation of the lead or contact. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Address_City">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s city associated with the <c>Opportunity</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.LifeCycle_ClosedLostReason">
            <summary>
            <para>
            <para> Specifies the reason code when an opportunity is marked as <i>Closed Lost</i>. When
            you select an appropriate reason code, you communicate the context for closing the
            <c>Opportunity</c>, and aid in accurate reports and analysis of opportunity outcomes.
            The possible values are: </para><ul><li><para>Customer Deficiency: The customer lacked necessary resources or capabilities.</para></li><li><para>Delay/Cancellation of Project: The project was delayed or canceled.</para></li><li><para>Legal/Tax/Regulatory: Legal, tax, or regulatory issues prevented progress.</para></li><li><para>Lost to Competitor—Google: The opportunity was lost to Google.</para></li><li><para>Lost to Competitor—Microsoft: The opportunity was lost to Microsoft.</para></li><li><para>Lost to Competitor—SoftLayer: The opportunity was lost to SoftLayer.</para></li><li><para>Lost to Competitor—VMWare: The opportunity was lost to VMWare.</para></li><li><para>Lost to Competitor—Other: The opportunity was lost to a competitor not listed above.</para></li><li><para>No Opportunity: There was no opportunity to pursue.</para></li><li><para>On Premises Deployment: The customer chose an on-premises solution.</para></li><li><para>Partner Gap: The partner lacked necessary resources or capabilities.</para></li><li><para>Price: The price was not competitive or acceptable to the customer.</para></li><li><para>Security/Compliance: Security or compliance issues prevented progress.</para></li><li><para>Technical Limitations: Technical limitations prevented progress.</para></li><li><para>Customer Experience: Issues related to the customer's experience impacted the decision.</para></li><li><para>Other: Any reason not covered by the other values.</para></li><li><para>People/Relationship/Governance: Issues related to people, relationships, or governance.</para></li><li><para>Product/Technology: Issues related to the product or technology.</para></li><li><para>Financial/Commercial: Financial or commercial issues impacted the decision.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Account_CompanyName">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s company name associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_CompetitorName">
            <summary>
            <para>
            <para>Name of the <c>Opportunity</c>'s competitor (if any). Use <c>Other</c> to submit a
            value not in the picklist. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Customer_Contact">
            <summary>
            <para>
            <para>Represents the contact details for individuals associated with the customer of the
            <c>Opportunity</c>. This field captures relevant contacts, including decision-makers,
            influencers, and technical stakeholders within the customer organization. These contacts
            are key to progressing the opportunity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Address_CountryCode">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s country associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Value_CurrencyCode">
            <summary>
            <para>
            <para>Specifies the payment currency.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_CustomerBusinessProblem">
            <summary>
            <para>
            <para>Describes the problem the end customer has, and how the partner is helping. 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
            language and precise descriptions to convey the context and significance of the <c>Opportunity</c>.
            The content in this field helps Amazon Web Services understand the nature of the <c>Opportunity</c>
            and the strategic fit of the partner's solution. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_CustomerUseCase">
            <summary>
            <para>
            <para> 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. </para><para> Valid values: <c>AI Machine Learning and Analytics | Archiving | Big Data: Data Warehouse/Data
            Integration/ETL/Data Lake/BI | Blockchain | Business Applications: Mainframe Modernization
            | Business Applications &amp; Contact Center | Business Applications &amp; SAP Production
            | Centralized Operations Management | Cloud Management Tools | Cloud Management Tools
            &amp; DevOps with Continuous Integration &amp; Continuous Delivery (CICD) | Configuration,
            Compliance &amp; Auditing | Connected Services | Containers &amp; Serverless | Content
            Delivery &amp; Edge Services | Database | Edge Computing/End User Computing | Energy
            | Enterprise Governance &amp; 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 &amp; High performance computing (HPC) | Migration/Database Migration | Monitoring,
            logging and performance | Monitoring &amp; Observability | Networking | Outpost |
            SAP | Security &amp; Compliance | Storage &amp; Backup | Training | VMC | VMWare |
            Web development &amp; DevOps</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.SoftwareRevenue_DeliveryModel">
            <summary>
            <para>
            <para>Specifies the customer's intended payment type agreement or procurement method to
            acquire the solution or service outlined in the <c>Opportunity</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_DeliveryModel">
            <summary>
            <para>
            <para> Specifies the deployment or consumption model for your solution or service in the
            <c>Opportunity</c>'s context. You can select multiple options. </para><para> Options' descriptions from the <c>Delivery Model</c> field are: </para><ul><li><para>SaaS or PaaS: Your Amazon Web Services based solution deployed as SaaS or PaaS in
            your Amazon Web Services environment.</para></li><li><para>BYOL or AMI: Your Amazon Web Services based solution deployed as BYOL or AMI in the
            end customer's Amazon Web Services environment.</para></li><li><para>Managed Services: The end customer's Amazon Web Services business management (For
            example: Consulting, design, implementation, billing support, cost optimization, technical
            support).</para></li><li><para>Professional Services: Offerings to help enterprise end customers achieve specific
            business outcomes for enterprise cloud adoption (For example: Advisory or transformation
            planning).</para></li><li><para>Resell: Amazon Web Services accounts and billing management for your customers.</para></li><li><para>Other: Delivery model not described above.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Account_Dun">
            <summary>
            <para>
            <para>Indicates the <c>Customer</c> DUNS number, if available. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.SoftwareRevenue_EffectiveDate">
            <summary>
            <para>
            <para>Specifies the <c>Opportunity</c>'s customer engagement start date for the contract's
            effectiveness. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_ExpectedCustomerSpend">
            <summary>
            <para>
            <para>Represents the estimated amount that the customer is expected to spend on AWS services
            related to the opportunity. This helps in evaluating the potential financial value
            of the opportunity for AWS.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.SoftwareRevenue_ExpirationDate">
            <summary>
            <para>
            <para>Specifies the expiration date for the contract between the customer and Amazon Web
            Services partner. It signifies the termination date of the agreed-upon engagement
            period between both parties. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Identifier">
            <summary>
            <para>
            <para>Read-only, system generated <c>Opportunity</c> unique identifier. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Account_Industry">
            <summary>
            <para>
            <para>Specifies the industry the end <c>Customer</c> belongs to that's associated with the
            <c>Opportunity</c>. It refers to the category or sector where the customer's business
            operates. This is a required field. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.LastModifiedDate">
            <summary>
            <para>
            <para><c>DateTime</c> when the opportunity was last modified. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.NationalSecurity">
            <summary>
            <para>
            <para>Specifies if the opportunity is associated with national security concerns. This flag
            is only applicable when the industry is <c>Government</c>. For national-security-related
            opportunities, validation and compliance rules may apply, impacting the opportunity's
            visibility and processing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.LifeCycle_NextStep">
            <summary>
            <para>
            <para>Specifies the upcoming actions or tasks for the <c>Opportunity</c>. Use this field
            to communicate with Amazon Web Services about the next actions required for the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.LifeCycle_NextStepsHistory">
            <summary>
            <para>
            <para>Captures a chronological record of the next steps or actions planned or taken for
            the current opportunity, along with the timestamp. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.OpportunityType">
            <summary>
            <para>
            <para> Specifies the opportunity type as a renewal, new, or expansion. </para><para> Opportunity types: </para><ul><li><para> New opportunity: Represents a new business opportunity with a potential customer
            that's not previously engaged with your solutions or services. </para></li><li><para> Renewal opportunity: Represents an opportunity to renew an existing contract or subscription
            with a current customer, ensuring continuity of service. </para></li><li><para> 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. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_OtherCompetitorName">
            <summary>
            <para>
            <para>Only allowed when <c>CompetitorNames</c> has <c>Other</c> selected. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Account_OtherIndustry">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s industry associated with the <c>Opportunity</c>,
            when the selected value in the <c>Industry</c> field is <c>Other</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_OtherSolutionDescription">
            <summary>
            <para>
            <para>Specifies the offered solution for the customer's business problem when the <c> RelatedEntityIdentifiers.Solutions</c>
            field value is <c>Other</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.PartnerOpportunityIdentifier">
            <summary>
            <para>
            <para>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. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Address_PostalCode">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s postal code associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.PrimaryNeedsFromAw">
            <summary>
            <para>
            <para> Identifies the type of support the partner needs from Amazon Web Services. </para><para> Valid values: </para><ul><li><para> 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. </para></li><li><para> Cosell—Business Presentation: Request Amazon Web Services seller's participation
            in a joint customer presentation. </para></li><li><para> Cosell—Competitive Information: Access to Amazon Web Services competitive resources
            and support for the partner's proposed solution. </para></li><li><para> 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).
            </para></li><li><para> Cosell—Technical Consultation: Connection with an Amazon Web Services Solutions Architect
            to address the partner's questions about the proposed solution. </para></li><li><para> 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. </para></li><li><para> Cosell—Deal Support: Request Amazon Web Services seller's support to progress the
            opportunity (for example: joint customer call, strategic positioning). </para></li><li><para> Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where
            the partner needs RFx support from Amazon Web Services. </para></li><li><para> 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.
            </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_RelatedOpportunityIdentifier">
            <summary>
            <para>
            <para>Specifies the current opportunity's parent opportunity identifier. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.LifeCycle_ReviewComment">
            <summary>
            <para>
            <para>Indicates why an opportunity was sent back for further details. Partners must take
            corrective action based on the <c>ReviewComments</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.LifeCycle_ReviewStatus">
            <summary>
            <para>
            <para> Indicates the review status of an opportunity referred by a partner. This field is
            read-only and only applicable for partner referrals. The possible values are: </para><ul><li><para> Pending Submission: Not submitted for validation (editable). </para></li><li><para> Submitted: Submitted for validation, and Amazon Web Services hasn't reviewed it (read-only).
            </para></li><li><para> In Review: Amazon Web Services is validating (read-only). </para></li><li><para> Action Required: Issues that Amazon Web Services highlights need to be addressed.
            Partners should use the <c>UpdateOpportunity</c> API action to update the opportunity
            and helps to ensure that all required changes are made. Only the following fields
            are editable when the <c>Lifecycle.ReviewStatus</c> is <c>Action Required</c>: </para><ul><li><para>Customer.Account.Address.City</para></li><li><para>Customer.Account.Address.CountryCode</para></li><li><para>Customer.Account.Address.PostalCode</para></li><li><para>Customer.Account.Address.StateOrRegion</para></li><li><para>Customer.Account.Address.StreetAddress</para></li><li><para>Customer.Account.WebsiteUrl</para></li><li><para>LifeCycle.TargetCloseDate</para></li><li><para>Project.ExpectedMonthlyAWSRevenue.Amount</para></li><li><para>Project.ExpectedMonthlyAWSRevenue.CurrencyCode</para></li><li><para>Project.CustomerBusinessProblem</para></li><li><para>PartnerOpportunityIdentifier</para></li></ul><para> After updates, the opportunity re-enters the validation phase. This process repeats
            until all issues are resolved, and the opportunity's <c>Lifecycle.ReviewStatus</c>
            is set to <c>Approved</c> or <c>Rejected</c>. </para></li><li><para> Approved: Validated and converted into the Amazon Web Services seller's pipeline
            (editable). </para></li><li><para> Rejected: Disqualified (read-only). </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.LifeCycle_ReviewStatusReason">
            <summary>
            <para>
            <para> Indicates the reason a decision was made during the opportunity review process. This
            field combines the reasons for both disqualified and action required statuses, and
            provide clarity for why an opportunity was disqualified or requires further action.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_SalesActivity">
            <summary>
            <para>
            <para> Specifies the <c>Opportunity</c>'s sales activities conducted with the end customer.
            These activities help drive Amazon Web Services assignment priority. </para><para> Valid values: </para><ul><li><para> Initialized discussions with customer: Initial conversations with the customer to
            understand their needs and introduce your solution. </para></li><li><para> Customer has shown interest in solution: After initial discussions, the customer
            is interested in your solution. </para></li><li><para> Conducted POC/demo: You conducted a proof of concept (POC) or demonstration of the
            solution for the customer. </para></li><li><para> In evaluation/planning stage: The customer is evaluating the solution and planning
            potential implementation. </para></li><li><para> Agreed on solution to Business Problem: Both parties agree on how the solution addresses
            the customer's business problem. </para></li><li><para> Completed Action Plan: A detailed action plan is complete and outlines the steps
            for implementation. </para></li><li><para> Finalized Deployment Need: Both parties agree with and finalized the deployment needs.
            </para></li><li><para> SOW Signed: Both parties signed a statement of work (SOW), and formalize the agreement
            and detail the project scope and deliverables. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Marketing_Source">
            <summary>
            <para>
            <para> Indicates if the <c>Opportunity</c> was sourced from an Amazon Web Services marketing
            activity. Use the value <c>Marketing Activity</c>. Use <c>None</c> if it's not associated
            with an Amazon Web Services marketing activity. This field helps Amazon Web Services
            track the return on marketing investments and enables better distribution of marketing
            budgets among partners. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.LifeCycle_Stage">
            <summary>
            <para>
            <para> Specifies the current stage of the <c>Opportunity</c>'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 <c>Opportunity</c>'s
            progression in the sales cycle, according to Amazon Web Services definitions. </para><note><para>A lead and a prospect must be further matured to a <c>Qualified</c> opportunity before
            submission. Opportunities that were closed/lost before submission aren't suitable
            for submission.</para></note><para> The descriptions of each sales stage are: </para><ul><li><para> 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). </para></li><li><para> 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. </para></li><li><para> Technical Validation: All parties understand the implementation plan. </para></li><li><para> Business Validation: Pricing was proposed, and all parties agree to the steps to
            close. </para></li><li><para> Committed: The customer signed the contract, but Amazon Web Services hasn't started
            billing. </para></li><li><para> Launched: The workload is complete, and Amazon Web Services has started billing.
            </para></li><li><para> Closed Lost: The opportunity is lost, and there are no steps to move forward. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Address_StateOrRegion">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s state or region associated with the <c>Opportunity</c>.
            </para><para>Valid values: <c>Alabama | Alaska | American Samoa | Arizona | Arkansas | California
            | Colorado | Connecticut | Delaware | Dist. of Columbia | Federated States of Micronesia
            | Florida | Georgia | Guam | Hawaii | Idaho | Illinois | Indiana | Iowa | Kansas |
            Kentucky | Louisiana | Maine | Marshall Islands | Maryland | Massachusetts | Michigan
            | Minnesota | Mississippi | Missouri | Montana | Nebraska | Nevada | New Hampshire
            | New Jersey | New Mexico | New York | North Carolina | North Dakota | Northern Mariana
            Islands | Ohio | Oklahoma | Oregon | Palau | Pennsylvania | Puerto Rico | Rhode Island
            | South Carolina | South Dakota | Tennessee | Texas | Utah | Vermont | Virginia |
            Virgin Islands | Washington | West Virginia | Wisconsin | Wyoming | APO/AE | AFO/FPO
            | FPO, AP</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Address_StreetAddress">
            <summary>
            <para>
            <para>Specifies the end <c>Customer</c>'s street address associated with the <c>Opportunity</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.LifeCycle_TargetCloseDate">
            <summary>
            <para>
            <para> Specifies the date when Amazon Web Services expects to start significant billing,
            when the project finishes, and when it moves into production. This field informs the
            Amazon Web Services seller about when the opportunity launches and starts to incur
            Amazon Web Services usage. </para><para> Ensure the <c>Target Close Date</c> isn't in the past. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Project_Title">
            <summary>
            <para>
            <para>Specifies the <c>Opportunity</c>'s title or name. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Marketing_UseCase">
            <summary>
            <para>
            <para> Specifies the marketing activity use case or purpose that led to the <c>Opportunity</c>'s
            creation or contact. This field captures the context or marketing activity's execution's
            intention and the direct correlation to the generated opportunity or contact. Must
            be empty when <c>Marketing.AWSFundingUsed = No</c>. </para><para> Valid values: <c>AI/ML | Analytics | Application Integration | Blockchain | Business
            Applications | Cloud Financial Management | Compute | Containers | Customer Engagement
            | Databases | Developer Tools | End User Computing | Front End Web &amp; Mobile |
            Game Tech | IoT | Management &amp; Governance | Media Services | Migration &amp; Transfer
            | Networking &amp; Content Delivery | Quantum Technologies | Robotics | Satellite
            | Security | Serverless | Storage | VR &amp; AR</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Account_WebsiteUrl">
            <summary>
            <para>
            <para> Specifies the end customer's company website URL associated with the <c>Opportunity</c>.
            This value is crucial to map the customer within the Amazon Web Services CRM system.
            This field is required in all cases except when the opportunity is related to national
            security. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PartnerCentralSelling.Model.UpdateOpportunityResponse).
            Specifying the name of a property of type Amazon.PartnerCentralSelling.Model.UpdateOpportunityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PC.UpdatePCOpportunityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>