aws-sdk-partnercentralselling 1.19.0 → 1.20.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
  #
@@ -834,6 +994,23 @@ module Aws::PartnerCentralSelling
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
  # })
@@ -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"
@@ -1459,6 +1635,7 @@ module Aws::PartnerCentralSelling
1459
1635
  # resp.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1460
1636
  # resp.project.expected_customer_spend[0].target_company #=> String
1461
1637
  # resp.project.expected_customer_spend[0].estimation_url #=> String
1638
+ # resp.catalog #=> String
1462
1639
  #
1463
1640
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetAwsOpportunitySummary AWS API Documentation
1464
1641
  #
@@ -1488,6 +1665,8 @@ module Aws::PartnerCentralSelling
1488
1665
  # * {Types::GetEngagementResponse#created_at #created_at} => Time
1489
1666
  # * {Types::GetEngagementResponse#created_by #created_by} => String
1490
1667
  # * {Types::GetEngagementResponse#member_count #member_count} => Integer
1668
+ # * {Types::GetEngagementResponse#modified_at #modified_at} => Time
1669
+ # * {Types::GetEngagementResponse#modified_by #modified_by} => String
1491
1670
  # * {Types::GetEngagementResponse#contexts #contexts} => Array<Types::EngagementContextDetails>
1492
1671
  #
1493
1672
  # @example Request syntax with placeholder values
@@ -1506,8 +1685,11 @@ module Aws::PartnerCentralSelling
1506
1685
  # resp.created_at #=> Time
1507
1686
  # resp.created_by #=> String
1508
1687
  # resp.member_count #=> Integer
1688
+ # resp.modified_at #=> Time
1689
+ # resp.modified_by #=> String
1509
1690
  # resp.contexts #=> Array
1510
- # resp.contexts[0].type #=> String, one of "CustomerProject"
1691
+ # resp.contexts[0].id #=> String
1692
+ # resp.contexts[0].type #=> String, one of "CustomerProject", "Lead"
1511
1693
  # 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
1694
  # resp.contexts[0].payload.customer_project.customer.company_name #=> String
1513
1695
  # resp.contexts[0].payload.customer_project.customer.website_url #=> String
@@ -1515,6 +1697,29 @@ module Aws::PartnerCentralSelling
1515
1697
  # resp.contexts[0].payload.customer_project.project.title #=> String
1516
1698
  # resp.contexts[0].payload.customer_project.project.business_problem #=> String
1517
1699
  # resp.contexts[0].payload.customer_project.project.target_completion_date #=> String
1700
+ # resp.contexts[0].payload.lead.qualification_status #=> String
1701
+ # 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"
1702
+ # resp.contexts[0].payload.lead.customer.company_name #=> String
1703
+ # resp.contexts[0].payload.lead.customer.website_url #=> String
1704
+ # resp.contexts[0].payload.lead.customer.address.city #=> String
1705
+ # resp.contexts[0].payload.lead.customer.address.postal_code #=> String
1706
+ # resp.contexts[0].payload.lead.customer.address.state_or_region #=> String
1707
+ # 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"
1708
+ # resp.contexts[0].payload.lead.customer.aws_maturity #=> String
1709
+ # resp.contexts[0].payload.lead.customer.market_segment #=> String, one of "Enterprise", "Large", "Medium", "Small", "Micro"
1710
+ # resp.contexts[0].payload.lead.interactions #=> Array
1711
+ # resp.contexts[0].payload.lead.interactions[0].source_type #=> String
1712
+ # resp.contexts[0].payload.lead.interactions[0].source_id #=> String
1713
+ # resp.contexts[0].payload.lead.interactions[0].source_name #=> String
1714
+ # resp.contexts[0].payload.lead.interactions[0].usecase #=> String
1715
+ # resp.contexts[0].payload.lead.interactions[0].interaction_date #=> Time
1716
+ # resp.contexts[0].payload.lead.interactions[0].customer_action #=> String
1717
+ # resp.contexts[0].payload.lead.interactions[0].business_problem #=> String
1718
+ # resp.contexts[0].payload.lead.interactions[0].contact.business_title #=> String
1719
+ # resp.contexts[0].payload.lead.interactions[0].contact.email #=> String
1720
+ # resp.contexts[0].payload.lead.interactions[0].contact.first_name #=> String
1721
+ # resp.contexts[0].payload.lead.interactions[0].contact.last_name #=> String
1722
+ # resp.contexts[0].payload.lead.interactions[0].contact.phone #=> String
1518
1723
  #
1519
1724
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetEngagement AWS API Documentation
1520
1725
  #
@@ -1570,7 +1775,7 @@ module Aws::PartnerCentralSelling
1570
1775
  # @example Response structure
1571
1776
  #
1572
1777
  # resp.arn #=> String
1573
- # resp.payload_type #=> String, one of "OpportunityInvitation"
1778
+ # resp.payload_type #=> String, one of "OpportunityInvitation", "LeadInvitation"
1574
1779
  # resp.id #=> String
1575
1780
  # resp.engagement_id #=> String
1576
1781
  # resp.engagement_title #=> String
@@ -1604,6 +1809,17 @@ module Aws::PartnerCentralSelling
1604
1809
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1605
1810
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].target_company #=> String
1606
1811
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].estimation_url #=> String
1812
+ # 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"
1813
+ # resp.payload.lead_invitation.customer.company_name #=> String
1814
+ # resp.payload.lead_invitation.customer.website_url #=> String
1815
+ # 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"
1816
+ # resp.payload.lead_invitation.customer.aws_maturity #=> String
1817
+ # resp.payload.lead_invitation.customer.market_segment #=> String, one of "Enterprise", "Large", "Medium", "Small", "Micro"
1818
+ # resp.payload.lead_invitation.interaction.source_type #=> String
1819
+ # resp.payload.lead_invitation.interaction.source_id #=> String
1820
+ # resp.payload.lead_invitation.interaction.source_name #=> String
1821
+ # resp.payload.lead_invitation.interaction.usecase #=> String
1822
+ # resp.payload.lead_invitation.interaction.contact_business_title #=> String
1607
1823
  # resp.invitation_message #=> String
1608
1824
  # resp.engagement_description #=> String
1609
1825
  # resp.existing_members #=> Array
@@ -1725,6 +1941,8 @@ module Aws::PartnerCentralSelling
1725
1941
  # resp.created_date #=> Time
1726
1942
  # resp.related_entity_identifiers.aws_marketplace_offers #=> Array
1727
1943
  # resp.related_entity_identifiers.aws_marketplace_offers[0] #=> String
1944
+ # resp.related_entity_identifiers.aws_marketplace_offer_sets #=> Array
1945
+ # resp.related_entity_identifiers.aws_marketplace_offer_sets[0] #=> String
1728
1946
  # resp.related_entity_identifiers.solutions #=> Array
1729
1947
  # resp.related_entity_identifiers.solutions[0] #=> String
1730
1948
  # resp.related_entity_identifiers.aws_products #=> Array
@@ -1869,6 +2087,8 @@ module Aws::PartnerCentralSelling
1869
2087
  # resp.payload.opportunity_summary.project.other_solution_description #=> String
1870
2088
  # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offers #=> Array
1871
2089
  # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offers[0] #=> String
2090
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offer_sets #=> Array
2091
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offer_sets[0] #=> String
1872
2092
  # resp.payload.opportunity_summary.related_entity_identifiers.solutions #=> Array
1873
2093
  # resp.payload.opportunity_summary.related_entity_identifiers.solutions[0] #=> String
1874
2094
  # resp.payload.opportunity_summary.related_entity_identifiers.aws_products #=> Array
@@ -2051,7 +2271,7 @@ module Aws::PartnerCentralSelling
2051
2271
  # resp.task_summaries[0].start_time #=> Time
2052
2272
  # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2053
2273
  # 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"
2274
+ # 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
2275
  # resp.task_summaries[0].opportunity_id #=> String
2056
2276
  # resp.task_summaries[0].resource_snapshot_job_id #=> String
2057
2277
  # resp.task_summaries[0].engagement_invitation_id #=> String
@@ -2140,7 +2360,7 @@ module Aws::PartnerCentralSelling
2140
2360
  # resp.task_summaries[0].start_time #=> Time
2141
2361
  # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2142
2362
  # 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"
2363
+ # 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
2364
  # resp.task_summaries[0].opportunity_id #=> String
2145
2365
  # resp.task_summaries[0].resource_snapshot_job_id #=> String
2146
2366
  # resp.task_summaries[0].engagement_id #=> String
@@ -2220,7 +2440,7 @@ module Aws::PartnerCentralSelling
2220
2440
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2221
2441
  # sort_by: "InvitationDate", # required, accepts InvitationDate
2222
2442
  # },
2223
- # payload_type: ["OpportunityInvitation"], # accepts OpportunityInvitation
2443
+ # payload_type: ["OpportunityInvitation"], # accepts OpportunityInvitation, LeadInvitation
2224
2444
  # participant_type: "SENDER", # required, accepts SENDER, RECEIVER
2225
2445
  # status: ["ACCEPTED"], # accepts ACCEPTED, PENDING, REJECTED, EXPIRED
2226
2446
  # engagement_identifier: ["EngagementArnOrIdentifier"],
@@ -2231,7 +2451,7 @@ module Aws::PartnerCentralSelling
2231
2451
  #
2232
2452
  # resp.engagement_invitation_summaries #=> Array
2233
2453
  # resp.engagement_invitation_summaries[0].arn #=> String
2234
- # resp.engagement_invitation_summaries[0].payload_type #=> String, one of "OpportunityInvitation"
2454
+ # resp.engagement_invitation_summaries[0].payload_type #=> String, one of "OpportunityInvitation", "LeadInvitation"
2235
2455
  # resp.engagement_invitation_summaries[0].id #=> String
2236
2456
  # resp.engagement_invitation_summaries[0].engagement_id #=> String
2237
2457
  # resp.engagement_invitation_summaries[0].engagement_title #=> String
@@ -2399,6 +2619,18 @@ module Aws::PartnerCentralSelling
2399
2619
  # An array of strings representing AWS Account IDs. Use this to exclude
2400
2620
  # engagements created by specific users.
2401
2621
  #
2622
+ # @option params [Array<String>] :context_types
2623
+ # Filters engagements to include only those containing the specified
2624
+ # context types, such as "CustomerProject" or "Lead". Use this to
2625
+ # find engagements that have specific types of contextual information
2626
+ # associated with them.
2627
+ #
2628
+ # @option params [Array<String>] :exclude_context_types
2629
+ # Filters engagements to exclude those containing the specified context
2630
+ # types. Use this to find engagements that do not have certain types of
2631
+ # contextual information, helping to narrow results based on context
2632
+ # exclusion criteria.
2633
+ #
2402
2634
  # @option params [Types::EngagementSort] :sort
2403
2635
  # Specifies the sorting parameters for listing Engagements.
2404
2636
  #
@@ -2425,6 +2657,8 @@ module Aws::PartnerCentralSelling
2425
2657
  # catalog: "CatalogIdentifier", # required
2426
2658
  # created_by: ["AwsAccount"],
2427
2659
  # exclude_created_by: ["AwsAccount"],
2660
+ # context_types: ["CustomerProject"], # accepts CustomerProject, Lead
2661
+ # exclude_context_types: ["CustomerProject"], # accepts CustomerProject, Lead
2428
2662
  # sort: {
2429
2663
  # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2430
2664
  # sort_by: "CreatedDate", # required, accepts CreatedDate
@@ -2443,6 +2677,10 @@ module Aws::PartnerCentralSelling
2443
2677
  # resp.engagement_summary_list[0].created_at #=> Time
2444
2678
  # resp.engagement_summary_list[0].created_by #=> String
2445
2679
  # resp.engagement_summary_list[0].member_count #=> Integer
2680
+ # resp.engagement_summary_list[0].modified_at #=> Time
2681
+ # resp.engagement_summary_list[0].modified_by #=> String
2682
+ # resp.engagement_summary_list[0].context_types #=> Array
2683
+ # resp.engagement_summary_list[0].context_types[0] #=> String, one of "CustomerProject", "Lead"
2446
2684
  # resp.next_token #=> String
2447
2685
  #
2448
2686
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagements AWS API Documentation
@@ -2602,6 +2840,107 @@ module Aws::PartnerCentralSelling
2602
2840
  req.send_request(options)
2603
2841
  end
2604
2842
 
2843
+ # Lists all in-progress, completed, or failed opportunity creation tasks
2844
+ # from engagements that were initiated by the caller's account.
2845
+ #
2846
+ # @option params [Integer] :max_results
2847
+ # Specifies the maximum number of results to return in a single page of
2848
+ # the response. Use this parameter to control the number of items
2849
+ # returned in each request, which can be useful for performance tuning
2850
+ # and managing large result sets.
2851
+ #
2852
+ # @option params [String] :next_token
2853
+ # The token for requesting the next page of results. This value is
2854
+ # obtained from the NextToken field in the response of a previous call
2855
+ # to this API. Use this parameter for pagination when the result set
2856
+ # spans multiple pages.
2857
+ #
2858
+ # @option params [Types::ListTasksSortBase] :sort
2859
+ # Defines the sorting parameters for listing tasks. This structure
2860
+ # allows for specifying the field to sort by and the order of sorting.
2861
+ #
2862
+ # @option params [required, String] :catalog
2863
+ # Specifies the catalog related to the request. Valid values are `AWS`
2864
+ # for production environments and `Sandbox` for testing or development
2865
+ # purposes. The catalog determines which environment the task data is
2866
+ # retrieved from.
2867
+ #
2868
+ # @option params [Array<String>] :task_status
2869
+ # Filters the tasks based on their current status. This allows you to
2870
+ # focus on tasks in specific states. Valid values are `COMPLETE` for
2871
+ # tasks that have finished successfully, `INPROGRESS` for tasks that are
2872
+ # currently running, and `FAILED` for tasks that have encountered an
2873
+ # error and failed to complete.
2874
+ #
2875
+ # @option params [Array<String>] :task_identifier
2876
+ # Filters tasks by their unique identifiers. Use this when you want to
2877
+ # retrieve information about specific tasks. Provide the task ID to get
2878
+ # details about a particular opportunity creation task.
2879
+ #
2880
+ # @option params [Array<String>] :opportunity_identifier
2881
+ # Filters tasks by the identifiers of the opportunities they created or
2882
+ # are associated with. Use this to find tasks related to specific
2883
+ # opportunity creation processes.
2884
+ #
2885
+ # @option params [Array<String>] :engagement_identifier
2886
+ # Filters tasks by the identifiers of the engagements from which
2887
+ # opportunities are being created. Use this to find all opportunity
2888
+ # creation tasks associated with a specific engagement.
2889
+ #
2890
+ # @option params [Array<String>] :context_identifier
2891
+ # Filters tasks by the identifiers of the engagement contexts associated
2892
+ # with the opportunity creation. Use this to find tasks related to
2893
+ # specific contextual information within engagements that are being
2894
+ # converted to opportunities.
2895
+ #
2896
+ # @return [Types::ListOpportunityFromEngagementTasksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2897
+ #
2898
+ # * {Types::ListOpportunityFromEngagementTasksResponse#task_summaries #task_summaries} => Array&lt;Types::ListOpportunityFromEngagementTaskSummary&gt;
2899
+ # * {Types::ListOpportunityFromEngagementTasksResponse#next_token #next_token} => String
2900
+ #
2901
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2902
+ #
2903
+ # @example Request syntax with placeholder values
2904
+ #
2905
+ # resp = client.list_opportunity_from_engagement_tasks({
2906
+ # max_results: 1,
2907
+ # next_token: "ListOpportunityFromEngagementTasksRequestNextTokenString",
2908
+ # sort: {
2909
+ # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2910
+ # sort_by: "StartTime", # required, accepts StartTime
2911
+ # },
2912
+ # catalog: "CatalogIdentifier", # required
2913
+ # task_status: ["IN_PROGRESS"], # accepts IN_PROGRESS, COMPLETE, FAILED
2914
+ # task_identifier: ["TaskArnOrIdentifier"],
2915
+ # opportunity_identifier: ["OpportunityIdentifier"],
2916
+ # engagement_identifier: ["EngagementArnOrIdentifier"],
2917
+ # context_identifier: ["ContextIdentifier"],
2918
+ # })
2919
+ #
2920
+ # @example Response structure
2921
+ #
2922
+ # resp.task_summaries #=> Array
2923
+ # resp.task_summaries[0].task_id #=> String
2924
+ # resp.task_summaries[0].task_arn #=> String
2925
+ # resp.task_summaries[0].start_time #=> Time
2926
+ # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2927
+ # resp.task_summaries[0].message #=> String
2928
+ # 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"
2929
+ # resp.task_summaries[0].opportunity_id #=> String
2930
+ # resp.task_summaries[0].resource_snapshot_job_id #=> String
2931
+ # resp.task_summaries[0].engagement_id #=> String
2932
+ # resp.task_summaries[0].context_id #=> String
2933
+ # resp.next_token #=> String
2934
+ #
2935
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListOpportunityFromEngagementTasks AWS API Documentation
2936
+ #
2937
+ # @overload list_opportunity_from_engagement_tasks(params = {})
2938
+ # @param [Hash] params ({})
2939
+ def list_opportunity_from_engagement_tasks(params = {}, options = {})
2940
+ req = build_request(:list_opportunity_from_engagement_tasks, params)
2941
+ req.send_request(options)
2942
+ end
2943
+
2605
2944
  # Lists resource snapshot jobs owned by the customer. This operation
2606
2945
  # supports various filtering scenarios, including listing all jobs owned
2607
2946
  # by the caller, jobs for a specific engagement, jobs with a specific
@@ -2998,7 +3337,7 @@ module Aws::PartnerCentralSelling
2998
3337
  #
2999
3338
  # resp = client.start_engagement_by_accepting_invitation_task({
3000
3339
  # catalog: "CatalogIdentifier", # required
3001
- # client_token: "StartEngagementByAcceptingInvitationTaskRequestClientTokenString", # required
3340
+ # client_token: "ClientToken", # required
3002
3341
  # identifier: "EngagementInvitationArnOrIdentifier", # required
3003
3342
  # tags: [
3004
3343
  # {
@@ -3015,7 +3354,7 @@ module Aws::PartnerCentralSelling
3015
3354
  # resp.start_time #=> Time
3016
3355
  # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3017
3356
  # 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"
3357
+ # 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
3358
  # resp.opportunity_id #=> String
3020
3359
  # resp.resource_snapshot_job_id #=> String
3021
3360
  # resp.engagement_invitation_id #=> String
@@ -3082,7 +3421,7 @@ module Aws::PartnerCentralSelling
3082
3421
  #
3083
3422
  # resp = client.start_engagement_from_opportunity_task({
3084
3423
  # catalog: "CatalogIdentifier", # required
3085
- # client_token: "StartEngagementFromOpportunityTaskRequestClientTokenString", # required
3424
+ # client_token: "ClientToken", # required
3086
3425
  # identifier: "OpportunityIdentifier", # required
3087
3426
  # aws_submission: { # required
3088
3427
  # involvement_type: "For Visibility Only", # required, accepts For Visibility Only, Co-Sell
@@ -3103,7 +3442,7 @@ module Aws::PartnerCentralSelling
3103
3442
  # resp.start_time #=> Time
3104
3443
  # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3105
3444
  # 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"
3445
+ # 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
3446
  # resp.opportunity_id #=> String
3108
3447
  # resp.resource_snapshot_job_id #=> String
3109
3448
  # resp.engagement_id #=> String
@@ -3118,6 +3457,87 @@ module Aws::PartnerCentralSelling
3118
3457
  req.send_request(options)
3119
3458
  end
3120
3459
 
3460
+ # This action creates an opportunity from an existing engagement
3461
+ # context. The task is asynchronous and orchestrates the process of
3462
+ # converting engagement contextual information into a structured
3463
+ # opportunity record within the partner's account.
3464
+ #
3465
+ # @option params [required, String] :catalog
3466
+ # Specifies the catalog in which the opportunity creation task is
3467
+ # executed. Acceptable values include `AWS` for production and `Sandbox`
3468
+ # for testing environments.
3469
+ #
3470
+ # @option params [required, String] :client_token
3471
+ # A unique token provided by the client to help ensure the idempotency
3472
+ # of the request. It helps prevent the same task from being performed
3473
+ # multiple times.
3474
+ #
3475
+ # **A suitable default value is auto-generated.** You should normally
3476
+ # not need to pass this option.**
3477
+ #
3478
+ # @option params [required, String] :identifier
3479
+ # The unique identifier of the engagement from which the opportunity
3480
+ # creation task is to be initiated. This helps ensure that the task is
3481
+ # applied to the correct engagement.
3482
+ #
3483
+ # @option params [required, String] :context_identifier
3484
+ # The unique identifier of the engagement context from which to create
3485
+ # the opportunity. This specifies the specific contextual information
3486
+ # within the engagement that will be used for opportunity creation.
3487
+ #
3488
+ # @option params [Array<Types::Tag>] :tags
3489
+ # A map of the key-value pairs of the tag or tags to assign.
3490
+ #
3491
+ # @return [Types::StartOpportunityFromEngagementTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3492
+ #
3493
+ # * {Types::StartOpportunityFromEngagementTaskResponse#task_id #task_id} => String
3494
+ # * {Types::StartOpportunityFromEngagementTaskResponse#task_arn #task_arn} => String
3495
+ # * {Types::StartOpportunityFromEngagementTaskResponse#start_time #start_time} => Time
3496
+ # * {Types::StartOpportunityFromEngagementTaskResponse#task_status #task_status} => String
3497
+ # * {Types::StartOpportunityFromEngagementTaskResponse#message #message} => String
3498
+ # * {Types::StartOpportunityFromEngagementTaskResponse#reason_code #reason_code} => String
3499
+ # * {Types::StartOpportunityFromEngagementTaskResponse#opportunity_id #opportunity_id} => String
3500
+ # * {Types::StartOpportunityFromEngagementTaskResponse#resource_snapshot_job_id #resource_snapshot_job_id} => String
3501
+ # * {Types::StartOpportunityFromEngagementTaskResponse#engagement_id #engagement_id} => String
3502
+ # * {Types::StartOpportunityFromEngagementTaskResponse#context_id #context_id} => String
3503
+ #
3504
+ # @example Request syntax with placeholder values
3505
+ #
3506
+ # resp = client.start_opportunity_from_engagement_task({
3507
+ # catalog: "CatalogIdentifier", # required
3508
+ # client_token: "ClientToken", # required
3509
+ # identifier: "EngagementArnOrIdentifier", # required
3510
+ # context_identifier: "ContextIdentifier", # required
3511
+ # tags: [
3512
+ # {
3513
+ # key: "TagKey", # required
3514
+ # value: "TagValue", # required
3515
+ # },
3516
+ # ],
3517
+ # })
3518
+ #
3519
+ # @example Response structure
3520
+ #
3521
+ # resp.task_id #=> String
3522
+ # resp.task_arn #=> String
3523
+ # resp.start_time #=> Time
3524
+ # resp.task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
3525
+ # resp.message #=> String
3526
+ # 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"
3527
+ # resp.opportunity_id #=> String
3528
+ # resp.resource_snapshot_job_id #=> String
3529
+ # resp.engagement_id #=> String
3530
+ # resp.context_id #=> String
3531
+ #
3532
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartOpportunityFromEngagementTask AWS API Documentation
3533
+ #
3534
+ # @overload start_opportunity_from_engagement_task(params = {})
3535
+ # @param [Hash] params ({})
3536
+ def start_opportunity_from_engagement_task(params = {}, options = {})
3537
+ req = build_request(:start_opportunity_from_engagement_task, params)
3538
+ req.send_request(options)
3539
+ end
3540
+
3121
3541
  # Starts a resource snapshot job that has been previously created.
3122
3542
  #
3123
3543
  # @option params [required, String] :catalog
@@ -3296,6 +3716,120 @@ module Aws::PartnerCentralSelling
3296
3716
  req.send_request(options)
3297
3717
  end
3298
3718
 
3719
+ # Updates the context information for an existing engagement with new or
3720
+ # modified data.
3721
+ #
3722
+ # @option params [required, String] :catalog
3723
+ # Specifies the catalog associated with the engagement context update
3724
+ # request. This field takes a string value from a predefined list: `AWS`
3725
+ # or `Sandbox`. The catalog determines which environment the engagement
3726
+ # context is updated in.
3727
+ #
3728
+ # @option params [required, String] :engagement_identifier
3729
+ # The unique identifier of the `Engagement` containing the context to be
3730
+ # updated. This parameter ensures the context update is applied to the
3731
+ # correct engagement.
3732
+ #
3733
+ # @option params [required, String] :context_identifier
3734
+ # The unique identifier of the specific engagement context to be
3735
+ # updated. This ensures that the correct context within the engagement
3736
+ # is modified.
3737
+ #
3738
+ # @option params [required, Time,DateTime,Date,Integer,String] :engagement_last_modified_at
3739
+ # The timestamp when the engagement was last modified, used for
3740
+ # optimistic concurrency control. This helps prevent conflicts when
3741
+ # multiple users attempt to update the same engagement simultaneously.
3742
+ #
3743
+ # @option params [required, String] :type
3744
+ # Specifies the type of context being updated within the engagement.
3745
+ # This field determines the structure and content of the context payload
3746
+ # being modified.
3747
+ #
3748
+ # @option params [required, Types::UpdateEngagementContextPayload] :payload
3749
+ # Contains the updated contextual information for the engagement. The
3750
+ # structure of this payload varies based on the context type specified
3751
+ # in the Type field.
3752
+ #
3753
+ # @return [Types::UpdateEngagementContextResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3754
+ #
3755
+ # * {Types::UpdateEngagementContextResponse#engagement_id #engagement_id} => String
3756
+ # * {Types::UpdateEngagementContextResponse#engagement_arn #engagement_arn} => String
3757
+ # * {Types::UpdateEngagementContextResponse#engagement_last_modified_at #engagement_last_modified_at} => Time
3758
+ # * {Types::UpdateEngagementContextResponse#context_id #context_id} => String
3759
+ #
3760
+ # @example Request syntax with placeholder values
3761
+ #
3762
+ # resp = client.update_engagement_context({
3763
+ # catalog: "CatalogIdentifier", # required
3764
+ # engagement_identifier: "EngagementArnOrIdentifier", # required
3765
+ # context_identifier: "EngagementContextIdentifier", # required
3766
+ # engagement_last_modified_at: Time.now, # required
3767
+ # type: "CustomerProject", # required, accepts CustomerProject, Lead
3768
+ # payload: { # required
3769
+ # lead: {
3770
+ # qualification_status: "LeadQualificationStatus",
3771
+ # customer: { # required
3772
+ # 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
3773
+ # company_name: "CompanyName", # required
3774
+ # website_url: "CompanyWebsiteUrl",
3775
+ # address: { # required
3776
+ # city: "AddressSummaryCityString",
3777
+ # postal_code: "AddressSummaryPostalCodeString",
3778
+ # state_or_region: "AddressPart",
3779
+ # 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
3780
+ # },
3781
+ # aws_maturity: "AwsMaturity",
3782
+ # market_segment: "Enterprise", # accepts Enterprise, Large, Medium, Small, Micro
3783
+ # },
3784
+ # interaction: {
3785
+ # source_type: "LeadSourceType", # required
3786
+ # source_id: "LeadSourceId", # required
3787
+ # source_name: "LeadSourceName", # required
3788
+ # usecase: "EngagementUseCase",
3789
+ # interaction_date: Time.now,
3790
+ # customer_action: "CustomerAction", # required
3791
+ # business_problem: "EngagementCustomerBusinessProblem",
3792
+ # contact: { # required
3793
+ # business_title: "JobTitle", # required
3794
+ # email: "Email", # required
3795
+ # first_name: "Name", # required
3796
+ # last_name: "Name", # required
3797
+ # phone: "PhoneNumber",
3798
+ # },
3799
+ # },
3800
+ # },
3801
+ # customer_project: {
3802
+ # customer: {
3803
+ # 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
3804
+ # company_name: "CompanyName", # required
3805
+ # website_url: "CompanyWebsiteUrl", # required
3806
+ # 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
3807
+ # },
3808
+ # project: {
3809
+ # title: "EngagementCustomerProjectTitle", # required
3810
+ # business_problem: "EngagementCustomerBusinessProblem", # required
3811
+ # target_completion_date: "EngagementCustomerProjectDetailsTargetCompletionDateString", # required
3812
+ # },
3813
+ # },
3814
+ # },
3815
+ # })
3816
+ #
3817
+ # @example Response structure
3818
+ #
3819
+ # resp.engagement_id #=> String
3820
+ # resp.engagement_arn #=> String
3821
+ # resp.engagement_last_modified_at #=> Time
3822
+ # resp.context_id #=> String
3823
+ #
3824
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/UpdateEngagementContext AWS API Documentation
3825
+ #
3826
+ # @overload update_engagement_context(params = {})
3827
+ # @param [Hash] params ({})
3828
+ def update_engagement_context(params = {}, options = {})
3829
+ req = build_request(:update_engagement_context, params)
3830
+ req.send_request(options)
3831
+ end
3832
+
3299
3833
  # Updates the `Opportunity` record identified by a given `Identifier`.
3300
3834
  # This operation allows you to modify the details of an existing
3301
3835
  # opportunity to reflect the latest information and progress. Use this
@@ -3535,7 +4069,7 @@ module Aws::PartnerCentralSelling
3535
4069
  tracer: tracer
3536
4070
  )
3537
4071
  context[:gem_name] = 'aws-sdk-partnercentralselling'
3538
- context[:gem_version] = '1.19.0'
4072
+ context[:gem_version] = '1.20.0'
3539
4073
  Seahorse::Client::Request.new(handlers, context)
3540
4074
  end
3541
4075