aws-sdk-partnercentralselling 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -477,7 +477,7 @@ module Aws::PartnerCentralSelling
477
477
  # string value from a predefined list: `AWS` or `Sandbox`. The catalog
478
478
  # determines which environment the opportunity is assigned in. Use `AWS`
479
479
  # to assign real opportunities in the Amazon Web Services catalog, and
480
- # `Sandbox` to test in a secure and isolated environment.
480
+ # `Sandbox` for testing in secure, isolated environments.
481
481
  #
482
482
  # @option params [required, String] :identifier
483
483
  # Requires the `Opportunity`'s unique identifier when you want to
@@ -510,19 +510,17 @@ module Aws::PartnerCentralSelling
510
510
 
511
511
  # Enables you to create a formal association between an `Opportunity`
512
512
  # and various related entities, enriching the context and details of the
513
- # opportunity for better collaboration and decision-making. You can
514
- # associate an opportunity with the following types of entities:
513
+ # opportunity for better collaboration and decision making. You can
514
+ # associate an opportunity with the following entity types:
515
515
  #
516
516
  # * Partner Solution: A software product or consulting practice created
517
517
  # and delivered by Partners. Partner Solutions help customers address
518
- # specific business challenges or achieve particular goals using
519
- # Amazon Web Services services.
518
+ # business challenges using Amazon Web Services services.
520
519
  #
521
- # * Amazon Web Services Product: Amazon Web Services offers a wide range
522
- # of products and services designed to provide scalable, reliable, and
520
+ # * Amazon Web Services Products: Amazon Web Services offers many
521
+ # products and services that provide scalable, reliable, and
523
522
  # cost-effective infrastructure solutions. For the latest list of
524
- # Amazon Web Services products, refer to [Amazon Web Services
525
- # products][1].
523
+ # Amazon Web Services products, see [Amazon Web Services products][1].
526
524
  #
527
525
  # * Amazon Web Services Marketplace private offer: Allows Amazon Web
528
526
  # Services Marketplace sellers to extend custom pricing and terms to
@@ -530,36 +528,35 @@ module Aws::PartnerCentralSelling
530
528
  # custom prices, payment schedules, and end user license terms through
531
529
  # private offers, enabling Amazon Web Services customers to acquire
532
530
  # software solutions tailored to their specific needs. For more
533
- # information, refer to [Private offers in Amazon Web Services
531
+ # information, see [Private offers in Amazon Web Services
534
532
  # Marketplace][2].
535
533
  #
536
534
  # To obtain identifiers for these entities, use the following methods:
537
535
  #
538
536
  # * Solution: Use the `ListSolutions` operation.
539
537
  #
540
- # * AWS products: For the latest list of Amazon Web Services products,
541
- # refer to the Amazon Web Services products list.
538
+ # * AWS Products: For the latest list of Amazon Web Services products,
539
+ # see [Amazon Web Services products][1].
542
540
  #
543
- # * Amazon Web Services Marketplace private offer: Use the [AWS
544
- # Marketplace Catalog API][3] to list entities. Specifically, use the
545
- # `ListEntities` operation to retrieve a list of private offers. The
546
- # request to the `ListEntities` API returns the details of the private
547
- # offers available to you. For more information, refer to
548
- # [ListEntities][4].
541
+ # * Amazon Web Services Marketplace private offer: Use the [Using the
542
+ # Amazon Web Services Marketplace Catalog API][3] to list entities.
543
+ # Specifically, use the `ListEntities` operation to retrieve a list of
544
+ # private offers. The request returns the details of available private
545
+ # offers. For more information, see [ListEntities][4].
549
546
  #
550
547
  #
551
548
  #
552
549
  # [1]: https://github.com/aws-samples/partner-crm-integration-samples/blob/main/resources/aws_products.json
553
550
  # [2]: https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-private-offers.html
554
- # [3]: https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html
551
+ # [3]: https://docs.aws.amazon.com/marketplace/latest/APIReference/catalog-apis.html
555
552
  # [4]: https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_ListEntities.html
556
553
  #
557
554
  # @option params [required, String] :catalog
558
555
  # Specifies the catalog associated with the request. This field takes a
559
556
  # string value from a predefined list: `AWS` or `Sandbox`. The catalog
560
- # determines whichenvironment the opportunity association is made in.
557
+ # determines which environment the opportunity association is made in.
561
558
  # Use `AWS` to associate opportunities in the Amazon Web Services
562
- # catalog, and `Sandbox` to test in a secure and isolated environment.
559
+ # catalog, and `Sandbox` for testing in secure, isolated environments.
563
560
  #
564
561
  # @option params [required, String] :opportunity_identifier
565
562
  # Requires the `Opportunity`'s unique identifier when you want to
@@ -577,8 +574,8 @@ module Aws::PartnerCentralSelling
577
574
  # [1]: https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html
578
575
  #
579
576
  # @option params [required, String] :related_entity_type
580
- # Specifies the type of the related entity you're associating with the
581
- # ` Opportunity`. This helps to categorize and properly process the
577
+ # Specifies the entity type that you're associating with the `
578
+ # Opportunity`. This helps to categorize and properly process the
582
579
  # association.
583
580
  #
584
581
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -602,34 +599,34 @@ module Aws::PartnerCentralSelling
602
599
  end
603
600
 
604
601
  # Creates an `Opportunity` record in Partner Central. Use this operation
605
- # to create a potential business opportunity intended to be submitted to
606
- # Amazon Web Services. Creating an opportunity sets its
607
- # `Lifecycle.ReviewStatus` to `Pending Submission`.
602
+ # to create a potential business opportunity for submission to Amazon
603
+ # Web Services. Creating an opportunity sets `Lifecycle.ReviewStatus` to
604
+ # `Pending Submission`.
608
605
  #
609
- # To fully submit an opportunity, follow these steps:
606
+ # To submit an opportunity, follow these steps:
610
607
  #
611
608
  # 1. To create the opportunity, use `CreateOpportunity`.
612
609
  #
613
610
  # 2. To associate a solution with the opportunity, use
614
611
  # `AssociateOpportunity`.
615
612
  #
616
- # 3. To submit the opportunity, use `SubmitOpportunity`.
613
+ # 3. To submit the opportunity, use
614
+ # `StartEngagementFromOpportunityTask`.
617
615
  #
618
616
  # After submission, you can't edit the opportunity until the review is
619
- # complete. However, opportunities in the `Pending Submission` state
620
- # still need all details completed. You can update the opportunity while
621
- # it's in the `Pending Submission` state.
617
+ # complete. But opportunities in the `Pending Submission` state must
618
+ # have complete details. You can update the opportunity while it's in
619
+ # the `Pending Submission` state.
622
620
  #
623
- # There's a set of mandatory fields required to create opportunities,
624
- # but consider providing optional fields to enrich the opportunity
625
- # record.
621
+ # There's a set of mandatory fields to create opportunities, but
622
+ # consider providing optional fields to enrich the opportunity record.
626
623
  #
627
624
  # @option params [required, String] :catalog
628
625
  # Specifies the catalog associated with the request. This field takes a
629
626
  # string value from a predefined list: `AWS` or `Sandbox`. The catalog
630
627
  # determines which environment the opportunity is created in. Use `AWS`
631
628
  # to create opportunities in the Amazon Web Services catalog, and
632
- # `Sandbox` to test in a secure and isolated environment.
629
+ # `Sandbox` for testing in secure, isolated environments.
633
630
  #
634
631
  # @option params [required, String] :client_token
635
632
  # Required to be unique, and should be unchanging, it can be randomly
@@ -637,12 +634,11 @@ module Aws::PartnerCentralSelling
637
634
  #
638
635
  # Default: None
639
636
  #
640
- # Best practice: To ensure uniqueness and avoid collisions, we recommend
641
- # you use a UUID (Universally Unique Identifier) as the `ClientToken`.
642
- # You can use standard libraries available in most programming languages
643
- # to generated this. If you use the same client token, the API throws
644
- # this error: "Conflicting client token submitted for a new request
645
- # body".
637
+ # Best practice: To help ensure uniqueness and avoid conflicts, use a
638
+ # Universally Unique Identifier (UUID) as the `ClientToken`. You can use
639
+ # standard libraries from most programming languages to generate this.
640
+ # If you use the same client token, the API returns the following error:
641
+ # "Conflicting client token submitted for a new request body."
646
642
  #
647
643
  # **A suitable default value is auto-generated.** You should normally
648
644
  # not need to pass this option.**
@@ -665,8 +661,8 @@ module Aws::PartnerCentralSelling
665
661
  # marked as `NationalSecurity`.
666
662
  #
667
663
  # @option params [Array<Types::Contact>] :opportunity_team
668
- # Represents the internal team handling the opportunity. Specify the
669
- # members involved in collaborating on this opportunity within the
664
+ # Represents the internal team handling the opportunity. Specify
665
+ # collaborating members of this opportunity who are within the
670
666
  # partner's organization.
671
667
  #
672
668
  # @option params [String] :opportunity_type
@@ -699,11 +695,11 @@ module Aws::PartnerCentralSelling
699
695
  # @option params [String] :partner_opportunity_identifier
700
696
  # Specifies the opportunity's unique identifier in the partner's CRM
701
697
  # system. This value is essential to track and reconcile because it's
702
- # included in the outbound payload sent back to the partner.
698
+ # included in the outbound payload to the partner.
703
699
  #
704
- # This field allows partners to link an opportunity to their CRM, to
705
- # ensure seamless integration and accurate synchronization between the
706
- # Partner Central API and the partner's internal systems.
700
+ # This field allows partners to link an opportunity to their CRM, which
701
+ # helps to ensure seamless integration and accurate synchronization
702
+ # between the Partner Central API and the partner's internal systems.
707
703
  #
708
704
  # @option params [Array<String>] :primary_needs_from_aws
709
705
  # Identifies the type of support the partner needs from Amazon Web
@@ -711,51 +707,51 @@ module Aws::PartnerCentralSelling
711
707
  #
712
708
  # Valid values:
713
709
  #
714
- # * Co-Sell - Architectural Validation: Confirmation from Amazon Web
710
+ # * Cosell—Architectural Validation: Confirmation from Amazon Web
715
711
  # Services that the partner's proposed solution architecture is
716
712
  # aligned with Amazon Web Services best practices and poses minimal
717
713
  # architectural risks.
718
714
  #
719
- # * Co-Sell - Business Presentation: Request Amazon Web Services
720
- # seller's participation in a joint customer presentation.
715
+ # * Cosell—Business Presentation: Request Amazon Web Services seller's
716
+ # participation in a joint customer presentation.
721
717
  #
722
- # * Co-Sell - Competitive Information: Access to Amazon Web Services
718
+ # * Cosell—Competitive Information: Access to Amazon Web Services
723
719
  # competitive resources and support for the partner's proposed
724
720
  # solution.
725
721
  #
726
- # * Co-Sell - Pricing Assistance: Connect with an Amazon Web Services
722
+ # * Cosell—Pricing Assistance: Connect with an Amazon Web Services
727
723
  # seller for support situations where a partner may be receiving an
728
724
  # upfront discount on a service (for example: EDP deals).
729
725
  #
730
- # * Co-Sell - Technical Consultation: Connect with an Amazon Web
731
- # Services Solutions Architect to address the partner's questions
732
- # about the proposed solution.
726
+ # * Cosell—Technical Consultation: Connect with an Amazon Web Services
727
+ # Solutions Architect to address the partner's questions about the
728
+ # proposed solution.
733
729
  #
734
- # * Co-Sell - Total Cost of Ownership Evaluation: Assistance with
735
- # quoting different cost savings of proposed solutions on Amazon Web
736
- # Services versus on-premises or a traditional hosting environment.
730
+ # * Cosell—Total Cost of Ownership Evaluation: Assistance with quoting
731
+ # different cost savings of proposed solutions on Amazon Web Services
732
+ # versus on-premises or a traditional hosting environment.
737
733
  #
738
- # * Co-Sell - Deal Support: Request Amazon Web Services seller's
739
- # support to progress the opportunity (for example: joint customer
740
- # call, strategic positioning).
734
+ # * Cosell—Deal Support: Request Amazon Web Services seller's support
735
+ # to progress the opportunity (for example: joint customer call,
736
+ # strategic positioning).
741
737
  #
742
- # * Co-Sell - Support for Public Tender / RFx: Opportunity related to
743
- # the public sector where the partner needs Amazon Web Services RFx
738
+ # * Cosell—Support for Public Tender/RFx: Opportunity related to the
739
+ # public sector where the partner needs Amazon Web Services RFx
744
740
  # support.
745
741
  #
746
742
  # * Do Not Need Support from AWS Sales Rep: Indicates that a partner
747
743
  # doesn't need support from an Amazon Web Services sales
748
744
  # representative, and the partner solely manages the opportunity.
749
- # It's possible to request co-selling support on these opportunities
750
- # at any stage during their lifecycle. Also known as,
745
+ # It's possible to request coselling support on these opportunities
746
+ # at any stage during their lifecycles. This is also known as a
751
747
  # for-visibility-only (FVO) opportunity.
752
748
  #
753
749
  # @option params [Types::Project] :project
754
750
  # An object that contains project details for the `Opportunity`.
755
751
  #
756
752
  # @option params [Types::SoftwareRevenue] :software_revenue
757
- # Specifies details of a customer's procurement terms. Required only
758
- # for partners in eligible programs.
753
+ # Specifies details of a customer's procurement terms. This is required
754
+ # only for partners in eligible programs.
759
755
  #
760
756
  # @return [Types::CreateOpportunityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
761
757
  #
@@ -839,7 +835,7 @@ module Aws::PartnerCentralSelling
839
835
  # delivery_models: ["SaaS or PaaS"], # accepts SaaS or PaaS, BYOL or AMI, Managed Services, Professional Services, Resell, Other
840
836
  # expected_customer_spend: [
841
837
  # {
842
- # amount: "ExpectedCustomerSpendAmountString", # required
838
+ # amount: "String", # required
843
839
  # currency_code: "USD", # required, accepts USD, EUR, GBP, AUD, CAD, CNY, NZD, INR, JPY, CHF, SEK, AED, AFN, ALL, AMD, ANG, AOA, ARS, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CDF, CHE, CHW, CLF, CLP, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, FJD, FKP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, IQD, IRR, ISK, JMD, JOD, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USN, UYI, UYU, UZS, VEF, VND, VUV, WST, XAF, XCD, XDR, XOF, XPF, XSU, XUA, YER, ZAR, ZMW, ZWL
844
840
  # frequency: "Monthly", # required, accepts Monthly
845
841
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
@@ -878,7 +874,7 @@ module Aws::PartnerCentralSelling
878
874
  end
879
875
 
880
876
  # Allows you to remove an existing association between an `Opportunity`
881
- # and related entities such as a Partner Solution, Amazon Web Services
877
+ # and related entities, such as a Partner Solution, Amazon Web Services
882
878
  # product, or an Amazon Web Services Marketplace offer. This operation
883
879
  # is the counterpart to `AssociateOpportunity`, and it provides
884
880
  # flexibility to manage associations as business needs change.
@@ -888,23 +884,22 @@ module Aws::PartnerCentralSelling
888
884
  # error. Ensuring accurate associations helps maintain clarity and
889
885
  # accuracy to track and manage business opportunities. When you replace
890
886
  # an entity, first attach the new entity and then disassociate the one
891
- # to be removed, especially if it's the last remaining related entity
892
- # that's required.
887
+ # to be removed, especially if it's the last remaining entity that's
888
+ # required.
893
889
  #
894
890
  # @option params [required, String] :catalog
895
891
  # Specifies the catalog associated with the request. This field takes a
896
892
  # string value from a predefined list: `AWS` or `Sandbox`. The catalog
897
893
  # determines which environment the opportunity disassociation is made
898
894
  # in. Use `AWS` to disassociate opportunities in the Amazon Web Services
899
- # catalog, and `Sandbox` to test in a secure and isolated environment.
895
+ # catalog, and `Sandbox` for testing in secure, isolated environments.
900
896
  #
901
897
  # @option params [required, String] :opportunity_identifier
902
898
  # The opportunity's unique identifier for when you want to disassociate
903
- # it from related entities. This identifier is crucial to ensure the
904
- # correct opportunity is updated, especially in environments with
905
- # numerous opportunities.
899
+ # it from related entities. This identifier helps to ensure that the
900
+ # correct opportunity is updated.
906
901
  #
907
- # Validation: Ensure that the identifier provided corresponds to an
902
+ # Validation: Ensure that the provided identifier corresponds to an
908
903
  # existing opportunity in the Amazon Web Services system because
909
904
  # incorrect identifiers result in an error and no changes are made.
910
905
  #
@@ -916,12 +911,12 @@ module Aws::PartnerCentralSelling
916
911
  #
917
912
  # For Amazon Web Services Marketplace entities, use the Amazon Web
918
913
  # Services Marketplace API to obtain the necessary ARNs. For guidance on
919
- # retrieving these ARNs, refer to [ Amazon Web Services Marketplace
920
- # Catalog API][1] .
914
+ # retrieving these ARNs, see [ Amazon Web Services MarketplaceUsing the
915
+ # Amazon Web Services Marketplace Catalog API][1].
921
916
  #
922
917
  # Validation: Ensure the identifier or ARN is valid and corresponds to
923
- # an existing related entity. An incorrect or invalid identifier results
924
- # in an error.
918
+ # an existing entity. An incorrect or invalid identifier results in an
919
+ # error.
925
920
  #
926
921
  #
927
922
  #
@@ -930,15 +925,16 @@ module Aws::PartnerCentralSelling
930
925
  # @option params [required, String] :related_entity_type
931
926
  # The type of the entity that you're disassociating from the
932
927
  # opportunity. When you specify the entity type, it helps the system
933
- # correctly process the disassociation request and ensures that the
934
- # right connections are removed.
928
+ # correctly process the disassociation request to ensure that the right
929
+ # connections are removed.
935
930
  #
936
931
  # Examples of entity types include Partner Solution, Amazon Web Services
937
- # product, and Amazon Web Services Marketplace offer. Ensure that the
932
+ # product, and Amazon Web Services Marketplaceoffer. Ensure that the
938
933
  # value matches one of the expected entity types.
939
934
  #
940
- # Validation: Provide a valid entity type to ensure successful
941
- # disassociation. Invalid or incorrect entity types result in an error.
935
+ # Validation: Provide a valid entity type to help ensure successful
936
+ # disassociation. An invalid or incorrect entity type results in an
937
+ # error.
942
938
  #
943
939
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
944
940
  #
@@ -975,7 +971,7 @@ module Aws::PartnerCentralSelling
975
971
  # @option params [required, String] :related_opportunity_identifier
976
972
  # The unique identifier for the related partner opportunity. Use this
977
973
  # field to correlate an AWS opportunity with its corresponding partner
978
- # opportunity in your CRM system.
974
+ # opportunity.
979
975
  #
980
976
  # @return [Types::GetAwsOpportunitySummaryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
981
977
  #
@@ -1047,8 +1043,10 @@ module Aws::PartnerCentralSelling
1047
1043
  end
1048
1044
 
1049
1045
  # Retrieves the details of an engagement invitation shared by AWS with a
1050
- # partner. The information includes key aspects such as the customer,
1051
- # project details, and lifecycle information related to the engagement.
1046
+ # partner. The information includes aspects such as customer, project
1047
+ # details, and lifecycle information. To connect an engagement
1048
+ # invitation with an opportunity, match the invitation’s
1049
+ # `Payload.Project.Title` with opportunity `Project.Title`.
1052
1050
  #
1053
1051
  # @option params [required, String] :catalog
1054
1052
  # Specifies the catalog associated with the request. The field accepts
@@ -1056,8 +1054,8 @@ module Aws::PartnerCentralSelling
1056
1054
  # for testing environments.
1057
1055
  #
1058
1056
  # @option params [required, String] :identifier
1059
- # Specifies the unique identifier for the engagement invitation being
1060
- # retrieved.
1057
+ # Specifies the unique identifier for the retrieved engagement
1058
+ # invitation.
1061
1059
  #
1062
1060
  # @return [Types::GetEngagementInvitationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1063
1061
  #
@@ -1138,8 +1136,8 @@ module Aws::PartnerCentralSelling
1138
1136
  # string value from a predefined list: `AWS` or `Sandbox`. The catalog
1139
1137
  # determines which environment the opportunity is fetched from. Use
1140
1138
  # `AWS` to retrieve opportunities in the Amazon Web Services catalog,
1141
- # and `Sandbox` to retrieve opportunities in a secure and isolated
1142
- # testing environment.
1139
+ # and `Sandbox` to retrieve opportunities in a secure, isolated testing
1140
+ # environment.
1143
1141
  #
1144
1142
  # @option params [required, String] :identifier
1145
1143
  # Read-only, system generated `Opportunity` unique identifier.
@@ -1340,10 +1338,9 @@ module Aws::PartnerCentralSelling
1340
1338
  req.send_request(options)
1341
1339
  end
1342
1340
 
1343
- # This request accepts a list of filters to use to retrieve a specific
1344
- # subset of opportunities, as well as sort options. This feature is
1345
- # available to partners from [Partner Central][1] using the
1346
- # `ListOpportunities` API action.
1341
+ # This request accepts a list of filters that retrieve opportunity
1342
+ # subsets as well as sort options. This feature is available to partners
1343
+ # from [Partner Central][1] using the `ListOpportunities` API action.
1347
1344
  #
1348
1345
  # To synchronize your system with Amazon Web Services, only list the
1349
1346
  # opportunities that were newly created or updated. We recommend you
@@ -1373,8 +1370,7 @@ module Aws::PartnerCentralSelling
1373
1370
  # string value from a predefined list: `AWS` or `Sandbox`. The catalog
1374
1371
  # determines which environment the opportunities are listed in. Use
1375
1372
  # `AWS` for listing real opportunities in the Amazon Web Services
1376
- # catalog, and `Sandbox` for to test in a secure and isolated
1377
- # environment.
1373
+ # catalog, and `Sandbox` for testing in secure, isolated environments.
1378
1374
  #
1379
1375
  # @option params [Array<String>] :customer_company_name
1380
1376
  # Filters the opportunities based on the customer's company name. This
@@ -1406,7 +1402,7 @@ module Aws::PartnerCentralSelling
1406
1402
  # @option params [Integer] :max_results
1407
1403
  # Specifies the maximum number of results to return in a single call.
1408
1404
  # This limits the number of opportunities returned in the response to
1409
- # avoid overloading with too many results at once.
1405
+ # avoid providing too many results at once.
1410
1406
  #
1411
1407
  # Default: 20
1412
1408
  #
@@ -1525,10 +1521,8 @@ module Aws::PartnerCentralSelling
1525
1521
  # `Sort.SortBy` is `Identifier`.
1526
1522
  #
1527
1523
  # @option params [Array<String>] :status
1528
- # Filters the solutions based on their status. This filter helps
1529
- # retrieve solutions with statuses such as `Active`, `Inactive`, or
1530
- # `Pending Approval`, allowing partners to manage their solution
1531
- # portfolios effectively.
1524
+ # Filters solutions based on their status. This filter helps partners
1525
+ # manage their solution portfolios effectively.
1532
1526
  #
1533
1527
  # @return [Types::ListSolutionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1534
1528
  #
@@ -1572,40 +1566,39 @@ module Aws::PartnerCentralSelling
1572
1566
  req.send_request(options)
1573
1567
  end
1574
1568
 
1575
- # Use this action to reject an `EngagementInvitation` that has been
1576
- # shared by AWS. Rejecting the engagement invitation indicates that the
1577
- # partner does not wish to pursue the opportunity, and all related data
1578
- # will be inaccessible after the rejection.
1569
+ # This action rejects an `EngagementInvitation` that AWS shared.
1570
+ # Rejecting an invitation indicates that the partner doesn't want to
1571
+ # pursue the opportunity, and all related data will become inaccessible
1572
+ # thereafter.
1579
1573
  #
1580
1574
  # @option params [required, String] :catalog
1581
- # Specifies the catalog related to the engagement invitation. Accepted
1582
- # values are `AWS` and `Sandbox`, which determine the environment in
1583
- # which the opportunity is managed.
1575
+ # This is the catalog that's associated with the engagement invitation.
1576
+ # Acceptable values are `AWS` or `Sandbox`, and these values determine
1577
+ # the environment in which the opportunity is managed.
1584
1578
  #
1585
1579
  # @option params [required, String] :identifier
1586
- # Specifies the unique identifier of the `EngagementInvitation` to be
1587
- # rejected. Providing the correct identifier ensures that the intended
1580
+ # This is the unique identifier of the rejected `EngagementInvitation`.
1581
+ # Providing the correct identifier helps to ensure that the intended
1588
1582
  # invitation is rejected.
1589
1583
  #
1590
1584
  # @option params [String] :rejection_reason
1591
- # Specifies the reason for rejecting the engagement invitation.
1592
- # Providing a reason helps document the rationale behind the rejection
1593
- # and assists AWS in tracking patterns or issues. Possible values
1594
- # include:
1585
+ # This describes the reason for rejecting the engagement invitation,
1586
+ # which helps AWS track usage patterns. Acceptable values include the
1587
+ # following:
1595
1588
  #
1596
- # * *Customer problem unclear:* The customer's problem is not clearly
1597
- # defined.
1589
+ # * *Customer problem unclear:* The customer's problem isn't
1590
+ # understood.
1598
1591
  #
1599
- # * *Next steps unclear:* The next steps required to proceed are not
1600
- # clear.
1592
+ # * *Next steps unclear:* The next steps required to proceed aren't
1593
+ # understood.
1601
1594
  #
1602
1595
  # * *Unable to support:* The partner is unable to provide support due to
1603
1596
  # resource or capability constraints.
1604
1597
  #
1605
- # * *Duplicate of Partner Referral:* The opportunity is a duplicate of
1598
+ # * *Duplicate of partner referral:* The opportunity is a duplicate of
1606
1599
  # an existing referral.
1607
1600
  #
1608
- # * *Other:* Any other reason not covered by the specified values.
1601
+ # * *Other:* Any reason not covered by other values.
1609
1602
  #
1610
1603
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1611
1604
  #
@@ -1627,11 +1620,11 @@ module Aws::PartnerCentralSelling
1627
1620
  end
1628
1621
 
1629
1622
  # This action starts the engagement by accepting an
1630
- # `EngagementInvitation`. The task is asynchronous and involves several
1631
- # steps: accepting the invitation, creating an opportunity in the
1632
- # partner’s account from the AWS Opportunity, and copying over key
1633
- # details for tracking. Once completed, an `Opportunity Created` event
1634
- # is generated, indicating that the opportunity has been successfully
1623
+ # `EngagementInvitation`. The task is asynchronous and involves the
1624
+ # following steps: accepting the invitation, creating an opportunity in
1625
+ # the partner’s account from the AWS opportunity, and copying details
1626
+ # for tracking. When completed, an `Opportunity Created` event is
1627
+ # generated, indicating that the opportunity has been successfully
1635
1628
  # created in the partner's account.
1636
1629
  #
1637
1630
  # @option params [required, String] :catalog
@@ -1639,17 +1632,17 @@ module Aws::PartnerCentralSelling
1639
1632
  # engagements and `Sandbox` for testing scenarios.
1640
1633
  #
1641
1634
  # @option params [required, String] :client_token
1642
- # A unique, case-sensitive identifier provided by the client to ensure
1643
- # the idempotency of the request. Can be a random or meaningful string,
1644
- # but must be unique for each request.
1635
+ # A unique, case-sensitive identifier provided by the client that helps
1636
+ # to ensure the idempotency of the request. This can be a random or
1637
+ # meaningful string but must be unique for each request.
1645
1638
  #
1646
1639
  # **A suitable default value is auto-generated.** You should normally
1647
1640
  # not need to pass this option.**
1648
1641
  #
1649
1642
  # @option params [required, String] :identifier
1650
1643
  # Specifies the unique identifier of the `EngagementInvitation` to be
1651
- # accepted. Providing the correct identifier ensures the right
1652
- # engagement invitation is processed.
1644
+ # accepted. Providing the correct identifier helps ensure that the
1645
+ # correct engagement is processed.
1653
1646
  #
1654
1647
  # @return [Types::StartEngagementByAcceptingInvitationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1655
1648
  #
@@ -1675,7 +1668,7 @@ module Aws::PartnerCentralSelling
1675
1668
  # resp.engagement_invitation_id #=> String
1676
1669
  # resp.message #=> String
1677
1670
  # resp.opportunity_id #=> String
1678
- # resp.reason_code #=> String, one of "InvitationAccessDenied", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "EngagementValidationFailed", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict"
1671
+ # resp.reason_code #=> String, one of "InvitationAccessDenied", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "EngagementValidationFailed", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied"
1679
1672
  # resp.start_time #=> Time
1680
1673
  # resp.task_arn #=> String
1681
1674
  # resp.task_id #=> String
@@ -1698,9 +1691,8 @@ module Aws::PartnerCentralSelling
1698
1691
  #
1699
1692
  # @option params [required, Types::AwsSubmission] :aws_submission
1700
1693
  # Indicates the level of AWS involvement in the opportunity. This field
1701
- # helps track AWS's role and participation throughout the engagement,
1702
- # such as providing technical support, deal assistance, or sales
1703
- # support.
1694
+ # helps track AWS participation throughout the engagement, such as
1695
+ # providing technical support, deal assistance, and sales support.
1704
1696
  #
1705
1697
  # @option params [required, String] :catalog
1706
1698
  # Specifies the catalog in which the engagement is tracked. Acceptable
@@ -1708,17 +1700,17 @@ module Aws::PartnerCentralSelling
1708
1700
  # environments.
1709
1701
  #
1710
1702
  # @option params [required, String] :client_token
1711
- # A unique token provided by the client to ensure the idempotency of the
1712
- # request. It helps prevent the same task from being performed multiple
1713
- # times.
1703
+ # A unique token provided by the client to help ensure the idempotency
1704
+ # of the request. It helps prevent the same task from being performed
1705
+ # multiple times.
1714
1706
  #
1715
1707
  # **A suitable default value is auto-generated.** You should normally
1716
1708
  # not need to pass this option.**
1717
1709
  #
1718
1710
  # @option params [required, String] :identifier
1719
1711
  # The unique identifier of the opportunity from which the engagement
1720
- # task is to be initiated. This ensures the task is applied to the
1721
- # correct opportunity.
1712
+ # task is to be initiated. This helps ensure that the task is applied to
1713
+ # the correct opportunity.
1722
1714
  #
1723
1715
  # @return [Types::StartEngagementFromOpportunityTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1724
1716
  #
@@ -1746,7 +1738,7 @@ module Aws::PartnerCentralSelling
1746
1738
  #
1747
1739
  # resp.message #=> String
1748
1740
  # resp.opportunity_id #=> String
1749
- # resp.reason_code #=> String, one of "InvitationAccessDenied", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "EngagementValidationFailed", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict"
1741
+ # resp.reason_code #=> String, one of "InvitationAccessDenied", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "EngagementValidationFailed", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied"
1750
1742
  # resp.start_time #=> Time
1751
1743
  # resp.task_arn #=> String
1752
1744
  # resp.task_id #=> String
@@ -1777,13 +1769,13 @@ module Aws::PartnerCentralSelling
1777
1769
  # string value from a predefined list: `AWS` or `Sandbox`. The catalog
1778
1770
  # determines which environment the opportunity is updated in. Use `AWS`
1779
1771
  # to update real opportunities in the production environment, and
1780
- # `Sandbox` to test in a secure and isolated environment. When you use
1772
+ # `Sandbox` for testing in secure, isolated environments. When you use
1781
1773
  # the `Sandbox` catalog, it allows you to simulate and validate your
1782
1774
  # interactions with Amazon Web Services services without affecting live
1783
1775
  # data or operations.
1784
1776
  #
1785
1777
  # @option params [Types::Customer] :customer
1786
- # Specifies details of the customer associated with the `Opportunity` .
1778
+ # Specifies details of the customer associated with the `Opportunity`.
1787
1779
  #
1788
1780
  # @option params [required, String] :identifier
1789
1781
  # Read-only, system generated `Opportunity` unique identifier.
@@ -1800,9 +1792,9 @@ module Aws::PartnerCentralSelling
1800
1792
  # @option params [String] :national_security
1801
1793
  # Specifies if the opportunity is associated with national security
1802
1794
  # concerns. This flag is only applicable when the industry is
1803
- # `Government`. For national security-related opportunities, specific
1804
- # validation and compliance rules may apply, impacting the
1805
- # opportunity's visibility and processing.
1795
+ # `Government`. For national-security-related opportunities, validation
1796
+ # and compliance rules may apply, impacting the opportunity's
1797
+ # visibility and processing.
1806
1798
  #
1807
1799
  # @option params [String] :opportunity_type
1808
1800
  # Specifies the opportunity type as a renewal, new, or expansion.
@@ -1833,42 +1825,42 @@ module Aws::PartnerCentralSelling
1833
1825
  #
1834
1826
  # Valid values:
1835
1827
  #
1836
- # * Co-Sell - Architectural Validation: Confirmation from Amazon Web
1828
+ # * Cosell—Architectural Validation: Confirmation from Amazon Web
1837
1829
  # Services that the partner's proposed solution architecture is
1838
1830
  # aligned with Amazon Web Services best practices and poses minimal
1839
1831
  # architectural risks.
1840
1832
  #
1841
- # * Co-Sell - Business Presentation: Request Amazon Web Services
1842
- # seller's participation in a joint customer presentation.
1833
+ # * Cosell—Business Presentation: Request Amazon Web Services seller's
1834
+ # participation in a joint customer presentation.
1843
1835
  #
1844
- # * Co-Sell - Competitive Information: Access to Amazon Web Services
1836
+ # * Cosell—Competitive Information: Access to Amazon Web Services
1845
1837
  # competitive resources and support for the partner's proposed
1846
1838
  # solution.
1847
1839
  #
1848
- # * Co-Sell - Pricing Assistance: Connect with an AWS seller for support
1840
+ # * Cosell—Pricing Assistance: Connect with an AWS seller for support
1849
1841
  # situations where a partner may be receiving an upfront discount on a
1850
1842
  # service (for example: EDP deals).
1851
1843
  #
1852
- # * Co-Sell - Technical Consultation: Connection with an Amazon Web
1844
+ # * Cosell—Technical Consultation: Connection with an Amazon Web
1853
1845
  # Services Solutions Architect to address the partner's questions
1854
1846
  # about the proposed solution.
1855
1847
  #
1856
- # * Co-Sell - Total Cost of Ownership Evaluation: Assistance with
1857
- # quoting different cost savings of proposed solutions on Amazon Web
1858
- # Services versus on-premises or a traditional hosting environment.
1848
+ # * Cosell—Total Cost of Ownership Evaluation: Assistance with quoting
1849
+ # different cost savings of proposed solutions on Amazon Web Services
1850
+ # versus on-premises or a traditional hosting environment.
1859
1851
  #
1860
- # * Co-Sell - Deal Support: Request Amazon Web Services seller's
1861
- # support to progress the opportunity (for example: joint customer
1862
- # call, strategic positioning).
1852
+ # * Cosell—Deal Support: Request Amazon Web Services seller's support
1853
+ # to progress the opportunity (for example: joint customer call,
1854
+ # strategic positioning).
1863
1855
  #
1864
- # * Co-Sell - Support for Public Tender / RFx: Opportunity related to
1865
- # the public sector where the partner needs RFx support from Amazon
1866
- # Web Services.
1856
+ # * Cosell—Support for Public Tender/RFx: Opportunity related to the
1857
+ # public sector where the partner needs RFx support from Amazon Web
1858
+ # Services.
1867
1859
  #
1868
1860
  # * Do Not Need Support from AWS Sales Rep: Indicates that a partner
1869
1861
  # doesn't need support from an Amazon Web Services Sales
1870
1862
  # representative. The opportunity is managed solely by the partner.
1871
- # It's possible to request co-selling support on these opportunities
1863
+ # It's possible to request coselling support on these opportunities
1872
1864
  # at any stage during their lifecycle. Also known as,
1873
1865
  # for-visibility-only (FVO) opportunity.
1874
1866
  #
@@ -1951,7 +1943,7 @@ module Aws::PartnerCentralSelling
1951
1943
  # delivery_models: ["SaaS or PaaS"], # accepts SaaS or PaaS, BYOL or AMI, Managed Services, Professional Services, Resell, Other
1952
1944
  # expected_customer_spend: [
1953
1945
  # {
1954
- # amount: "ExpectedCustomerSpendAmountString", # required
1946
+ # amount: "String", # required
1955
1947
  # currency_code: "USD", # required, accepts USD, EUR, GBP, AUD, CAD, CNY, NZD, INR, JPY, CHF, SEK, AED, AFN, ALL, AMD, ANG, AOA, ARS, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CDF, CHE, CHW, CLF, CLP, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, FJD, FKP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, IQD, IRR, ISK, JMD, JOD, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USN, UYI, UYU, UZS, VEF, VND, VUV, WST, XAF, XCD, XDR, XOF, XPF, XSU, XUA, YER, ZAR, ZMW, ZWL
1956
1948
  # frequency: "Monthly", # required, accepts Monthly
1957
1949
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
@@ -2006,7 +1998,7 @@ module Aws::PartnerCentralSelling
2006
1998
  tracer: tracer
2007
1999
  )
2008
2000
  context[:gem_name] = 'aws-sdk-partnercentralselling'
2009
- context[:gem_version] = '1.0.0'
2001
+ context[:gem_version] = '1.1.0'
2010
2002
  Seahorse::Client::Request.new(handlers, context)
2011
2003
  end
2012
2004