aws-sdk-partnercentralselling 1.19.0 → 1.21.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.
@@ -559,6 +559,7 @@ module Aws::PartnerCentralSelling
559
559
  # email: "Email", # required
560
560
  # first_name: "AssigneeContactFirstNameString", # required
561
561
  # last_name: "AssigneeContactLastNameString", # required
562
+ # phone: "PhoneNumber",
562
563
  # business_title: "JobTitle", # required
563
564
  # },
564
565
  # })
@@ -649,7 +650,7 @@ module Aws::PartnerCentralSelling
649
650
  # resp = client.associate_opportunity({
650
651
  # catalog: "CatalogIdentifier", # required
651
652
  # opportunity_identifier: "OpportunityIdentifier", # required
652
- # related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers
653
+ # related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers, AwsMarketplaceOfferSets
653
654
  # related_entity_identifier: "AssociateOpportunityRequestRelatedEntityIdentifierString", # required
654
655
  # })
655
656
  #
@@ -709,17 +710,19 @@ module Aws::PartnerCentralSelling
709
710
  #
710
711
  # * {Types::CreateEngagementResponse#id #id} => String
711
712
  # * {Types::CreateEngagementResponse#arn #arn} => String
713
+ # * {Types::CreateEngagementResponse#modified_at #modified_at} => Time
712
714
  #
713
715
  # @example Request syntax with placeholder values
714
716
  #
715
717
  # resp = client.create_engagement({
716
718
  # catalog: "CatalogIdentifier", # required
717
- # client_token: "CreateEngagementRequestClientTokenString", # required
719
+ # client_token: "ClientToken", # required
718
720
  # title: "EngagementTitle", # required
719
721
  # description: "EngagementDescription", # required
720
722
  # contexts: [
721
723
  # {
722
- # type: "CustomerProject", # required, accepts CustomerProject
724
+ # id: "EngagementContextIdentifier",
725
+ # type: "CustomerProject", # required, accepts CustomerProject, Lead
723
726
  # payload: {
724
727
  # customer_project: {
725
728
  # customer: {
@@ -734,6 +737,40 @@ module Aws::PartnerCentralSelling
734
737
  # target_completion_date: "EngagementCustomerProjectDetailsTargetCompletionDateString", # required
735
738
  # },
736
739
  # },
740
+ # lead: {
741
+ # qualification_status: "LeadQualificationStatus",
742
+ # customer: { # required
743
+ # 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
744
+ # company_name: "CompanyName", # required
745
+ # website_url: "CompanyWebsiteUrl",
746
+ # address: { # required
747
+ # city: "AddressSummaryCityString",
748
+ # postal_code: "AddressSummaryPostalCodeString",
749
+ # state_or_region: "AddressPart",
750
+ # 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
751
+ # },
752
+ # aws_maturity: "AwsMaturity",
753
+ # market_segment: "Enterprise", # accepts Enterprise, Large, Medium, Small, Micro
754
+ # },
755
+ # interactions: [ # required
756
+ # {
757
+ # source_type: "LeadSourceType", # required
758
+ # source_id: "LeadSourceId", # required
759
+ # source_name: "LeadSourceName", # required
760
+ # usecase: "EngagementUseCase",
761
+ # interaction_date: Time.now,
762
+ # customer_action: "CustomerAction", # required
763
+ # business_problem: "EngagementCustomerBusinessProblem",
764
+ # contact: { # required
765
+ # business_title: "JobTitle", # required
766
+ # email: "Email", # required
767
+ # first_name: "Name", # required
768
+ # last_name: "Name", # required
769
+ # phone: "PhoneNumber",
770
+ # },
771
+ # },
772
+ # ],
773
+ # },
737
774
  # },
738
775
  # },
739
776
  # ],
@@ -743,6 +780,7 @@ module Aws::PartnerCentralSelling
743
780
  #
744
781
  # resp.id #=> String
745
782
  # resp.arn #=> String
783
+ # resp.modified_at #=> Time
746
784
  #
747
785
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateEngagement AWS API Documentation
748
786
  #
@@ -753,6 +791,128 @@ module Aws::PartnerCentralSelling
753
791
  req.send_request(options)
754
792
  end
755
793
 
794
+ # Creates a new context within an existing engagement. This action
795
+ # allows you to add contextual information such as customer projects or
796
+ # documents to an engagement, providing additional details that help
797
+ # facilitate collaboration between engagement members.
798
+ #
799
+ # @option params [required, String] :catalog
800
+ # Specifies the catalog associated with the engagement context request.
801
+ # This field takes a string value from a predefined list: `AWS` or
802
+ # `Sandbox`. The catalog determines which environment the engagement
803
+ # context is created in. Use `AWS` to create contexts in the production
804
+ # environment, and `Sandbox` for testing in secure, isolated
805
+ # environments.
806
+ #
807
+ # @option params [required, String] :engagement_identifier
808
+ # The unique identifier of the `Engagement` for which the context is
809
+ # being created. This parameter ensures the context is associated with
810
+ # the correct engagement and provides the necessary linkage between the
811
+ # engagement and its contextual information.
812
+ #
813
+ # @option params [required, String] :client_token
814
+ # A unique, case-sensitive identifier provided by the client to ensure
815
+ # that the request is handled exactly once. This token helps prevent
816
+ # duplicate context creations and must not exceed sixty-four
817
+ # alphanumeric characters. Use a UUID or other unique string to ensure
818
+ # idempotency.
819
+ #
820
+ # **A suitable default value is auto-generated.** You should normally
821
+ # not need to pass this option.**
822
+ #
823
+ # @option params [required, String] :type
824
+ # Specifies the type of context being created for the engagement. This
825
+ # field determines the structure and content of the context payload.
826
+ # Valid values include `CustomerProject` for customer project-related
827
+ # contexts. The type field ensures that the context is properly
828
+ # categorized and processed according to its intended purpose.
829
+ #
830
+ # @option params [required, Types::EngagementContextPayload] :payload
831
+ # Represents the payload of an Engagement context. The structure of this
832
+ # payload varies based on the context type specified in the
833
+ # EngagementContextDetails.
834
+ #
835
+ # @return [Types::CreateEngagementContextResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
836
+ #
837
+ # * {Types::CreateEngagementContextResponse#engagement_id #engagement_id} => String
838
+ # * {Types::CreateEngagementContextResponse#engagement_arn #engagement_arn} => String
839
+ # * {Types::CreateEngagementContextResponse#engagement_last_modified_at #engagement_last_modified_at} => Time
840
+ # * {Types::CreateEngagementContextResponse#context_id #context_id} => String
841
+ #
842
+ # @example Request syntax with placeholder values
843
+ #
844
+ # resp = client.create_engagement_context({
845
+ # catalog: "CatalogIdentifier", # required
846
+ # engagement_identifier: "EngagementArnOrIdentifier", # required
847
+ # client_token: "ClientToken", # required
848
+ # type: "CustomerProject", # required, accepts CustomerProject, Lead
849
+ # payload: { # required
850
+ # customer_project: {
851
+ # customer: {
852
+ # 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
853
+ # company_name: "CompanyName", # required
854
+ # website_url: "CompanyWebsiteUrl", # required
855
+ # 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
856
+ # },
857
+ # project: {
858
+ # title: "EngagementCustomerProjectTitle", # required
859
+ # business_problem: "EngagementCustomerBusinessProblem", # required
860
+ # target_completion_date: "EngagementCustomerProjectDetailsTargetCompletionDateString", # required
861
+ # },
862
+ # },
863
+ # lead: {
864
+ # qualification_status: "LeadQualificationStatus",
865
+ # customer: { # required
866
+ # 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
867
+ # company_name: "CompanyName", # required
868
+ # website_url: "CompanyWebsiteUrl",
869
+ # address: { # required
870
+ # city: "AddressSummaryCityString",
871
+ # postal_code: "AddressSummaryPostalCodeString",
872
+ # state_or_region: "AddressPart",
873
+ # 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
874
+ # },
875
+ # aws_maturity: "AwsMaturity",
876
+ # market_segment: "Enterprise", # accepts Enterprise, Large, Medium, Small, Micro
877
+ # },
878
+ # interactions: [ # required
879
+ # {
880
+ # source_type: "LeadSourceType", # required
881
+ # source_id: "LeadSourceId", # required
882
+ # source_name: "LeadSourceName", # required
883
+ # usecase: "EngagementUseCase",
884
+ # interaction_date: Time.now,
885
+ # customer_action: "CustomerAction", # required
886
+ # business_problem: "EngagementCustomerBusinessProblem",
887
+ # contact: { # required
888
+ # business_title: "JobTitle", # required
889
+ # email: "Email", # required
890
+ # first_name: "Name", # required
891
+ # last_name: "Name", # required
892
+ # phone: "PhoneNumber",
893
+ # },
894
+ # },
895
+ # ],
896
+ # },
897
+ # },
898
+ # })
899
+ #
900
+ # @example Response structure
901
+ #
902
+ # resp.engagement_id #=> String
903
+ # resp.engagement_arn #=> String
904
+ # resp.engagement_last_modified_at #=> Time
905
+ # resp.context_id #=> String
906
+ #
907
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateEngagementContext AWS API Documentation
908
+ #
909
+ # @overload create_engagement_context(params = {})
910
+ # @param [Hash] params ({})
911
+ def create_engagement_context(params = {}, options = {})
912
+ req = build_request(:create_engagement_context, params)
913
+ req.send_request(options)
914
+ end
915
+
756
916
  # This action creates an invitation from a sender to a single receiver
757
917
  # to join an engagement.
758
918
  #
@@ -825,15 +985,32 @@ module Aws::PartnerCentralSelling
825
985
  # target_completion_date: "Date", # required
826
986
  # expected_customer_spend: [ # required
827
987
  # {
828
- # amount: "Amount", # required
988
+ # amount: "Amount",
829
989
  # 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
830
990
  # frequency: "Monthly", # required, accepts Monthly
831
991
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
832
- # estimation_url: "WebsiteUrl",
992
+ # estimation_url: "EstimationUrl",
833
993
  # },
834
994
  # ],
835
995
  # },
836
996
  # },
997
+ # lead_invitation: {
998
+ # customer: { # required
999
+ # 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
1000
+ # company_name: "CompanyName", # required
1001
+ # website_url: "CompanyWebsiteUrl",
1002
+ # 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
1003
+ # aws_maturity: "AwsMaturity",
1004
+ # market_segment: "Enterprise", # accepts Enterprise, Large, Medium, Small, Micro
1005
+ # },
1006
+ # interaction: { # required
1007
+ # source_type: "LeadSourceType", # required
1008
+ # source_id: "LeadSourceId", # required
1009
+ # source_name: "LeadSourceName", # required
1010
+ # usecase: "EngagementUseCase",
1011
+ # contact_business_title: "JobTitle", # required
1012
+ # },
1013
+ # },
837
1014
  # },
838
1015
  # },
839
1016
  # })
@@ -1046,11 +1223,11 @@ module Aws::PartnerCentralSelling
1046
1223
  # delivery_models: ["SaaS or PaaS"], # accepts SaaS or PaaS, BYOL or AMI, Managed Services, Professional Services, Resell, Other
1047
1224
  # expected_customer_spend: [
1048
1225
  # {
1049
- # amount: "Amount", # required
1226
+ # amount: "Amount",
1050
1227
  # 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
1051
1228
  # frequency: "Monthly", # required, accepts Monthly
1052
1229
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
1053
- # estimation_url: "WebsiteUrl",
1230
+ # estimation_url: "EstimationUrl",
1054
1231
  # },
1055
1232
  # ],
1056
1233
  # title: "ProjectTitleString",
@@ -1081,7 +1258,7 @@ module Aws::PartnerCentralSelling
1081
1258
  # effective_date: "Date",
1082
1259
  # expiration_date: "Date",
1083
1260
  # },
1084
- # client_token: "CreateOpportunityRequestClientTokenString", # required
1261
+ # client_token: "ClientToken", # required
1085
1262
  # life_cycle: {
1086
1263
  # stage: "Prospect", # accepts Prospect, Qualified, Technical Validation, Business Validation, Committed, Launched, Closed Lost
1087
1264
  # 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
@@ -1182,7 +1359,7 @@ module Aws::PartnerCentralSelling
1182
1359
  # resource_type: "Opportunity", # required, accepts Opportunity
1183
1360
  # resource_identifier: "ResourceIdentifier", # required
1184
1361
  # resource_snapshot_template_identifier: "ResourceTemplateName", # required
1185
- # client_token: "CreateResourceSnapshotRequestClientTokenString", # required
1362
+ # client_token: "ClientToken", # required
1186
1363
  # })
1187
1364
  #
1188
1365
  # @example Response structure
@@ -1244,7 +1421,7 @@ module Aws::PartnerCentralSelling
1244
1421
  #
1245
1422
  # resp = client.create_resource_snapshot_job({
1246
1423
  # catalog: "CatalogIdentifier", # required
1247
- # client_token: "CreateResourceSnapshotJobRequestClientTokenString", # required
1424
+ # client_token: "ClientToken", # required
1248
1425
  # engagement_identifier: "EngagementIdentifier", # required
1249
1426
  # resource_type: "Opportunity", # required, accepts Opportunity
1250
1427
  # resource_identifier: "ResourceIdentifier", # required
@@ -1369,7 +1546,7 @@ module Aws::PartnerCentralSelling
1369
1546
  # resp = client.disassociate_opportunity({
1370
1547
  # catalog: "CatalogIdentifier", # required
1371
1548
  # opportunity_identifier: "OpportunityIdentifier", # required
1372
- # related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers
1549
+ # related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers, AwsMarketplaceOfferSets
1373
1550
  # related_entity_identifier: "DisassociateOpportunityRequestRelatedEntityIdentifierString", # required
1374
1551
  # })
1375
1552
  #
@@ -1401,7 +1578,6 @@ module Aws::PartnerCentralSelling
1401
1578
  #
1402
1579
  # @return [Types::GetAwsOpportunitySummaryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1403
1580
  #
1404
- # * {Types::GetAwsOpportunitySummaryResponse#catalog #catalog} => String
1405
1581
  # * {Types::GetAwsOpportunitySummaryResponse#related_opportunity_id #related_opportunity_id} => String
1406
1582
  # * {Types::GetAwsOpportunitySummaryResponse#origin #origin} => String
1407
1583
  # * {Types::GetAwsOpportunitySummaryResponse#involvement_type #involvement_type} => String
@@ -1413,6 +1589,7 @@ module Aws::PartnerCentralSelling
1413
1589
  # * {Types::GetAwsOpportunitySummaryResponse#related_entity_ids #related_entity_ids} => Types::AwsOpportunityRelatedEntities
1414
1590
  # * {Types::GetAwsOpportunitySummaryResponse#customer #customer} => Types::AwsOpportunityCustomer
1415
1591
  # * {Types::GetAwsOpportunitySummaryResponse#project #project} => Types::AwsOpportunityProject
1592
+ # * {Types::GetAwsOpportunitySummaryResponse#catalog #catalog} => String
1416
1593
  #
1417
1594
  # @example Request syntax with placeholder values
1418
1595
  #
@@ -1423,7 +1600,6 @@ module Aws::PartnerCentralSelling
1423
1600
  #
1424
1601
  # @example Response structure
1425
1602
  #
1426
- # resp.catalog #=> String
1427
1603
  # resp.related_opportunity_id #=> String
1428
1604
  # resp.origin #=> String, one of "AWS Referral", "Partner Referral"
1429
1605
  # resp.involvement_type #=> String, one of "For Visibility Only", "Co-Sell"
@@ -1442,6 +1618,42 @@ module Aws::PartnerCentralSelling
1442
1618
  # resp.opportunity_team[0].business_title #=> String, one of "AWSSalesRep", "AWSAccountOwner", "WWPSPDM", "PDM", "PSM", "ISVSM"
1443
1619
  # resp.insights.next_best_actions #=> String
1444
1620
  # resp.insights.engagement_score #=> String, one of "High", "Medium", "Low"
1621
+ # resp.insights.aws_products_spend_insights_by_source.partner.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"
1622
+ # resp.insights.aws_products_spend_insights_by_source.partner.frequency #=> String, one of "Monthly"
1623
+ # resp.insights.aws_products_spend_insights_by_source.partner.total_amount #=> String
1624
+ # resp.insights.aws_products_spend_insights_by_source.partner.total_optimized_amount #=> String
1625
+ # resp.insights.aws_products_spend_insights_by_source.partner.total_potential_savings_amount #=> String
1626
+ # resp.insights.aws_products_spend_insights_by_source.partner.total_amount_by_category #=> Hash
1627
+ # resp.insights.aws_products_spend_insights_by_source.partner.total_amount_by_category["String"] #=> String
1628
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products #=> Array
1629
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].product_code #=> String
1630
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].service_code #=> String
1631
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].categories #=> Array
1632
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].categories[0] #=> String
1633
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].amount #=> String
1634
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimized_amount #=> String
1635
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].potential_savings_amount #=> String
1636
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimizations #=> Array
1637
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimizations[0].description #=> String
1638
+ # resp.insights.aws_products_spend_insights_by_source.partner.aws_products[0].optimizations[0].savings_amount #=> String
1639
+ # resp.insights.aws_products_spend_insights_by_source.aws.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"
1640
+ # resp.insights.aws_products_spend_insights_by_source.aws.frequency #=> String, one of "Monthly"
1641
+ # resp.insights.aws_products_spend_insights_by_source.aws.total_amount #=> String
1642
+ # resp.insights.aws_products_spend_insights_by_source.aws.total_optimized_amount #=> String
1643
+ # resp.insights.aws_products_spend_insights_by_source.aws.total_potential_savings_amount #=> String
1644
+ # resp.insights.aws_products_spend_insights_by_source.aws.total_amount_by_category #=> Hash
1645
+ # resp.insights.aws_products_spend_insights_by_source.aws.total_amount_by_category["String"] #=> String
1646
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products #=> Array
1647
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].product_code #=> String
1648
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].service_code #=> String
1649
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].categories #=> Array
1650
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].categories[0] #=> String
1651
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].amount #=> String
1652
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimized_amount #=> String
1653
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].potential_savings_amount #=> String
1654
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimizations #=> Array
1655
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimizations[0].description #=> String
1656
+ # resp.insights.aws_products_spend_insights_by_source.aws.aws_products[0].optimizations[0].savings_amount #=> String
1445
1657
  # resp.involvement_type_change_reason #=> String, one of "Expansion Opportunity", "Change in Deal Information", "Customer Requested", "Technical Complexity", "Risk Mitigation"
1446
1658
  # resp.related_entity_ids.aws_products #=> Array
1447
1659
  # resp.related_entity_ids.aws_products[0] #=> String
@@ -1459,6 +1671,7 @@ module Aws::PartnerCentralSelling
1459
1671
  # resp.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1460
1672
  # resp.project.expected_customer_spend[0].target_company #=> String
1461
1673
  # resp.project.expected_customer_spend[0].estimation_url #=> String
1674
+ # resp.catalog #=> String
1462
1675
  #
1463
1676
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetAwsOpportunitySummary AWS API Documentation
1464
1677
  #
@@ -1488,6 +1701,8 @@ module Aws::PartnerCentralSelling
1488
1701
  # * {Types::GetEngagementResponse#created_at #created_at} => Time
1489
1702
  # * {Types::GetEngagementResponse#created_by #created_by} => String
1490
1703
  # * {Types::GetEngagementResponse#member_count #member_count} => Integer
1704
+ # * {Types::GetEngagementResponse#modified_at #modified_at} => Time
1705
+ # * {Types::GetEngagementResponse#modified_by #modified_by} => String
1491
1706
  # * {Types::GetEngagementResponse#contexts #contexts} => Array<Types::EngagementContextDetails>
1492
1707
  #
1493
1708
  # @example Request syntax with placeholder values
@@ -1506,8 +1721,11 @@ module Aws::PartnerCentralSelling
1506
1721
  # resp.created_at #=> Time
1507
1722
  # resp.created_by #=> String
1508
1723
  # resp.member_count #=> Integer
1724
+ # resp.modified_at #=> Time
1725
+ # resp.modified_by #=> String
1509
1726
  # resp.contexts #=> Array
1510
- # resp.contexts[0].type #=> String, one of "CustomerProject"
1727
+ # resp.contexts[0].id #=> String
1728
+ # resp.contexts[0].type #=> String, one of "CustomerProject", "Lead"
1511
1729
  # 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
1730
  # resp.contexts[0].payload.customer_project.customer.company_name #=> String
1513
1731
  # resp.contexts[0].payload.customer_project.customer.website_url #=> String
@@ -1515,6 +1733,29 @@ module Aws::PartnerCentralSelling
1515
1733
  # resp.contexts[0].payload.customer_project.project.title #=> String
1516
1734
  # resp.contexts[0].payload.customer_project.project.business_problem #=> String
1517
1735
  # resp.contexts[0].payload.customer_project.project.target_completion_date #=> String
1736
+ # resp.contexts[0].payload.lead.qualification_status #=> String
1737
+ # resp.contexts[0].payload.lead.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"
1738
+ # resp.contexts[0].payload.lead.customer.company_name #=> String
1739
+ # resp.contexts[0].payload.lead.customer.website_url #=> String
1740
+ # resp.contexts[0].payload.lead.customer.address.city #=> String
1741
+ # resp.contexts[0].payload.lead.customer.address.postal_code #=> String
1742
+ # resp.contexts[0].payload.lead.customer.address.state_or_region #=> String
1743
+ # resp.contexts[0].payload.lead.customer.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"
1744
+ # resp.contexts[0].payload.lead.customer.aws_maturity #=> String
1745
+ # resp.contexts[0].payload.lead.customer.market_segment #=> String, one of "Enterprise", "Large", "Medium", "Small", "Micro"
1746
+ # resp.contexts[0].payload.lead.interactions #=> Array
1747
+ # resp.contexts[0].payload.lead.interactions[0].source_type #=> String
1748
+ # resp.contexts[0].payload.lead.interactions[0].source_id #=> String
1749
+ # resp.contexts[0].payload.lead.interactions[0].source_name #=> String
1750
+ # resp.contexts[0].payload.lead.interactions[0].usecase #=> String
1751
+ # resp.contexts[0].payload.lead.interactions[0].interaction_date #=> Time
1752
+ # resp.contexts[0].payload.lead.interactions[0].customer_action #=> String
1753
+ # resp.contexts[0].payload.lead.interactions[0].business_problem #=> String
1754
+ # resp.contexts[0].payload.lead.interactions[0].contact.business_title #=> String
1755
+ # resp.contexts[0].payload.lead.interactions[0].contact.email #=> String
1756
+ # resp.contexts[0].payload.lead.interactions[0].contact.first_name #=> String
1757
+ # resp.contexts[0].payload.lead.interactions[0].contact.last_name #=> String
1758
+ # resp.contexts[0].payload.lead.interactions[0].contact.phone #=> String
1518
1759
  #
1519
1760
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetEngagement AWS API Documentation
1520
1761
  #
@@ -1570,7 +1811,7 @@ module Aws::PartnerCentralSelling
1570
1811
  # @example Response structure
1571
1812
  #
1572
1813
  # resp.arn #=> String
1573
- # resp.payload_type #=> String, one of "OpportunityInvitation"
1814
+ # resp.payload_type #=> String, one of "OpportunityInvitation", "LeadInvitation"
1574
1815
  # resp.id #=> String
1575
1816
  # resp.engagement_id #=> String
1576
1817
  # resp.engagement_title #=> String
@@ -1604,6 +1845,17 @@ module Aws::PartnerCentralSelling
1604
1845
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1605
1846
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].target_company #=> String
1606
1847
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].estimation_url #=> String
1848
+ # resp.payload.lead_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"
1849
+ # resp.payload.lead_invitation.customer.company_name #=> String
1850
+ # resp.payload.lead_invitation.customer.website_url #=> String
1851
+ # resp.payload.lead_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"
1852
+ # resp.payload.lead_invitation.customer.aws_maturity #=> String
1853
+ # resp.payload.lead_invitation.customer.market_segment #=> String, one of "Enterprise", "Large", "Medium", "Small", "Micro"
1854
+ # resp.payload.lead_invitation.interaction.source_type #=> String
1855
+ # resp.payload.lead_invitation.interaction.source_id #=> String
1856
+ # resp.payload.lead_invitation.interaction.source_name #=> String
1857
+ # resp.payload.lead_invitation.interaction.usecase #=> String
1858
+ # resp.payload.lead_invitation.interaction.contact_business_title #=> String
1607
1859
  # resp.invitation_message #=> String
1608
1860
  # resp.engagement_description #=> String
1609
1861
  # resp.existing_members #=> Array
@@ -1725,6 +1977,8 @@ module Aws::PartnerCentralSelling
1725
1977
  # resp.created_date #=> Time
1726
1978
  # resp.related_entity_identifiers.aws_marketplace_offers #=> Array
1727
1979
  # resp.related_entity_identifiers.aws_marketplace_offers[0] #=> String
1980
+ # resp.related_entity_identifiers.aws_marketplace_offer_sets #=> Array
1981
+ # resp.related_entity_identifiers.aws_marketplace_offer_sets[0] #=> String
1728
1982
  # resp.related_entity_identifiers.solutions #=> Array
1729
1983
  # resp.related_entity_identifiers.solutions[0] #=> String
1730
1984
  # resp.related_entity_identifiers.aws_products #=> Array
@@ -1869,6 +2123,8 @@ module Aws::PartnerCentralSelling
1869
2123
  # resp.payload.opportunity_summary.project.other_solution_description #=> String
1870
2124
  # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offers #=> Array
1871
2125
  # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offers[0] #=> String
2126
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offer_sets #=> Array
2127
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offer_sets[0] #=> String
1872
2128
  # resp.payload.opportunity_summary.related_entity_identifiers.solutions #=> Array
1873
2129
  # resp.payload.opportunity_summary.related_entity_identifiers.solutions[0] #=> String
1874
2130
  # resp.payload.opportunity_summary.related_entity_identifiers.aws_products #=> Array
@@ -2051,7 +2307,7 @@ module Aws::PartnerCentralSelling
2051
2307
  # resp.task_summaries[0].start_time #=> Time
2052
2308
  # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2053
2309
  # resp.task_summaries[0].message #=> String
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"
2310
+ # 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", "ContextNotFound", "CustomerProjectContextNotPermitted", "DisqualifiedLeadNotPermitted"
2055
2311
  # resp.task_summaries[0].opportunity_id #=> String
2056
2312
  # resp.task_summaries[0].resource_snapshot_job_id #=> String
2057
2313
  # resp.task_summaries[0].engagement_invitation_id #=> String
@@ -2140,7 +2396,7 @@ module Aws::PartnerCentralSelling
2140
2396
  # resp.task_summaries[0].start_time #=> Time
2141
2397
  # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2142
2398
  # resp.task_summaries[0].message #=> String
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"
2399
+ # 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", "ContextNotFound", "CustomerProjectContextNotPermitted", "DisqualifiedLeadNotPermitted"
2144
2400
  # resp.task_summaries[0].opportunity_id #=> String
2145
2401
  # resp.task_summaries[0].resource_snapshot_job_id #=> String
2146
2402
  # resp.task_summaries[0].engagement_id #=> String
@@ -2220,7 +2476,7 @@ module Aws::PartnerCentralSelling
2220
2476
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2221
2477
  # sort_by: "InvitationDate", # required, accepts InvitationDate
2222
2478
  # },
2223
- # payload_type: ["OpportunityInvitation"], # accepts OpportunityInvitation
2479
+ # payload_type: ["OpportunityInvitation"], # accepts OpportunityInvitation, LeadInvitation
2224
2480
  # participant_type: "SENDER", # required, accepts SENDER, RECEIVER
2225
2481
  # status: ["ACCEPTED"], # accepts ACCEPTED, PENDING, REJECTED, EXPIRED
2226
2482
  # engagement_identifier: ["EngagementArnOrIdentifier"],
@@ -2231,7 +2487,7 @@ module Aws::PartnerCentralSelling
2231
2487
  #
2232
2488
  # resp.engagement_invitation_summaries #=> Array
2233
2489
  # resp.engagement_invitation_summaries[0].arn #=> String
2234
- # resp.engagement_invitation_summaries[0].payload_type #=> String, one of "OpportunityInvitation"
2490
+ # resp.engagement_invitation_summaries[0].payload_type #=> String, one of "OpportunityInvitation", "LeadInvitation"
2235
2491
  # resp.engagement_invitation_summaries[0].id #=> String
2236
2492
  # resp.engagement_invitation_summaries[0].engagement_id #=> String
2237
2493
  # resp.engagement_invitation_summaries[0].engagement_title #=> String
@@ -2399,6 +2655,18 @@ module Aws::PartnerCentralSelling
2399
2655
  # An array of strings representing AWS Account IDs. Use this to exclude
2400
2656
  # engagements created by specific users.
2401
2657
  #
2658
+ # @option params [Array<String>] :context_types
2659
+ # Filters engagements to include only those containing the specified
2660
+ # context types, such as "CustomerProject" or "Lead". Use this to
2661
+ # find engagements that have specific types of contextual information
2662
+ # associated with them.
2663
+ #
2664
+ # @option params [Array<String>] :exclude_context_types
2665
+ # Filters engagements to exclude those containing the specified context
2666
+ # types. Use this to find engagements that do not have certain types of
2667
+ # contextual information, helping to narrow results based on context
2668
+ # exclusion criteria.
2669
+ #
2402
2670
  # @option params [Types::EngagementSort] :sort
2403
2671
  # Specifies the sorting parameters for listing Engagements.
2404
2672
  #
@@ -2425,6 +2693,8 @@ module Aws::PartnerCentralSelling
2425
2693
  # catalog: "CatalogIdentifier", # required
2426
2694
  # created_by: ["AwsAccount"],
2427
2695
  # exclude_created_by: ["AwsAccount"],
2696
+ # context_types: ["CustomerProject"], # accepts CustomerProject, Lead
2697
+ # exclude_context_types: ["CustomerProject"], # accepts CustomerProject, Lead
2428
2698
  # sort: {
2429
2699
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2430
2700
  # sort_by: "CreatedDate", # required, accepts CreatedDate
@@ -2443,6 +2713,10 @@ module Aws::PartnerCentralSelling
2443
2713
  # resp.engagement_summary_list[0].created_at #=> Time
2444
2714
  # resp.engagement_summary_list[0].created_by #=> String
2445
2715
  # resp.engagement_summary_list[0].member_count #=> Integer
2716
+ # resp.engagement_summary_list[0].modified_at #=> Time
2717
+ # resp.engagement_summary_list[0].modified_by #=> String
2718
+ # resp.engagement_summary_list[0].context_types #=> Array
2719
+ # resp.engagement_summary_list[0].context_types[0] #=> String, one of "CustomerProject", "Lead"
2446
2720
  # resp.next_token #=> String
2447
2721
  #
2448
2722
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagements AWS API Documentation
@@ -2602,6 +2876,107 @@ module Aws::PartnerCentralSelling
2602
2876
  req.send_request(options)
2603
2877
  end
2604
2878
 
2879
+ # Lists all in-progress, completed, or failed opportunity creation tasks
2880
+ # from engagements that were initiated by the caller's account.
2881
+ #
2882
+ # @option params [Integer] :max_results
2883
+ # Specifies the maximum number of results to return in a single page of
2884
+ # the response. Use this parameter to control the number of items
2885
+ # returned in each request, which can be useful for performance tuning
2886
+ # and managing large result sets.
2887
+ #
2888
+ # @option params [String] :next_token
2889
+ # The token for requesting the next page of results. This value is
2890
+ # obtained from the NextToken field in the response of a previous call
2891
+ # to this API. Use this parameter for pagination when the result set
2892
+ # spans multiple pages.
2893
+ #
2894
+ # @option params [Types::ListTasksSortBase] :sort
2895
+ # Defines the sorting parameters for listing tasks. This structure
2896
+ # allows for specifying the field to sort by and the order of sorting.
2897
+ #
2898
+ # @option params [required, String] :catalog
2899
+ # Specifies the catalog related to the request. Valid values are `AWS`
2900
+ # for production environments and `Sandbox` for testing or development
2901
+ # purposes. The catalog determines which environment the task data is
2902
+ # retrieved from.
2903
+ #
2904
+ # @option params [Array<String>] :task_status
2905
+ # Filters the tasks based on their current status. This allows you to
2906
+ # focus on tasks in specific states. Valid values are `COMPLETE` for
2907
+ # tasks that have finished successfully, `INPROGRESS` for tasks that are
2908
+ # currently running, and `FAILED` for tasks that have encountered an
2909
+ # error and failed to complete.
2910
+ #
2911
+ # @option params [Array<String>] :task_identifier
2912
+ # Filters tasks by their unique identifiers. Use this when you want to
2913
+ # retrieve information about specific tasks. Provide the task ID to get
2914
+ # details about a particular opportunity creation task.
2915
+ #
2916
+ # @option params [Array<String>] :opportunity_identifier
2917
+ # Filters tasks by the identifiers of the opportunities they created or
2918
+ # are associated with. Use this to find tasks related to specific
2919
+ # opportunity creation processes.
2920
+ #
2921
+ # @option params [Array<String>] :engagement_identifier
2922
+ # Filters tasks by the identifiers of the engagements from which
2923
+ # opportunities are being created. Use this to find all opportunity
2924
+ # creation tasks associated with a specific engagement.
2925
+ #
2926
+ # @option params [Array<String>] :context_identifier
2927
+ # Filters tasks by the identifiers of the engagement contexts associated
2928
+ # with the opportunity creation. Use this to find tasks related to
2929
+ # specific contextual information within engagements that are being
2930
+ # converted to opportunities.
2931
+ #
2932
+ # @return [Types::ListOpportunityFromEngagementTasksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2933
+ #
2934
+ # * {Types::ListOpportunityFromEngagementTasksResponse#task_summaries #task_summaries} => Array&lt;Types::ListOpportunityFromEngagementTaskSummary&gt;
2935
+ # * {Types::ListOpportunityFromEngagementTasksResponse#next_token #next_token} => String
2936
+ #
2937
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2938
+ #
2939
+ # @example Request syntax with placeholder values
2940
+ #
2941
+ # resp = client.list_opportunity_from_engagement_tasks({
2942
+ # max_results: 1,
2943
+ # next_token: "ListOpportunityFromEngagementTasksRequestNextTokenString",
2944
+ # sort: {
2945
+ # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2946
+ # sort_by: "StartTime", # required, accepts StartTime
2947
+ # },
2948
+ # catalog: "CatalogIdentifier", # required
2949
+ # task_status: ["IN_PROGRESS"], # accepts IN_PROGRESS, COMPLETE, FAILED
2950
+ # task_identifier: ["TaskArnOrIdentifier"],
2951
+ # opportunity_identifier: ["OpportunityIdentifier"],
2952
+ # engagement_identifier: ["EngagementArnOrIdentifier"],
2953
+ # context_identifier: ["ContextIdentifier"],
2954
+ # })
2955
+ #
2956
+ # @example Response structure
2957
+ #
2958
+ # resp.task_summaries #=> Array
2959
+ # resp.task_summaries[0].task_id #=> String
2960
+ # resp.task_summaries[0].task_arn #=> String
2961
+ # resp.task_summaries[0].start_time #=> Time
2962
+ # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2963
+ # resp.task_summaries[0].message #=> String
2964
+ # 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", "ContextNotFound", "CustomerProjectContextNotPermitted", "DisqualifiedLeadNotPermitted"
2965
+ # resp.task_summaries[0].opportunity_id #=> String
2966
+ # resp.task_summaries[0].resource_snapshot_job_id #=> String
2967
+ # resp.task_summaries[0].engagement_id #=> String
2968
+ # resp.task_summaries[0].context_id #=> String
2969
+ # resp.next_token #=> String
2970
+ #
2971
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListOpportunityFromEngagementTasks AWS API Documentation
2972
+ #
2973
+ # @overload list_opportunity_from_engagement_tasks(params = {})
2974
+ # @param [Hash] params ({})
2975
+ def list_opportunity_from_engagement_tasks(params = {}, options = {})
2976
+ req = build_request(:list_opportunity_from_engagement_tasks, params)
2977
+ req.send_request(options)
2978
+ end
2979
+
2605
2980
  # Lists resource snapshot jobs owned by the customer. This operation
2606
2981
  # supports various filtering scenarios, including listing all jobs owned
2607
2982
  # by the caller, jobs for a specific engagement, jobs with a specific
@@ -2998,7 +3373,7 @@ module Aws::PartnerCentralSelling
2998
3373
  #
2999
3374
  # resp = client.start_engagement_by_accepting_invitation_task({
3000
3375
  # catalog: "CatalogIdentifier", # required
3001
- # client_token: "StartEngagementByAcceptingInvitationTaskRequestClientTokenString", # required
3376
+ # client_token: "ClientToken", # required
3002
3377
  # identifier: "EngagementInvitationArnOrIdentifier", # required
3003
3378
  # tags: [
3004
3379
  # {
@@ -3015,7 +3390,7 @@ module Aws::PartnerCentralSelling
3015
3390
  # resp.start_time #=> Time
3016
3391
  # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3017
3392
  # resp.message #=> String
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"
3393
+ # 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", "ContextNotFound", "CustomerProjectContextNotPermitted", "DisqualifiedLeadNotPermitted"
3019
3394
  # resp.opportunity_id #=> String
3020
3395
  # resp.resource_snapshot_job_id #=> String
3021
3396
  # resp.engagement_invitation_id #=> String
@@ -3082,7 +3457,7 @@ module Aws::PartnerCentralSelling
3082
3457
  #
3083
3458
  # resp = client.start_engagement_from_opportunity_task({
3084
3459
  # catalog: "CatalogIdentifier", # required
3085
- # client_token: "StartEngagementFromOpportunityTaskRequestClientTokenString", # required
3460
+ # client_token: "ClientToken", # required
3086
3461
  # identifier: "OpportunityIdentifier", # required
3087
3462
  # aws_submission: { # required
3088
3463
  # involvement_type: "For Visibility Only", # required, accepts For Visibility Only, Co-Sell
@@ -3103,7 +3478,7 @@ module Aws::PartnerCentralSelling
3103
3478
  # resp.start_time #=> Time
3104
3479
  # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3105
3480
  # resp.message #=> String
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"
3481
+ # 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", "ContextNotFound", "CustomerProjectContextNotPermitted", "DisqualifiedLeadNotPermitted"
3107
3482
  # resp.opportunity_id #=> String
3108
3483
  # resp.resource_snapshot_job_id #=> String
3109
3484
  # resp.engagement_id #=> String
@@ -3118,6 +3493,87 @@ module Aws::PartnerCentralSelling
3118
3493
  req.send_request(options)
3119
3494
  end
3120
3495
 
3496
+ # This action creates an opportunity from an existing engagement
3497
+ # context. The task is asynchronous and orchestrates the process of
3498
+ # converting engagement contextual information into a structured
3499
+ # opportunity record within the partner's account.
3500
+ #
3501
+ # @option params [required, String] :catalog
3502
+ # Specifies the catalog in which the opportunity creation task is
3503
+ # executed. Acceptable values include `AWS` for production and `Sandbox`
3504
+ # for testing environments.
3505
+ #
3506
+ # @option params [required, String] :client_token
3507
+ # A unique token provided by the client to help ensure the idempotency
3508
+ # of the request. It helps prevent the same task from being performed
3509
+ # multiple times.
3510
+ #
3511
+ # **A suitable default value is auto-generated.** You should normally
3512
+ # not need to pass this option.**
3513
+ #
3514
+ # @option params [required, String] :identifier
3515
+ # The unique identifier of the engagement from which the opportunity
3516
+ # creation task is to be initiated. This helps ensure that the task is
3517
+ # applied to the correct engagement.
3518
+ #
3519
+ # @option params [required, String] :context_identifier
3520
+ # The unique identifier of the engagement context from which to create
3521
+ # the opportunity. This specifies the specific contextual information
3522
+ # within the engagement that will be used for opportunity creation.
3523
+ #
3524
+ # @option params [Array<Types::Tag>] :tags
3525
+ # A map of the key-value pairs of the tag or tags to assign.
3526
+ #
3527
+ # @return [Types::StartOpportunityFromEngagementTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3528
+ #
3529
+ # * {Types::StartOpportunityFromEngagementTaskResponse#task_id #task_id} => String
3530
+ # * {Types::StartOpportunityFromEngagementTaskResponse#task_arn #task_arn} => String
3531
+ # * {Types::StartOpportunityFromEngagementTaskResponse#start_time #start_time} => Time
3532
+ # * {Types::StartOpportunityFromEngagementTaskResponse#task_status #task_status} => String
3533
+ # * {Types::StartOpportunityFromEngagementTaskResponse#message #message} => String
3534
+ # * {Types::StartOpportunityFromEngagementTaskResponse#reason_code #reason_code} => String
3535
+ # * {Types::StartOpportunityFromEngagementTaskResponse#opportunity_id #opportunity_id} => String
3536
+ # * {Types::StartOpportunityFromEngagementTaskResponse#resource_snapshot_job_id #resource_snapshot_job_id} => String
3537
+ # * {Types::StartOpportunityFromEngagementTaskResponse#engagement_id #engagement_id} => String
3538
+ # * {Types::StartOpportunityFromEngagementTaskResponse#context_id #context_id} => String
3539
+ #
3540
+ # @example Request syntax with placeholder values
3541
+ #
3542
+ # resp = client.start_opportunity_from_engagement_task({
3543
+ # catalog: "CatalogIdentifier", # required
3544
+ # client_token: "ClientToken", # required
3545
+ # identifier: "EngagementArnOrIdentifier", # required
3546
+ # context_identifier: "ContextIdentifier", # required
3547
+ # tags: [
3548
+ # {
3549
+ # key: "TagKey", # required
3550
+ # value: "TagValue", # required
3551
+ # },
3552
+ # ],
3553
+ # })
3554
+ #
3555
+ # @example Response structure
3556
+ #
3557
+ # resp.task_id #=> String
3558
+ # resp.task_arn #=> String
3559
+ # resp.start_time #=> Time
3560
+ # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3561
+ # resp.message #=> String
3562
+ # 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", "ContextNotFound", "CustomerProjectContextNotPermitted", "DisqualifiedLeadNotPermitted"
3563
+ # resp.opportunity_id #=> String
3564
+ # resp.resource_snapshot_job_id #=> String
3565
+ # resp.engagement_id #=> String
3566
+ # resp.context_id #=> String
3567
+ #
3568
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartOpportunityFromEngagementTask AWS API Documentation
3569
+ #
3570
+ # @overload start_opportunity_from_engagement_task(params = {})
3571
+ # @param [Hash] params ({})
3572
+ def start_opportunity_from_engagement_task(params = {}, options = {})
3573
+ req = build_request(:start_opportunity_from_engagement_task, params)
3574
+ req.send_request(options)
3575
+ end
3576
+
3121
3577
  # Starts a resource snapshot job that has been previously created.
3122
3578
  #
3123
3579
  # @option params [required, String] :catalog
@@ -3296,6 +3752,120 @@ module Aws::PartnerCentralSelling
3296
3752
  req.send_request(options)
3297
3753
  end
3298
3754
 
3755
+ # Updates the context information for an existing engagement with new or
3756
+ # modified data.
3757
+ #
3758
+ # @option params [required, String] :catalog
3759
+ # Specifies the catalog associated with the engagement context update
3760
+ # request. This field takes a string value from a predefined list: `AWS`
3761
+ # or `Sandbox`. The catalog determines which environment the engagement
3762
+ # context is updated in.
3763
+ #
3764
+ # @option params [required, String] :engagement_identifier
3765
+ # The unique identifier of the `Engagement` containing the context to be
3766
+ # updated. This parameter ensures the context update is applied to the
3767
+ # correct engagement.
3768
+ #
3769
+ # @option params [required, String] :context_identifier
3770
+ # The unique identifier of the specific engagement context to be
3771
+ # updated. This ensures that the correct context within the engagement
3772
+ # is modified.
3773
+ #
3774
+ # @option params [required, Time,DateTime,Date,Integer,String] :engagement_last_modified_at
3775
+ # The timestamp when the engagement was last modified, used for
3776
+ # optimistic concurrency control. This helps prevent conflicts when
3777
+ # multiple users attempt to update the same engagement simultaneously.
3778
+ #
3779
+ # @option params [required, String] :type
3780
+ # Specifies the type of context being updated within the engagement.
3781
+ # This field determines the structure and content of the context payload
3782
+ # being modified.
3783
+ #
3784
+ # @option params [required, Types::UpdateEngagementContextPayload] :payload
3785
+ # Contains the updated contextual information for the engagement. The
3786
+ # structure of this payload varies based on the context type specified
3787
+ # in the Type field.
3788
+ #
3789
+ # @return [Types::UpdateEngagementContextResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3790
+ #
3791
+ # * {Types::UpdateEngagementContextResponse#engagement_id #engagement_id} => String
3792
+ # * {Types::UpdateEngagementContextResponse#engagement_arn #engagement_arn} => String
3793
+ # * {Types::UpdateEngagementContextResponse#engagement_last_modified_at #engagement_last_modified_at} => Time
3794
+ # * {Types::UpdateEngagementContextResponse#context_id #context_id} => String
3795
+ #
3796
+ # @example Request syntax with placeholder values
3797
+ #
3798
+ # resp = client.update_engagement_context({
3799
+ # catalog: "CatalogIdentifier", # required
3800
+ # engagement_identifier: "EngagementArnOrIdentifier", # required
3801
+ # context_identifier: "EngagementContextIdentifier", # required
3802
+ # engagement_last_modified_at: Time.now, # required
3803
+ # type: "CustomerProject", # required, accepts CustomerProject, Lead
3804
+ # payload: { # required
3805
+ # lead: {
3806
+ # qualification_status: "LeadQualificationStatus",
3807
+ # customer: { # required
3808
+ # 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
3809
+ # company_name: "CompanyName", # required
3810
+ # website_url: "CompanyWebsiteUrl",
3811
+ # address: { # required
3812
+ # city: "AddressSummaryCityString",
3813
+ # postal_code: "AddressSummaryPostalCodeString",
3814
+ # state_or_region: "AddressPart",
3815
+ # 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
3816
+ # },
3817
+ # aws_maturity: "AwsMaturity",
3818
+ # market_segment: "Enterprise", # accepts Enterprise, Large, Medium, Small, Micro
3819
+ # },
3820
+ # interaction: {
3821
+ # source_type: "LeadSourceType", # required
3822
+ # source_id: "LeadSourceId", # required
3823
+ # source_name: "LeadSourceName", # required
3824
+ # usecase: "EngagementUseCase",
3825
+ # interaction_date: Time.now,
3826
+ # customer_action: "CustomerAction", # required
3827
+ # business_problem: "EngagementCustomerBusinessProblem",
3828
+ # contact: { # required
3829
+ # business_title: "JobTitle", # required
3830
+ # email: "Email", # required
3831
+ # first_name: "Name", # required
3832
+ # last_name: "Name", # required
3833
+ # phone: "PhoneNumber",
3834
+ # },
3835
+ # },
3836
+ # },
3837
+ # customer_project: {
3838
+ # customer: {
3839
+ # 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
3840
+ # company_name: "CompanyName", # required
3841
+ # website_url: "CompanyWebsiteUrl", # required
3842
+ # 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
3843
+ # },
3844
+ # project: {
3845
+ # title: "EngagementCustomerProjectTitle", # required
3846
+ # business_problem: "EngagementCustomerBusinessProblem", # required
3847
+ # target_completion_date: "EngagementCustomerProjectDetailsTargetCompletionDateString", # required
3848
+ # },
3849
+ # },
3850
+ # },
3851
+ # })
3852
+ #
3853
+ # @example Response structure
3854
+ #
3855
+ # resp.engagement_id #=> String
3856
+ # resp.engagement_arn #=> String
3857
+ # resp.engagement_last_modified_at #=> Time
3858
+ # resp.context_id #=> String
3859
+ #
3860
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/UpdateEngagementContext AWS API Documentation
3861
+ #
3862
+ # @overload update_engagement_context(params = {})
3863
+ # @param [Hash] params ({})
3864
+ def update_engagement_context(params = {}, options = {})
3865
+ req = build_request(:update_engagement_context, params)
3866
+ req.send_request(options)
3867
+ end
3868
+
3299
3869
  # Updates the `Opportunity` record identified by a given `Identifier`.
3300
3870
  # This operation allows you to modify the details of an existing
3301
3871
  # opportunity to reflect the latest information and progress. Use this
@@ -3449,11 +4019,11 @@ module Aws::PartnerCentralSelling
3449
4019
  # delivery_models: ["SaaS or PaaS"], # accepts SaaS or PaaS, BYOL or AMI, Managed Services, Professional Services, Resell, Other
3450
4020
  # expected_customer_spend: [
3451
4021
  # {
3452
- # amount: "Amount", # required
4022
+ # amount: "Amount",
3453
4023
  # 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
3454
4024
  # frequency: "Monthly", # required, accepts Monthly
3455
4025
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
3456
- # estimation_url: "WebsiteUrl",
4026
+ # estimation_url: "EstimationUrl",
3457
4027
  # },
3458
4028
  # ],
3459
4029
  # title: "ProjectTitleString",
@@ -3535,7 +4105,7 @@ module Aws::PartnerCentralSelling
3535
4105
  tracer: tracer
3536
4106
  )
3537
4107
  context[:gem_name] = 'aws-sdk-partnercentralselling'
3538
- context[:gem_version] = '1.19.0'
4108
+ context[:gem_version] = '1.21.0'
3539
4109
  Seahorse::Client::Request.new(handlers, context)
3540
4110
  end
3541
4111