aws-sdk-partnercentralselling 1.13.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -530,12 +530,6 @@ module Aws::PartnerCentralSelling
530
530
  # opportunity owner is the one who creates it. Currently, there's no
531
531
  # API to enumerate the list of available users.
532
532
  #
533
- # @option params [required, Types::AssigneeContact] :assignee
534
- # Specifies the user or team member responsible for managing the
535
- # assigned opportunity. This field identifies the *Assignee* based on
536
- # the partner's internal team structure. Ensure that the email address
537
- # is associated with a registered user in your Partner Central account.
538
- #
539
533
  # @option params [required, String] :catalog
540
534
  # Specifies the catalog associated with the request. This field takes a
541
535
  # string value from a predefined list: `AWS` or `Sandbox`. The catalog
@@ -548,19 +542,25 @@ module Aws::PartnerCentralSelling
548
542
  # assign it to another user. Provide the correct identifier so the
549
543
  # intended opportunity is reassigned.
550
544
  #
545
+ # @option params [required, Types::AssigneeContact] :assignee
546
+ # Specifies the user or team member responsible for managing the
547
+ # assigned opportunity. This field identifies the *Assignee* based on
548
+ # the partner's internal team structure. Ensure that the email address
549
+ # is associated with a registered user in your Partner Central account.
550
+ #
551
551
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
552
552
  #
553
553
  # @example Request syntax with placeholder values
554
554
  #
555
555
  # resp = client.assign_opportunity({
556
+ # catalog: "CatalogIdentifier", # required
557
+ # identifier: "OpportunityIdentifier", # required
556
558
  # assignee: { # required
557
- # business_title: "JobTitle", # required
558
559
  # email: "Email", # required
559
560
  # first_name: "AssigneeContactFirstNameString", # required
560
561
  # last_name: "AssigneeContactLastNameString", # required
562
+ # business_title: "JobTitle", # required
561
563
  # },
562
- # catalog: "CatalogIdentifier", # required
563
- # identifier: "OpportunityIdentifier", # required
564
564
  # })
565
565
  #
566
566
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AssignOpportunity AWS API Documentation
@@ -627,6 +627,11 @@ module Aws::PartnerCentralSelling
627
627
  # associate it with a related entity. Provide the correct identifier so
628
628
  # the intended opportunity is updated with the association.
629
629
  #
630
+ # @option params [required, String] :related_entity_type
631
+ # Specifies the entity type that you're associating with the `
632
+ # Opportunity`. This helps to categorize and properly process the
633
+ # association.
634
+ #
630
635
  # @option params [required, String] :related_entity_identifier
631
636
  # Requires the related entity's unique identifier when you want to
632
637
  # associate it with the ` Opportunity`. For Amazon Web Services
@@ -637,11 +642,6 @@ module Aws::PartnerCentralSelling
637
642
  #
638
643
  # [1]: https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html
639
644
  #
640
- # @option params [required, String] :related_entity_type
641
- # Specifies the entity type that you're associating with the `
642
- # Opportunity`. This helps to categorize and properly process the
643
- # association.
644
- #
645
645
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
646
646
  #
647
647
  # @example Request syntax with placeholder values
@@ -649,8 +649,8 @@ module Aws::PartnerCentralSelling
649
649
  # resp = client.associate_opportunity({
650
650
  # catalog: "CatalogIdentifier", # required
651
651
  # opportunity_identifier: "OpportunityIdentifier", # required
652
- # related_entity_identifier: "AssociateOpportunityRequestRelatedEntityIdentifierString", # required
653
652
  # related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers
653
+ # related_entity_identifier: "AssociateOpportunityRequestRelatedEntityIdentifierString", # required
654
654
  # })
655
655
  #
656
656
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AssociateOpportunity AWS API Documentation
@@ -682,6 +682,12 @@ module Aws::PartnerCentralSelling
682
682
  # **A suitable default value is auto-generated.** You should normally
683
683
  # not need to pass this option.**
684
684
  #
685
+ # @option params [required, String] :title
686
+ # Specifies the title of the `Engagement`.
687
+ #
688
+ # @option params [required, String] :description
689
+ # Provides a description of the `Engagement`.
690
+ #
685
691
  # @option params [Array<Types::EngagementContextDetails>] :contexts
686
692
  # The `Contexts` field is a required array of objects, with a maximum of
687
693
  # 5 contexts allowed, specifying detailed information about customer
@@ -699,50 +705,44 @@ module Aws::PartnerCentralSelling
699
705
  # facilitating effective collaboration between parties by providing
700
706
  # relevant customer and project information.
701
707
  #
702
- # @option params [required, String] :description
703
- # Provides a description of the `Engagement`.
704
- #
705
- # @option params [required, String] :title
706
- # Specifies the title of the `Engagement`.
707
- #
708
708
  # @return [Types::CreateEngagementResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
709
709
  #
710
- # * {Types::CreateEngagementResponse#arn #arn} => String
711
710
  # * {Types::CreateEngagementResponse#id #id} => String
711
+ # * {Types::CreateEngagementResponse#arn #arn} => String
712
712
  #
713
713
  # @example Request syntax with placeholder values
714
714
  #
715
715
  # resp = client.create_engagement({
716
716
  # catalog: "CatalogIdentifier", # required
717
717
  # client_token: "CreateEngagementRequestClientTokenString", # required
718
+ # title: "EngagementTitle", # required
719
+ # description: "EngagementDescription", # required
718
720
  # contexts: [
719
721
  # {
722
+ # type: "CustomerProject", # required, accepts CustomerProject
720
723
  # payload: {
721
724
  # customer_project: {
722
725
  # customer: {
723
- # company_name: "CompanyName", # required
724
- # country_code: "US", # required, accepts US, AF, AX, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BQ, BA, BW, BV, BR, IO, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CG, CK, CR, CI, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, GF, PF, TF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GP, GU, GT, GG, GN, GW, GY, HT, HM, VA, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, JM, JP, JE, JO, KZ, KE, KI, KR, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MQ, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, NF, MP, NO, OM, PK, PW, PS, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, GS, SS, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TL, TG, TK, TO, TT, TN, TR, TM, TC, TV, UG, UA, AE, GB, UM, UY, UZ, VU, VE, VN, VG, VI, WF, EH, YE, ZM, ZW
725
726
  # industry: "Aerospace", # required, accepts Aerospace, Agriculture, Automotive, Computers and Electronics, Consumer Goods, Education, Energy - Oil and Gas, Energy - Power and Utilities, Financial Services, Gaming, Government, Healthcare, Hospitality, Life Sciences, Manufacturing, Marketing and Advertising, Media and Entertainment, Mining, Non-Profit Organization, Professional Services, Real Estate and Construction, Retail, Software and Internet, Telecommunications, Transportation and Logistics, Travel, Wholesale and Distribution, Other
727
+ # company_name: "CompanyName", # required
726
728
  # website_url: "CompanyWebsiteUrl", # required
729
+ # country_code: "US", # required, accepts US, AF, AX, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BQ, BA, BW, BV, BR, IO, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CG, CK, CR, CI, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, GF, PF, TF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GP, GU, GT, GG, GN, GW, GY, HT, HM, VA, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, JM, JP, JE, JO, KZ, KE, KI, KR, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MQ, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, NF, MP, NO, OM, PK, PW, PS, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, GS, SS, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TL, TG, TK, TO, TT, TN, TR, TM, TC, TV, UG, UA, AE, GB, UM, UY, UZ, VU, VE, VN, VG, VI, WF, EH, YE, ZM, ZW
727
730
  # },
728
731
  # project: {
732
+ # title: "EngagementCustomerProjectTitle", # required
729
733
  # business_problem: "EngagementCustomerBusinessProblem", # required
730
734
  # target_completion_date: "EngagementCustomerProjectDetailsTargetCompletionDateString", # required
731
- # title: "EngagementCustomerProjectTitle", # required
732
735
  # },
733
736
  # },
734
737
  # },
735
- # type: "CustomerProject", # required, accepts CustomerProject
736
738
  # },
737
739
  # ],
738
- # description: "EngagementDescription", # required
739
- # title: "EngagementTitle", # required
740
740
  # })
741
741
  #
742
742
  # @example Response structure
743
743
  #
744
- # resp.arn #=> String
745
744
  # resp.id #=> String
745
+ # resp.arn #=> String
746
746
  #
747
747
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateEngagement AWS API Documentation
748
748
  #
@@ -784,8 +784,8 @@ module Aws::PartnerCentralSelling
784
784
  #
785
785
  # @return [Types::CreateEngagementInvitationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
786
786
  #
787
- # * {Types::CreateEngagementInvitationResponse#arn #arn} => String
788
787
  # * {Types::CreateEngagementInvitationResponse#id #id} => String
788
+ # * {Types::CreateEngagementInvitationResponse#arn #arn} => String
789
789
  #
790
790
  # @example Request syntax with placeholder values
791
791
  #
@@ -795,44 +795,44 @@ module Aws::PartnerCentralSelling
795
795
  # engagement_identifier: "EngagementIdentifier", # required
796
796
  # invitation: { # required
797
797
  # message: "InvitationMessage", # required
798
+ # receiver: { # required
799
+ # account: {
800
+ # alias: "Alias",
801
+ # aws_account_id: "AwsAccount", # required
802
+ # },
803
+ # },
798
804
  # payload: { # required
799
805
  # opportunity_invitation: {
806
+ # sender_contacts: [
807
+ # {
808
+ # email: "SenderContactEmail", # required
809
+ # first_name: "Name",
810
+ # last_name: "Name",
811
+ # business_title: "JobTitle",
812
+ # phone: "PhoneNumber",
813
+ # },
814
+ # ],
815
+ # receiver_responsibilities: ["Distributor"], # required, accepts Distributor, Reseller, Hardware Partner, Managed Service Provider, Software Partner, Services Partner, Training Partner, Co-Sell Facilitator, Facilitator
800
816
  # customer: { # required
801
- # company_name: "CompanyName", # required
802
- # country_code: "US", # required, accepts US, AF, AX, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BQ, BA, BW, BV, BR, IO, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CG, CK, CR, CI, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, GF, PF, TF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GP, GU, GT, GG, GN, GW, GY, HT, HM, VA, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, JM, JP, JE, JO, KZ, KE, KI, KR, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MQ, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, NF, MP, NO, OM, PK, PW, PS, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, GS, SS, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TL, TG, TK, TO, TT, TN, TR, TM, TC, TV, UG, UA, AE, GB, UM, UY, UZ, VU, VE, VN, VG, VI, WF, EH, YE, ZM, ZW
803
817
  # industry: "Aerospace", # required, accepts Aerospace, Agriculture, Automotive, Computers and Electronics, Consumer Goods, Education, Energy - Oil and Gas, Energy - Power and Utilities, Financial Services, Gaming, Government, Healthcare, Hospitality, Life Sciences, Manufacturing, Marketing and Advertising, Media and Entertainment, Mining, Non-Profit Organization, Professional Services, Real Estate and Construction, Retail, Software and Internet, Telecommunications, Transportation and Logistics, Travel, Wholesale and Distribution, Other
818
+ # company_name: "CompanyName", # required
804
819
  # website_url: "CompanyWebsiteUrl", # required
820
+ # country_code: "US", # required, accepts US, AF, AX, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BQ, BA, BW, BV, BR, IO, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CG, CK, CR, CI, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, GF, PF, TF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GP, GU, GT, GG, GN, GW, GY, HT, HM, VA, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, JM, JP, JE, JO, KZ, KE, KI, KR, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MQ, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, NF, MP, NO, OM, PK, PW, PS, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, GS, SS, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TL, TG, TK, TO, TT, TN, TR, TM, TC, TV, UG, UA, AE, GB, UM, UY, UZ, VU, VE, VN, VG, VI, WF, EH, YE, ZM, ZW
805
821
  # },
806
822
  # project: { # required
807
823
  # business_problem: "EngagementCustomerBusinessProblem", # required
824
+ # title: "ProjectDetailsTitleString", # required
825
+ # target_completion_date: "Date", # required
808
826
  # expected_customer_spend: [ # required
809
827
  # {
810
- # amount: "String", # required
828
+ # amount: "Amount", # required
811
829
  # 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
812
- # estimation_url: "WebsiteUrl",
813
830
  # frequency: "Monthly", # required, accepts Monthly
814
831
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
832
+ # estimation_url: "WebsiteUrl",
815
833
  # },
816
834
  # ],
817
- # target_completion_date: "Date", # required
818
- # title: "ProjectDetailsTitleString", # required
819
835
  # },
820
- # receiver_responsibilities: ["Distributor"], # required, accepts Distributor, Reseller, Hardware Partner, Managed Service Provider, Software Partner, Services Partner, Training Partner, Co-Sell Facilitator, Facilitator
821
- # sender_contacts: [
822
- # {
823
- # business_title: "JobTitle",
824
- # email: "SenderContactEmail", # required
825
- # first_name: "Name",
826
- # last_name: "Name",
827
- # phone: "PhoneNumber",
828
- # },
829
- # ],
830
- # },
831
- # },
832
- # receiver: { # required
833
- # account: {
834
- # alias: "Alias",
835
- # aws_account_id: "AwsAccount", # required
836
836
  # },
837
837
  # },
838
838
  # },
@@ -840,8 +840,8 @@ module Aws::PartnerCentralSelling
840
840
  #
841
841
  # @example Response structure
842
842
  #
843
- # resp.arn #=> String
844
843
  # resp.id #=> String
844
+ # resp.arn #=> String
845
845
  #
846
846
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateEngagementInvitation AWS API Documentation
847
847
  #
@@ -882,79 +882,6 @@ module Aws::PartnerCentralSelling
882
882
  # to create opportunities in the Amazon Web Services catalog, and
883
883
  # `Sandbox` for testing in secure, isolated environments.
884
884
  #
885
- # @option params [required, String] :client_token
886
- # Required to be unique, and should be unchanging, it can be randomly
887
- # generated or a meaningful string.
888
- #
889
- # Default: None
890
- #
891
- # Best practice: To help ensure uniqueness and avoid conflicts, use a
892
- # Universally Unique Identifier (UUID) as the `ClientToken`. You can use
893
- # standard libraries from most programming languages to generate this.
894
- # If you use the same client token, the API returns the following error:
895
- # "Conflicting client token submitted for a new request body."
896
- #
897
- # **A suitable default value is auto-generated.** You should normally
898
- # not need to pass this option.**
899
- #
900
- # @option params [Types::Customer] :customer
901
- # Specifies customer details associated with the `Opportunity`.
902
- #
903
- # @option params [Types::LifeCycle] :life_cycle
904
- # An object that contains lifecycle details for the `Opportunity`.
905
- #
906
- # @option params [Types::Marketing] :marketing
907
- # This object contains marketing details and is optional for an
908
- # opportunity.
909
- #
910
- # @option params [String] :national_security
911
- # Indicates whether the `Opportunity` pertains to a national security
912
- # project. This field must be set to `true` only when the customer's
913
- # industry is *Government*. Additional privacy and security measures
914
- # apply during the review and management process for opportunities
915
- # marked as `NationalSecurity`.
916
- #
917
- # @option params [Array<Types::Contact>] :opportunity_team
918
- # Represents the internal team handling the opportunity. Specify
919
- # collaborating members of this opportunity who are within the
920
- # partner's organization.
921
- #
922
- # @option params [String] :opportunity_type
923
- # Specifies the opportunity type as a renewal, new, or expansion.
924
- #
925
- # Opportunity types:
926
- #
927
- # * New opportunity: Represents a new business opportunity with a
928
- # potential customer that's not previously engaged with your
929
- # solutions or services.
930
- #
931
- # * Renewal opportunity: Represents an opportunity to renew an existing
932
- # contract or subscription with a current customer, ensuring
933
- # continuity of service.
934
- #
935
- # * Expansion opportunity: Represents an opportunity to expand the scope
936
- # of an existing contract or subscription, either by adding new
937
- # services or increasing the volume of existing services for a current
938
- # customer.
939
- #
940
- # @option params [String] :origin
941
- # Specifies the origin of the opportunity, indicating if it was sourced
942
- # from Amazon Web Services or the partner. For all opportunities created
943
- # with `Catalog: AWS`, this field must only be `Partner Referral`.
944
- # However, when using `Catalog: Sandbox`, you can set this field to `AWS
945
- # Referral` to simulate Amazon Web Services referral creation. This
946
- # allows Amazon Web Services-originated flows testing in the sandbox
947
- # catalog.
948
- #
949
- # @option params [String] :partner_opportunity_identifier
950
- # Specifies the opportunity's unique identifier in the partner's CRM
951
- # system. This value is essential to track and reconcile because it's
952
- # included in the outbound payload to the partner.
953
- #
954
- # This field allows partners to link an opportunity to their CRM, which
955
- # helps to ensure seamless integration and accurate synchronization
956
- # between the Partner Central API and the partner's internal systems.
957
- #
958
885
  # @option params [Array<String>] :primary_needs_from_aws
959
886
  # Identifies the type of support the partner needs from Amazon Web
960
887
  # Services.
@@ -993,124 +920,206 @@ module Aws::PartnerCentralSelling
993
920
  # public sector where the partner needs Amazon Web Services RFx
994
921
  # support.
995
922
  #
923
+ # @option params [String] :national_security
924
+ # Indicates whether the `Opportunity` pertains to a national security
925
+ # project. This field must be set to `true` only when the customer's
926
+ # industry is *Government*. Additional privacy and security measures
927
+ # apply during the review and management process for opportunities
928
+ # marked as `NationalSecurity`.
929
+ #
930
+ # @option params [String] :partner_opportunity_identifier
931
+ # Specifies the opportunity's unique identifier in the partner's CRM
932
+ # system. This value is essential to track and reconcile because it's
933
+ # included in the outbound payload to the partner.
934
+ #
935
+ # This field allows partners to link an opportunity to their CRM, which
936
+ # helps to ensure seamless integration and accurate synchronization
937
+ # between the Partner Central API and the partner's internal systems.
938
+ #
939
+ # @option params [Types::Customer] :customer
940
+ # Specifies customer details associated with the `Opportunity`.
941
+ #
996
942
  # @option params [Types::Project] :project
997
943
  # An object that contains project details for the `Opportunity`.
998
944
  #
945
+ # @option params [String] :opportunity_type
946
+ # Specifies the opportunity type as a renewal, new, or expansion.
947
+ #
948
+ # Opportunity types:
949
+ #
950
+ # * New opportunity: Represents a new business opportunity with a
951
+ # potential customer that's not previously engaged with your
952
+ # solutions or services.
953
+ #
954
+ # * Renewal opportunity: Represents an opportunity to renew an existing
955
+ # contract or subscription with a current customer, ensuring
956
+ # continuity of service.
957
+ #
958
+ # * Expansion opportunity: Represents an opportunity to expand the scope
959
+ # of an existing contract or subscription, either by adding new
960
+ # services or increasing the volume of existing services for a current
961
+ # customer.
962
+ #
963
+ # @option params [Types::Marketing] :marketing
964
+ # This object contains marketing details and is optional for an
965
+ # opportunity.
966
+ #
999
967
  # @option params [Types::SoftwareRevenue] :software_revenue
1000
968
  # Specifies details of a customer's procurement terms. This is required
1001
969
  # only for partners in eligible programs.
1002
970
  #
971
+ # @option params [required, String] :client_token
972
+ # Required to be unique, and should be unchanging, it can be randomly
973
+ # generated or a meaningful string.
974
+ #
975
+ # Default: None
976
+ #
977
+ # Best practice: To help ensure uniqueness and avoid conflicts, use a
978
+ # Universally Unique Identifier (UUID) as the `ClientToken`. You can use
979
+ # standard libraries from most programming languages to generate this.
980
+ # If you use the same client token, the API returns the following error:
981
+ # "Conflicting client token submitted for a new request body."
982
+ #
983
+ # **A suitable default value is auto-generated.** You should normally
984
+ # not need to pass this option.**
985
+ #
986
+ # @option params [Types::LifeCycle] :life_cycle
987
+ # An object that contains lifecycle details for the `Opportunity`.
988
+ #
989
+ # @option params [String] :origin
990
+ # Specifies the origin of the opportunity, indicating if it was sourced
991
+ # from Amazon Web Services or the partner. For all opportunities created
992
+ # with `Catalog: AWS`, this field must only be `Partner Referral`.
993
+ # However, when using `Catalog: Sandbox`, you can set this field to `AWS
994
+ # Referral` to simulate Amazon Web Services referral creation. This
995
+ # allows Amazon Web Services-originated flows testing in the sandbox
996
+ # catalog.
997
+ #
998
+ # @option params [Array<Types::Contact>] :opportunity_team
999
+ # Represents the internal team handling the opportunity. Specify
1000
+ # collaborating members of this opportunity who are within the
1001
+ # partner's organization.
1002
+ #
1003
+ # @option params [Array<Types::Tag>] :tags
1004
+ # A map of the key-value pairs of the tag or tags to assign.
1005
+ #
1003
1006
  # @return [Types::CreateOpportunityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1004
1007
  #
1005
1008
  # * {Types::CreateOpportunityResponse#id #id} => String
1006
- # * {Types::CreateOpportunityResponse#last_modified_date #last_modified_date} => Time
1007
1009
  # * {Types::CreateOpportunityResponse#partner_opportunity_identifier #partner_opportunity_identifier} => String
1010
+ # * {Types::CreateOpportunityResponse#last_modified_date #last_modified_date} => Time
1008
1011
  #
1009
1012
  # @example Request syntax with placeholder values
1010
1013
  #
1011
1014
  # resp = client.create_opportunity({
1012
1015
  # catalog: "CatalogIdentifier", # required
1013
- # client_token: "CreateOpportunityRequestClientTokenString", # required
1016
+ # primary_needs_from_aws: ["Co-Sell - Architectural Validation"], # accepts Co-Sell - Architectural Validation, Co-Sell - Business Presentation, Co-Sell - Competitive Information, Co-Sell - Pricing Assistance, Co-Sell - Technical Consultation, Co-Sell - Total Cost of Ownership Evaluation, Co-Sell - Deal Support, Co-Sell - Support for Public Tender / RFx
1017
+ # national_security: "Yes", # accepts Yes, No
1018
+ # partner_opportunity_identifier: "CreateOpportunityRequestPartnerOpportunityIdentifierString",
1014
1019
  # customer: {
1015
1020
  # account: {
1021
+ # industry: "Aerospace", # accepts Aerospace, Agriculture, Automotive, Computers and Electronics, Consumer Goods, Education, Energy - Oil and Gas, Energy - Power and Utilities, Financial Services, Gaming, Government, Healthcare, Hospitality, Life Sciences, Manufacturing, Marketing and Advertising, Media and Entertainment, Mining, Non-Profit Organization, Professional Services, Real Estate and Construction, Retail, Software and Internet, Telecommunications, Transportation and Logistics, Travel, Wholesale and Distribution, Other
1022
+ # other_industry: "AccountOtherIndustryString",
1023
+ # company_name: "AccountCompanyNameString", # required
1024
+ # website_url: "WebsiteUrl",
1025
+ # aws_account_id: "AwsAccount",
1016
1026
  # address: {
1017
1027
  # city: "AddressCityString",
1018
- # country_code: "US", # accepts US, AF, AX, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BQ, BA, BW, BV, BR, IO, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CG, CK, CR, CI, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, GF, PF, TF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GP, GU, GT, GG, GN, GW, GY, HT, HM, VA, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, JM, JP, JE, JO, KZ, KE, KI, KR, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MQ, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, NF, MP, NO, OM, PK, PW, PS, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, GS, SS, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TL, TG, TK, TO, TT, TN, TR, TM, TC, TV, UG, UA, AE, GB, UM, UY, UZ, VU, VE, VN, VG, VI, WF, EH, YE, ZM, ZW
1019
1028
  # postal_code: "AddressPostalCodeString",
1020
1029
  # state_or_region: "AddressPart",
1030
+ # country_code: "US", # accepts US, AF, AX, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BQ, BA, BW, BV, BR, IO, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CG, CK, CR, CI, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, GF, PF, TF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GP, GU, GT, GG, GN, GW, GY, HT, HM, VA, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, JM, JP, JE, JO, KZ, KE, KI, KR, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MQ, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, NF, MP, NO, OM, PK, PW, PS, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, GS, SS, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TL, TG, TK, TO, TT, TN, TR, TM, TC, TV, UG, UA, AE, GB, UM, UY, UZ, VU, VE, VN, VG, VI, WF, EH, YE, ZM, ZW
1021
1031
  # street_address: "AddressStreetAddressString",
1022
1032
  # },
1023
- # aws_account_id: "AwsAccount",
1024
- # company_name: "AccountCompanyNameString", # required
1025
1033
  # duns: "DunsNumber",
1026
- # industry: "Aerospace", # accepts Aerospace, Agriculture, Automotive, Computers and Electronics, Consumer Goods, Education, Energy - Oil and Gas, Energy - Power and Utilities, Financial Services, Gaming, Government, Healthcare, Hospitality, Life Sciences, Manufacturing, Marketing and Advertising, Media and Entertainment, Mining, Non-Profit Organization, Professional Services, Real Estate and Construction, Retail, Software and Internet, Telecommunications, Transportation and Logistics, Travel, Wholesale and Distribution, Other
1027
- # other_industry: "AccountOtherIndustryString",
1028
- # website_url: "WebsiteUrl",
1029
1034
  # },
1030
1035
  # contacts: [
1031
1036
  # {
1032
- # business_title: "JobTitle",
1033
1037
  # email: "Email",
1034
1038
  # first_name: "ContactFirstNameString",
1035
1039
  # last_name: "ContactLastNameString",
1040
+ # business_title: "JobTitle",
1036
1041
  # phone: "PhoneNumber",
1037
1042
  # },
1038
1043
  # ],
1039
1044
  # },
1040
- # life_cycle: {
1041
- # closed_lost_reason: "Customer Deficiency", # accepts Customer Deficiency, Delay / Cancellation of Project, Legal / Tax / Regulatory, Lost to Competitor - Google, Lost to Competitor - Microsoft, Lost to Competitor - SoftLayer, Lost to Competitor - VMWare, Lost to Competitor - Other, No Opportunity, On Premises Deployment, Partner Gap, Price, Security / Compliance, Technical Limitations, Customer Experience, Other, People/Relationship/Governance, Product/Technology, Financial/Commercial
1042
- # next_steps: "LifeCycleNextStepsString",
1043
- # next_steps_history: [
1044
- # {
1045
- # time: Time.now, # required
1046
- # value: "String", # required
1047
- # },
1048
- # ],
1049
- # review_comments: "String",
1050
- # review_status: "Pending Submission", # accepts Pending Submission, Submitted, In review, Approved, Rejected, Action Required
1051
- # review_status_reason: "String",
1052
- # stage: "Prospect", # accepts Prospect, Qualified, Technical Validation, Business Validation, Committed, Launched, Closed Lost
1053
- # target_close_date: "Date",
1054
- # },
1055
- # marketing: {
1056
- # aws_funding_used: "Yes", # accepts Yes, No
1057
- # campaign_name: "String",
1058
- # channels: ["AWS Marketing Central"], # accepts AWS Marketing Central, Content Syndication, Display, Email, Live Event, Out Of Home (OOH), Print, Search, Social, Telemarketing, TV, Video, Virtual Event
1059
- # source: "Marketing Activity", # accepts Marketing Activity, None
1060
- # use_cases: ["String"],
1061
- # },
1062
- # national_security: "Yes", # accepts Yes, No
1063
- # opportunity_team: [
1064
- # {
1065
- # business_title: "JobTitle",
1066
- # email: "Email",
1067
- # first_name: "ContactFirstNameString",
1068
- # last_name: "ContactLastNameString",
1069
- # phone: "PhoneNumber",
1070
- # },
1071
- # ],
1072
- # opportunity_type: "Net New Business", # accepts Net New Business, Flat Renewal, Expansion
1073
- # origin: "AWS Referral", # accepts AWS Referral, Partner Referral
1074
- # partner_opportunity_identifier: "CreateOpportunityRequestPartnerOpportunityIdentifierString",
1075
- # primary_needs_from_aws: ["Co-Sell - Architectural Validation"], # accepts Co-Sell - Architectural Validation, Co-Sell - Business Presentation, Co-Sell - Competitive Information, Co-Sell - Pricing Assistance, Co-Sell - Technical Consultation, Co-Sell - Total Cost of Ownership Evaluation, Co-Sell - Deal Support, Co-Sell - Support for Public Tender / RFx
1076
1045
  # project: {
1077
- # additional_comments: "ProjectAdditionalCommentsString",
1078
- # apn_programs: ["String"],
1079
- # competitor_name: "Oracle Cloud", # accepts Oracle Cloud, On-Prem, Co-location, Akamai, AliCloud, Google Cloud Platform, IBM Softlayer, Microsoft Azure, Other- Cost Optimization, No Competition, *Other
1080
- # customer_business_problem: "ProjectCustomerBusinessProblemString",
1081
- # customer_use_case: "String",
1082
1046
  # delivery_models: ["SaaS or PaaS"], # accepts SaaS or PaaS, BYOL or AMI, Managed Services, Professional Services, Resell, Other
1083
1047
  # expected_customer_spend: [
1084
1048
  # {
1085
- # amount: "String", # required
1049
+ # amount: "Amount", # required
1086
1050
  # 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
1087
- # estimation_url: "WebsiteUrl",
1088
1051
  # frequency: "Monthly", # required, accepts Monthly
1089
1052
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
1053
+ # estimation_url: "WebsiteUrl",
1090
1054
  # },
1091
1055
  # ],
1092
- # other_competitor_names: "ProjectOtherCompetitorNamesString",
1093
- # other_solution_description: "ProjectOtherSolutionDescriptionString",
1056
+ # title: "ProjectTitleString",
1057
+ # apn_programs: ["String"],
1058
+ # customer_business_problem: "ProjectCustomerBusinessProblemString",
1059
+ # customer_use_case: "String",
1094
1060
  # related_opportunity_identifier: "OpportunityIdentifier",
1095
1061
  # sales_activities: ["Initialized discussions with customer"], # accepts Initialized discussions with customer, Customer has shown interest in solution, Conducted POC / Demo, In evaluation / planning stage, Agreed on solution to Business Problem, Completed Action Plan, Finalized Deployment Need, SOW Signed
1096
- # title: "ProjectTitleString",
1062
+ # competitor_name: "Oracle Cloud", # accepts Oracle Cloud, On-Prem, Co-location, Akamai, AliCloud, Google Cloud Platform, IBM Softlayer, Microsoft Azure, Other- Cost Optimization, No Competition, *Other
1063
+ # other_competitor_names: "ProjectOtherCompetitorNamesString",
1064
+ # other_solution_description: "ProjectOtherSolutionDescriptionString",
1065
+ # additional_comments: "ProjectAdditionalCommentsString",
1066
+ # },
1067
+ # opportunity_type: "Net New Business", # accepts Net New Business, Flat Renewal, Expansion
1068
+ # marketing: {
1069
+ # campaign_name: "String",
1070
+ # source: "Marketing Activity", # accepts Marketing Activity, None
1071
+ # use_cases: ["String"],
1072
+ # channels: ["AWS Marketing Central"], # accepts AWS Marketing Central, Content Syndication, Display, Email, Live Event, Out Of Home (OOH), Print, Search, Social, Telemarketing, TV, Video, Virtual Event
1073
+ # aws_funding_used: "Yes", # accepts Yes, No
1097
1074
  # },
1098
1075
  # software_revenue: {
1099
1076
  # delivery_model: "Contract", # accepts Contract, Pay-as-you-go, Subscription
1100
- # effective_date: "Date",
1101
- # expiration_date: "Date",
1102
1077
  # value: {
1103
1078
  # amount: "MonetaryValueAmountString", # required
1104
1079
  # 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
1105
1080
  # },
1081
+ # effective_date: "Date",
1082
+ # expiration_date: "Date",
1083
+ # },
1084
+ # client_token: "CreateOpportunityRequestClientTokenString", # required
1085
+ # life_cycle: {
1086
+ # stage: "Prospect", # accepts Prospect, Qualified, Technical Validation, Business Validation, Committed, Launched, Closed Lost
1087
+ # closed_lost_reason: "Customer Deficiency", # accepts Customer Deficiency, Delay / Cancellation of Project, Legal / Tax / Regulatory, Lost to Competitor - Google, Lost to Competitor - Microsoft, Lost to Competitor - SoftLayer, Lost to Competitor - VMWare, Lost to Competitor - Other, No Opportunity, On Premises Deployment, Partner Gap, Price, Security / Compliance, Technical Limitations, Customer Experience, Other, People/Relationship/Governance, Product/Technology, Financial/Commercial
1088
+ # next_steps: "LifeCycleNextStepsString",
1089
+ # target_close_date: "Date",
1090
+ # review_status: "Pending Submission", # accepts Pending Submission, Submitted, In review, Approved, Rejected, Action Required
1091
+ # review_comments: "String",
1092
+ # review_status_reason: "String",
1093
+ # next_steps_history: [
1094
+ # {
1095
+ # value: "String", # required
1096
+ # time: Time.now, # required
1097
+ # },
1098
+ # ],
1106
1099
  # },
1100
+ # origin: "AWS Referral", # accepts AWS Referral, Partner Referral
1101
+ # opportunity_team: [
1102
+ # {
1103
+ # email: "Email",
1104
+ # first_name: "ContactFirstNameString",
1105
+ # last_name: "ContactLastNameString",
1106
+ # business_title: "JobTitle",
1107
+ # phone: "PhoneNumber",
1108
+ # },
1109
+ # ],
1110
+ # tags: [
1111
+ # {
1112
+ # key: "TagKey", # required
1113
+ # value: "TagValue", # required
1114
+ # },
1115
+ # ],
1107
1116
  # })
1108
1117
  #
1109
1118
  # @example Response structure
1110
1119
  #
1111
1120
  # resp.id #=> String
1112
- # resp.last_modified_date #=> Time
1113
1121
  # resp.partner_opportunity_identifier #=> String
1122
+ # resp.last_modified_date #=> Time
1114
1123
  #
1115
1124
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateOpportunity AWS API Documentation
1116
1125
  #
@@ -1130,18 +1139,16 @@ module Aws::PartnerCentralSelling
1130
1139
  # Specifies the catalog where the snapshot is created. Valid values are
1131
1140
  # `AWS` and `Sandbox`.
1132
1141
  #
1133
- # @option params [required, String] :client_token
1134
- # Specifies a unique, client-generated UUID to ensure that the request
1135
- # is handled exactly once. This token helps prevent duplicate snapshot
1136
- # creations.
1137
- #
1138
- # **A suitable default value is auto-generated.** You should normally
1139
- # not need to pass this option.**
1140
- #
1141
1142
  # @option params [required, String] :engagement_identifier
1142
1143
  # The unique identifier of the engagement associated with this snapshot.
1143
1144
  # This field links the snapshot to a specific engagement context.
1144
1145
  #
1146
+ # @option params [required, String] :resource_type
1147
+ # Specifies the type of resource for which the snapshot is being
1148
+ # created. This field determines the structure and content of the
1149
+ # snapshot. Must be one of the supported resource types, such as:
1150
+ # `Opportunity`.
1151
+ #
1145
1152
  # @option params [required, String] :resource_identifier
1146
1153
  # The unique identifier of the specific resource to be snapshotted. The
1147
1154
  # format and constraints of this identifier depend on the `ResourceType`
@@ -1154,11 +1161,13 @@ module Aws::PartnerCentralSelling
1154
1161
  # included in the snapshot. Must correspond to an existing and valid
1155
1162
  # template for the specified `ResourceType`.
1156
1163
  #
1157
- # @option params [required, String] :resource_type
1158
- # Specifies the type of resource for which the snapshot is being
1159
- # created. This field determines the structure and content of the
1160
- # snapshot. Must be one of the supported resource types, such as:
1161
- # `Opportunity`.
1164
+ # @option params [required, String] :client_token
1165
+ # Specifies a unique, client-generated UUID to ensure that the request
1166
+ # is handled exactly once. This token helps prevent duplicate snapshot
1167
+ # creations.
1168
+ #
1169
+ # **A suitable default value is auto-generated.** You should normally
1170
+ # not need to pass this option.**
1162
1171
  #
1163
1172
  # @return [Types::CreateResourceSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1164
1173
  #
@@ -1169,11 +1178,11 @@ module Aws::PartnerCentralSelling
1169
1178
  #
1170
1179
  # resp = client.create_resource_snapshot({
1171
1180
  # catalog: "CatalogIdentifier", # required
1172
- # client_token: "CreateResourceSnapshotRequestClientTokenString", # required
1173
1181
  # engagement_identifier: "EngagementIdentifier", # required
1182
+ # resource_type: "Opportunity", # required, accepts Opportunity
1174
1183
  # resource_identifier: "ResourceIdentifier", # required
1175
1184
  # resource_snapshot_template_identifier: "ResourceTemplateName", # required
1176
- # resource_type: "Opportunity", # required, accepts Opportunity
1185
+ # client_token: "CreateResourceSnapshotRequestClientTokenString", # required
1177
1186
  # })
1178
1187
  #
1179
1188
  # @example Response structure
@@ -1211,6 +1220,10 @@ module Aws::PartnerCentralSelling
1211
1220
  # Specifies the identifier of the engagement associated with the
1212
1221
  # resource to be snapshotted.
1213
1222
  #
1223
+ # @option params [required, String] :resource_type
1224
+ # The type of resource for which the snapshot job is being created. Must
1225
+ # be one of the supported resource types i.e. `Opportunity`
1226
+ #
1214
1227
  # @option params [required, String] :resource_identifier
1215
1228
  # Specifies the identifier of the specific resource to be snapshotted.
1216
1229
  # The format depends on the ` ResourceType`.
@@ -1219,17 +1232,13 @@ module Aws::PartnerCentralSelling
1219
1232
  # Specifies the name of the template that defines the schema for the
1220
1233
  # snapshot.
1221
1234
  #
1222
- # @option params [required, String] :resource_type
1223
- # The type of resource for which the snapshot job is being created. Must
1224
- # be one of the supported resource types i.e. `Opportunity`
1225
- #
1226
1235
  # @option params [Array<Types::Tag>] :tags
1227
1236
  # A map of the key-value pairs of the tag or tags to assign.
1228
1237
  #
1229
1238
  # @return [Types::CreateResourceSnapshotJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1230
1239
  #
1231
- # * {Types::CreateResourceSnapshotJobResponse#arn #arn} => String
1232
1240
  # * {Types::CreateResourceSnapshotJobResponse#id #id} => String
1241
+ # * {Types::CreateResourceSnapshotJobResponse#arn #arn} => String
1233
1242
  #
1234
1243
  # @example Request syntax with placeholder values
1235
1244
  #
@@ -1237,9 +1246,9 @@ module Aws::PartnerCentralSelling
1237
1246
  # catalog: "CatalogIdentifier", # required
1238
1247
  # client_token: "CreateResourceSnapshotJobRequestClientTokenString", # required
1239
1248
  # engagement_identifier: "EngagementIdentifier", # required
1249
+ # resource_type: "Opportunity", # required, accepts Opportunity
1240
1250
  # resource_identifier: "ResourceIdentifier", # required
1241
1251
  # resource_snapshot_template_identifier: "ResourceTemplateName", # required
1242
- # resource_type: "Opportunity", # required, accepts Opportunity
1243
1252
  # tags: [
1244
1253
  # {
1245
1254
  # key: "TagKey", # required
@@ -1250,8 +1259,8 @@ module Aws::PartnerCentralSelling
1250
1259
  #
1251
1260
  # @example Response structure
1252
1261
  #
1253
- # resp.arn #=> String
1254
1262
  # resp.id #=> String
1263
+ # resp.arn #=> String
1255
1264
  #
1256
1265
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateResourceSnapshotJob AWS API Documentation
1257
1266
  #
@@ -1320,6 +1329,20 @@ module Aws::PartnerCentralSelling
1320
1329
  # existing opportunity in the Amazon Web Services system because
1321
1330
  # incorrect identifiers result in an error and no changes are made.
1322
1331
  #
1332
+ # @option params [required, String] :related_entity_type
1333
+ # The type of the entity that you're disassociating from the
1334
+ # opportunity. When you specify the entity type, it helps the system
1335
+ # correctly process the disassociation request to ensure that the right
1336
+ # connections are removed.
1337
+ #
1338
+ # Examples of entity types include Partner Solution, Amazon Web Services
1339
+ # product, and Amazon Web Services Marketplaceoffer. Ensure that the
1340
+ # value matches one of the expected entity types.
1341
+ #
1342
+ # Validation: Provide a valid entity type to help ensure successful
1343
+ # disassociation. An invalid or incorrect entity type results in an
1344
+ # error.
1345
+ #
1323
1346
  # @option params [required, String] :related_entity_identifier
1324
1347
  # The related entity's identifier that you want to disassociate from
1325
1348
  # the opportunity. Depending on the type of entity, this could be a
@@ -1339,20 +1362,6 @@ module Aws::PartnerCentralSelling
1339
1362
  #
1340
1363
  # [1]: https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/welcome.html
1341
1364
  #
1342
- # @option params [required, String] :related_entity_type
1343
- # The type of the entity that you're disassociating from the
1344
- # opportunity. When you specify the entity type, it helps the system
1345
- # correctly process the disassociation request to ensure that the right
1346
- # connections are removed.
1347
- #
1348
- # Examples of entity types include Partner Solution, Amazon Web Services
1349
- # product, and Amazon Web Services Marketplaceoffer. Ensure that the
1350
- # value matches one of the expected entity types.
1351
- #
1352
- # Validation: Provide a valid entity type to help ensure successful
1353
- # disassociation. An invalid or incorrect entity type results in an
1354
- # error.
1355
- #
1356
1365
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1357
1366
  #
1358
1367
  # @example Request syntax with placeholder values
@@ -1360,8 +1369,8 @@ module Aws::PartnerCentralSelling
1360
1369
  # resp = client.disassociate_opportunity({
1361
1370
  # catalog: "CatalogIdentifier", # required
1362
1371
  # opportunity_identifier: "OpportunityIdentifier", # required
1363
- # related_entity_identifier: "DisassociateOpportunityRequestRelatedEntityIdentifierString", # required
1364
1372
  # related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers
1373
+ # related_entity_identifier: "DisassociateOpportunityRequestRelatedEntityIdentifierString", # required
1365
1374
  # })
1366
1375
  #
1367
1376
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/DisassociateOpportunity AWS API Documentation
@@ -1393,17 +1402,17 @@ module Aws::PartnerCentralSelling
1393
1402
  # @return [Types::GetAwsOpportunitySummaryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1394
1403
  #
1395
1404
  # * {Types::GetAwsOpportunitySummaryResponse#catalog #catalog} => String
1396
- # * {Types::GetAwsOpportunitySummaryResponse#customer #customer} => Types::AwsOpportunityCustomer
1397
- # * {Types::GetAwsOpportunitySummaryResponse#insights #insights} => Types::AwsOpportunityInsights
1405
+ # * {Types::GetAwsOpportunitySummaryResponse#related_opportunity_id #related_opportunity_id} => String
1406
+ # * {Types::GetAwsOpportunitySummaryResponse#origin #origin} => String
1398
1407
  # * {Types::GetAwsOpportunitySummaryResponse#involvement_type #involvement_type} => String
1399
- # * {Types::GetAwsOpportunitySummaryResponse#involvement_type_change_reason #involvement_type_change_reason} => String
1408
+ # * {Types::GetAwsOpportunitySummaryResponse#visibility #visibility} => String
1400
1409
  # * {Types::GetAwsOpportunitySummaryResponse#life_cycle #life_cycle} => Types::AwsOpportunityLifeCycle
1401
1410
  # * {Types::GetAwsOpportunitySummaryResponse#opportunity_team #opportunity_team} => Array&lt;Types::AwsTeamMember&gt;
1402
- # * {Types::GetAwsOpportunitySummaryResponse#origin #origin} => String
1403
- # * {Types::GetAwsOpportunitySummaryResponse#project #project} => Types::AwsOpportunityProject
1411
+ # * {Types::GetAwsOpportunitySummaryResponse#insights #insights} => Types::AwsOpportunityInsights
1412
+ # * {Types::GetAwsOpportunitySummaryResponse#involvement_type_change_reason #involvement_type_change_reason} => String
1404
1413
  # * {Types::GetAwsOpportunitySummaryResponse#related_entity_ids #related_entity_ids} => Types::AwsOpportunityRelatedEntities
1405
- # * {Types::GetAwsOpportunitySummaryResponse#related_opportunity_id #related_opportunity_id} => String
1406
- # * {Types::GetAwsOpportunitySummaryResponse#visibility #visibility} => String
1414
+ # * {Types::GetAwsOpportunitySummaryResponse#customer #customer} => Types::AwsOpportunityCustomer
1415
+ # * {Types::GetAwsOpportunitySummaryResponse#project #project} => Types::AwsOpportunityProject
1407
1416
  #
1408
1417
  # @example Request syntax with placeholder values
1409
1418
  #
@@ -1415,41 +1424,41 @@ module Aws::PartnerCentralSelling
1415
1424
  # @example Response structure
1416
1425
  #
1417
1426
  # resp.catalog #=> String
1418
- # resp.customer.contacts #=> Array
1419
- # resp.customer.contacts[0].business_title #=> String
1420
- # resp.customer.contacts[0].email #=> String
1421
- # resp.customer.contacts[0].first_name #=> String
1422
- # resp.customer.contacts[0].last_name #=> String
1423
- # resp.customer.contacts[0].phone #=> String
1424
- # resp.insights.engagement_score #=> String, one of "High", "Medium", "Low"
1425
- # resp.insights.next_best_actions #=> String
1427
+ # resp.related_opportunity_id #=> String
1428
+ # resp.origin #=> String, one of "AWS Referral", "Partner Referral"
1426
1429
  # resp.involvement_type #=> String, one of "For Visibility Only", "Co-Sell"
1427
- # resp.involvement_type_change_reason #=> String, one of "Expansion Opportunity", "Change in Deal Information", "Customer Requested", "Technical Complexity", "Risk Mitigation"
1430
+ # resp.visibility #=> String, one of "Full", "Limited"
1431
+ # resp.life_cycle.target_close_date #=> String
1428
1432
  # resp.life_cycle.closed_lost_reason #=> String, one of "Administrative", "Business Associate Agreement", "Company Acquired/Dissolved", "Competitive Offering", "Customer Data Requirement", "Customer Deficiency", "Customer Experience", "Delay / Cancellation of Project", "Duplicate", "Duplicate Opportunity", "Executive Blocker", "Failed Vetting", "Feature Limitation", "Financial/Commercial", "Insufficient Amazon Value", "Insufficient AWS Value", "International Constraints", "Legal / Tax / Regulatory", "Legal Terms and Conditions", "Lost to Competitor", "Lost to Competitor - Google", "Lost to Competitor - Microsoft", "Lost to Competitor - Other", "Lost to Competitor - Rackspace", "Lost to Competitor - SoftLayer", "Lost to Competitor - VMWare", "No Customer Reference", "No Integration Resources", "No Opportunity", "No Perceived Value of MP", "No Response", "Not Committed to AWS", "No Update", "On Premises Deployment", "Other", "Other (Details in Description)", "Partner Gap", "Past Due", "People/Relationship/Governance", "Platform Technology Limitation", "Preference for Competitor", "Price", "Product/Technology", "Product Not on AWS", "Security / Compliance", "Self-Service", "Technical Limitations", "Term Sheet Impasse"
1433
+ # resp.life_cycle.stage #=> String, one of "Not Started", "In Progress", "Prospect", "Engaged", "Identified", "Qualify", "Research", "Seller Engaged", "Evaluating", "Seller Registered", "Term Sheet Negotiation", "Contract Negotiation", "Onboarding", "Building Integration", "Qualified", "On-hold", "Technical Validation", "Business Validation", "Committed", "Launched", "Deferred to Partner", "Closed Lost", "Completed", "Closed Incomplete"
1429
1434
  # resp.life_cycle.next_steps #=> String
1430
1435
  # resp.life_cycle.next_steps_history #=> Array
1431
- # resp.life_cycle.next_steps_history[0].time #=> Time
1432
1436
  # resp.life_cycle.next_steps_history[0].value #=> String
1433
- # resp.life_cycle.stage #=> String, one of "Not Started", "In Progress", "Prospect", "Engaged", "Identified", "Qualify", "Research", "Seller Engaged", "Evaluating", "Seller Registered", "Term Sheet Negotiation", "Contract Negotiation", "Onboarding", "Building Integration", "Qualified", "On-hold", "Technical Validation", "Business Validation", "Committed", "Launched", "Deferred to Partner", "Closed Lost", "Completed", "Closed Incomplete"
1434
- # resp.life_cycle.target_close_date #=> String
1437
+ # resp.life_cycle.next_steps_history[0].time #=> Time
1435
1438
  # resp.opportunity_team #=> Array
1436
- # resp.opportunity_team[0].business_title #=> String, one of "AWSSalesRep", "AWSAccountOwner", "WWPSPDM", "PDM", "PSM", "ISVSM"
1437
1439
  # resp.opportunity_team[0].email #=> String
1438
1440
  # resp.opportunity_team[0].first_name #=> String
1439
1441
  # resp.opportunity_team[0].last_name #=> String
1440
- # resp.origin #=> String, one of "AWS Referral", "Partner Referral"
1442
+ # resp.opportunity_team[0].business_title #=> String, one of "AWSSalesRep", "AWSAccountOwner", "WWPSPDM", "PDM", "PSM", "ISVSM"
1443
+ # resp.insights.next_best_actions #=> String
1444
+ # resp.insights.engagement_score #=> String, one of "High", "Medium", "Low"
1445
+ # resp.involvement_type_change_reason #=> String, one of "Expansion Opportunity", "Change in Deal Information", "Customer Requested", "Technical Complexity", "Risk Mitigation"
1446
+ # resp.related_entity_ids.aws_products #=> Array
1447
+ # resp.related_entity_ids.aws_products[0] #=> String
1448
+ # resp.related_entity_ids.solutions #=> Array
1449
+ # resp.related_entity_ids.solutions[0] #=> String
1450
+ # resp.customer.contacts #=> Array
1451
+ # resp.customer.contacts[0].email #=> String
1452
+ # resp.customer.contacts[0].first_name #=> String
1453
+ # resp.customer.contacts[0].last_name #=> String
1454
+ # resp.customer.contacts[0].business_title #=> String
1455
+ # resp.customer.contacts[0].phone #=> String
1441
1456
  # resp.project.expected_customer_spend #=> Array
1442
1457
  # resp.project.expected_customer_spend[0].amount #=> String
1443
1458
  # resp.project.expected_customer_spend[0].currency_code #=> String, one of "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"
1444
- # resp.project.expected_customer_spend[0].estimation_url #=> String
1445
1459
  # resp.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1446
1460
  # resp.project.expected_customer_spend[0].target_company #=> String
1447
- # resp.related_entity_ids.aws_products #=> Array
1448
- # resp.related_entity_ids.aws_products[0] #=> String
1449
- # resp.related_entity_ids.solutions #=> Array
1450
- # resp.related_entity_ids.solutions[0] #=> String
1451
- # resp.related_opportunity_id #=> String
1452
- # resp.visibility #=> String, one of "Full", "Limited"
1461
+ # resp.project.expected_customer_spend[0].estimation_url #=> String
1453
1462
  #
1454
1463
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetAwsOpportunitySummary AWS API Documentation
1455
1464
  #
@@ -1472,14 +1481,14 @@ module Aws::PartnerCentralSelling
1472
1481
  #
1473
1482
  # @return [Types::GetEngagementResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1474
1483
  #
1484
+ # * {Types::GetEngagementResponse#id #id} => String
1475
1485
  # * {Types::GetEngagementResponse#arn #arn} => String
1476
- # * {Types::GetEngagementResponse#contexts #contexts} => Array&lt;Types::EngagementContextDetails&gt;
1486
+ # * {Types::GetEngagementResponse#title #title} => String
1487
+ # * {Types::GetEngagementResponse#description #description} => String
1477
1488
  # * {Types::GetEngagementResponse#created_at #created_at} => Time
1478
1489
  # * {Types::GetEngagementResponse#created_by #created_by} => String
1479
- # * {Types::GetEngagementResponse#description #description} => String
1480
- # * {Types::GetEngagementResponse#id #id} => String
1481
1490
  # * {Types::GetEngagementResponse#member_count #member_count} => Integer
1482
- # * {Types::GetEngagementResponse#title #title} => String
1491
+ # * {Types::GetEngagementResponse#contexts #contexts} => Array&lt;Types::EngagementContextDetails&gt;
1483
1492
  #
1484
1493
  # @example Request syntax with placeholder values
1485
1494
  #
@@ -1490,22 +1499,22 @@ module Aws::PartnerCentralSelling
1490
1499
  #
1491
1500
  # @example Response structure
1492
1501
  #
1502
+ # resp.id #=> String
1493
1503
  # resp.arn #=> String
1504
+ # resp.title #=> String
1505
+ # resp.description #=> String
1506
+ # resp.created_at #=> Time
1507
+ # resp.created_by #=> String
1508
+ # resp.member_count #=> Integer
1494
1509
  # resp.contexts #=> Array
1495
- # resp.contexts[0].payload.customer_project.customer.company_name #=> String
1496
- # resp.contexts[0].payload.customer_project.customer.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1510
+ # resp.contexts[0].type #=> String, one of "CustomerProject"
1497
1511
  # resp.contexts[0].payload.customer_project.customer.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
1512
+ # resp.contexts[0].payload.customer_project.customer.company_name #=> String
1498
1513
  # resp.contexts[0].payload.customer_project.customer.website_url #=> String
1514
+ # resp.contexts[0].payload.customer_project.customer.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1515
+ # resp.contexts[0].payload.customer_project.project.title #=> String
1499
1516
  # resp.contexts[0].payload.customer_project.project.business_problem #=> String
1500
1517
  # resp.contexts[0].payload.customer_project.project.target_completion_date #=> String
1501
- # resp.contexts[0].payload.customer_project.project.title #=> String
1502
- # resp.contexts[0].type #=> String, one of "CustomerProject"
1503
- # resp.created_at #=> Time
1504
- # resp.created_by #=> String
1505
- # resp.description #=> String
1506
- # resp.id #=> String
1507
- # resp.member_count #=> Integer
1508
- # resp.title #=> String
1509
1518
  #
1510
1519
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetEngagement AWS API Documentation
1511
1520
  #
@@ -1534,22 +1543,22 @@ module Aws::PartnerCentralSelling
1534
1543
  # @return [Types::GetEngagementInvitationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1535
1544
  #
1536
1545
  # * {Types::GetEngagementInvitationResponse#arn #arn} => String
1537
- # * {Types::GetEngagementInvitationResponse#catalog #catalog} => String
1538
- # * {Types::GetEngagementInvitationResponse#engagement_description #engagement_description} => String
1546
+ # * {Types::GetEngagementInvitationResponse#payload_type #payload_type} => String
1547
+ # * {Types::GetEngagementInvitationResponse#id #id} => String
1539
1548
  # * {Types::GetEngagementInvitationResponse#engagement_id #engagement_id} => String
1540
1549
  # * {Types::GetEngagementInvitationResponse#engagement_title #engagement_title} => String
1541
- # * {Types::GetEngagementInvitationResponse#existing_members #existing_members} => Array&lt;Types::EngagementMemberSummary&gt;
1542
- # * {Types::GetEngagementInvitationResponse#expiration_date #expiration_date} => Time
1543
- # * {Types::GetEngagementInvitationResponse#id #id} => String
1550
+ # * {Types::GetEngagementInvitationResponse#status #status} => String
1544
1551
  # * {Types::GetEngagementInvitationResponse#invitation_date #invitation_date} => Time
1545
- # * {Types::GetEngagementInvitationResponse#invitation_message #invitation_message} => String
1546
- # * {Types::GetEngagementInvitationResponse#payload #payload} => Types::Payload
1547
- # * {Types::GetEngagementInvitationResponse#payload_type #payload_type} => String
1548
- # * {Types::GetEngagementInvitationResponse#receiver #receiver} => Types::Receiver
1549
- # * {Types::GetEngagementInvitationResponse#rejection_reason #rejection_reason} => String
1552
+ # * {Types::GetEngagementInvitationResponse#expiration_date #expiration_date} => Time
1550
1553
  # * {Types::GetEngagementInvitationResponse#sender_aws_account_id #sender_aws_account_id} => String
1551
1554
  # * {Types::GetEngagementInvitationResponse#sender_company_name #sender_company_name} => String
1552
- # * {Types::GetEngagementInvitationResponse#status #status} => String
1555
+ # * {Types::GetEngagementInvitationResponse#receiver #receiver} => Types::Receiver
1556
+ # * {Types::GetEngagementInvitationResponse#catalog #catalog} => String
1557
+ # * {Types::GetEngagementInvitationResponse#rejection_reason #rejection_reason} => String
1558
+ # * {Types::GetEngagementInvitationResponse#payload #payload} => Types::Payload
1559
+ # * {Types::GetEngagementInvitationResponse#invitation_message #invitation_message} => String
1560
+ # * {Types::GetEngagementInvitationResponse#engagement_description #engagement_description} => String
1561
+ # * {Types::GetEngagementInvitationResponse#existing_members #existing_members} => Array&lt;Types::EngagementMemberSummary&gt;
1553
1562
  #
1554
1563
  # @example Request syntax with placeholder values
1555
1564
  #
@@ -1561,45 +1570,45 @@ module Aws::PartnerCentralSelling
1561
1570
  # @example Response structure
1562
1571
  #
1563
1572
  # resp.arn #=> String
1564
- # resp.catalog #=> String
1565
- # resp.engagement_description #=> String
1573
+ # resp.payload_type #=> String, one of "OpportunityInvitation"
1574
+ # resp.id #=> String
1566
1575
  # resp.engagement_id #=> String
1567
1576
  # resp.engagement_title #=> String
1568
- # resp.existing_members #=> Array
1569
- # resp.existing_members[0].company_name #=> String
1570
- # resp.existing_members[0].website_url #=> String
1571
- # resp.expiration_date #=> Time
1572
- # resp.id #=> String
1577
+ # resp.status #=> String, one of "ACCEPTED", "PENDING", "REJECTED", "EXPIRED"
1573
1578
  # resp.invitation_date #=> Time
1574
- # resp.invitation_message #=> String
1575
- # resp.payload.opportunity_invitation.customer.company_name #=> String
1576
- # resp.payload.opportunity_invitation.customer.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1579
+ # resp.expiration_date #=> Time
1580
+ # resp.sender_aws_account_id #=> String
1581
+ # resp.sender_company_name #=> String
1582
+ # resp.receiver.account.alias #=> String
1583
+ # resp.receiver.account.aws_account_id #=> String
1584
+ # resp.catalog #=> String
1585
+ # resp.rejection_reason #=> String
1586
+ # resp.payload.opportunity_invitation.sender_contacts #=> Array
1587
+ # resp.payload.opportunity_invitation.sender_contacts[0].email #=> String
1588
+ # resp.payload.opportunity_invitation.sender_contacts[0].first_name #=> String
1589
+ # resp.payload.opportunity_invitation.sender_contacts[0].last_name #=> String
1590
+ # resp.payload.opportunity_invitation.sender_contacts[0].business_title #=> String
1591
+ # resp.payload.opportunity_invitation.sender_contacts[0].phone #=> String
1592
+ # resp.payload.opportunity_invitation.receiver_responsibilities #=> Array
1593
+ # resp.payload.opportunity_invitation.receiver_responsibilities[0] #=> String, one of "Distributor", "Reseller", "Hardware Partner", "Managed Service Provider", "Software Partner", "Services Partner", "Training Partner", "Co-Sell Facilitator", "Facilitator"
1577
1594
  # resp.payload.opportunity_invitation.customer.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
1595
+ # resp.payload.opportunity_invitation.customer.company_name #=> String
1578
1596
  # resp.payload.opportunity_invitation.customer.website_url #=> String
1597
+ # resp.payload.opportunity_invitation.customer.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1579
1598
  # resp.payload.opportunity_invitation.project.business_problem #=> String
1599
+ # resp.payload.opportunity_invitation.project.title #=> String
1600
+ # resp.payload.opportunity_invitation.project.target_completion_date #=> String
1580
1601
  # resp.payload.opportunity_invitation.project.expected_customer_spend #=> Array
1581
1602
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].amount #=> String
1582
1603
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].currency_code #=> String, one of "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"
1583
- # resp.payload.opportunity_invitation.project.expected_customer_spend[0].estimation_url #=> String
1584
1604
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1585
1605
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].target_company #=> String
1586
- # resp.payload.opportunity_invitation.project.target_completion_date #=> String
1587
- # resp.payload.opportunity_invitation.project.title #=> String
1588
- # resp.payload.opportunity_invitation.receiver_responsibilities #=> Array
1589
- # resp.payload.opportunity_invitation.receiver_responsibilities[0] #=> String, one of "Distributor", "Reseller", "Hardware Partner", "Managed Service Provider", "Software Partner", "Services Partner", "Training Partner", "Co-Sell Facilitator", "Facilitator"
1590
- # resp.payload.opportunity_invitation.sender_contacts #=> Array
1591
- # resp.payload.opportunity_invitation.sender_contacts[0].business_title #=> String
1592
- # resp.payload.opportunity_invitation.sender_contacts[0].email #=> String
1593
- # resp.payload.opportunity_invitation.sender_contacts[0].first_name #=> String
1594
- # resp.payload.opportunity_invitation.sender_contacts[0].last_name #=> String
1595
- # resp.payload.opportunity_invitation.sender_contacts[0].phone #=> String
1596
- # resp.payload_type #=> String, one of "OpportunityInvitation"
1597
- # resp.receiver.account.alias #=> String
1598
- # resp.receiver.account.aws_account_id #=> String
1599
- # resp.rejection_reason #=> String
1600
- # resp.sender_aws_account_id #=> String
1601
- # resp.sender_company_name #=> String
1602
- # resp.status #=> String, one of "ACCEPTED", "PENDING", "REJECTED", "EXPIRED"
1606
+ # resp.payload.opportunity_invitation.project.expected_customer_spend[0].estimation_url #=> String
1607
+ # resp.invitation_message #=> String
1608
+ # resp.engagement_description #=> String
1609
+ # resp.existing_members #=> Array
1610
+ # resp.existing_members[0].company_name #=> String
1611
+ # resp.existing_members[0].website_url #=> String
1603
1612
  #
1604
1613
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetEngagementInvitation AWS API Documentation
1605
1614
  #
@@ -1629,22 +1638,22 @@ module Aws::PartnerCentralSelling
1629
1638
  #
1630
1639
  # @return [Types::GetOpportunityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1631
1640
  #
1632
- # * {Types::GetOpportunityResponse#arn #arn} => String
1633
1641
  # * {Types::GetOpportunityResponse#catalog #catalog} => String
1634
- # * {Types::GetOpportunityResponse#created_date #created_date} => Time
1642
+ # * {Types::GetOpportunityResponse#primary_needs_from_aws #primary_needs_from_aws} => Array&lt;String&gt;
1643
+ # * {Types::GetOpportunityResponse#national_security #national_security} => String
1644
+ # * {Types::GetOpportunityResponse#partner_opportunity_identifier #partner_opportunity_identifier} => String
1635
1645
  # * {Types::GetOpportunityResponse#customer #customer} => Types::Customer
1646
+ # * {Types::GetOpportunityResponse#project #project} => Types::Project
1647
+ # * {Types::GetOpportunityResponse#opportunity_type #opportunity_type} => String
1648
+ # * {Types::GetOpportunityResponse#marketing #marketing} => Types::Marketing
1649
+ # * {Types::GetOpportunityResponse#software_revenue #software_revenue} => Types::SoftwareRevenue
1636
1650
  # * {Types::GetOpportunityResponse#id #id} => String
1651
+ # * {Types::GetOpportunityResponse#arn #arn} => String
1637
1652
  # * {Types::GetOpportunityResponse#last_modified_date #last_modified_date} => Time
1653
+ # * {Types::GetOpportunityResponse#created_date #created_date} => Time
1654
+ # * {Types::GetOpportunityResponse#related_entity_identifiers #related_entity_identifiers} => Types::RelatedEntityIdentifiers
1638
1655
  # * {Types::GetOpportunityResponse#life_cycle #life_cycle} => Types::LifeCycle
1639
- # * {Types::GetOpportunityResponse#marketing #marketing} => Types::Marketing
1640
- # * {Types::GetOpportunityResponse#national_security #national_security} => String
1641
1656
  # * {Types::GetOpportunityResponse#opportunity_team #opportunity_team} => Array&lt;Types::Contact&gt;
1642
- # * {Types::GetOpportunityResponse#opportunity_type #opportunity_type} => String
1643
- # * {Types::GetOpportunityResponse#partner_opportunity_identifier #partner_opportunity_identifier} => String
1644
- # * {Types::GetOpportunityResponse#primary_needs_from_aws #primary_needs_from_aws} => Array&lt;String&gt;
1645
- # * {Types::GetOpportunityResponse#project #project} => Types::Project
1646
- # * {Types::GetOpportunityResponse#related_entity_identifiers #related_entity_identifiers} => Types::RelatedEntityIdentifiers
1647
- # * {Types::GetOpportunityResponse#software_revenue #software_revenue} => Types::SoftwareRevenue
1648
1657
  #
1649
1658
  # @example Request syntax with placeholder values
1650
1659
  #
@@ -1655,87 +1664,87 @@ module Aws::PartnerCentralSelling
1655
1664
  #
1656
1665
  # @example Response structure
1657
1666
  #
1658
- # resp.arn #=> String
1659
1667
  # resp.catalog #=> String
1660
- # resp.created_date #=> Time
1668
+ # resp.primary_needs_from_aws #=> Array
1669
+ # resp.primary_needs_from_aws[0] #=> String, one of "Co-Sell - Architectural Validation", "Co-Sell - Business Presentation", "Co-Sell - Competitive Information", "Co-Sell - Pricing Assistance", "Co-Sell - Technical Consultation", "Co-Sell - Total Cost of Ownership Evaluation", "Co-Sell - Deal Support", "Co-Sell - Support for Public Tender / RFx"
1670
+ # resp.national_security #=> String, one of "Yes", "No"
1671
+ # resp.partner_opportunity_identifier #=> String
1672
+ # resp.customer.account.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
1673
+ # resp.customer.account.other_industry #=> String
1674
+ # resp.customer.account.company_name #=> String
1675
+ # resp.customer.account.website_url #=> String
1676
+ # resp.customer.account.aws_account_id #=> String
1661
1677
  # resp.customer.account.address.city #=> String
1662
- # resp.customer.account.address.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1663
1678
  # resp.customer.account.address.postal_code #=> String
1664
1679
  # resp.customer.account.address.state_or_region #=> String
1680
+ # resp.customer.account.address.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1665
1681
  # resp.customer.account.address.street_address #=> String
1666
- # resp.customer.account.aws_account_id #=> String
1667
- # resp.customer.account.company_name #=> String
1668
1682
  # resp.customer.account.duns #=> String
1669
- # resp.customer.account.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
1670
- # resp.customer.account.other_industry #=> String
1671
- # resp.customer.account.website_url #=> String
1672
1683
  # resp.customer.contacts #=> Array
1673
- # resp.customer.contacts[0].business_title #=> String
1674
1684
  # resp.customer.contacts[0].email #=> String
1675
1685
  # resp.customer.contacts[0].first_name #=> String
1676
1686
  # resp.customer.contacts[0].last_name #=> String
1687
+ # resp.customer.contacts[0].business_title #=> String
1677
1688
  # resp.customer.contacts[0].phone #=> String
1678
- # resp.id #=> String
1679
- # resp.last_modified_date #=> Time
1680
- # resp.life_cycle.closed_lost_reason #=> String, one of "Customer Deficiency", "Delay / Cancellation of Project", "Legal / Tax / Regulatory", "Lost to Competitor - Google", "Lost to Competitor - Microsoft", "Lost to Competitor - SoftLayer", "Lost to Competitor - VMWare", "Lost to Competitor - Other", "No Opportunity", "On Premises Deployment", "Partner Gap", "Price", "Security / Compliance", "Technical Limitations", "Customer Experience", "Other", "People/Relationship/Governance", "Product/Technology", "Financial/Commercial"
1681
- # resp.life_cycle.next_steps #=> String
1682
- # resp.life_cycle.next_steps_history #=> Array
1683
- # resp.life_cycle.next_steps_history[0].time #=> Time
1684
- # resp.life_cycle.next_steps_history[0].value #=> String
1685
- # resp.life_cycle.review_comments #=> String
1686
- # resp.life_cycle.review_status #=> String, one of "Pending Submission", "Submitted", "In review", "Approved", "Rejected", "Action Required"
1687
- # resp.life_cycle.review_status_reason #=> String
1688
- # resp.life_cycle.stage #=> String, one of "Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost"
1689
- # resp.life_cycle.target_close_date #=> String
1690
- # resp.marketing.aws_funding_used #=> String, one of "Yes", "No"
1691
- # resp.marketing.campaign_name #=> String
1692
- # resp.marketing.channels #=> Array
1693
- # resp.marketing.channels[0] #=> String, one of "AWS Marketing Central", "Content Syndication", "Display", "Email", "Live Event", "Out Of Home (OOH)", "Print", "Search", "Social", "Telemarketing", "TV", "Video", "Virtual Event"
1694
- # resp.marketing.source #=> String, one of "Marketing Activity", "None"
1695
- # resp.marketing.use_cases #=> Array
1696
- # resp.marketing.use_cases[0] #=> String
1697
- # resp.national_security #=> String, one of "Yes", "No"
1698
- # resp.opportunity_team #=> Array
1699
- # resp.opportunity_team[0].business_title #=> String
1700
- # resp.opportunity_team[0].email #=> String
1701
- # resp.opportunity_team[0].first_name #=> String
1702
- # resp.opportunity_team[0].last_name #=> String
1703
- # resp.opportunity_team[0].phone #=> String
1704
- # resp.opportunity_type #=> String, one of "Net New Business", "Flat Renewal", "Expansion"
1705
- # resp.partner_opportunity_identifier #=> String
1706
- # resp.primary_needs_from_aws #=> Array
1707
- # resp.primary_needs_from_aws[0] #=> String, one of "Co-Sell - Architectural Validation", "Co-Sell - Business Presentation", "Co-Sell - Competitive Information", "Co-Sell - Pricing Assistance", "Co-Sell - Technical Consultation", "Co-Sell - Total Cost of Ownership Evaluation", "Co-Sell - Deal Support", "Co-Sell - Support for Public Tender / RFx"
1708
- # resp.project.additional_comments #=> String
1709
- # resp.project.apn_programs #=> Array
1710
- # resp.project.apn_programs[0] #=> String
1711
- # resp.project.competitor_name #=> String, one of "Oracle Cloud", "On-Prem", "Co-location", "Akamai", "AliCloud", "Google Cloud Platform", "IBM Softlayer", "Microsoft Azure", "Other- Cost Optimization", "No Competition", "*Other"
1712
- # resp.project.customer_business_problem #=> String
1713
- # resp.project.customer_use_case #=> String
1714
1689
  # resp.project.delivery_models #=> Array
1715
1690
  # resp.project.delivery_models[0] #=> String, one of "SaaS or PaaS", "BYOL or AMI", "Managed Services", "Professional Services", "Resell", "Other"
1716
1691
  # resp.project.expected_customer_spend #=> Array
1717
1692
  # resp.project.expected_customer_spend[0].amount #=> String
1718
1693
  # resp.project.expected_customer_spend[0].currency_code #=> String, one of "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"
1719
- # resp.project.expected_customer_spend[0].estimation_url #=> String
1720
1694
  # resp.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1721
1695
  # resp.project.expected_customer_spend[0].target_company #=> String
1722
- # resp.project.other_competitor_names #=> String
1723
- # resp.project.other_solution_description #=> String
1696
+ # resp.project.expected_customer_spend[0].estimation_url #=> String
1697
+ # resp.project.title #=> String
1698
+ # resp.project.apn_programs #=> Array
1699
+ # resp.project.apn_programs[0] #=> String
1700
+ # resp.project.customer_business_problem #=> String
1701
+ # resp.project.customer_use_case #=> String
1724
1702
  # resp.project.related_opportunity_identifier #=> String
1725
1703
  # resp.project.sales_activities #=> Array
1726
1704
  # resp.project.sales_activities[0] #=> String, one of "Initialized discussions with customer", "Customer has shown interest in solution", "Conducted POC / Demo", "In evaluation / planning stage", "Agreed on solution to Business Problem", "Completed Action Plan", "Finalized Deployment Need", "SOW Signed"
1727
- # resp.project.title #=> String
1705
+ # resp.project.competitor_name #=> String, one of "Oracle Cloud", "On-Prem", "Co-location", "Akamai", "AliCloud", "Google Cloud Platform", "IBM Softlayer", "Microsoft Azure", "Other- Cost Optimization", "No Competition", "*Other"
1706
+ # resp.project.other_competitor_names #=> String
1707
+ # resp.project.other_solution_description #=> String
1708
+ # resp.project.additional_comments #=> String
1709
+ # resp.opportunity_type #=> String, one of "Net New Business", "Flat Renewal", "Expansion"
1710
+ # resp.marketing.campaign_name #=> String
1711
+ # resp.marketing.source #=> String, one of "Marketing Activity", "None"
1712
+ # resp.marketing.use_cases #=> Array
1713
+ # resp.marketing.use_cases[0] #=> String
1714
+ # resp.marketing.channels #=> Array
1715
+ # resp.marketing.channels[0] #=> String, one of "AWS Marketing Central", "Content Syndication", "Display", "Email", "Live Event", "Out Of Home (OOH)", "Print", "Search", "Social", "Telemarketing", "TV", "Video", "Virtual Event"
1716
+ # resp.marketing.aws_funding_used #=> String, one of "Yes", "No"
1717
+ # resp.software_revenue.delivery_model #=> String, one of "Contract", "Pay-as-you-go", "Subscription"
1718
+ # resp.software_revenue.value.amount #=> String
1719
+ # resp.software_revenue.value.currency_code #=> String, one of "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"
1720
+ # resp.software_revenue.effective_date #=> String
1721
+ # resp.software_revenue.expiration_date #=> String
1722
+ # resp.id #=> String
1723
+ # resp.arn #=> String
1724
+ # resp.last_modified_date #=> Time
1725
+ # resp.created_date #=> Time
1728
1726
  # resp.related_entity_identifiers.aws_marketplace_offers #=> Array
1729
1727
  # resp.related_entity_identifiers.aws_marketplace_offers[0] #=> String
1730
- # resp.related_entity_identifiers.aws_products #=> Array
1731
- # resp.related_entity_identifiers.aws_products[0] #=> String
1732
1728
  # resp.related_entity_identifiers.solutions #=> Array
1733
1729
  # resp.related_entity_identifiers.solutions[0] #=> String
1734
- # resp.software_revenue.delivery_model #=> String, one of "Contract", "Pay-as-you-go", "Subscription"
1735
- # resp.software_revenue.effective_date #=> String
1736
- # resp.software_revenue.expiration_date #=> String
1737
- # resp.software_revenue.value.amount #=> String
1738
- # resp.software_revenue.value.currency_code #=> String, one of "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"
1730
+ # resp.related_entity_identifiers.aws_products #=> Array
1731
+ # resp.related_entity_identifiers.aws_products[0] #=> String
1732
+ # resp.life_cycle.stage #=> String, one of "Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost"
1733
+ # resp.life_cycle.closed_lost_reason #=> String, one of "Customer Deficiency", "Delay / Cancellation of Project", "Legal / Tax / Regulatory", "Lost to Competitor - Google", "Lost to Competitor - Microsoft", "Lost to Competitor - SoftLayer", "Lost to Competitor - VMWare", "Lost to Competitor - Other", "No Opportunity", "On Premises Deployment", "Partner Gap", "Price", "Security / Compliance", "Technical Limitations", "Customer Experience", "Other", "People/Relationship/Governance", "Product/Technology", "Financial/Commercial"
1734
+ # resp.life_cycle.next_steps #=> String
1735
+ # resp.life_cycle.target_close_date #=> String
1736
+ # resp.life_cycle.review_status #=> String, one of "Pending Submission", "Submitted", "In review", "Approved", "Rejected", "Action Required"
1737
+ # resp.life_cycle.review_comments #=> String
1738
+ # resp.life_cycle.review_status_reason #=> String
1739
+ # resp.life_cycle.next_steps_history #=> Array
1740
+ # resp.life_cycle.next_steps_history[0].value #=> String
1741
+ # resp.life_cycle.next_steps_history[0].time #=> Time
1742
+ # resp.opportunity_team #=> Array
1743
+ # resp.opportunity_team[0].email #=> String
1744
+ # resp.opportunity_team[0].first_name #=> String
1745
+ # resp.opportunity_team[0].last_name #=> String
1746
+ # resp.opportunity_team[0].business_title #=> String
1747
+ # resp.opportunity_team[0].phone #=> String
1739
1748
  #
1740
1749
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetOpportunity AWS API Documentation
1741
1750
  #
@@ -1760,6 +1769,11 @@ module Aws::PartnerCentralSelling
1760
1769
  # The unique identifier of the engagement associated with the snapshot.
1761
1770
  # This field links the snapshot to a specific engagement context.
1762
1771
  #
1772
+ # @option params [required, String] :resource_type
1773
+ # Specifies the type of resource that was snapshotted. This field
1774
+ # determines the structure and content of the snapshot payload. Valid
1775
+ # value includes:`Opportunity`: For opportunity-related data.
1776
+ #
1763
1777
  # @option params [required, String] :resource_identifier
1764
1778
  # The unique identifier of the specific resource that was snapshotted.
1765
1779
  # The format and constraints of this identifier depend on the
@@ -1772,98 +1786,93 @@ module Aws::PartnerCentralSelling
1772
1786
  # the snapshot and must correspond to an existing and valid template for
1773
1787
  # the specified `ResourceType`.
1774
1788
  #
1775
- # @option params [required, String] :resource_type
1776
- # Specifies the type of resource that was snapshotted. This field
1777
- # determines the structure and content of the snapshot payload. Valid
1778
- # value includes:`Opportunity`: For opportunity-related data.
1779
- #
1780
1789
  # @option params [Integer] :revision
1781
1790
  # Specifies which revision of the snapshot to retrieve. If omitted
1782
1791
  # returns the latest revision.
1783
1792
  #
1784
1793
  # @return [Types::GetResourceSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1785
1794
  #
1786
- # * {Types::GetResourceSnapshotResponse#arn #arn} => String
1787
1795
  # * {Types::GetResourceSnapshotResponse#catalog #catalog} => String
1788
- # * {Types::GetResourceSnapshotResponse#created_at #created_at} => Time
1796
+ # * {Types::GetResourceSnapshotResponse#arn #arn} => String
1789
1797
  # * {Types::GetResourceSnapshotResponse#created_by #created_by} => String
1798
+ # * {Types::GetResourceSnapshotResponse#created_at #created_at} => Time
1790
1799
  # * {Types::GetResourceSnapshotResponse#engagement_id #engagement_id} => String
1791
- # * {Types::GetResourceSnapshotResponse#payload #payload} => Types::ResourceSnapshotPayload
1800
+ # * {Types::GetResourceSnapshotResponse#resource_type #resource_type} => String
1792
1801
  # * {Types::GetResourceSnapshotResponse#resource_id #resource_id} => String
1793
1802
  # * {Types::GetResourceSnapshotResponse#resource_snapshot_template_name #resource_snapshot_template_name} => String
1794
- # * {Types::GetResourceSnapshotResponse#resource_type #resource_type} => String
1795
1803
  # * {Types::GetResourceSnapshotResponse#revision #revision} => Integer
1804
+ # * {Types::GetResourceSnapshotResponse#payload #payload} => Types::ResourceSnapshotPayload
1796
1805
  #
1797
1806
  # @example Request syntax with placeholder values
1798
1807
  #
1799
1808
  # resp = client.get_resource_snapshot({
1800
1809
  # catalog: "CatalogIdentifier", # required
1801
1810
  # engagement_identifier: "EngagementIdentifier", # required
1811
+ # resource_type: "Opportunity", # required, accepts Opportunity
1802
1812
  # resource_identifier: "ResourceIdentifier", # required
1803
1813
  # resource_snapshot_template_identifier: "ResourceTemplateName", # required
1804
- # resource_type: "Opportunity", # required, accepts Opportunity
1805
1814
  # revision: 1,
1806
1815
  # })
1807
1816
  #
1808
1817
  # @example Response structure
1809
1818
  #
1810
- # resp.arn #=> String
1811
1819
  # resp.catalog #=> String
1812
- # resp.created_at #=> Time
1820
+ # resp.arn #=> String
1813
1821
  # resp.created_by #=> String
1822
+ # resp.created_at #=> Time
1814
1823
  # resp.engagement_id #=> String
1824
+ # resp.resource_type #=> String, one of "Opportunity"
1825
+ # resp.resource_id #=> String
1826
+ # resp.resource_snapshot_template_name #=> String
1827
+ # resp.revision #=> Integer
1828
+ # resp.payload.opportunity_summary.opportunity_type #=> String, one of "Net New Business", "Flat Renewal", "Expansion"
1829
+ # resp.payload.opportunity_summary.lifecycle.target_close_date #=> String
1830
+ # resp.payload.opportunity_summary.lifecycle.review_status #=> String, one of "Pending Submission", "Submitted", "In review", "Approved", "Rejected", "Action Required"
1831
+ # resp.payload.opportunity_summary.lifecycle.stage #=> String, one of "Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost"
1832
+ # resp.payload.opportunity_summary.lifecycle.next_steps #=> String
1833
+ # resp.payload.opportunity_summary.opportunity_team #=> Array
1834
+ # resp.payload.opportunity_summary.opportunity_team[0].email #=> String
1835
+ # resp.payload.opportunity_summary.opportunity_team[0].first_name #=> String
1836
+ # resp.payload.opportunity_summary.opportunity_team[0].last_name #=> String
1837
+ # resp.payload.opportunity_summary.opportunity_team[0].business_title #=> String
1838
+ # resp.payload.opportunity_summary.opportunity_team[0].phone #=> String
1839
+ # resp.payload.opportunity_summary.primary_needs_from_aws #=> Array
1840
+ # resp.payload.opportunity_summary.primary_needs_from_aws[0] #=> String, one of "Co-Sell - Architectural Validation", "Co-Sell - Business Presentation", "Co-Sell - Competitive Information", "Co-Sell - Pricing Assistance", "Co-Sell - Technical Consultation", "Co-Sell - Total Cost of Ownership Evaluation", "Co-Sell - Deal Support", "Co-Sell - Support for Public Tender / RFx"
1841
+ # resp.payload.opportunity_summary.customer.account.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
1842
+ # resp.payload.opportunity_summary.customer.account.other_industry #=> String
1843
+ # resp.payload.opportunity_summary.customer.account.company_name #=> String
1844
+ # resp.payload.opportunity_summary.customer.account.website_url #=> String
1845
+ # resp.payload.opportunity_summary.customer.account.aws_account_id #=> String
1815
1846
  # resp.payload.opportunity_summary.customer.account.address.city #=> String
1816
- # resp.payload.opportunity_summary.customer.account.address.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1817
1847
  # resp.payload.opportunity_summary.customer.account.address.postal_code #=> String
1818
1848
  # resp.payload.opportunity_summary.customer.account.address.state_or_region #=> String
1849
+ # resp.payload.opportunity_summary.customer.account.address.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1819
1850
  # resp.payload.opportunity_summary.customer.account.address.street_address #=> String
1820
- # resp.payload.opportunity_summary.customer.account.aws_account_id #=> String
1821
- # resp.payload.opportunity_summary.customer.account.company_name #=> String
1822
1851
  # resp.payload.opportunity_summary.customer.account.duns #=> String
1823
- # resp.payload.opportunity_summary.customer.account.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
1824
- # resp.payload.opportunity_summary.customer.account.other_industry #=> String
1825
- # resp.payload.opportunity_summary.customer.account.website_url #=> String
1826
1852
  # resp.payload.opportunity_summary.customer.contacts #=> Array
1827
- # resp.payload.opportunity_summary.customer.contacts[0].business_title #=> String
1828
1853
  # resp.payload.opportunity_summary.customer.contacts[0].email #=> String
1829
1854
  # resp.payload.opportunity_summary.customer.contacts[0].first_name #=> String
1830
1855
  # resp.payload.opportunity_summary.customer.contacts[0].last_name #=> String
1856
+ # resp.payload.opportunity_summary.customer.contacts[0].business_title #=> String
1831
1857
  # resp.payload.opportunity_summary.customer.contacts[0].phone #=> String
1832
- # resp.payload.opportunity_summary.lifecycle.next_steps #=> String
1833
- # resp.payload.opportunity_summary.lifecycle.review_status #=> String, one of "Pending Submission", "Submitted", "In review", "Approved", "Rejected", "Action Required"
1834
- # resp.payload.opportunity_summary.lifecycle.stage #=> String, one of "Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost"
1835
- # resp.payload.opportunity_summary.lifecycle.target_close_date #=> String
1836
- # resp.payload.opportunity_summary.opportunity_team #=> Array
1837
- # resp.payload.opportunity_summary.opportunity_team[0].business_title #=> String
1838
- # resp.payload.opportunity_summary.opportunity_team[0].email #=> String
1839
- # resp.payload.opportunity_summary.opportunity_team[0].first_name #=> String
1840
- # resp.payload.opportunity_summary.opportunity_team[0].last_name #=> String
1841
- # resp.payload.opportunity_summary.opportunity_team[0].phone #=> String
1842
- # resp.payload.opportunity_summary.opportunity_type #=> String, one of "Net New Business", "Flat Renewal", "Expansion"
1843
- # resp.payload.opportunity_summary.primary_needs_from_aws #=> Array
1844
- # resp.payload.opportunity_summary.primary_needs_from_aws[0] #=> String, one of "Co-Sell - Architectural Validation", "Co-Sell - Business Presentation", "Co-Sell - Competitive Information", "Co-Sell - Pricing Assistance", "Co-Sell - Technical Consultation", "Co-Sell - Total Cost of Ownership Evaluation", "Co-Sell - Deal Support", "Co-Sell - Support for Public Tender / RFx"
1845
- # resp.payload.opportunity_summary.project.customer_use_case #=> String
1846
1858
  # resp.payload.opportunity_summary.project.delivery_models #=> Array
1847
1859
  # resp.payload.opportunity_summary.project.delivery_models[0] #=> String, one of "SaaS or PaaS", "BYOL or AMI", "Managed Services", "Professional Services", "Resell", "Other"
1848
1860
  # resp.payload.opportunity_summary.project.expected_customer_spend #=> Array
1849
1861
  # resp.payload.opportunity_summary.project.expected_customer_spend[0].amount #=> String
1850
1862
  # resp.payload.opportunity_summary.project.expected_customer_spend[0].currency_code #=> String, one of "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"
1851
- # resp.payload.opportunity_summary.project.expected_customer_spend[0].estimation_url #=> String
1852
1863
  # resp.payload.opportunity_summary.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1853
1864
  # resp.payload.opportunity_summary.project.expected_customer_spend[0].target_company #=> String
1854
- # resp.payload.opportunity_summary.project.other_solution_description #=> String
1865
+ # resp.payload.opportunity_summary.project.expected_customer_spend[0].estimation_url #=> String
1866
+ # resp.payload.opportunity_summary.project.customer_use_case #=> String
1855
1867
  # resp.payload.opportunity_summary.project.sales_activities #=> Array
1856
1868
  # resp.payload.opportunity_summary.project.sales_activities[0] #=> String, one of "Initialized discussions with customer", "Customer has shown interest in solution", "Conducted POC / Demo", "In evaluation / planning stage", "Agreed on solution to Business Problem", "Completed Action Plan", "Finalized Deployment Need", "SOW Signed"
1869
+ # resp.payload.opportunity_summary.project.other_solution_description #=> String
1857
1870
  # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offers #=> Array
1858
1871
  # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offers[0] #=> String
1859
- # resp.payload.opportunity_summary.related_entity_identifiers.aws_products #=> Array
1860
- # resp.payload.opportunity_summary.related_entity_identifiers.aws_products[0] #=> String
1861
1872
  # resp.payload.opportunity_summary.related_entity_identifiers.solutions #=> Array
1862
1873
  # resp.payload.opportunity_summary.related_entity_identifiers.solutions[0] #=> String
1863
- # resp.resource_id #=> String
1864
- # resp.resource_snapshot_template_name #=> String
1865
- # resp.resource_type #=> String, one of "Opportunity"
1866
- # resp.revision #=> Integer
1874
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_products #=> Array
1875
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_products[0] #=> String
1867
1876
  #
1868
1877
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetResourceSnapshot AWS API Documentation
1869
1878
  #
@@ -1892,18 +1901,18 @@ module Aws::PartnerCentralSelling
1892
1901
  #
1893
1902
  # @return [Types::GetResourceSnapshotJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1894
1903
  #
1895
- # * {Types::GetResourceSnapshotJobResponse#arn #arn} => String
1896
1904
  # * {Types::GetResourceSnapshotJobResponse#catalog #catalog} => String
1897
- # * {Types::GetResourceSnapshotJobResponse#created_at #created_at} => Time
1898
- # * {Types::GetResourceSnapshotJobResponse#engagement_id #engagement_id} => String
1899
1905
  # * {Types::GetResourceSnapshotJobResponse#id #id} => String
1900
- # * {Types::GetResourceSnapshotJobResponse#last_failure #last_failure} => String
1901
- # * {Types::GetResourceSnapshotJobResponse#last_successful_execution_date #last_successful_execution_date} => Time
1902
- # * {Types::GetResourceSnapshotJobResponse#resource_arn #resource_arn} => String
1906
+ # * {Types::GetResourceSnapshotJobResponse#arn #arn} => String
1907
+ # * {Types::GetResourceSnapshotJobResponse#engagement_id #engagement_id} => String
1908
+ # * {Types::GetResourceSnapshotJobResponse#resource_type #resource_type} => String
1903
1909
  # * {Types::GetResourceSnapshotJobResponse#resource_id #resource_id} => String
1910
+ # * {Types::GetResourceSnapshotJobResponse#resource_arn #resource_arn} => String
1904
1911
  # * {Types::GetResourceSnapshotJobResponse#resource_snapshot_template_name #resource_snapshot_template_name} => String
1905
- # * {Types::GetResourceSnapshotJobResponse#resource_type #resource_type} => String
1912
+ # * {Types::GetResourceSnapshotJobResponse#created_at #created_at} => Time
1906
1913
  # * {Types::GetResourceSnapshotJobResponse#status #status} => String
1914
+ # * {Types::GetResourceSnapshotJobResponse#last_successful_execution_date #last_successful_execution_date} => Time
1915
+ # * {Types::GetResourceSnapshotJobResponse#last_failure #last_failure} => String
1907
1916
  #
1908
1917
  # @example Request syntax with placeholder values
1909
1918
  #
@@ -1914,18 +1923,18 @@ module Aws::PartnerCentralSelling
1914
1923
  #
1915
1924
  # @example Response structure
1916
1925
  #
1917
- # resp.arn #=> String
1918
1926
  # resp.catalog #=> String
1919
- # resp.created_at #=> Time
1920
- # resp.engagement_id #=> String
1921
1927
  # resp.id #=> String
1922
- # resp.last_failure #=> String
1923
- # resp.last_successful_execution_date #=> Time
1924
- # resp.resource_arn #=> String
1928
+ # resp.arn #=> String
1929
+ # resp.engagement_id #=> String
1930
+ # resp.resource_type #=> String, one of "Opportunity"
1925
1931
  # resp.resource_id #=> String
1932
+ # resp.resource_arn #=> String
1926
1933
  # resp.resource_snapshot_template_name #=> String
1927
- # resp.resource_type #=> String, one of "Opportunity"
1934
+ # resp.created_at #=> Time
1928
1935
  # resp.status #=> String, one of "Running", "Stopped"
1936
+ # resp.last_successful_execution_date #=> Time
1937
+ # resp.last_failure #=> String
1929
1938
  #
1930
1939
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetResourceSnapshotJob AWS API Documentation
1931
1940
  #
@@ -1973,18 +1982,6 @@ module Aws::PartnerCentralSelling
1973
1982
  # StartEngagementByAcceptingInvitationTask tasks that were initiated by
1974
1983
  # the caller's account.
1975
1984
  #
1976
- # @option params [required, String] :catalog
1977
- # Specifies the catalog related to the request. Valid values are:
1978
- #
1979
- # * AWS: Retrieves the request from the production AWS environment.
1980
- #
1981
- # * Sandbox: Retrieves the request from a sandbox environment used for
1982
- # testing or development purposes.
1983
- #
1984
- # @option params [Array<String>] :engagement_invitation_identifier
1985
- # Filters tasks by the identifiers of the engagement invitations they
1986
- # are processing.
1987
- #
1988
1985
  # @option params [Integer] :max_results
1989
1986
  # Use this parameter to control the number of items returned in each
1990
1987
  # request, which can be useful for performance tuning and managing large
@@ -1995,58 +1992,70 @@ module Aws::PartnerCentralSelling
1995
1992
  # pages. This value is obtained from the NextToken field in the response
1996
1993
  # of a previous call to this API.
1997
1994
  #
1998
- # @option params [Array<String>] :opportunity_identifier
1999
- # Filters tasks by the identifiers of the opportunities they created or
2000
- # are associated with.
2001
- #
2002
1995
  # @option params [Types::ListTasksSortBase] :sort
2003
1996
  # Specifies the sorting criteria for the returned results. This allows
2004
1997
  # you to order the tasks based on specific attributes.
2005
1998
  #
2006
- # @option params [Array<String>] :task_identifier
2007
- # Filters tasks by their unique identifiers. Use this when you want to
2008
- # retrieve information about specific tasks.
1999
+ # @option params [required, String] :catalog
2000
+ # Specifies the catalog related to the request. Valid values are:
2001
+ #
2002
+ # * AWS: Retrieves the request from the production AWS environment.
2003
+ #
2004
+ # * Sandbox: Retrieves the request from a sandbox environment used for
2005
+ # testing or development purposes.
2009
2006
  #
2010
2007
  # @option params [Array<String>] :task_status
2011
2008
  # Filters the tasks based on their current status. This allows you to
2012
2009
  # focus on tasks in specific states.
2013
2010
  #
2011
+ # @option params [Array<String>] :opportunity_identifier
2012
+ # Filters tasks by the identifiers of the opportunities they created or
2013
+ # are associated with.
2014
+ #
2015
+ # @option params [Array<String>] :engagement_invitation_identifier
2016
+ # Filters tasks by the identifiers of the engagement invitations they
2017
+ # are processing.
2018
+ #
2019
+ # @option params [Array<String>] :task_identifier
2020
+ # Filters tasks by their unique identifiers. Use this when you want to
2021
+ # retrieve information about specific tasks.
2022
+ #
2014
2023
  # @return [Types::ListEngagementByAcceptingInvitationTasksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2015
2024
  #
2016
- # * {Types::ListEngagementByAcceptingInvitationTasksResponse#next_token #next_token} => String
2017
2025
  # * {Types::ListEngagementByAcceptingInvitationTasksResponse#task_summaries #task_summaries} => Array&lt;Types::ListEngagementByAcceptingInvitationTaskSummary&gt;
2026
+ # * {Types::ListEngagementByAcceptingInvitationTasksResponse#next_token #next_token} => String
2018
2027
  #
2019
2028
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2020
2029
  #
2021
2030
  # @example Request syntax with placeholder values
2022
2031
  #
2023
2032
  # resp = client.list_engagement_by_accepting_invitation_tasks({
2024
- # catalog: "CatalogIdentifier", # required
2025
- # engagement_invitation_identifier: ["EngagementInvitationArnOrIdentifier"],
2026
2033
  # max_results: 1,
2027
2034
  # next_token: "ListEngagementByAcceptingInvitationTasksRequestNextTokenString",
2028
- # opportunity_identifier: ["OpportunityIdentifier"],
2029
2035
  # sort: {
2030
- # sort_by: "StartTime", # required, accepts StartTime
2031
2036
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2037
+ # sort_by: "StartTime", # required, accepts StartTime
2032
2038
  # },
2033
- # task_identifier: ["TaskArnOrIdentifier"],
2039
+ # catalog: "CatalogIdentifier", # required
2034
2040
  # task_status: ["IN_PROGRESS"], # accepts IN_PROGRESS, COMPLETE, FAILED
2041
+ # opportunity_identifier: ["OpportunityIdentifier"],
2042
+ # engagement_invitation_identifier: ["EngagementInvitationArnOrIdentifier"],
2043
+ # task_identifier: ["TaskArnOrIdentifier"],
2035
2044
  # })
2036
2045
  #
2037
2046
  # @example Response structure
2038
2047
  #
2039
- # resp.next_token #=> String
2040
2048
  # resp.task_summaries #=> Array
2041
- # resp.task_summaries[0].engagement_invitation_id #=> String
2049
+ # resp.task_summaries[0].task_id #=> String
2050
+ # resp.task_summaries[0].task_arn #=> String
2051
+ # resp.task_summaries[0].start_time #=> Time
2052
+ # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2042
2053
  # resp.task_summaries[0].message #=> String
2043
- # resp.task_summaries[0].opportunity_id #=> String
2044
2054
  # resp.task_summaries[0].reason_code #=> String, one of "InvitationAccessDenied", "InvitationValidationFailed", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "ResourceSnapshotJobValidationFailed", "ResourceSnapshotJobConflict", "EngagementValidationFailed", "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", "ServiceQuotaExceeded", "RequestThrottled"
2055
+ # resp.task_summaries[0].opportunity_id #=> String
2045
2056
  # resp.task_summaries[0].resource_snapshot_job_id #=> String
2046
- # resp.task_summaries[0].start_time #=> Time
2047
- # resp.task_summaries[0].task_arn #=> String
2048
- # resp.task_summaries[0].task_id #=> String
2049
- # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2057
+ # resp.task_summaries[0].engagement_invitation_id #=> String
2058
+ # resp.next_token #=> String
2050
2059
  #
2051
2060
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementByAcceptingInvitationTasks AWS API Documentation
2052
2061
  #
@@ -2061,18 +2070,6 @@ module Aws::PartnerCentralSelling
2061
2070
  # `EngagementFromOpportunity` tasks that were initiated by the caller's
2062
2071
  # account.
2063
2072
  #
2064
- # @option params [required, String] :catalog
2065
- # Specifies the catalog related to the request. Valid values are:
2066
- #
2067
- # * AWS: Retrieves the request from the production AWS environment.
2068
- #
2069
- # * Sandbox: Retrieves the request from a sandbox environment used for
2070
- # testing or development purposes.
2071
- #
2072
- # @option params [Array<String>] :engagement_identifier
2073
- # Filters tasks by the identifiers of the engagements they created or
2074
- # are associated with.
2075
- #
2076
2073
  # @option params [Integer] :max_results
2077
2074
  # Specifies the maximum number of results to return in a single page of
2078
2075
  # the response.Use this parameter to control the number of items
@@ -2085,58 +2082,70 @@ module Aws::PartnerCentralSelling
2085
2082
  # to this API. Use this parameter for pagination when the result set
2086
2083
  # spans multiple pages.
2087
2084
  #
2088
- # @option params [Array<String>] :opportunity_identifier
2089
- # The identifier of the original opportunity associated with this task.
2090
- #
2091
2085
  # @option params [Types::ListTasksSortBase] :sort
2092
2086
  # Specifies the sorting criteria for the returned results. This allows
2093
2087
  # you to order the tasks based on specific attributes.
2094
2088
  #
2095
- # @option params [Array<String>] :task_identifier
2096
- # Filters tasks by their unique identifiers. Use this when you want to
2097
- # retrieve information about specific tasks.
2089
+ # @option params [required, String] :catalog
2090
+ # Specifies the catalog related to the request. Valid values are:
2091
+ #
2092
+ # * AWS: Retrieves the request from the production AWS environment.
2093
+ #
2094
+ # * Sandbox: Retrieves the request from a sandbox environment used for
2095
+ # testing or development purposes.
2098
2096
  #
2099
2097
  # @option params [Array<String>] :task_status
2100
2098
  # Filters the tasks based on their current status. This allows you to
2101
2099
  # focus on tasks in specific states.
2102
2100
  #
2101
+ # @option params [Array<String>] :task_identifier
2102
+ # Filters tasks by their unique identifiers. Use this when you want to
2103
+ # retrieve information about specific tasks.
2104
+ #
2105
+ # @option params [Array<String>] :opportunity_identifier
2106
+ # The identifier of the original opportunity associated with this task.
2107
+ #
2108
+ # @option params [Array<String>] :engagement_identifier
2109
+ # Filters tasks by the identifiers of the engagements they created or
2110
+ # are associated with.
2111
+ #
2103
2112
  # @return [Types::ListEngagementFromOpportunityTasksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2104
2113
  #
2105
- # * {Types::ListEngagementFromOpportunityTasksResponse#next_token #next_token} => String
2106
2114
  # * {Types::ListEngagementFromOpportunityTasksResponse#task_summaries #task_summaries} => Array&lt;Types::ListEngagementFromOpportunityTaskSummary&gt;
2115
+ # * {Types::ListEngagementFromOpportunityTasksResponse#next_token #next_token} => String
2107
2116
  #
2108
2117
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2109
2118
  #
2110
2119
  # @example Request syntax with placeholder values
2111
2120
  #
2112
2121
  # resp = client.list_engagement_from_opportunity_tasks({
2113
- # catalog: "CatalogIdentifier", # required
2114
- # engagement_identifier: ["EngagementArnOrIdentifier"],
2115
2122
  # max_results: 1,
2116
2123
  # next_token: "ListEngagementFromOpportunityTasksRequestNextTokenString",
2117
- # opportunity_identifier: ["OpportunityIdentifier"],
2118
2124
  # sort: {
2119
- # sort_by: "StartTime", # required, accepts StartTime
2120
2125
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2126
+ # sort_by: "StartTime", # required, accepts StartTime
2121
2127
  # },
2122
- # task_identifier: ["TaskArnOrIdentifier"],
2128
+ # catalog: "CatalogIdentifier", # required
2123
2129
  # task_status: ["IN_PROGRESS"], # accepts IN_PROGRESS, COMPLETE, FAILED
2130
+ # task_identifier: ["TaskArnOrIdentifier"],
2131
+ # opportunity_identifier: ["OpportunityIdentifier"],
2132
+ # engagement_identifier: ["EngagementArnOrIdentifier"],
2124
2133
  # })
2125
2134
  #
2126
2135
  # @example Response structure
2127
2136
  #
2128
- # resp.next_token #=> String
2129
2137
  # resp.task_summaries #=> Array
2130
- # resp.task_summaries[0].engagement_id #=> String
2131
- # resp.task_summaries[0].engagement_invitation_id #=> String
2138
+ # resp.task_summaries[0].task_id #=> String
2139
+ # resp.task_summaries[0].task_arn #=> String
2140
+ # resp.task_summaries[0].start_time #=> Time
2141
+ # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2132
2142
  # resp.task_summaries[0].message #=> String
2133
- # resp.task_summaries[0].opportunity_id #=> String
2134
2143
  # resp.task_summaries[0].reason_code #=> String, one of "InvitationAccessDenied", "InvitationValidationFailed", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "ResourceSnapshotJobValidationFailed", "ResourceSnapshotJobConflict", "EngagementValidationFailed", "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", "ServiceQuotaExceeded", "RequestThrottled"
2144
+ # resp.task_summaries[0].opportunity_id #=> String
2135
2145
  # resp.task_summaries[0].resource_snapshot_job_id #=> String
2136
- # resp.task_summaries[0].start_time #=> Time
2137
- # resp.task_summaries[0].task_arn #=> String
2138
- # resp.task_summaries[0].task_id #=> String
2139
- # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2146
+ # resp.task_summaries[0].engagement_id #=> String
2147
+ # resp.task_summaries[0].engagement_invitation_id #=> String
2148
+ # resp.next_token #=> String
2140
2149
  #
2141
2150
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementFromOpportunityTasks AWS API Documentation
2142
2151
  #
@@ -2156,14 +2165,6 @@ module Aws::PartnerCentralSelling
2156
2165
  # Use `AWS` for production invitations or `Sandbox` for testing
2157
2166
  # environments.
2158
2167
  #
2159
- # @option params [Array<String>] :engagement_identifier
2160
- # Retrieves a list of engagement invitation summaries based on specified
2161
- # filters. The ListEngagementInvitations operation allows you to view
2162
- # all invitations that you have sent or received. You must specify the
2163
- # ParticipantType to filter invitations where you are either the SENDER
2164
- # or the RECEIVER. Invitations will automatically expire if not accepted
2165
- # within 15 days.
2166
- #
2167
2168
  # @option params [Integer] :max_results
2168
2169
  # Specifies the maximum number of engagement invitations to return in
2169
2170
  # the response. If more results are available, a pagination token will
@@ -2174,26 +2175,34 @@ module Aws::PartnerCentralSelling
2174
2175
  # the response to a previous request was truncated. Pass this token to
2175
2176
  # continue listing invitations from where the previous call left off.
2176
2177
  #
2177
- # @option params [required, String] :participant_type
2178
- # Specifies the type of participant for which to list engagement
2179
- # invitations. Identifies the role of the participant.
2178
+ # @option params [Types::OpportunityEngagementInvitationSort] :sort
2179
+ # Specifies the sorting options for listing engagement invitations.
2180
+ # Invitations can be sorted by fields such as `InvitationDate` or
2181
+ # `Status` to help partners view results in their preferred order.
2180
2182
  #
2181
2183
  # @option params [Array<String>] :payload_type
2182
2184
  # Defines the type of payload associated with the engagement invitations
2183
2185
  # to be listed. The attributes in this payload help decide on acceptance
2184
2186
  # or rejection of the invitation.
2185
2187
  #
2186
- # @option params [Array<String>] :sender_aws_account_id
2187
- # List of sender AWS account IDs to filter the invitations.
2188
- #
2189
- # @option params [Types::OpportunityEngagementInvitationSort] :sort
2190
- # Specifies the sorting options for listing engagement invitations.
2191
- # Invitations can be sorted by fields such as `InvitationDate` or
2192
- # `Status` to help partners view results in their preferred order.
2188
+ # @option params [required, String] :participant_type
2189
+ # Specifies the type of participant for which to list engagement
2190
+ # invitations. Identifies the role of the participant.
2193
2191
  #
2194
2192
  # @option params [Array<String>] :status
2195
2193
  # Status values to filter the invitations.
2196
2194
  #
2195
+ # @option params [Array<String>] :engagement_identifier
2196
+ # Retrieves a list of engagement invitation summaries based on specified
2197
+ # filters. The ListEngagementInvitations operation allows you to view
2198
+ # all invitations that you have sent or received. You must specify the
2199
+ # ParticipantType to filter invitations where you are either the SENDER
2200
+ # or the RECEIVER. Invitations will automatically expire if not accepted
2201
+ # within 15 days.
2202
+ #
2203
+ # @option params [Array<String>] :sender_aws_account_id
2204
+ # List of sender AWS account IDs to filter the invitations.
2205
+ #
2197
2206
  # @return [Types::ListEngagementInvitationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2198
2207
  #
2199
2208
  # * {Types::ListEngagementInvitationsResponse#engagement_invitation_summaries #engagement_invitation_summaries} => Array&lt;Types::EngagementInvitationSummary&gt;
@@ -2205,36 +2214,36 @@ module Aws::PartnerCentralSelling
2205
2214
  #
2206
2215
  # resp = client.list_engagement_invitations({
2207
2216
  # catalog: "CatalogIdentifier", # required
2208
- # engagement_identifier: ["EngagementArnOrIdentifier"],
2209
2217
  # max_results: 1,
2210
2218
  # next_token: "String",
2211
- # participant_type: "SENDER", # required, accepts SENDER, RECEIVER
2212
- # payload_type: ["OpportunityInvitation"], # accepts OpportunityInvitation
2213
- # sender_aws_account_id: ["AwsAccount"],
2214
2219
  # sort: {
2215
- # sort_by: "InvitationDate", # required, accepts InvitationDate
2216
2220
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2221
+ # sort_by: "InvitationDate", # required, accepts InvitationDate
2217
2222
  # },
2223
+ # payload_type: ["OpportunityInvitation"], # accepts OpportunityInvitation
2224
+ # participant_type: "SENDER", # required, accepts SENDER, RECEIVER
2218
2225
  # status: ["ACCEPTED"], # accepts ACCEPTED, PENDING, REJECTED, EXPIRED
2226
+ # engagement_identifier: ["EngagementArnOrIdentifier"],
2227
+ # sender_aws_account_id: ["AwsAccount"],
2219
2228
  # })
2220
2229
  #
2221
2230
  # @example Response structure
2222
2231
  #
2223
2232
  # resp.engagement_invitation_summaries #=> Array
2224
2233
  # resp.engagement_invitation_summaries[0].arn #=> String
2225
- # resp.engagement_invitation_summaries[0].catalog #=> String
2234
+ # resp.engagement_invitation_summaries[0].payload_type #=> String, one of "OpportunityInvitation"
2235
+ # resp.engagement_invitation_summaries[0].id #=> String
2226
2236
  # resp.engagement_invitation_summaries[0].engagement_id #=> String
2227
2237
  # resp.engagement_invitation_summaries[0].engagement_title #=> String
2228
- # resp.engagement_invitation_summaries[0].expiration_date #=> Time
2229
- # resp.engagement_invitation_summaries[0].id #=> String
2238
+ # resp.engagement_invitation_summaries[0].status #=> String, one of "ACCEPTED", "PENDING", "REJECTED", "EXPIRED"
2230
2239
  # resp.engagement_invitation_summaries[0].invitation_date #=> Time
2231
- # resp.engagement_invitation_summaries[0].participant_type #=> String, one of "SENDER", "RECEIVER"
2232
- # resp.engagement_invitation_summaries[0].payload_type #=> String, one of "OpportunityInvitation"
2233
- # resp.engagement_invitation_summaries[0].receiver.account.alias #=> String
2234
- # resp.engagement_invitation_summaries[0].receiver.account.aws_account_id #=> String
2240
+ # resp.engagement_invitation_summaries[0].expiration_date #=> Time
2235
2241
  # resp.engagement_invitation_summaries[0].sender_aws_account_id #=> String
2236
2242
  # resp.engagement_invitation_summaries[0].sender_company_name #=> String
2237
- # resp.engagement_invitation_summaries[0].status #=> String, one of "ACCEPTED", "PENDING", "REJECTED", "EXPIRED"
2243
+ # resp.engagement_invitation_summaries[0].receiver.account.alias #=> String
2244
+ # resp.engagement_invitation_summaries[0].receiver.account.aws_account_id #=> String
2245
+ # resp.engagement_invitation_summaries[0].catalog #=> String
2246
+ # resp.engagement_invitation_summaries[0].participant_type #=> String, one of "SENDER", "RECEIVER"
2238
2247
  # resp.next_token #=> String
2239
2248
  #
2240
2249
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementInvitations AWS API Documentation
@@ -2283,9 +2292,9 @@ module Aws::PartnerCentralSelling
2283
2292
  # @example Response structure
2284
2293
  #
2285
2294
  # resp.engagement_member_list #=> Array
2286
- # resp.engagement_member_list[0].account_id #=> String
2287
2295
  # resp.engagement_member_list[0].company_name #=> String
2288
2296
  # resp.engagement_member_list[0].website_url #=> String
2297
+ # resp.engagement_member_list[0].account_id #=> String
2289
2298
  # resp.next_token #=> String
2290
2299
  #
2291
2300
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementMembers AWS API Documentation
@@ -2308,16 +2317,6 @@ module Aws::PartnerCentralSelling
2308
2317
  #
2309
2318
  # * `Sandbox` for testing and development purposes.
2310
2319
  #
2311
- # @option params [String] :created_by
2312
- # Filters the response to include only snapshots of resources owned by
2313
- # the specified AWS account ID. Use this when you want to find
2314
- # associations related to resources owned by a particular account.
2315
- #
2316
- # @option params [String] :engagement_identifier
2317
- # Filters the results to include only associations related to the
2318
- # specified engagement. Use this when you want to find all resources
2319
- # associated with a specific engagement.
2320
- #
2321
2320
  # @option params [Integer] :max_results
2322
2321
  # Limits the number of results returned in a single call. Use this to
2323
2322
  # control the number of results returned, especially useful for
@@ -2327,14 +2326,24 @@ module Aws::PartnerCentralSelling
2327
2326
  # A token used for pagination of results. Include this token in
2328
2327
  # subsequent requests to retrieve the next set of results.
2329
2328
  #
2329
+ # @option params [String] :engagement_identifier
2330
+ # Filters the results to include only associations related to the
2331
+ # specified engagement. Use this when you want to find all resources
2332
+ # associated with a specific engagement.
2333
+ #
2334
+ # @option params [String] :resource_type
2335
+ # Filters the results to include only associations with resources of the
2336
+ # specified type.
2337
+ #
2330
2338
  # @option params [String] :resource_identifier
2331
2339
  # Filters the results to include only associations with the specified
2332
2340
  # resource. Varies depending on the resource type. Use this when you
2333
2341
  # want to find all engagements associated with a specific resource.
2334
2342
  #
2335
- # @option params [String] :resource_type
2336
- # Filters the results to include only associations with resources of the
2337
- # specified type.
2343
+ # @option params [String] :created_by
2344
+ # Filters the response to include only snapshots of resources owned by
2345
+ # the specified AWS account ID. Use this when you want to find
2346
+ # associations related to resources owned by a particular account.
2338
2347
  #
2339
2348
  # @return [Types::ListEngagementResourceAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2340
2349
  #
@@ -2347,22 +2356,22 @@ module Aws::PartnerCentralSelling
2347
2356
  #
2348
2357
  # resp = client.list_engagement_resource_associations({
2349
2358
  # catalog: "CatalogIdentifier", # required
2350
- # created_by: "AwsAccount",
2351
- # engagement_identifier: "EngagementIdentifier",
2352
2359
  # max_results: 1,
2353
2360
  # next_token: "String",
2354
- # resource_identifier: "ResourceIdentifier",
2361
+ # engagement_identifier: "EngagementIdentifier",
2355
2362
  # resource_type: "Opportunity", # accepts Opportunity
2363
+ # resource_identifier: "ResourceIdentifier",
2364
+ # created_by: "AwsAccount",
2356
2365
  # })
2357
2366
  #
2358
2367
  # @example Response structure
2359
2368
  #
2360
2369
  # resp.engagement_resource_association_summaries #=> Array
2361
2370
  # resp.engagement_resource_association_summaries[0].catalog #=> String
2362
- # resp.engagement_resource_association_summaries[0].created_by #=> String
2363
2371
  # resp.engagement_resource_association_summaries[0].engagement_id #=> String
2364
- # resp.engagement_resource_association_summaries[0].resource_id #=> String
2365
2372
  # resp.engagement_resource_association_summaries[0].resource_type #=> String, one of "Opportunity"
2373
+ # resp.engagement_resource_association_summaries[0].resource_id #=> String
2374
+ # resp.engagement_resource_association_summaries[0].created_by #=> String
2366
2375
  # resp.next_token #=> String
2367
2376
  #
2368
2377
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementResourceAssociations AWS API Documentation
@@ -2386,13 +2395,13 @@ module Aws::PartnerCentralSelling
2386
2395
  # engagements created by these accounts. This filter is useful for
2387
2396
  # finding engagements created by specific team members.
2388
2397
  #
2389
- # @option params [Array<String>] :engagement_identifier
2390
- # An array of strings representing engagement identifiers to retrieve.
2391
- #
2392
2398
  # @option params [Array<String>] :exclude_created_by
2393
2399
  # An array of strings representing AWS Account IDs. Use this to exclude
2394
2400
  # engagements created by specific users.
2395
2401
  #
2402
+ # @option params [Types::EngagementSort] :sort
2403
+ # Specifies the sorting parameters for listing Engagements.
2404
+ #
2396
2405
  # @option params [Integer] :max_results
2397
2406
  # The maximum number of results to return in a single call.
2398
2407
  #
@@ -2400,8 +2409,8 @@ module Aws::PartnerCentralSelling
2400
2409
  # The token for the next set of results. This value is returned from a
2401
2410
  # previous call.
2402
2411
  #
2403
- # @option params [Types::EngagementSort] :sort
2404
- # Specifies the sorting parameters for listing Engagements.
2412
+ # @option params [Array<String>] :engagement_identifier
2413
+ # An array of strings representing engagement identifiers to retrieve.
2405
2414
  #
2406
2415
  # @return [Types::ListEngagementsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2407
2416
  #
@@ -2415,25 +2424,25 @@ module Aws::PartnerCentralSelling
2415
2424
  # resp = client.list_engagements({
2416
2425
  # catalog: "CatalogIdentifier", # required
2417
2426
  # created_by: ["AwsAccount"],
2418
- # engagement_identifier: ["EngagementArnOrIdentifier"],
2419
2427
  # exclude_created_by: ["AwsAccount"],
2420
- # max_results: 1,
2421
- # next_token: "String",
2422
2428
  # sort: {
2423
- # sort_by: "CreatedDate", # required, accepts CreatedDate
2424
2429
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2430
+ # sort_by: "CreatedDate", # required, accepts CreatedDate
2425
2431
  # },
2432
+ # max_results: 1,
2433
+ # next_token: "String",
2434
+ # engagement_identifier: ["EngagementArnOrIdentifier"],
2426
2435
  # })
2427
2436
  #
2428
2437
  # @example Response structure
2429
2438
  #
2430
2439
  # resp.engagement_summary_list #=> Array
2431
2440
  # resp.engagement_summary_list[0].arn #=> String
2441
+ # resp.engagement_summary_list[0].id #=> String
2442
+ # resp.engagement_summary_list[0].title #=> String
2432
2443
  # resp.engagement_summary_list[0].created_at #=> Time
2433
2444
  # resp.engagement_summary_list[0].created_by #=> String
2434
- # resp.engagement_summary_list[0].id #=> String
2435
2445
  # resp.engagement_summary_list[0].member_count #=> Integer
2436
- # resp.engagement_summary_list[0].title #=> String
2437
2446
  # resp.next_token #=> String
2438
2447
  #
2439
2448
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagements AWS API Documentation
@@ -2449,10 +2458,10 @@ module Aws::PartnerCentralSelling
2449
2458
  # subsets as well as sort options. This feature is available to partners
2450
2459
  # from [Partner Central][1] using the `ListOpportunities` API action.
2451
2460
  #
2452
- # To synchronize your system with Amazon Web Services, only list the
2461
+ # To synchronize your system with Amazon Web Services, list only the
2453
2462
  # opportunities that were newly created or updated. We recommend you
2454
2463
  # rely on events emitted by the service into your Amazon Web Services
2455
- # account’s Amazon EventBridge default event bus, you can also use the
2464
+ # account’s Amazon EventBridge default event bus. You can also use the
2456
2465
  # `ListOpportunities` action.
2457
2466
  #
2458
2467
  # We recommend the following approach:
@@ -2479,33 +2488,6 @@ module Aws::PartnerCentralSelling
2479
2488
  # `AWS` for listing real opportunities in the Amazon Web Services
2480
2489
  # catalog, and `Sandbox` for testing in secure, isolated environments.
2481
2490
  #
2482
- # @option params [Array<String>] :customer_company_name
2483
- # Filters the opportunities based on the customer's company name. This
2484
- # allows partners to search for opportunities associated with a specific
2485
- # customer by matching the provided company name string.
2486
- #
2487
- # @option params [Array<String>] :identifier
2488
- # Filters the opportunities based on the opportunity identifier. This
2489
- # allows partners to retrieve specific opportunities by providing their
2490
- # unique identifiers, ensuring precise results.
2491
- #
2492
- # @option params [Types::LastModifiedDate] :last_modified_date
2493
- # Filters the opportunities based on their last modified date. This
2494
- # filter helps retrieve opportunities that were updated after the
2495
- # specified date, allowing partners to track recent changes or updates.
2496
- #
2497
- # @option params [Array<String>] :life_cycle_review_status
2498
- # Filters the opportunities based on their current lifecycle approval
2499
- # status. Use this filter to retrieve opportunities with statuses such
2500
- # as `Pending Submission`, `In Review`, `Action Required`, or
2501
- # `Approved`.
2502
- #
2503
- # @option params [Array<String>] :life_cycle_stage
2504
- # Filters the opportunities based on their lifecycle stage. This filter
2505
- # allows partners to retrieve opportunities at various stages in the
2506
- # sales cycle, such as `Qualified`, `Technical Validation`, `Business
2507
- # Validation`, or `Closed Won`.
2508
- #
2509
2491
  # @option params [Integer] :max_results
2510
2492
  # Specifies the maximum number of results to return in a single call.
2511
2493
  # This limits the number of opportunities returned in the response to
@@ -2522,10 +2504,37 @@ module Aws::PartnerCentralSelling
2522
2504
  # An object that specifies how the response is sorted. The default
2523
2505
  # `Sort.SortBy` value is `LastModifiedDate`.
2524
2506
  #
2507
+ # @option params [Types::LastModifiedDate] :last_modified_date
2508
+ # Filters the opportunities based on their last modified date. This
2509
+ # filter helps retrieve opportunities that were updated after the
2510
+ # specified date, allowing partners to track recent changes or updates.
2511
+ #
2512
+ # @option params [Array<String>] :identifier
2513
+ # Filters the opportunities based on the opportunity identifier. This
2514
+ # allows partners to retrieve specific opportunities by providing their
2515
+ # unique identifiers, ensuring precise results.
2516
+ #
2517
+ # @option params [Array<String>] :life_cycle_stage
2518
+ # Filters the opportunities based on their lifecycle stage. This filter
2519
+ # allows partners to retrieve opportunities at various stages in the
2520
+ # sales cycle, such as `Qualified`, `Technical Validation`, `Business
2521
+ # Validation`, or `Closed Won`.
2522
+ #
2523
+ # @option params [Array<String>] :life_cycle_review_status
2524
+ # Filters the opportunities based on their current lifecycle approval
2525
+ # status. Use this filter to retrieve opportunities with statuses such
2526
+ # as `Pending Submission`, `In Review`, `Action Required`, or
2527
+ # `Approved`.
2528
+ #
2529
+ # @option params [Array<String>] :customer_company_name
2530
+ # Filters the opportunities based on the customer's company name. This
2531
+ # allows partners to search for opportunities associated with a specific
2532
+ # customer by matching the provided company name string.
2533
+ #
2525
2534
  # @return [Types::ListOpportunitiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2526
2535
  #
2527
- # * {Types::ListOpportunitiesResponse#next_token #next_token} => String
2528
2536
  # * {Types::ListOpportunitiesResponse#opportunity_summaries #opportunity_summaries} => Array&lt;Types::OpportunitySummary&gt;
2537
+ # * {Types::ListOpportunitiesResponse#next_token #next_token} => String
2529
2538
  #
2530
2539
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2531
2540
  #
@@ -2533,56 +2542,56 @@ module Aws::PartnerCentralSelling
2533
2542
  #
2534
2543
  # resp = client.list_opportunities({
2535
2544
  # catalog: "CatalogIdentifier", # required
2536
- # customer_company_name: ["String"],
2537
- # identifier: ["OpportunityIdentifier"],
2538
- # last_modified_date: {
2539
- # after_last_modified_date: Time.now,
2540
- # before_last_modified_date: Time.now,
2541
- # },
2542
- # life_cycle_review_status: ["Pending Submission"], # accepts Pending Submission, Submitted, In review, Approved, Rejected, Action Required
2543
- # life_cycle_stage: ["Prospect"], # accepts Prospect, Qualified, Technical Validation, Business Validation, Committed, Launched, Closed Lost
2544
2545
  # max_results: 1,
2545
2546
  # next_token: "String",
2546
2547
  # sort: {
2547
- # sort_by: "LastModifiedDate", # required, accepts LastModifiedDate, Identifier, CustomerCompanyName
2548
2548
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2549
+ # sort_by: "LastModifiedDate", # required, accepts LastModifiedDate, Identifier, CustomerCompanyName
2550
+ # },
2551
+ # last_modified_date: {
2552
+ # after_last_modified_date: Time.now,
2553
+ # before_last_modified_date: Time.now,
2549
2554
  # },
2555
+ # identifier: ["OpportunityIdentifier"],
2556
+ # life_cycle_stage: ["Prospect"], # accepts Prospect, Qualified, Technical Validation, Business Validation, Committed, Launched, Closed Lost
2557
+ # life_cycle_review_status: ["Pending Submission"], # accepts Pending Submission, Submitted, In review, Approved, Rejected, Action Required
2558
+ # customer_company_name: ["String"],
2550
2559
  # })
2551
2560
  #
2552
2561
  # @example Response structure
2553
2562
  #
2554
- # resp.next_token #=> String
2555
2563
  # resp.opportunity_summaries #=> Array
2556
- # resp.opportunity_summaries[0].arn #=> String
2557
2564
  # resp.opportunity_summaries[0].catalog #=> String
2558
- # resp.opportunity_summaries[0].created_date #=> Time
2559
- # resp.opportunity_summaries[0].customer.account.address.city #=> String
2560
- # resp.opportunity_summaries[0].customer.account.address.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
2561
- # resp.opportunity_summaries[0].customer.account.address.postal_code #=> String
2562
- # resp.opportunity_summaries[0].customer.account.address.state_or_region #=> String
2563
- # resp.opportunity_summaries[0].customer.account.company_name #=> String
2564
- # resp.opportunity_summaries[0].customer.account.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
2565
- # resp.opportunity_summaries[0].customer.account.other_industry #=> String
2566
- # resp.opportunity_summaries[0].customer.account.website_url #=> String
2567
2565
  # resp.opportunity_summaries[0].id #=> String
2566
+ # resp.opportunity_summaries[0].arn #=> String
2567
+ # resp.opportunity_summaries[0].partner_opportunity_identifier #=> String
2568
+ # resp.opportunity_summaries[0].opportunity_type #=> String, one of "Net New Business", "Flat Renewal", "Expansion"
2568
2569
  # resp.opportunity_summaries[0].last_modified_date #=> Time
2570
+ # resp.opportunity_summaries[0].created_date #=> Time
2571
+ # resp.opportunity_summaries[0].life_cycle.stage #=> String, one of "Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost"
2569
2572
  # resp.opportunity_summaries[0].life_cycle.closed_lost_reason #=> String, one of "Customer Deficiency", "Delay / Cancellation of Project", "Legal / Tax / Regulatory", "Lost to Competitor - Google", "Lost to Competitor - Microsoft", "Lost to Competitor - SoftLayer", "Lost to Competitor - VMWare", "Lost to Competitor - Other", "No Opportunity", "On Premises Deployment", "Partner Gap", "Price", "Security / Compliance", "Technical Limitations", "Customer Experience", "Other", "People/Relationship/Governance", "Product/Technology", "Financial/Commercial"
2570
2573
  # resp.opportunity_summaries[0].life_cycle.next_steps #=> String
2571
- # resp.opportunity_summaries[0].life_cycle.review_comments #=> String
2574
+ # resp.opportunity_summaries[0].life_cycle.target_close_date #=> String
2572
2575
  # resp.opportunity_summaries[0].life_cycle.review_status #=> String, one of "Pending Submission", "Submitted", "In review", "Approved", "Rejected", "Action Required"
2576
+ # resp.opportunity_summaries[0].life_cycle.review_comments #=> String
2573
2577
  # resp.opportunity_summaries[0].life_cycle.review_status_reason #=> String
2574
- # resp.opportunity_summaries[0].life_cycle.stage #=> String, one of "Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost"
2575
- # resp.opportunity_summaries[0].life_cycle.target_close_date #=> String
2576
- # resp.opportunity_summaries[0].opportunity_type #=> String, one of "Net New Business", "Flat Renewal", "Expansion"
2577
- # resp.opportunity_summaries[0].partner_opportunity_identifier #=> String
2578
+ # resp.opportunity_summaries[0].customer.account.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
2579
+ # resp.opportunity_summaries[0].customer.account.other_industry #=> String
2580
+ # resp.opportunity_summaries[0].customer.account.company_name #=> String
2581
+ # resp.opportunity_summaries[0].customer.account.website_url #=> String
2582
+ # resp.opportunity_summaries[0].customer.account.address.city #=> String
2583
+ # resp.opportunity_summaries[0].customer.account.address.postal_code #=> String
2584
+ # resp.opportunity_summaries[0].customer.account.address.state_or_region #=> String
2585
+ # resp.opportunity_summaries[0].customer.account.address.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
2578
2586
  # resp.opportunity_summaries[0].project.delivery_models #=> Array
2579
2587
  # resp.opportunity_summaries[0].project.delivery_models[0] #=> String, one of "SaaS or PaaS", "BYOL or AMI", "Managed Services", "Professional Services", "Resell", "Other"
2580
2588
  # resp.opportunity_summaries[0].project.expected_customer_spend #=> Array
2581
2589
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].amount #=> String
2582
2590
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].currency_code #=> String, one of "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"
2583
- # resp.opportunity_summaries[0].project.expected_customer_spend[0].estimation_url #=> String
2584
2591
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
2585
2592
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].target_company #=> String
2593
+ # resp.opportunity_summaries[0].project.expected_customer_spend[0].estimation_url #=> String
2594
+ # resp.next_token #=> String
2586
2595
  #
2587
2596
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListOpportunities AWS API Documentation
2588
2597
  #
@@ -2601,9 +2610,6 @@ module Aws::PartnerCentralSelling
2601
2610
  # @option params [required, String] :catalog
2602
2611
  # Specifies the catalog related to the request.
2603
2612
  #
2604
- # @option params [String] :engagement_identifier
2605
- # The identifier of the engagement to filter the response.
2606
- #
2607
2613
  # @option params [Integer] :max_results
2608
2614
  # The maximum number of results to return in a single call. If omitted,
2609
2615
  # defaults to 50.
@@ -2611,17 +2617,20 @@ module Aws::PartnerCentralSelling
2611
2617
  # @option params [String] :next_token
2612
2618
  # The token for the next set of results.
2613
2619
  #
2614
- # @option params [Types::SortObject] :sort
2615
- # Configures the sorting of the response. If omitted, results are sorted
2616
- # by `CreatedDate` in descending order.
2620
+ # @option params [String] :engagement_identifier
2621
+ # The identifier of the engagement to filter the response.
2617
2622
  #
2618
2623
  # @option params [String] :status
2619
2624
  # The status of the jobs to filter the response.
2620
2625
  #
2626
+ # @option params [Types::SortObject] :sort
2627
+ # Configures the sorting of the response. If omitted, results are sorted
2628
+ # by `CreatedDate` in descending order.
2629
+ #
2621
2630
  # @return [Types::ListResourceSnapshotJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2622
2631
  #
2623
- # * {Types::ListResourceSnapshotJobsResponse#next_token #next_token} => String
2624
2632
  # * {Types::ListResourceSnapshotJobsResponse#resource_snapshot_job_summaries #resource_snapshot_job_summaries} => Array&lt;Types::ResourceSnapshotJobSummary&gt;
2633
+ # * {Types::ListResourceSnapshotJobsResponse#next_token #next_token} => String
2625
2634
  #
2626
2635
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2627
2636
  #
@@ -2629,24 +2638,24 @@ module Aws::PartnerCentralSelling
2629
2638
  #
2630
2639
  # resp = client.list_resource_snapshot_jobs({
2631
2640
  # catalog: "CatalogIdentifier", # required
2632
- # engagement_identifier: "EngagementIdentifier",
2633
2641
  # max_results: 1,
2634
2642
  # next_token: "String",
2643
+ # engagement_identifier: "EngagementIdentifier",
2644
+ # status: "Running", # accepts Running, Stopped
2635
2645
  # sort: {
2636
2646
  # sort_by: "CreatedDate", # accepts CreatedDate
2637
2647
  # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
2638
2648
  # },
2639
- # status: "Running", # accepts Running, Stopped
2640
2649
  # })
2641
2650
  #
2642
2651
  # @example Response structure
2643
2652
  #
2644
- # resp.next_token #=> String
2645
2653
  # resp.resource_snapshot_job_summaries #=> Array
2654
+ # resp.resource_snapshot_job_summaries[0].id #=> String
2646
2655
  # resp.resource_snapshot_job_summaries[0].arn #=> String
2647
2656
  # resp.resource_snapshot_job_summaries[0].engagement_id #=> String
2648
- # resp.resource_snapshot_job_summaries[0].id #=> String
2649
2657
  # resp.resource_snapshot_job_summaries[0].status #=> String, one of "Running", "Stopped"
2658
+ # resp.next_token #=> String
2650
2659
  #
2651
2660
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListResourceSnapshotJobs AWS API Documentation
2652
2661
  #
@@ -2675,19 +2684,19 @@ module Aws::PartnerCentralSelling
2675
2684
  # @option params [required, String] :catalog
2676
2685
  # Specifies the catalog related to the request.
2677
2686
  #
2678
- # @option params [String] :created_by
2679
- # Filters the response to include only snapshots of resources owned by
2680
- # the specified AWS account.
2681
- #
2682
- # @option params [required, String] :engagement_identifier
2683
- # The unique identifier of the engagement associated with the snapshots.
2684
- #
2685
2687
  # @option params [Integer] :max_results
2686
2688
  # The maximum number of results to return in a single call.
2687
2689
  #
2688
2690
  # @option params [String] :next_token
2689
2691
  # The token for the next set of results.
2690
2692
  #
2693
+ # @option params [required, String] :engagement_identifier
2694
+ # The unique identifier of the engagement associated with the snapshots.
2695
+ #
2696
+ # @option params [String] :resource_type
2697
+ # Filters the response to include only snapshots of the specified
2698
+ # resource type.
2699
+ #
2691
2700
  # @option params [String] :resource_identifier
2692
2701
  # Filters the response to include only snapshots of the specified
2693
2702
  # resource.
@@ -2696,14 +2705,14 @@ module Aws::PartnerCentralSelling
2696
2705
  # Filters the response to include only snapshots created using the
2697
2706
  # specified template.
2698
2707
  #
2699
- # @option params [String] :resource_type
2700
- # Filters the response to include only snapshots of the specified
2701
- # resource type.
2708
+ # @option params [String] :created_by
2709
+ # Filters the response to include only snapshots of resources owned by
2710
+ # the specified AWS account.
2702
2711
  #
2703
2712
  # @return [Types::ListResourceSnapshotsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2704
2713
  #
2705
- # * {Types::ListResourceSnapshotsResponse#next_token #next_token} => String
2706
2714
  # * {Types::ListResourceSnapshotsResponse#resource_snapshot_summaries #resource_snapshot_summaries} => Array&lt;Types::ResourceSnapshotSummary&gt;
2715
+ # * {Types::ListResourceSnapshotsResponse#next_token #next_token} => String
2707
2716
  #
2708
2717
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2709
2718
  #
@@ -2711,25 +2720,25 @@ module Aws::PartnerCentralSelling
2711
2720
  #
2712
2721
  # resp = client.list_resource_snapshots({
2713
2722
  # catalog: "CatalogIdentifier", # required
2714
- # created_by: "AwsAccount",
2715
- # engagement_identifier: "EngagementIdentifier", # required
2716
2723
  # max_results: 1,
2717
2724
  # next_token: "String",
2725
+ # engagement_identifier: "EngagementIdentifier", # required
2726
+ # resource_type: "Opportunity", # accepts Opportunity
2718
2727
  # resource_identifier: "ResourceIdentifier",
2719
2728
  # resource_snapshot_template_identifier: "ResourceTemplateName",
2720
- # resource_type: "Opportunity", # accepts Opportunity
2729
+ # created_by: "AwsAccount",
2721
2730
  # })
2722
2731
  #
2723
2732
  # @example Response structure
2724
2733
  #
2725
- # resp.next_token #=> String
2726
2734
  # resp.resource_snapshot_summaries #=> Array
2727
2735
  # resp.resource_snapshot_summaries[0].arn #=> String
2728
- # resp.resource_snapshot_summaries[0].created_by #=> String
2736
+ # resp.resource_snapshot_summaries[0].revision #=> Integer
2737
+ # resp.resource_snapshot_summaries[0].resource_type #=> String, one of "Opportunity"
2729
2738
  # resp.resource_snapshot_summaries[0].resource_id #=> String
2730
2739
  # resp.resource_snapshot_summaries[0].resource_snapshot_template_name #=> String
2731
- # resp.resource_snapshot_summaries[0].resource_type #=> String, one of "Opportunity"
2732
- # resp.resource_snapshot_summaries[0].revision #=> Integer
2740
+ # resp.resource_snapshot_summaries[0].created_by #=> String
2741
+ # resp.next_token #=> String
2733
2742
  #
2734
2743
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListResourceSnapshots AWS API Documentation
2735
2744
  #
@@ -2751,16 +2760,6 @@ module Aws::PartnerCentralSelling
2751
2760
  # list solutions in the Amazon Web Services catalog, and `Sandbox` to
2752
2761
  # list solutions in a secure and isolated testing environment.
2753
2762
  #
2754
- # @option params [Array<String>] :category
2755
- # Filters the solutions based on the category to which they belong. This
2756
- # allows partners to search for solutions within specific categories,
2757
- # such as `Software`, `Consulting`, or `Managed Services`.
2758
- #
2759
- # @option params [Array<String>] :identifier
2760
- # Filters the solutions based on their unique identifier. Use this
2761
- # filter to retrieve specific solutions by providing the solution's
2762
- # identifier for accurate results.
2763
- #
2764
2763
  # @option params [Integer] :max_results
2765
2764
  # The maximum number of results returned by a single call. This value
2766
2765
  # must be provided in the next call to retrieve the next set of results.
@@ -2780,10 +2779,20 @@ module Aws::PartnerCentralSelling
2780
2779
  # Filters solutions based on their status. This filter helps partners
2781
2780
  # manage their solution portfolios effectively.
2782
2781
  #
2782
+ # @option params [Array<String>] :identifier
2783
+ # Filters the solutions based on their unique identifier. Use this
2784
+ # filter to retrieve specific solutions by providing the solution's
2785
+ # identifier for accurate results.
2786
+ #
2787
+ # @option params [Array<String>] :category
2788
+ # Filters the solutions based on the category to which they belong. This
2789
+ # allows partners to search for solutions within specific categories,
2790
+ # such as `Software`, `Consulting`, or `Managed Services`.
2791
+ #
2783
2792
  # @return [Types::ListSolutionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2784
2793
  #
2785
- # * {Types::ListSolutionsResponse#next_token #next_token} => String
2786
2794
  # * {Types::ListSolutionsResponse#solution_summaries #solution_summaries} => Array&lt;Types::SolutionBase&gt;
2795
+ # * {Types::ListSolutionsResponse#next_token #next_token} => String
2787
2796
  #
2788
2797
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2789
2798
  #
@@ -2791,28 +2800,28 @@ module Aws::PartnerCentralSelling
2791
2800
  #
2792
2801
  # resp = client.list_solutions({
2793
2802
  # catalog: "CatalogIdentifier", # required
2794
- # category: ["String"],
2795
- # identifier: ["SolutionIdentifier"],
2796
2803
  # max_results: 1,
2797
2804
  # next_token: "String",
2798
2805
  # sort: {
2799
- # sort_by: "Identifier", # required, accepts Identifier, Name, Status, Category, CreatedDate
2800
2806
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2807
+ # sort_by: "Identifier", # required, accepts Identifier, Name, Status, Category, CreatedDate
2801
2808
  # },
2802
2809
  # status: ["Active"], # accepts Active, Inactive, Draft
2810
+ # identifier: ["SolutionIdentifier"],
2811
+ # category: ["String"],
2803
2812
  # })
2804
2813
  #
2805
2814
  # @example Response structure
2806
2815
  #
2807
- # resp.next_token #=> String
2808
2816
  # resp.solution_summaries #=> Array
2809
- # resp.solution_summaries[0].arn #=> String
2810
2817
  # resp.solution_summaries[0].catalog #=> String
2811
- # resp.solution_summaries[0].category #=> String
2812
- # resp.solution_summaries[0].created_date #=> Time
2813
2818
  # resp.solution_summaries[0].id #=> String
2819
+ # resp.solution_summaries[0].arn #=> String
2814
2820
  # resp.solution_summaries[0].name #=> String
2815
2821
  # resp.solution_summaries[0].status #=> String, one of "Active", "Inactive", "Draft"
2822
+ # resp.solution_summaries[0].category #=> String
2823
+ # resp.solution_summaries[0].created_date #=> Time
2824
+ # resp.next_token #=> String
2816
2825
  #
2817
2826
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListSolutions AWS API Documentation
2818
2827
  #
@@ -2975,15 +2984,15 @@ module Aws::PartnerCentralSelling
2975
2984
  #
2976
2985
  # @return [Types::StartEngagementByAcceptingInvitationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2977
2986
  #
2978
- # * {Types::StartEngagementByAcceptingInvitationTaskResponse#engagement_invitation_id #engagement_invitation_id} => String
2987
+ # * {Types::StartEngagementByAcceptingInvitationTaskResponse#task_id #task_id} => String
2988
+ # * {Types::StartEngagementByAcceptingInvitationTaskResponse#task_arn #task_arn} => String
2989
+ # * {Types::StartEngagementByAcceptingInvitationTaskResponse#start_time #start_time} => Time
2990
+ # * {Types::StartEngagementByAcceptingInvitationTaskResponse#task_status #task_status} => String
2979
2991
  # * {Types::StartEngagementByAcceptingInvitationTaskResponse#message #message} => String
2980
- # * {Types::StartEngagementByAcceptingInvitationTaskResponse#opportunity_id #opportunity_id} => String
2981
2992
  # * {Types::StartEngagementByAcceptingInvitationTaskResponse#reason_code #reason_code} => String
2993
+ # * {Types::StartEngagementByAcceptingInvitationTaskResponse#opportunity_id #opportunity_id} => String
2982
2994
  # * {Types::StartEngagementByAcceptingInvitationTaskResponse#resource_snapshot_job_id #resource_snapshot_job_id} => String
2983
- # * {Types::StartEngagementByAcceptingInvitationTaskResponse#start_time #start_time} => Time
2984
- # * {Types::StartEngagementByAcceptingInvitationTaskResponse#task_arn #task_arn} => String
2985
- # * {Types::StartEngagementByAcceptingInvitationTaskResponse#task_id #task_id} => String
2986
- # * {Types::StartEngagementByAcceptingInvitationTaskResponse#task_status #task_status} => String
2995
+ # * {Types::StartEngagementByAcceptingInvitationTaskResponse#engagement_invitation_id #engagement_invitation_id} => String
2987
2996
  #
2988
2997
  # @example Request syntax with placeholder values
2989
2998
  #
@@ -3001,15 +3010,15 @@ module Aws::PartnerCentralSelling
3001
3010
  #
3002
3011
  # @example Response structure
3003
3012
  #
3004
- # resp.engagement_invitation_id #=> String
3013
+ # resp.task_id #=> String
3014
+ # resp.task_arn #=> String
3015
+ # resp.start_time #=> Time
3016
+ # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3005
3017
  # resp.message #=> String
3006
- # resp.opportunity_id #=> String
3007
3018
  # resp.reason_code #=> String, one of "InvitationAccessDenied", "InvitationValidationFailed", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "ResourceSnapshotJobValidationFailed", "ResourceSnapshotJobConflict", "EngagementValidationFailed", "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", "ServiceQuotaExceeded", "RequestThrottled"
3019
+ # resp.opportunity_id #=> String
3008
3020
  # resp.resource_snapshot_job_id #=> String
3009
- # resp.start_time #=> Time
3010
- # resp.task_arn #=> String
3011
- # resp.task_id #=> String
3012
- # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3021
+ # resp.engagement_invitation_id #=> String
3013
3022
  #
3014
3023
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartEngagementByAcceptingInvitationTask AWS API Documentation
3015
3024
  #
@@ -3020,16 +3029,15 @@ module Aws::PartnerCentralSelling
3020
3029
  req.send_request(options)
3021
3030
  end
3022
3031
 
3023
- # This action initiates the engagement process from an existing
3024
- # opportunity by accepting the engagement invitation and creating a
3025
- # corresponding opportunity in the partner’s system. Similar to
3026
- # `StartEngagementByAcceptingInvitationTask`, this action is
3027
- # asynchronous and performs multiple steps before completion.
3028
- #
3029
- # @option params [required, Types::AwsSubmission] :aws_submission
3030
- # Indicates the level of AWS involvement in the opportunity. This field
3031
- # helps track AWS participation throughout the engagement, such as
3032
- # providing technical support, deal assistance, and sales support.
3032
+ # Similar to `StartEngagementByAcceptingInvitationTask`, this action is
3033
+ # asynchronous and performs multiple steps before completion. This
3034
+ # action orchestrates a comprehensive workflow that combines multiple
3035
+ # API operations into a single task to create and initiate an engagement
3036
+ # from an existing opportunity. It automatically executes a sequence of
3037
+ # operations including `GetOpportunity`, `CreateEngagement` (if it
3038
+ # doesn't exist), `CreateResourceSnapshot`,
3039
+ # `CreateResourceSnapshotJob`, `CreateEngagementInvitation` (if not
3040
+ # already invited/accepted), and `SubmitOpportunity`.
3033
3041
  #
3034
3042
  # @option params [required, String] :catalog
3035
3043
  # Specifies the catalog in which the engagement is tracked. Acceptable
@@ -3049,32 +3057,37 @@ module Aws::PartnerCentralSelling
3049
3057
  # task is to be initiated. This helps ensure that the task is applied to
3050
3058
  # the correct opportunity.
3051
3059
  #
3060
+ # @option params [required, Types::AwsSubmission] :aws_submission
3061
+ # Indicates the level of AWS involvement in the opportunity. This field
3062
+ # helps track AWS participation throughout the engagement, such as
3063
+ # providing technical support, deal assistance, and sales support.
3064
+ #
3052
3065
  # @option params [Array<Types::Tag>] :tags
3053
3066
  # A map of the key-value pairs of the tag or tags to assign.
3054
3067
  #
3055
3068
  # @return [Types::StartEngagementFromOpportunityTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3056
3069
  #
3057
- # * {Types::StartEngagementFromOpportunityTaskResponse#engagement_id #engagement_id} => String
3058
- # * {Types::StartEngagementFromOpportunityTaskResponse#engagement_invitation_id #engagement_invitation_id} => String
3070
+ # * {Types::StartEngagementFromOpportunityTaskResponse#task_id #task_id} => String
3071
+ # * {Types::StartEngagementFromOpportunityTaskResponse#task_arn #task_arn} => String
3072
+ # * {Types::StartEngagementFromOpportunityTaskResponse#start_time #start_time} => Time
3073
+ # * {Types::StartEngagementFromOpportunityTaskResponse#task_status #task_status} => String
3059
3074
  # * {Types::StartEngagementFromOpportunityTaskResponse#message #message} => String
3060
- # * {Types::StartEngagementFromOpportunityTaskResponse#opportunity_id #opportunity_id} => String
3061
3075
  # * {Types::StartEngagementFromOpportunityTaskResponse#reason_code #reason_code} => String
3076
+ # * {Types::StartEngagementFromOpportunityTaskResponse#opportunity_id #opportunity_id} => String
3062
3077
  # * {Types::StartEngagementFromOpportunityTaskResponse#resource_snapshot_job_id #resource_snapshot_job_id} => String
3063
- # * {Types::StartEngagementFromOpportunityTaskResponse#start_time #start_time} => Time
3064
- # * {Types::StartEngagementFromOpportunityTaskResponse#task_arn #task_arn} => String
3065
- # * {Types::StartEngagementFromOpportunityTaskResponse#task_id #task_id} => String
3066
- # * {Types::StartEngagementFromOpportunityTaskResponse#task_status #task_status} => String
3078
+ # * {Types::StartEngagementFromOpportunityTaskResponse#engagement_id #engagement_id} => String
3079
+ # * {Types::StartEngagementFromOpportunityTaskResponse#engagement_invitation_id #engagement_invitation_id} => String
3067
3080
  #
3068
3081
  # @example Request syntax with placeholder values
3069
3082
  #
3070
3083
  # resp = client.start_engagement_from_opportunity_task({
3084
+ # catalog: "CatalogIdentifier", # required
3085
+ # client_token: "StartEngagementFromOpportunityTaskRequestClientTokenString", # required
3086
+ # identifier: "OpportunityIdentifier", # required
3071
3087
  # aws_submission: { # required
3072
3088
  # involvement_type: "For Visibility Only", # required, accepts For Visibility Only, Co-Sell
3073
3089
  # visibility: "Full", # accepts Full, Limited
3074
3090
  # },
3075
- # catalog: "CatalogIdentifier", # required
3076
- # client_token: "StartEngagementFromOpportunityTaskRequestClientTokenString", # required
3077
- # identifier: "OpportunityIdentifier", # required
3078
3091
  # tags: [
3079
3092
  # {
3080
3093
  # key: "TagKey", # required
@@ -3085,16 +3098,16 @@ module Aws::PartnerCentralSelling
3085
3098
  #
3086
3099
  # @example Response structure
3087
3100
  #
3088
- # resp.engagement_id #=> String
3089
- # resp.engagement_invitation_id #=> String
3101
+ # resp.task_id #=> String
3102
+ # resp.task_arn #=> String
3103
+ # resp.start_time #=> Time
3104
+ # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3090
3105
  # resp.message #=> String
3091
- # resp.opportunity_id #=> String
3092
3106
  # resp.reason_code #=> String, one of "InvitationAccessDenied", "InvitationValidationFailed", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "ResourceSnapshotJobValidationFailed", "ResourceSnapshotJobConflict", "EngagementValidationFailed", "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", "ServiceQuotaExceeded", "RequestThrottled"
3107
+ # resp.opportunity_id #=> String
3093
3108
  # resp.resource_snapshot_job_id #=> String
3094
- # resp.start_time #=> Time
3095
- # resp.task_arn #=> String
3096
- # resp.task_id #=> String
3097
- # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3109
+ # resp.engagement_id #=> String
3110
+ # resp.engagement_invitation_id #=> String
3098
3111
  #
3099
3112
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartEngagementFromOpportunityTask AWS API Documentation
3100
3113
  #
@@ -3304,51 +3317,6 @@ module Aws::PartnerCentralSelling
3304
3317
  # interactions with Amazon Web Services services without affecting live
3305
3318
  # data or operations.
3306
3319
  #
3307
- # @option params [Types::Customer] :customer
3308
- # Specifies details of the customer associated with the `Opportunity`.
3309
- #
3310
- # @option params [required, String] :identifier
3311
- # Read-only, system generated `Opportunity` unique identifier.
3312
- #
3313
- # @option params [required, Time,DateTime,Date,Integer,String] :last_modified_date
3314
- # `DateTime` when the opportunity was last modified.
3315
- #
3316
- # @option params [Types::LifeCycle] :life_cycle
3317
- # An object that contains lifecycle details for the `Opportunity`.
3318
- #
3319
- # @option params [Types::Marketing] :marketing
3320
- # An object that contains marketing details for the `Opportunity`.
3321
- #
3322
- # @option params [String] :national_security
3323
- # Specifies if the opportunity is associated with national security
3324
- # concerns. This flag is only applicable when the industry is
3325
- # `Government`. For national-security-related opportunities, validation
3326
- # and compliance rules may apply, impacting the opportunity's
3327
- # visibility and processing.
3328
- #
3329
- # @option params [String] :opportunity_type
3330
- # Specifies the opportunity type as a renewal, new, or expansion.
3331
- #
3332
- # Opportunity types:
3333
- #
3334
- # * New opportunity: Represents a new business opportunity with a
3335
- # potential customer that's not previously engaged with your
3336
- # solutions or services.
3337
- #
3338
- # * Renewal opportunity: Represents an opportunity to renew an existing
3339
- # contract or subscription with a current customer, ensuring
3340
- # continuity of service.
3341
- #
3342
- # * Expansion opportunity: Represents an opportunity to expand the scope
3343
- # of an existing contract or subscription, either by adding new
3344
- # services or increasing the volume of existing services for a current
3345
- # customer.
3346
- #
3347
- # @option params [String] :partner_opportunity_identifier
3348
- # Specifies the opportunity's unique identifier in the partner's CRM
3349
- # system. This value is essential to track and reconcile because it's
3350
- # included in the outbound payload sent back to the partner.
3351
- #
3352
3320
  # @option params [Array<String>] :primary_needs_from_aws
3353
3321
  # Identifies the type of support the partner needs from Amazon Web
3354
3322
  # Services.
@@ -3387,13 +3355,58 @@ module Aws::PartnerCentralSelling
3387
3355
  # public sector where the partner needs RFx support from Amazon Web
3388
3356
  # Services.
3389
3357
  #
3358
+ # @option params [String] :national_security
3359
+ # Specifies if the opportunity is associated with national security
3360
+ # concerns. This flag is only applicable when the industry is
3361
+ # `Government`. For national-security-related opportunities, validation
3362
+ # and compliance rules may apply, impacting the opportunity's
3363
+ # visibility and processing.
3364
+ #
3365
+ # @option params [String] :partner_opportunity_identifier
3366
+ # Specifies the opportunity's unique identifier in the partner's CRM
3367
+ # system. This value is essential to track and reconcile because it's
3368
+ # included in the outbound payload sent back to the partner.
3369
+ #
3370
+ # @option params [Types::Customer] :customer
3371
+ # Specifies details of the customer associated with the `Opportunity`.
3372
+ #
3390
3373
  # @option params [Types::Project] :project
3391
3374
  # An object that contains project details summary for the `Opportunity`.
3392
3375
  #
3376
+ # @option params [String] :opportunity_type
3377
+ # Specifies the opportunity type as a renewal, new, or expansion.
3378
+ #
3379
+ # Opportunity types:
3380
+ #
3381
+ # * New opportunity: Represents a new business opportunity with a
3382
+ # potential customer that's not previously engaged with your
3383
+ # solutions or services.
3384
+ #
3385
+ # * Renewal opportunity: Represents an opportunity to renew an existing
3386
+ # contract or subscription with a current customer, ensuring
3387
+ # continuity of service.
3388
+ #
3389
+ # * Expansion opportunity: Represents an opportunity to expand the scope
3390
+ # of an existing contract or subscription, either by adding new
3391
+ # services or increasing the volume of existing services for a current
3392
+ # customer.
3393
+ #
3394
+ # @option params [Types::Marketing] :marketing
3395
+ # An object that contains marketing details for the `Opportunity`.
3396
+ #
3393
3397
  # @option params [Types::SoftwareRevenue] :software_revenue
3394
3398
  # Specifies details of a customer's procurement terms. Required only
3395
3399
  # for partners in eligible programs.
3396
3400
  #
3401
+ # @option params [required, Time,DateTime,Date,Integer,String] :last_modified_date
3402
+ # `DateTime` when the opportunity was last modified.
3403
+ #
3404
+ # @option params [required, String] :identifier
3405
+ # Read-only, system generated `Opportunity` unique identifier.
3406
+ #
3407
+ # @option params [Types::LifeCycle] :life_cycle
3408
+ # An object that contains lifecycle details for the `Opportunity`.
3409
+ #
3397
3410
  # @return [Types::UpdateOpportunityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3398
3411
  #
3399
3412
  # * {Types::UpdateOpportunityResponse#id #id} => String
@@ -3403,90 +3416,90 @@ module Aws::PartnerCentralSelling
3403
3416
  #
3404
3417
  # resp = client.update_opportunity({
3405
3418
  # catalog: "CatalogIdentifier", # required
3419
+ # primary_needs_from_aws: ["Co-Sell - Architectural Validation"], # accepts Co-Sell - Architectural Validation, Co-Sell - Business Presentation, Co-Sell - Competitive Information, Co-Sell - Pricing Assistance, Co-Sell - Technical Consultation, Co-Sell - Total Cost of Ownership Evaluation, Co-Sell - Deal Support, Co-Sell - Support for Public Tender / RFx
3420
+ # national_security: "Yes", # accepts Yes, No
3421
+ # partner_opportunity_identifier: "UpdateOpportunityRequestPartnerOpportunityIdentifierString",
3406
3422
  # customer: {
3407
3423
  # account: {
3424
+ # industry: "Aerospace", # accepts Aerospace, Agriculture, Automotive, Computers and Electronics, Consumer Goods, Education, Energy - Oil and Gas, Energy - Power and Utilities, Financial Services, Gaming, Government, Healthcare, Hospitality, Life Sciences, Manufacturing, Marketing and Advertising, Media and Entertainment, Mining, Non-Profit Organization, Professional Services, Real Estate and Construction, Retail, Software and Internet, Telecommunications, Transportation and Logistics, Travel, Wholesale and Distribution, Other
3425
+ # other_industry: "AccountOtherIndustryString",
3426
+ # company_name: "AccountCompanyNameString", # required
3427
+ # website_url: "WebsiteUrl",
3428
+ # aws_account_id: "AwsAccount",
3408
3429
  # address: {
3409
3430
  # city: "AddressCityString",
3410
- # country_code: "US", # accepts US, AF, AX, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BQ, BA, BW, BV, BR, IO, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CG, CK, CR, CI, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, GF, PF, TF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GP, GU, GT, GG, GN, GW, GY, HT, HM, VA, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, JM, JP, JE, JO, KZ, KE, KI, KR, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MQ, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, NF, MP, NO, OM, PK, PW, PS, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, GS, SS, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TL, TG, TK, TO, TT, TN, TR, TM, TC, TV, UG, UA, AE, GB, UM, UY, UZ, VU, VE, VN, VG, VI, WF, EH, YE, ZM, ZW
3411
3431
  # postal_code: "AddressPostalCodeString",
3412
3432
  # state_or_region: "AddressPart",
3433
+ # country_code: "US", # accepts US, AF, AX, AL, DZ, AS, AD, AO, AI, AQ, AG, AR, AM, AW, AU, AT, AZ, BS, BH, BD, BB, BY, BE, BZ, BJ, BM, BT, BO, BQ, BA, BW, BV, BR, IO, BN, BG, BF, BI, KH, CM, CA, CV, KY, CF, TD, CL, CN, CX, CC, CO, KM, CG, CK, CR, CI, HR, CU, CW, CY, CZ, CD, DK, DJ, DM, DO, EC, EG, SV, GQ, ER, EE, ET, FK, FO, FJ, FI, FR, GF, PF, TF, GA, GM, GE, DE, GH, GI, GR, GL, GD, GP, GU, GT, GG, GN, GW, GY, HT, HM, VA, HN, HK, HU, IS, IN, ID, IR, IQ, IE, IM, IL, IT, JM, JP, JE, JO, KZ, KE, KI, KR, KW, KG, LA, LV, LB, LS, LR, LY, LI, LT, LU, MO, MK, MG, MW, MY, MV, ML, MT, MH, MQ, MR, MU, YT, MX, FM, MD, MC, MN, ME, MS, MA, MZ, MM, NA, NR, NP, NL, AN, NC, NZ, NI, NE, NG, NU, NF, MP, NO, OM, PK, PW, PS, PA, PG, PY, PE, PH, PN, PL, PT, PR, QA, RE, RO, RU, RW, BL, SH, KN, LC, MF, PM, VC, WS, SM, ST, SA, SN, RS, SC, SL, SG, SX, SK, SI, SB, SO, ZA, GS, SS, ES, LK, SD, SR, SJ, SZ, SE, CH, SY, TW, TJ, TZ, TH, TL, TG, TK, TO, TT, TN, TR, TM, TC, TV, UG, UA, AE, GB, UM, UY, UZ, VU, VE, VN, VG, VI, WF, EH, YE, ZM, ZW
3413
3434
  # street_address: "AddressStreetAddressString",
3414
3435
  # },
3415
- # aws_account_id: "AwsAccount",
3416
- # company_name: "AccountCompanyNameString", # required
3417
3436
  # duns: "DunsNumber",
3418
- # industry: "Aerospace", # accepts Aerospace, Agriculture, Automotive, Computers and Electronics, Consumer Goods, Education, Energy - Oil and Gas, Energy - Power and Utilities, Financial Services, Gaming, Government, Healthcare, Hospitality, Life Sciences, Manufacturing, Marketing and Advertising, Media and Entertainment, Mining, Non-Profit Organization, Professional Services, Real Estate and Construction, Retail, Software and Internet, Telecommunications, Transportation and Logistics, Travel, Wholesale and Distribution, Other
3419
- # other_industry: "AccountOtherIndustryString",
3420
- # website_url: "WebsiteUrl",
3421
3437
  # },
3422
3438
  # contacts: [
3423
3439
  # {
3424
- # business_title: "JobTitle",
3425
3440
  # email: "Email",
3426
3441
  # first_name: "ContactFirstNameString",
3427
3442
  # last_name: "ContactLastNameString",
3443
+ # business_title: "JobTitle",
3428
3444
  # phone: "PhoneNumber",
3429
3445
  # },
3430
3446
  # ],
3431
3447
  # },
3432
- # identifier: "OpportunityIdentifier", # required
3433
- # last_modified_date: Time.now, # required
3434
- # life_cycle: {
3435
- # closed_lost_reason: "Customer Deficiency", # accepts Customer Deficiency, Delay / Cancellation of Project, Legal / Tax / Regulatory, Lost to Competitor - Google, Lost to Competitor - Microsoft, Lost to Competitor - SoftLayer, Lost to Competitor - VMWare, Lost to Competitor - Other, No Opportunity, On Premises Deployment, Partner Gap, Price, Security / Compliance, Technical Limitations, Customer Experience, Other, People/Relationship/Governance, Product/Technology, Financial/Commercial
3436
- # next_steps: "LifeCycleNextStepsString",
3437
- # next_steps_history: [
3438
- # {
3439
- # time: Time.now, # required
3440
- # value: "String", # required
3441
- # },
3442
- # ],
3443
- # review_comments: "String",
3444
- # review_status: "Pending Submission", # accepts Pending Submission, Submitted, In review, Approved, Rejected, Action Required
3445
- # review_status_reason: "String",
3446
- # stage: "Prospect", # accepts Prospect, Qualified, Technical Validation, Business Validation, Committed, Launched, Closed Lost
3447
- # target_close_date: "Date",
3448
- # },
3449
- # marketing: {
3450
- # aws_funding_used: "Yes", # accepts Yes, No
3451
- # campaign_name: "String",
3452
- # channels: ["AWS Marketing Central"], # accepts AWS Marketing Central, Content Syndication, Display, Email, Live Event, Out Of Home (OOH), Print, Search, Social, Telemarketing, TV, Video, Virtual Event
3453
- # source: "Marketing Activity", # accepts Marketing Activity, None
3454
- # use_cases: ["String"],
3455
- # },
3456
- # national_security: "Yes", # accepts Yes, No
3457
- # opportunity_type: "Net New Business", # accepts Net New Business, Flat Renewal, Expansion
3458
- # partner_opportunity_identifier: "UpdateOpportunityRequestPartnerOpportunityIdentifierString",
3459
- # primary_needs_from_aws: ["Co-Sell - Architectural Validation"], # accepts Co-Sell - Architectural Validation, Co-Sell - Business Presentation, Co-Sell - Competitive Information, Co-Sell - Pricing Assistance, Co-Sell - Technical Consultation, Co-Sell - Total Cost of Ownership Evaluation, Co-Sell - Deal Support, Co-Sell - Support for Public Tender / RFx
3460
3448
  # project: {
3461
- # additional_comments: "ProjectAdditionalCommentsString",
3462
- # apn_programs: ["String"],
3463
- # competitor_name: "Oracle Cloud", # accepts Oracle Cloud, On-Prem, Co-location, Akamai, AliCloud, Google Cloud Platform, IBM Softlayer, Microsoft Azure, Other- Cost Optimization, No Competition, *Other
3464
- # customer_business_problem: "ProjectCustomerBusinessProblemString",
3465
- # customer_use_case: "String",
3466
3449
  # delivery_models: ["SaaS or PaaS"], # accepts SaaS or PaaS, BYOL or AMI, Managed Services, Professional Services, Resell, Other
3467
3450
  # expected_customer_spend: [
3468
3451
  # {
3469
- # amount: "String", # required
3452
+ # amount: "Amount", # required
3470
3453
  # 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
3471
- # estimation_url: "WebsiteUrl",
3472
3454
  # frequency: "Monthly", # required, accepts Monthly
3473
3455
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
3456
+ # estimation_url: "WebsiteUrl",
3474
3457
  # },
3475
3458
  # ],
3476
- # other_competitor_names: "ProjectOtherCompetitorNamesString",
3477
- # other_solution_description: "ProjectOtherSolutionDescriptionString",
3459
+ # title: "ProjectTitleString",
3460
+ # apn_programs: ["String"],
3461
+ # customer_business_problem: "ProjectCustomerBusinessProblemString",
3462
+ # customer_use_case: "String",
3478
3463
  # related_opportunity_identifier: "OpportunityIdentifier",
3479
3464
  # sales_activities: ["Initialized discussions with customer"], # accepts Initialized discussions with customer, Customer has shown interest in solution, Conducted POC / Demo, In evaluation / planning stage, Agreed on solution to Business Problem, Completed Action Plan, Finalized Deployment Need, SOW Signed
3480
- # title: "ProjectTitleString",
3465
+ # competitor_name: "Oracle Cloud", # accepts Oracle Cloud, On-Prem, Co-location, Akamai, AliCloud, Google Cloud Platform, IBM Softlayer, Microsoft Azure, Other- Cost Optimization, No Competition, *Other
3466
+ # other_competitor_names: "ProjectOtherCompetitorNamesString",
3467
+ # other_solution_description: "ProjectOtherSolutionDescriptionString",
3468
+ # additional_comments: "ProjectAdditionalCommentsString",
3469
+ # },
3470
+ # opportunity_type: "Net New Business", # accepts Net New Business, Flat Renewal, Expansion
3471
+ # marketing: {
3472
+ # campaign_name: "String",
3473
+ # source: "Marketing Activity", # accepts Marketing Activity, None
3474
+ # use_cases: ["String"],
3475
+ # channels: ["AWS Marketing Central"], # accepts AWS Marketing Central, Content Syndication, Display, Email, Live Event, Out Of Home (OOH), Print, Search, Social, Telemarketing, TV, Video, Virtual Event
3476
+ # aws_funding_used: "Yes", # accepts Yes, No
3481
3477
  # },
3482
3478
  # software_revenue: {
3483
3479
  # delivery_model: "Contract", # accepts Contract, Pay-as-you-go, Subscription
3484
- # effective_date: "Date",
3485
- # expiration_date: "Date",
3486
3480
  # value: {
3487
3481
  # amount: "MonetaryValueAmountString", # required
3488
3482
  # 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
3489
3483
  # },
3484
+ # effective_date: "Date",
3485
+ # expiration_date: "Date",
3486
+ # },
3487
+ # last_modified_date: Time.now, # required
3488
+ # identifier: "OpportunityIdentifier", # required
3489
+ # life_cycle: {
3490
+ # stage: "Prospect", # accepts Prospect, Qualified, Technical Validation, Business Validation, Committed, Launched, Closed Lost
3491
+ # closed_lost_reason: "Customer Deficiency", # accepts Customer Deficiency, Delay / Cancellation of Project, Legal / Tax / Regulatory, Lost to Competitor - Google, Lost to Competitor - Microsoft, Lost to Competitor - SoftLayer, Lost to Competitor - VMWare, Lost to Competitor - Other, No Opportunity, On Premises Deployment, Partner Gap, Price, Security / Compliance, Technical Limitations, Customer Experience, Other, People/Relationship/Governance, Product/Technology, Financial/Commercial
3492
+ # next_steps: "LifeCycleNextStepsString",
3493
+ # target_close_date: "Date",
3494
+ # review_status: "Pending Submission", # accepts Pending Submission, Submitted, In review, Approved, Rejected, Action Required
3495
+ # review_comments: "String",
3496
+ # review_status_reason: "String",
3497
+ # next_steps_history: [
3498
+ # {
3499
+ # value: "String", # required
3500
+ # time: Time.now, # required
3501
+ # },
3502
+ # ],
3490
3503
  # },
3491
3504
  # })
3492
3505
  #
@@ -3522,7 +3535,7 @@ module Aws::PartnerCentralSelling
3522
3535
  tracer: tracer
3523
3536
  )
3524
3537
  context[:gem_name] = 'aws-sdk-partnercentralselling'
3525
- context[:gem_version] = '1.13.0'
3538
+ context[:gem_version] = '1.15.0'
3526
3539
  Seahorse::Client::Request.new(handlers, context)
3527
3540
  end
3528
3541