aws-sdk-partnercentralselling 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -454,6 +454,41 @@ module Aws::PartnerCentralSelling
454
454
 
455
455
  # @!group API Operations
456
456
 
457
+ # Use the `AcceptEngagementInvitation` action to accept an engagement
458
+ # invitation shared by AWS. Accepting the invitation indicates your
459
+ # willingness to participate in the engagement, granting you access to
460
+ # all engagement-related data.
461
+ #
462
+ # @option params [required, String] :catalog
463
+ # The `CatalogType` parameter specifies the catalog associated with the
464
+ # engagement invitation. Accepted values are `AWS` and `Sandbox`, which
465
+ # determine the environment in which the engagement invitation is
466
+ # managed.
467
+ #
468
+ # @option params [required, String] :identifier
469
+ # The `Identifier` parameter in the `AcceptEngagementInvitationRequest`
470
+ # specifies the unique identifier of the `EngagementInvitation` to be
471
+ # accepted. Providing the correct identifier ensures that the intended
472
+ # invitation is accepted.
473
+ #
474
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
475
+ #
476
+ # @example Request syntax with placeholder values
477
+ #
478
+ # resp = client.accept_engagement_invitation({
479
+ # catalog: "CatalogIdentifier", # required
480
+ # identifier: "EngagementInvitationArnOrIdentifier", # required
481
+ # })
482
+ #
483
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AcceptEngagementInvitation AWS API Documentation
484
+ #
485
+ # @overload accept_engagement_invitation(params = {})
486
+ # @param [Hash] params ({})
487
+ def accept_engagement_invitation(params = {}, options = {})
488
+ req = build_request(:accept_engagement_invitation, params)
489
+ req.send_request(options)
490
+ end
491
+
457
492
  # Enables you to reassign an existing `Opportunity` to another user
458
493
  # within your Partner Central account. The specified user receives the
459
494
  # opportunity, and it appears on their Partner Central dashboard,
@@ -598,6 +633,196 @@ module Aws::PartnerCentralSelling
598
633
  req.send_request(options)
599
634
  end
600
635
 
636
+ # The `CreateEngagement` action allows you to create an `Engagement`,
637
+ # which serves as a collaborative space between different parties such
638
+ # as AWS Partners and AWS Sellers. This action automatically adds the
639
+ # caller's AWS account as an active member of the newly created
640
+ # `Engagement`.
641
+ #
642
+ # @option params [required, String] :catalog
643
+ # The `CreateEngagementRequest$Catalog` parameter specifies the catalog
644
+ # related to the engagement. Accepted values are `AWS` and `Sandbox`,
645
+ # which determine the environment in which the engagement is managed.
646
+ #
647
+ # @option params [required, String] :client_token
648
+ # The `CreateEngagementRequest$ClientToken` parameter specifies a
649
+ # unique, case-sensitive identifier to ensure that the request is
650
+ # handled exactly once. The value must not exceed sixty-four
651
+ # alphanumeric characters.
652
+ #
653
+ # **A suitable default value is auto-generated.** You should normally
654
+ # not need to pass this option.**
655
+ #
656
+ # @option params [Array<Types::EngagementContextDetails>] :contexts
657
+ # The `Contexts` field is a required array of objects, with a maximum of
658
+ # 5 contexts allowed, specifying detailed information about customer
659
+ # projects associated with the Engagement. Each context object contains
660
+ # a `Type` field indicating the context type, which must be
661
+ # `CustomerProject` in this version, and a `Payload` field containing
662
+ # the `CustomerProject` details. The `CustomerProject` object is
663
+ # composed of two main components: `Customer` and `Project`. The
664
+ # `Customer` object includes information such as `CompanyName`,
665
+ # `WebsiteUrl`, `Industry`, and `CountryCode`, providing essential
666
+ # details about the customer. The `Project` object contains `Title`,
667
+ # `BusinessProblem`, and `TargetCompletionDate`, offering insights into
668
+ # the specific project associated with the customer. This structure
669
+ # allows comprehensive context to be included within the Engagement,
670
+ # facilitating effective collaboration between parties by providing
671
+ # relevant customer and project information.
672
+ #
673
+ # @option params [required, String] :description
674
+ # Provides a description of the `Engagement`.
675
+ #
676
+ # @option params [required, String] :title
677
+ # Specifies the title of the `Engagement`.
678
+ #
679
+ # @return [Types::CreateEngagementResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
680
+ #
681
+ # * {Types::CreateEngagementResponse#arn #arn} => String
682
+ # * {Types::CreateEngagementResponse#id #id} => String
683
+ #
684
+ # @example Request syntax with placeholder values
685
+ #
686
+ # resp = client.create_engagement({
687
+ # catalog: "CatalogIdentifier", # required
688
+ # client_token: "CreateEngagementRequestClientTokenString", # required
689
+ # contexts: [
690
+ # {
691
+ # payload: {
692
+ # customer_project: {
693
+ # customer: {
694
+ # company_name: "CompanyName", # required
695
+ # 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
696
+ # 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
697
+ # website_url: "CompanyWebsiteUrl", # required
698
+ # },
699
+ # project: {
700
+ # business_problem: "EngagementCustomerBusinessProblem", # required
701
+ # target_completion_date: "EngagementCustomerProjectDetailsTargetCompletionDateString", # required
702
+ # title: "EngagementCustomerProjectTitle", # required
703
+ # },
704
+ # },
705
+ # },
706
+ # type: "CustomerProject", # required, accepts CustomerProject
707
+ # },
708
+ # ],
709
+ # description: "EngagementDescription", # required
710
+ # title: "EngagementTitle", # required
711
+ # })
712
+ #
713
+ # @example Response structure
714
+ #
715
+ # resp.arn #=> String
716
+ # resp.id #=> String
717
+ #
718
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateEngagement AWS API Documentation
719
+ #
720
+ # @overload create_engagement(params = {})
721
+ # @param [Hash] params ({})
722
+ def create_engagement(params = {}, options = {})
723
+ req = build_request(:create_engagement, params)
724
+ req.send_request(options)
725
+ end
726
+
727
+ # This action creates an invitation from a sender to a single receiver
728
+ # to join an engagement.
729
+ #
730
+ # @option params [required, String] :catalog
731
+ # Specifies the catalog related to the engagement. Accepted values are
732
+ # `AWS` and `Sandbox`, which determine the environment in which the
733
+ # engagement is managed.
734
+ #
735
+ # @option params [required, String] :client_token
736
+ # Specifies a unique, client-generated UUID to ensure that the request
737
+ # is handled exactly once. This token helps prevent duplicate invitation
738
+ # creations.
739
+ #
740
+ # **A suitable default value is auto-generated.** You should normally
741
+ # not need to pass this option.**
742
+ #
743
+ # @option params [required, String] :engagement_identifier
744
+ # The unique identifier of the `Engagement` associated with the
745
+ # invitation. This parameter ensures the invitation is created within
746
+ # the correct `Engagement` context.
747
+ #
748
+ # @option params [required, Types::Invitation] :invitation
749
+ # The `Invitation` object all information necessary to initiate an
750
+ # engagement invitation to a partner. It contains a personalized message
751
+ # from the sender, the invitation's receiver, and a payload. The
752
+ # `Payload` can be the `OpportunityInvitation`, which includes detailed
753
+ # structures for sender contacts, partner responsibilities, customer
754
+ # information, and project details.
755
+ #
756
+ # @return [Types::CreateEngagementInvitationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
757
+ #
758
+ # * {Types::CreateEngagementInvitationResponse#arn #arn} => String
759
+ # * {Types::CreateEngagementInvitationResponse#id #id} => String
760
+ #
761
+ # @example Request syntax with placeholder values
762
+ #
763
+ # resp = client.create_engagement_invitation({
764
+ # catalog: "CatalogIdentifier", # required
765
+ # client_token: "ClientToken", # required
766
+ # engagement_identifier: "EngagementIdentifier", # required
767
+ # invitation: { # required
768
+ # message: "InvitationMessage", # required
769
+ # payload: { # required
770
+ # opportunity_invitation: {
771
+ # customer: { # required
772
+ # company_name: "CompanyName", # required
773
+ # 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
774
+ # 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
775
+ # website_url: "CompanyWebsiteUrl", # required
776
+ # },
777
+ # project: { # required
778
+ # business_problem: "EngagementCustomerBusinessProblem", # required
779
+ # expected_customer_spend: [ # required
780
+ # {
781
+ # amount: "String", # required
782
+ # 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
783
+ # estimation_url: "WebsiteUrl",
784
+ # frequency: "Monthly", # required, accepts Monthly
785
+ # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
786
+ # },
787
+ # ],
788
+ # target_completion_date: "Date", # required
789
+ # title: "ProjectDetailsTitleString", # required
790
+ # },
791
+ # receiver_responsibilities: ["Distributor"], # required, accepts Distributor, Reseller, Hardware Partner, Managed Service Provider, Software Partner, Services Partner, Training Partner, Co-Sell Facilitator, Facilitator
792
+ # sender_contacts: [
793
+ # {
794
+ # business_title: "JobTitle",
795
+ # email: "SenderContactEmail", # required
796
+ # first_name: "Name",
797
+ # last_name: "Name",
798
+ # phone: "PhoneNumber",
799
+ # },
800
+ # ],
801
+ # },
802
+ # },
803
+ # receiver: { # required
804
+ # account: {
805
+ # alias: "Alias",
806
+ # aws_account_id: "AwsAccount", # required
807
+ # },
808
+ # },
809
+ # },
810
+ # })
811
+ #
812
+ # @example Response structure
813
+ #
814
+ # resp.arn #=> String
815
+ # resp.id #=> String
816
+ #
817
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateEngagementInvitation AWS API Documentation
818
+ #
819
+ # @overload create_engagement_invitation(params = {})
820
+ # @param [Hash] params ({})
821
+ def create_engagement_invitation(params = {}, options = {})
822
+ req = build_request(:create_engagement_invitation, params)
823
+ req.send_request(options)
824
+ end
825
+
601
826
  # Creates an `Opportunity` record in Partner Central. Use this operation
602
827
  # to create a potential business opportunity for submission to Amazon
603
828
  # Web Services. Creating an opportunity sets `Lifecycle.ReviewStatus` to
@@ -837,6 +1062,7 @@ module Aws::PartnerCentralSelling
837
1062
  # {
838
1063
  # amount: "String", # required
839
1064
  # 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
1065
+ # estimation_url: "WebsiteUrl",
840
1066
  # frequency: "Monthly", # required, accepts Monthly
841
1067
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
842
1068
  # },
@@ -873,6 +1099,167 @@ module Aws::PartnerCentralSelling
873
1099
  req.send_request(options)
874
1100
  end
875
1101
 
1102
+ # This action allows you to create an immutable snapshot of a specific
1103
+ # resource, such as an opportunity, within the context of an engagement.
1104
+ # The snapshot captures a subset of the resource's data based on the
1105
+ # schema defined by the provided template.
1106
+ #
1107
+ # @option params [required, String] :catalog
1108
+ # Specifies the catalog where the snapshot is created. Valid values are
1109
+ # `AWS` and `Sandbox`.
1110
+ #
1111
+ # @option params [required, String] :client_token
1112
+ # Specifies a unique, client-generated UUID to ensure that the request
1113
+ # is handled exactly once. This token helps prevent duplicate snapshot
1114
+ # creations.
1115
+ #
1116
+ # **A suitable default value is auto-generated.** You should normally
1117
+ # not need to pass this option.**
1118
+ #
1119
+ # @option params [required, String] :engagement_identifier
1120
+ # The unique identifier of the engagement associated with this snapshot.
1121
+ # This field links the snapshot to a specific engagement context.
1122
+ #
1123
+ # @option params [required, String] :resource_identifier
1124
+ # The unique identifier of the specific resource to be snapshotted. The
1125
+ # format and constraints of this identifier depend on the `ResourceType`
1126
+ # specified. For example: For `Opportunity` type, it will be an
1127
+ # opportunity ID.
1128
+ #
1129
+ # @option params [required, String] :resource_snapshot_template_identifier
1130
+ # The name of the template that defines the schema for the snapshot.
1131
+ # This template determines which subset of the resource data will be
1132
+ # included in the snapshot. Must correspond to an existing and valid
1133
+ # template for the specified `ResourceType`.
1134
+ #
1135
+ # @option params [required, String] :resource_type
1136
+ # Specifies the type of resource for which the snapshot is being
1137
+ # created. This field determines the structure and content of the
1138
+ # snapshot. Must be one of the supported resource types, such as:
1139
+ # `Opportunity`.
1140
+ #
1141
+ # @return [Types::CreateResourceSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1142
+ #
1143
+ # * {Types::CreateResourceSnapshotResponse#arn #arn} => String
1144
+ # * {Types::CreateResourceSnapshotResponse#revision #revision} => Integer
1145
+ #
1146
+ # @example Request syntax with placeholder values
1147
+ #
1148
+ # resp = client.create_resource_snapshot({
1149
+ # catalog: "CatalogIdentifier", # required
1150
+ # client_token: "CreateResourceSnapshotRequestClientTokenString", # required
1151
+ # engagement_identifier: "EngagementIdentifier", # required
1152
+ # resource_identifier: "ResourceIdentifier", # required
1153
+ # resource_snapshot_template_identifier: "ResourceTemplateName", # required
1154
+ # resource_type: "Opportunity", # required, accepts Opportunity
1155
+ # })
1156
+ #
1157
+ # @example Response structure
1158
+ #
1159
+ # resp.arn #=> String
1160
+ # resp.revision #=> Integer
1161
+ #
1162
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateResourceSnapshot AWS API Documentation
1163
+ #
1164
+ # @overload create_resource_snapshot(params = {})
1165
+ # @param [Hash] params ({})
1166
+ def create_resource_snapshot(params = {}, options = {})
1167
+ req = build_request(:create_resource_snapshot, params)
1168
+ req.send_request(options)
1169
+ end
1170
+
1171
+ # Use this action to create a job to generate a snapshot of the
1172
+ # specified resource within an engagement. It initiates an asynchronous
1173
+ # process to create a resource snapshot. The job creates a new snapshot
1174
+ # only if the resource state has changed, adhering to the same access
1175
+ # control and immutability rules as direct snapshot creation.
1176
+ #
1177
+ # @option params [required, String] :catalog
1178
+ # Specifies the catalog in which to create the snapshot job. Valid
1179
+ # values are `AWS` and ` Sandbox`.
1180
+ #
1181
+ # @option params [required, String] :client_token
1182
+ # Specifies a unique, client-generated UUID to ensure that the request
1183
+ # is handled exactly once. This token helps prevent duplicate snapshot
1184
+ # job creations.
1185
+ #
1186
+ # **A suitable default value is auto-generated.** You should normally
1187
+ # not need to pass this option.**
1188
+ #
1189
+ # @option params [required, String] :engagement_identifier
1190
+ # Specifies the identifier of the engagement associated with the
1191
+ # resource to be snapshotted.
1192
+ #
1193
+ # @option params [required, String] :resource_identifier
1194
+ # Specifies the identifier of the specific resource to be snapshotted.
1195
+ # The format depends on the `ResourceType`.
1196
+ #
1197
+ # @option params [required, String] :resource_snapshot_template_identifier
1198
+ # Specifies the name of the template that defines the schema for the
1199
+ # snapshot.
1200
+ #
1201
+ # @option params [required, String] :resource_type
1202
+ # The type of resource for which the snapshot job is being created. Must
1203
+ # be one of the supported resource types `Opportunity`.
1204
+ #
1205
+ # @return [Types::CreateResourceSnapshotJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1206
+ #
1207
+ # * {Types::CreateResourceSnapshotJobResponse#arn #arn} => String
1208
+ # * {Types::CreateResourceSnapshotJobResponse#id #id} => String
1209
+ #
1210
+ # @example Request syntax with placeholder values
1211
+ #
1212
+ # resp = client.create_resource_snapshot_job({
1213
+ # catalog: "CatalogIdentifier", # required
1214
+ # client_token: "CreateResourceSnapshotJobRequestClientTokenString", # required
1215
+ # engagement_identifier: "EngagementIdentifier", # required
1216
+ # resource_identifier: "ResourceIdentifier", # required
1217
+ # resource_snapshot_template_identifier: "ResourceTemplateName", # required
1218
+ # resource_type: "Opportunity", # required, accepts Opportunity
1219
+ # })
1220
+ #
1221
+ # @example Response structure
1222
+ #
1223
+ # resp.arn #=> String
1224
+ # resp.id #=> String
1225
+ #
1226
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateResourceSnapshotJob AWS API Documentation
1227
+ #
1228
+ # @overload create_resource_snapshot_job(params = {})
1229
+ # @param [Hash] params ({})
1230
+ def create_resource_snapshot_job(params = {}, options = {})
1231
+ req = build_request(:create_resource_snapshot_job, params)
1232
+ req.send_request(options)
1233
+ end
1234
+
1235
+ # Use this action to deletes a previously created resource snapshot job.
1236
+ # The job must be in a stopped state before it can be deleted.
1237
+ #
1238
+ # @option params [required, String] :catalog
1239
+ # Specifies the catalog from which to delete the snapshot job. Valid
1240
+ # values are `AWS` and `Sandbox`.
1241
+ #
1242
+ # @option params [required, String] :resource_snapshot_job_identifier
1243
+ # The unique identifier of the resource snapshot job to be deleted.
1244
+ #
1245
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1246
+ #
1247
+ # @example Request syntax with placeholder values
1248
+ #
1249
+ # resp = client.delete_resource_snapshot_job({
1250
+ # catalog: "CatalogIdentifier", # required
1251
+ # resource_snapshot_job_identifier: "ResourceSnapshotJobIdentifier", # required
1252
+ # })
1253
+ #
1254
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/DeleteResourceSnapshotJob AWS API Documentation
1255
+ #
1256
+ # @overload delete_resource_snapshot_job(params = {})
1257
+ # @param [Hash] params ({})
1258
+ def delete_resource_snapshot_job(params = {}, options = {})
1259
+ req = build_request(:delete_resource_snapshot_job, params)
1260
+ req.send_request(options)
1261
+ end
1262
+
876
1263
  # Allows you to remove an existing association between an `Opportunity`
877
1264
  # and related entities, such as a Partner Solution, Amazon Web Services
878
1265
  # product, or an Amazon Web Services Marketplace offer. This operation
@@ -1024,6 +1411,7 @@ module Aws::PartnerCentralSelling
1024
1411
  # resp.project.expected_customer_spend #=> Array
1025
1412
  # resp.project.expected_customer_spend[0].amount #=> String
1026
1413
  # resp.project.expected_customer_spend[0].currency_code #=> String, one of "USD", "EUR", "GBP", "AUD", "CAD", "CNY", "NZD", "INR", "JPY", "CHF", "SEK", "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV", "BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CDF", "CHE", "CHW", "CLF", "CLP", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "FJD", "FKP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IQD", "IRR", "ISK", "JMD", "JOD", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MXV", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USN", "UYI", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "XSU", "XUA", "YER", "ZAR", "ZMW", "ZWL"
1414
+ # resp.project.expected_customer_spend[0].estimation_url #=> String
1027
1415
  # resp.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1028
1416
  # resp.project.expected_customer_spend[0].target_company #=> String
1029
1417
  # resp.related_entity_ids.aws_products #=> Array
@@ -1042,6 +1430,62 @@ module Aws::PartnerCentralSelling
1042
1430
  req.send_request(options)
1043
1431
  end
1044
1432
 
1433
+ # Use this action to retrieve the engagement record for a given
1434
+ # `EngagementIdentifier`.
1435
+ #
1436
+ # @option params [required, String] :catalog
1437
+ # Specifies the catalog related to the engagement request. Valid values
1438
+ # are `AWS` and `Sandbox`.
1439
+ #
1440
+ # @option params [required, String] :identifier
1441
+ # Specifies the identifier of the Engagement record to retrieve.
1442
+ #
1443
+ # @return [Types::GetEngagementResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1444
+ #
1445
+ # * {Types::GetEngagementResponse#arn #arn} => String
1446
+ # * {Types::GetEngagementResponse#contexts #contexts} => Array&lt;Types::EngagementContextDetails&gt;
1447
+ # * {Types::GetEngagementResponse#created_at #created_at} => Time
1448
+ # * {Types::GetEngagementResponse#created_by #created_by} => String
1449
+ # * {Types::GetEngagementResponse#description #description} => String
1450
+ # * {Types::GetEngagementResponse#id #id} => String
1451
+ # * {Types::GetEngagementResponse#member_count #member_count} => Integer
1452
+ # * {Types::GetEngagementResponse#title #title} => String
1453
+ #
1454
+ # @example Request syntax with placeholder values
1455
+ #
1456
+ # resp = client.get_engagement({
1457
+ # catalog: "CatalogIdentifier", # required
1458
+ # identifier: "EngagementArnOrIdentifier", # required
1459
+ # })
1460
+ #
1461
+ # @example Response structure
1462
+ #
1463
+ # resp.arn #=> String
1464
+ # resp.contexts #=> Array
1465
+ # resp.contexts[0].payload.customer_project.customer.company_name #=> String
1466
+ # resp.contexts[0].payload.customer_project.customer.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1467
+ # 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"
1468
+ # resp.contexts[0].payload.customer_project.customer.website_url #=> String
1469
+ # resp.contexts[0].payload.customer_project.project.business_problem #=> String
1470
+ # resp.contexts[0].payload.customer_project.project.target_completion_date #=> String
1471
+ # resp.contexts[0].payload.customer_project.project.title #=> String
1472
+ # resp.contexts[0].type #=> String, one of "CustomerProject"
1473
+ # resp.created_at #=> Time
1474
+ # resp.created_by #=> String
1475
+ # resp.description #=> String
1476
+ # resp.id #=> String
1477
+ # resp.member_count #=> Integer
1478
+ # resp.title #=> String
1479
+ #
1480
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetEngagement AWS API Documentation
1481
+ #
1482
+ # @overload get_engagement(params = {})
1483
+ # @param [Hash] params ({})
1484
+ def get_engagement(params = {}, options = {})
1485
+ req = build_request(:get_engagement, params)
1486
+ req.send_request(options)
1487
+ end
1488
+
1045
1489
  # Retrieves the details of an engagement invitation shared by AWS with a
1046
1490
  # partner. The information includes aspects such as customer, project
1047
1491
  # details, and lifecycle information. To connect an engagement
@@ -1061,10 +1505,14 @@ module Aws::PartnerCentralSelling
1061
1505
  #
1062
1506
  # * {Types::GetEngagementInvitationResponse#arn #arn} => String
1063
1507
  # * {Types::GetEngagementInvitationResponse#catalog #catalog} => String
1508
+ # * {Types::GetEngagementInvitationResponse#engagement_description #engagement_description} => String
1509
+ # * {Types::GetEngagementInvitationResponse#engagement_id #engagement_id} => String
1064
1510
  # * {Types::GetEngagementInvitationResponse#engagement_title #engagement_title} => String
1511
+ # * {Types::GetEngagementInvitationResponse#existing_members #existing_members} => Array&lt;Types::EngagementMemberSummary&gt;
1065
1512
  # * {Types::GetEngagementInvitationResponse#expiration_date #expiration_date} => Time
1066
1513
  # * {Types::GetEngagementInvitationResponse#id #id} => String
1067
1514
  # * {Types::GetEngagementInvitationResponse#invitation_date #invitation_date} => Time
1515
+ # * {Types::GetEngagementInvitationResponse#invitation_message #invitation_message} => String
1068
1516
  # * {Types::GetEngagementInvitationResponse#payload #payload} => Types::Payload
1069
1517
  # * {Types::GetEngagementInvitationResponse#payload_type #payload_type} => String
1070
1518
  # * {Types::GetEngagementInvitationResponse#receiver #receiver} => Types::Receiver
@@ -1084,10 +1532,16 @@ module Aws::PartnerCentralSelling
1084
1532
  #
1085
1533
  # resp.arn #=> String
1086
1534
  # resp.catalog #=> String
1535
+ # resp.engagement_description #=> String
1536
+ # resp.engagement_id #=> String
1087
1537
  # resp.engagement_title #=> String
1538
+ # resp.existing_members #=> Array
1539
+ # resp.existing_members[0].company_name #=> String
1540
+ # resp.existing_members[0].website_url #=> String
1088
1541
  # resp.expiration_date #=> Time
1089
1542
  # resp.id #=> String
1090
1543
  # resp.invitation_date #=> Time
1544
+ # resp.invitation_message #=> String
1091
1545
  # resp.payload.opportunity_invitation.customer.company_name #=> String
1092
1546
  # resp.payload.opportunity_invitation.customer.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1093
1547
  # resp.payload.opportunity_invitation.customer.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
@@ -1096,6 +1550,7 @@ module Aws::PartnerCentralSelling
1096
1550
  # resp.payload.opportunity_invitation.project.expected_customer_spend #=> Array
1097
1551
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].amount #=> String
1098
1552
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].currency_code #=> String, one of "USD", "EUR", "GBP", "AUD", "CAD", "CNY", "NZD", "INR", "JPY", "CHF", "SEK", "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV", "BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CDF", "CHE", "CHW", "CLF", "CLP", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "FJD", "FKP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IQD", "IRR", "ISK", "JMD", "JOD", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MXV", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USN", "UYI", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "XSU", "XUA", "YER", "ZAR", "ZMW", "ZWL"
1553
+ # resp.payload.opportunity_invitation.project.expected_customer_spend[0].estimation_url #=> String
1099
1554
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1100
1555
  # resp.payload.opportunity_invitation.project.expected_customer_spend[0].target_company #=> String
1101
1556
  # resp.payload.opportunity_invitation.project.target_completion_date #=> String
@@ -1144,6 +1599,7 @@ module Aws::PartnerCentralSelling
1144
1599
  #
1145
1600
  # @return [Types::GetOpportunityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1146
1601
  #
1602
+ # * {Types::GetOpportunityResponse#arn #arn} => String
1147
1603
  # * {Types::GetOpportunityResponse#catalog #catalog} => String
1148
1604
  # * {Types::GetOpportunityResponse#created_date #created_date} => Time
1149
1605
  # * {Types::GetOpportunityResponse#customer #customer} => Types::Customer
@@ -1169,6 +1625,7 @@ module Aws::PartnerCentralSelling
1169
1625
  #
1170
1626
  # @example Response structure
1171
1627
  #
1628
+ # resp.arn #=> String
1172
1629
  # resp.catalog #=> String
1173
1630
  # resp.created_date #=> Time
1174
1631
  # resp.customer.account.address.city #=> String
@@ -1229,6 +1686,7 @@ module Aws::PartnerCentralSelling
1229
1686
  # resp.project.expected_customer_spend #=> Array
1230
1687
  # resp.project.expected_customer_spend[0].amount #=> String
1231
1688
  # resp.project.expected_customer_spend[0].currency_code #=> String, one of "USD", "EUR", "GBP", "AUD", "CAD", "CNY", "NZD", "INR", "JPY", "CHF", "SEK", "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV", "BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CDF", "CHE", "CHW", "CLF", "CLP", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "FJD", "FKP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IQD", "IRR", "ISK", "JMD", "JOD", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MXV", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USN", "UYI", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "XSU", "XUA", "YER", "ZAR", "ZMW", "ZWL"
1689
+ # resp.project.expected_customer_spend[0].estimation_url #=> String
1232
1690
  # resp.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1233
1691
  # resp.project.expected_customer_spend[0].target_company #=> String
1234
1692
  # resp.project.other_competitor_names #=> String
@@ -1258,95 +1716,710 @@ module Aws::PartnerCentralSelling
1258
1716
  req.send_request(options)
1259
1717
  end
1260
1718
 
1261
- # Retrieves a list of engagement invitations sent to the partner. This
1262
- # allows partners to view all pending or past engagement invitations,
1263
- # helping them track opportunities shared by AWS.
1719
+ # Use this action to retrieve a specific snapshot record.
1264
1720
  #
1265
1721
  # @option params [required, String] :catalog
1266
- # Specifies the catalog from which to list the engagement invitations.
1267
- # Use `AWS` for production invitations or `Sandbox` for testing
1268
- # environments.
1722
+ # Specifies the catalog related to the request. Valid values are:
1723
+ #
1724
+ # * AWS: Retrieves the snapshot from the production AWS environment.
1725
+ #
1726
+ # * Sandbox: Retrieves the snapshot from a sandbox environment used for
1727
+ # testing or development purposes.
1728
+ #
1729
+ # @option params [required, String] :engagement_identifier
1730
+ # The unique identifier of the engagement associated with the snapshot.
1731
+ # This field links the snapshot to a specific engagement context.
1732
+ #
1733
+ # @option params [required, String] :resource_identifier
1734
+ # The unique identifier of the specific resource that was snapshotted.
1735
+ # The format and constraints of this identifier depend on the
1736
+ # ResourceType specified. For `Opportunity` type, it will be an
1737
+ # `opportunity ID`
1738
+ #
1739
+ # @option params [required, String] :resource_snapshot_template_identifier
1740
+ # he name of the template that defines the schema for the snapshot. This
1741
+ # template determines which subset of the resource data is included in
1742
+ # the snapshot and must correspond to an existing and valid template for
1743
+ # the specified `ResourceType`.
1744
+ #
1745
+ # @option params [required, String] :resource_type
1746
+ # Specifies the type of resource that was snapshotted. This field
1747
+ # determines the structure and content of the snapshot payload. Valid
1748
+ # value includes:`Opportunity`: For opportunity-related data.
1749
+ #
1750
+ # @option params [Integer] :revision
1751
+ # Specifies which revision of the snapshot to retrieve. If omitted
1752
+ # returns the latest revision.
1753
+ #
1754
+ # @return [Types::GetResourceSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1755
+ #
1756
+ # * {Types::GetResourceSnapshotResponse#arn #arn} => String
1757
+ # * {Types::GetResourceSnapshotResponse#catalog #catalog} => String
1758
+ # * {Types::GetResourceSnapshotResponse#created_at #created_at} => Time
1759
+ # * {Types::GetResourceSnapshotResponse#created_by #created_by} => String
1760
+ # * {Types::GetResourceSnapshotResponse#engagement_id #engagement_id} => String
1761
+ # * {Types::GetResourceSnapshotResponse#payload #payload} => Types::ResourceSnapshotPayload
1762
+ # * {Types::GetResourceSnapshotResponse#resource_id #resource_id} => String
1763
+ # * {Types::GetResourceSnapshotResponse#resource_snapshot_template_name #resource_snapshot_template_name} => String
1764
+ # * {Types::GetResourceSnapshotResponse#resource_type #resource_type} => String
1765
+ # * {Types::GetResourceSnapshotResponse#revision #revision} => Integer
1269
1766
  #
1270
- # @option params [Integer] :max_results
1271
- # Specifies the maximum number of engagement invitations to return in
1272
- # the response. If more results are available, a pagination token will
1273
- # be provided.
1767
+ # @example Request syntax with placeholder values
1274
1768
  #
1275
- # @option params [String] :next_token
1276
- # A pagination token used to retrieve additional pages of results when
1277
- # the response to a previous request was truncated. Pass this token to
1278
- # continue listing invitations from where the previous call left off.
1769
+ # resp = client.get_resource_snapshot({
1770
+ # catalog: "CatalogIdentifier", # required
1771
+ # engagement_identifier: "EngagementIdentifier", # required
1772
+ # resource_identifier: "ResourceIdentifier", # required
1773
+ # resource_snapshot_template_identifier: "ResourceTemplateName", # required
1774
+ # resource_type: "Opportunity", # required, accepts Opportunity
1775
+ # revision: 1,
1776
+ # })
1279
1777
  #
1280
- # @option params [required, String] :participant_type
1281
- # Specifies the type of participant for which to list engagement
1282
- # invitations. Identifies the role of the participant.
1778
+ # @example Response structure
1283
1779
  #
1284
- # @option params [Array<String>] :payload_type
1285
- # Defines the type of payload associated with the engagement invitations
1286
- # to be listed. The attributes in this payload help decide on acceptance
1287
- # or rejection of the invitation.
1780
+ # resp.arn #=> String
1781
+ # resp.catalog #=> String
1782
+ # resp.created_at #=> Time
1783
+ # resp.created_by #=> String
1784
+ # resp.engagement_id #=> String
1785
+ # resp.payload.opportunity_summary.customer.account.address.city #=> String
1786
+ # resp.payload.opportunity_summary.customer.account.address.country_code #=> String, one of "US", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
1787
+ # resp.payload.opportunity_summary.customer.account.address.postal_code #=> String
1788
+ # resp.payload.opportunity_summary.customer.account.address.state_or_region #=> String
1789
+ # resp.payload.opportunity_summary.customer.account.address.street_address #=> String
1790
+ # resp.payload.opportunity_summary.customer.account.aws_account_id #=> String
1791
+ # resp.payload.opportunity_summary.customer.account.company_name #=> String
1792
+ # resp.payload.opportunity_summary.customer.account.duns #=> String
1793
+ # resp.payload.opportunity_summary.customer.account.industry #=> String, one of "Aerospace", "Agriculture", "Automotive", "Computers and Electronics", "Consumer Goods", "Education", "Energy - Oil and Gas", "Energy - Power and Utilities", "Financial Services", "Gaming", "Government", "Healthcare", "Hospitality", "Life Sciences", "Manufacturing", "Marketing and Advertising", "Media and Entertainment", "Mining", "Non-Profit Organization", "Professional Services", "Real Estate and Construction", "Retail", "Software and Internet", "Telecommunications", "Transportation and Logistics", "Travel", "Wholesale and Distribution", "Other"
1794
+ # resp.payload.opportunity_summary.customer.account.other_industry #=> String
1795
+ # resp.payload.opportunity_summary.customer.account.website_url #=> String
1796
+ # resp.payload.opportunity_summary.customer.contacts #=> Array
1797
+ # resp.payload.opportunity_summary.customer.contacts[0].business_title #=> String
1798
+ # resp.payload.opportunity_summary.customer.contacts[0].email #=> String
1799
+ # resp.payload.opportunity_summary.customer.contacts[0].first_name #=> String
1800
+ # resp.payload.opportunity_summary.customer.contacts[0].last_name #=> String
1801
+ # resp.payload.opportunity_summary.customer.contacts[0].phone #=> String
1802
+ # resp.payload.opportunity_summary.lifecycle.next_steps #=> String
1803
+ # resp.payload.opportunity_summary.lifecycle.review_status #=> String, one of "Pending Submission", "Submitted", "In review", "Approved", "Rejected", "Action Required"
1804
+ # resp.payload.opportunity_summary.lifecycle.stage #=> String, one of "Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost"
1805
+ # resp.payload.opportunity_summary.lifecycle.target_close_date #=> String
1806
+ # resp.payload.opportunity_summary.opportunity_team #=> Array
1807
+ # resp.payload.opportunity_summary.opportunity_team[0].business_title #=> String
1808
+ # resp.payload.opportunity_summary.opportunity_team[0].email #=> String
1809
+ # resp.payload.opportunity_summary.opportunity_team[0].first_name #=> String
1810
+ # resp.payload.opportunity_summary.opportunity_team[0].last_name #=> String
1811
+ # resp.payload.opportunity_summary.opportunity_team[0].phone #=> String
1812
+ # resp.payload.opportunity_summary.opportunity_type #=> String, one of "Net New Business", "Flat Renewal", "Expansion"
1813
+ # resp.payload.opportunity_summary.primary_needs_from_aws #=> Array
1814
+ # resp.payload.opportunity_summary.primary_needs_from_aws[0] #=> String, one of "Co-Sell - Architectural Validation", "Co-Sell - Business Presentation", "Co-Sell - Competitive Information", "Co-Sell - Pricing Assistance", "Co-Sell - Technical Consultation", "Co-Sell - Total Cost of Ownership Evaluation", "Co-Sell - Deal Support", "Co-Sell - Support for Public Tender / RFx"
1815
+ # resp.payload.opportunity_summary.project.customer_use_case #=> String
1816
+ # resp.payload.opportunity_summary.project.delivery_models #=> Array
1817
+ # resp.payload.opportunity_summary.project.delivery_models[0] #=> String, one of "SaaS or PaaS", "BYOL or AMI", "Managed Services", "Professional Services", "Resell", "Other"
1818
+ # resp.payload.opportunity_summary.project.expected_customer_spend #=> Array
1819
+ # resp.payload.opportunity_summary.project.expected_customer_spend[0].amount #=> String
1820
+ # resp.payload.opportunity_summary.project.expected_customer_spend[0].currency_code #=> String, one of "USD", "EUR", "GBP", "AUD", "CAD", "CNY", "NZD", "INR", "JPY", "CHF", "SEK", "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV", "BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CDF", "CHE", "CHW", "CLF", "CLP", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "FJD", "FKP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IQD", "IRR", "ISK", "JMD", "JOD", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MXV", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USN", "UYI", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "XSU", "XUA", "YER", "ZAR", "ZMW", "ZWL"
1821
+ # resp.payload.opportunity_summary.project.expected_customer_spend[0].estimation_url #=> String
1822
+ # resp.payload.opportunity_summary.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1823
+ # resp.payload.opportunity_summary.project.expected_customer_spend[0].target_company #=> String
1824
+ # resp.payload.opportunity_summary.project.other_solution_description #=> String
1825
+ # resp.payload.opportunity_summary.project.sales_activities #=> Array
1826
+ # resp.payload.opportunity_summary.project.sales_activities[0] #=> String, one of "Initialized discussions with customer", "Customer has shown interest in solution", "Conducted POC / Demo", "In evaluation / planning stage", "Agreed on solution to Business Problem", "Completed Action Plan", "Finalized Deployment Need", "SOW Signed"
1827
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offers #=> Array
1828
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_offers[0] #=> String
1829
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_products #=> Array
1830
+ # resp.payload.opportunity_summary.related_entity_identifiers.aws_products[0] #=> String
1831
+ # resp.payload.opportunity_summary.related_entity_identifiers.solutions #=> Array
1832
+ # resp.payload.opportunity_summary.related_entity_identifiers.solutions[0] #=> String
1833
+ # resp.resource_id #=> String
1834
+ # resp.resource_snapshot_template_name #=> String
1835
+ # resp.resource_type #=> String, one of "Opportunity"
1836
+ # resp.revision #=> Integer
1837
+ #
1838
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetResourceSnapshot AWS API Documentation
1839
+ #
1840
+ # @overload get_resource_snapshot(params = {})
1841
+ # @param [Hash] params ({})
1842
+ def get_resource_snapshot(params = {}, options = {})
1843
+ req = build_request(:get_resource_snapshot, params)
1844
+ req.send_request(options)
1845
+ end
1846
+
1847
+ # Use this action to retrieves information about a specific resource
1848
+ # snapshot job.
1288
1849
  #
1289
- # @option params [Types::OpportunityEngagementInvitationSort] :sort
1290
- # Specifies the sorting options for listing engagement invitations.
1291
- # Invitations can be sorted by fields such as `InvitationDate` or
1292
- # `Status` to help partners view results in their preferred order.
1850
+ # @option params [required, String] :catalog
1851
+ # Specifies the catalog related to the request. Valid values are:
1293
1852
  #
1294
- # @return [Types::ListEngagementInvitationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1853
+ # * AWS: Retrieves the snapshot job from the production AWS environment.
1295
1854
  #
1296
- # * {Types::ListEngagementInvitationsResponse#engagement_invitation_summaries #engagement_invitation_summaries} => Array&lt;Types::EngagementInvitationSummary&gt;
1297
- # * {Types::ListEngagementInvitationsResponse#next_token #next_token} => String
1855
+ # * Sandbox: Retrieves the snapshot job from a sandbox environment used
1856
+ # for testing or development purposes.
1298
1857
  #
1299
- # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1858
+ # @option params [required, String] :resource_snapshot_job_identifier
1859
+ # The unique identifier of the resource snapshot job to be retrieved.
1860
+ # This identifier is crucial for pinpointing the specific job you want
1861
+ # to query.
1862
+ #
1863
+ # @return [Types::GetResourceSnapshotJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1864
+ #
1865
+ # * {Types::GetResourceSnapshotJobResponse#arn #arn} => String
1866
+ # * {Types::GetResourceSnapshotJobResponse#catalog #catalog} => String
1867
+ # * {Types::GetResourceSnapshotJobResponse#created_at #created_at} => Time
1868
+ # * {Types::GetResourceSnapshotJobResponse#engagement_id #engagement_id} => String
1869
+ # * {Types::GetResourceSnapshotJobResponse#id #id} => String
1870
+ # * {Types::GetResourceSnapshotJobResponse#last_failure #last_failure} => String
1871
+ # * {Types::GetResourceSnapshotJobResponse#last_successful_execution_date #last_successful_execution_date} => Time
1872
+ # * {Types::GetResourceSnapshotJobResponse#resource_arn #resource_arn} => String
1873
+ # * {Types::GetResourceSnapshotJobResponse#resource_id #resource_id} => String
1874
+ # * {Types::GetResourceSnapshotJobResponse#resource_snapshot_template_name #resource_snapshot_template_name} => String
1875
+ # * {Types::GetResourceSnapshotJobResponse#resource_type #resource_type} => String
1876
+ # * {Types::GetResourceSnapshotJobResponse#status #status} => String
1300
1877
  #
1301
1878
  # @example Request syntax with placeholder values
1302
1879
  #
1303
- # resp = client.list_engagement_invitations({
1880
+ # resp = client.get_resource_snapshot_job({
1304
1881
  # catalog: "CatalogIdentifier", # required
1305
- # max_results: 1,
1306
- # next_token: "String",
1307
- # participant_type: "RECEIVER", # required, accepts RECEIVER
1308
- # payload_type: ["OpportunityInvitation"], # accepts OpportunityInvitation
1309
- # sort: {
1310
- # sort_by: "InvitationDate", # required, accepts InvitationDate
1311
- # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
1312
- # },
1882
+ # resource_snapshot_job_identifier: "ResourceSnapshotJobIdentifier", # required
1313
1883
  # })
1314
1884
  #
1315
1885
  # @example Response structure
1316
1886
  #
1317
- # resp.engagement_invitation_summaries #=> Array
1318
- # resp.engagement_invitation_summaries[0].arn #=> String
1319
- # resp.engagement_invitation_summaries[0].catalog #=> String
1320
- # resp.engagement_invitation_summaries[0].engagement_title #=> String
1321
- # resp.engagement_invitation_summaries[0].expiration_date #=> Time
1322
- # resp.engagement_invitation_summaries[0].id #=> String
1323
- # resp.engagement_invitation_summaries[0].invitation_date #=> Time
1324
- # resp.engagement_invitation_summaries[0].payload_type #=> String, one of "OpportunityInvitation"
1325
- # resp.engagement_invitation_summaries[0].receiver.account.alias #=> String
1326
- # resp.engagement_invitation_summaries[0].receiver.account.aws_account_id #=> String
1327
- # resp.engagement_invitation_summaries[0].sender_aws_account_id #=> String
1328
- # resp.engagement_invitation_summaries[0].sender_company_name #=> String
1329
- # resp.engagement_invitation_summaries[0].status #=> String, one of "ACCEPTED", "PENDING", "REJECTED", "EXPIRED"
1330
- # resp.next_token #=> String
1887
+ # resp.arn #=> String
1888
+ # resp.catalog #=> String
1889
+ # resp.created_at #=> Time
1890
+ # resp.engagement_id #=> String
1891
+ # resp.id #=> String
1892
+ # resp.last_failure #=> String
1893
+ # resp.last_successful_execution_date #=> Time
1894
+ # resp.resource_arn #=> String
1895
+ # resp.resource_id #=> String
1896
+ # resp.resource_snapshot_template_name #=> String
1897
+ # resp.resource_type #=> String, one of "Opportunity"
1898
+ # resp.status #=> String, one of "Running", "Stopped"
1331
1899
  #
1332
- # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementInvitations AWS API Documentation
1900
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetResourceSnapshotJob AWS API Documentation
1333
1901
  #
1334
- # @overload list_engagement_invitations(params = {})
1902
+ # @overload get_resource_snapshot_job(params = {})
1335
1903
  # @param [Hash] params ({})
1336
- def list_engagement_invitations(params = {}, options = {})
1337
- req = build_request(:list_engagement_invitations, params)
1904
+ def get_resource_snapshot_job(params = {}, options = {})
1905
+ req = build_request(:get_resource_snapshot_job, params)
1338
1906
  req.send_request(options)
1339
1907
  end
1340
1908
 
1341
- # This request accepts a list of filters that retrieve opportunity
1342
- # subsets as well as sort options. This feature is available to partners
1343
- # from [Partner Central][1] using the `ListOpportunities` API action.
1909
+ # Retrieves the currently set system settings, which include the IAM
1910
+ # Role used for resource snapshot jobs.
1344
1911
  #
1345
- # To synchronize your system with Amazon Web Services, only list the
1346
- # opportunities that were newly created or updated. We recommend you
1347
- # rely on events emitted by the service into your Amazon Web Services
1348
- # account’s Amazon EventBridge default event bus, you can also use the
1349
- # `ListOpportunities` action.
1912
+ # @option params [required, String] :catalog
1913
+ # Specifies the catalog in which the settings are defined. Acceptable
1914
+ # values include `AWS` for production and `Sandbox` for testing
1915
+ # environments.
1916
+ #
1917
+ # @return [Types::GetSellingSystemSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1918
+ #
1919
+ # * {Types::GetSellingSystemSettingsResponse#catalog #catalog} => String
1920
+ # * {Types::GetSellingSystemSettingsResponse#resource_snapshot_job_role_arn #resource_snapshot_job_role_arn} => String
1921
+ #
1922
+ # @example Request syntax with placeholder values
1923
+ #
1924
+ # resp = client.get_selling_system_settings({
1925
+ # catalog: "CatalogIdentifier", # required
1926
+ # })
1927
+ #
1928
+ # @example Response structure
1929
+ #
1930
+ # resp.catalog #=> String
1931
+ # resp.resource_snapshot_job_role_arn #=> String
1932
+ #
1933
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetSellingSystemSettings AWS API Documentation
1934
+ #
1935
+ # @overload get_selling_system_settings(params = {})
1936
+ # @param [Hash] params ({})
1937
+ def get_selling_system_settings(params = {}, options = {})
1938
+ req = build_request(:get_selling_system_settings, params)
1939
+ req.send_request(options)
1940
+ end
1941
+
1942
+ # Lists all in-progress, completed, or failed
1943
+ # StartEngagementByAcceptingInvitationTask tasks that were initiated by
1944
+ # the caller's account.
1945
+ #
1946
+ # @option params [required, String] :catalog
1947
+ # Specifies the catalog related to the request. Valid values are:
1948
+ #
1949
+ # * AWS: Retrieves the request from the production AWS environment.
1950
+ #
1951
+ # * Sandbox: Retrieves the request from a sandbox environment used for
1952
+ # testing or development purposes.
1953
+ #
1954
+ # @option params [Array<String>] :engagement_invitation_identifier
1955
+ # Filters tasks by the identifiers of the engagement invitations they
1956
+ # are processing.
1957
+ #
1958
+ # @option params [Integer] :max_results
1959
+ # Use this parameter to control the number of items returned in each
1960
+ # request, which can be useful for performance tuning and managing large
1961
+ # result sets.
1962
+ #
1963
+ # @option params [String] :next_token
1964
+ # Use this parameter for pagination when the result set spans multiple
1965
+ # pages. This value is obtained from the NextToken field in the response
1966
+ # of a previous call to this API.
1967
+ #
1968
+ # @option params [Array<String>] :opportunity_identifier
1969
+ # Filters tasks by the identifiers of the opportunities they created or
1970
+ # are associated with.
1971
+ #
1972
+ # @option params [Types::ListTasksSortBase] :sort
1973
+ # Specifies the sorting criteria for the returned results. This allows
1974
+ # you to order the tasks based on specific attributes.
1975
+ #
1976
+ # @option params [Array<String>] :task_identifier
1977
+ # Filters tasks by their unique identifiers. Use this when you want to
1978
+ # retrieve information about specific tasks.
1979
+ #
1980
+ # @option params [Array<String>] :task_status
1981
+ # Filters the tasks based on their current status. This allows you to
1982
+ # focus on tasks in specific states.
1983
+ #
1984
+ # @return [Types::ListEngagementByAcceptingInvitationTasksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1985
+ #
1986
+ # * {Types::ListEngagementByAcceptingInvitationTasksResponse#next_token #next_token} => String
1987
+ # * {Types::ListEngagementByAcceptingInvitationTasksResponse#task_summaries #task_summaries} => Array&lt;Types::ListEngagementByAcceptingInvitationTaskSummary&gt;
1988
+ #
1989
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1990
+ #
1991
+ # @example Request syntax with placeholder values
1992
+ #
1993
+ # resp = client.list_engagement_by_accepting_invitation_tasks({
1994
+ # catalog: "CatalogIdentifier", # required
1995
+ # engagement_invitation_identifier: ["EngagementInvitationArnOrIdentifier"],
1996
+ # max_results: 1,
1997
+ # next_token: "ListEngagementByAcceptingInvitationTasksRequestNextTokenString",
1998
+ # opportunity_identifier: ["OpportunityIdentifier"],
1999
+ # sort: {
2000
+ # sort_by: "StartTime", # required, accepts StartTime
2001
+ # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2002
+ # },
2003
+ # task_identifier: ["TaskArnOrIdentifier"],
2004
+ # task_status: ["IN_PROGRESS"], # accepts IN_PROGRESS, COMPLETE, FAILED
2005
+ # })
2006
+ #
2007
+ # @example Response structure
2008
+ #
2009
+ # resp.next_token #=> String
2010
+ # resp.task_summaries #=> Array
2011
+ # resp.task_summaries[0].engagement_invitation_id #=> String
2012
+ # resp.task_summaries[0].message #=> String
2013
+ # resp.task_summaries[0].opportunity_id #=> String
2014
+ # resp.task_summaries[0].reason_code #=> String, one of "InvitationAccessDenied", "InvitationValidationFailed", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "ResourceSnapshotJobValidationFailed", "ResourceSnapshotJobConflict", "EngagementValidationFailed", "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", "InternalError", "ServiceQuotaExceeded", "RequestThrottled"
2015
+ # resp.task_summaries[0].resource_snapshot_job_id #=> String
2016
+ # resp.task_summaries[0].start_time #=> Time
2017
+ # resp.task_summaries[0].task_arn #=> String
2018
+ # resp.task_summaries[0].task_id #=> String
2019
+ # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2020
+ #
2021
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementByAcceptingInvitationTasks AWS API Documentation
2022
+ #
2023
+ # @overload list_engagement_by_accepting_invitation_tasks(params = {})
2024
+ # @param [Hash] params ({})
2025
+ def list_engagement_by_accepting_invitation_tasks(params = {}, options = {})
2026
+ req = build_request(:list_engagement_by_accepting_invitation_tasks, params)
2027
+ req.send_request(options)
2028
+ end
2029
+
2030
+ # Lists all in-progress, completed, or failed
2031
+ # `EngagementFromOpportunity` tasks that were initiated by the caller's
2032
+ # account.
2033
+ #
2034
+ # @option params [required, String] :catalog
2035
+ # Specifies the catalog related to the request. Valid values are:
2036
+ #
2037
+ # * AWS: Retrieves the request from the production AWS environment.
2038
+ #
2039
+ # * Sandbox: Retrieves the request from a sandbox environment used for
2040
+ # testing or development purposes.
2041
+ #
2042
+ # @option params [Array<String>] :engagement_identifier
2043
+ # Filters tasks by the identifiers of the engagements they created or
2044
+ # are associated with.
2045
+ #
2046
+ # @option params [Integer] :max_results
2047
+ # Specifies the maximum number of results to return in a single page of
2048
+ # the response.Use this parameter to control the number of items
2049
+ # returned in each request, which can be useful for performance tuning
2050
+ # and managing large result sets.
2051
+ #
2052
+ # @option params [String] :next_token
2053
+ # The token for requesting the next page of results. This value is
2054
+ # obtained from the NextToken field in the response of a previous call
2055
+ # to this API. Use this parameter for pagination when the result set
2056
+ # spans multiple pages.
2057
+ #
2058
+ # @option params [Array<String>] :opportunity_identifier
2059
+ # The identifier of the original opportunity associated with this task.
2060
+ #
2061
+ # @option params [Types::ListTasksSortBase] :sort
2062
+ # Specifies the sorting criteria for the returned results. This allows
2063
+ # you to order the tasks based on specific attributes.
2064
+ #
2065
+ # @option params [Array<String>] :task_identifier
2066
+ # Filters tasks by their unique identifiers. Use this when you want to
2067
+ # retrieve information about specific tasks.
2068
+ #
2069
+ # @option params [Array<String>] :task_status
2070
+ # Filters the tasks based on their current status. This allows you to
2071
+ # focus on tasks in specific states.
2072
+ #
2073
+ # @return [Types::ListEngagementFromOpportunityTasksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2074
+ #
2075
+ # * {Types::ListEngagementFromOpportunityTasksResponse#next_token #next_token} => String
2076
+ # * {Types::ListEngagementFromOpportunityTasksResponse#task_summaries #task_summaries} => Array&lt;Types::ListEngagementFromOpportunityTaskSummary&gt;
2077
+ #
2078
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2079
+ #
2080
+ # @example Request syntax with placeholder values
2081
+ #
2082
+ # resp = client.list_engagement_from_opportunity_tasks({
2083
+ # catalog: "CatalogIdentifier", # required
2084
+ # engagement_identifier: ["EngagementArnOrIdentifier"],
2085
+ # max_results: 1,
2086
+ # next_token: "ListEngagementFromOpportunityTasksRequestNextTokenString",
2087
+ # opportunity_identifier: ["OpportunityIdentifier"],
2088
+ # sort: {
2089
+ # sort_by: "StartTime", # required, accepts StartTime
2090
+ # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2091
+ # },
2092
+ # task_identifier: ["TaskArnOrIdentifier"],
2093
+ # task_status: ["IN_PROGRESS"], # accepts IN_PROGRESS, COMPLETE, FAILED
2094
+ # })
2095
+ #
2096
+ # @example Response structure
2097
+ #
2098
+ # resp.next_token #=> String
2099
+ # resp.task_summaries #=> Array
2100
+ # resp.task_summaries[0].engagement_id #=> String
2101
+ # resp.task_summaries[0].engagement_invitation_id #=> String
2102
+ # resp.task_summaries[0].message #=> String
2103
+ # resp.task_summaries[0].opportunity_id #=> String
2104
+ # resp.task_summaries[0].reason_code #=> String, one of "InvitationAccessDenied", "InvitationValidationFailed", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "ResourceSnapshotJobValidationFailed", "ResourceSnapshotJobConflict", "EngagementValidationFailed", "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", "InternalError", "ServiceQuotaExceeded", "RequestThrottled"
2105
+ # resp.task_summaries[0].resource_snapshot_job_id #=> String
2106
+ # resp.task_summaries[0].start_time #=> Time
2107
+ # resp.task_summaries[0].task_arn #=> String
2108
+ # resp.task_summaries[0].task_id #=> String
2109
+ # resp.task_summaries[0].task_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED"
2110
+ #
2111
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementFromOpportunityTasks AWS API Documentation
2112
+ #
2113
+ # @overload list_engagement_from_opportunity_tasks(params = {})
2114
+ # @param [Hash] params ({})
2115
+ def list_engagement_from_opportunity_tasks(params = {}, options = {})
2116
+ req = build_request(:list_engagement_from_opportunity_tasks, params)
2117
+ req.send_request(options)
2118
+ end
2119
+
2120
+ # Retrieves a list of engagement invitations sent to the partner. This
2121
+ # allows partners to view all pending or past engagement invitations,
2122
+ # helping them track opportunities shared by AWS.
2123
+ #
2124
+ # @option params [required, String] :catalog
2125
+ # Specifies the catalog from which to list the engagement invitations.
2126
+ # Use `AWS` for production invitations or `Sandbox` for testing
2127
+ # environments.
2128
+ #
2129
+ # @option params [Array<String>] :engagement_identifier
2130
+ # Retrieves a list of engagement invitation summaries based on specified
2131
+ # filters. The ListEngagementInvitations operation allows you to view
2132
+ # all invitations that you have sent or received. You must specify the
2133
+ # ParticipantType to filter invitations where you are either the SENDER
2134
+ # or the RECEIVER. Invitations will automatically expire if not accepted
2135
+ # within 15 days.
2136
+ #
2137
+ # @option params [Integer] :max_results
2138
+ # Specifies the maximum number of engagement invitations to return in
2139
+ # the response. If more results are available, a pagination token will
2140
+ # be provided.
2141
+ #
2142
+ # @option params [String] :next_token
2143
+ # A pagination token used to retrieve additional pages of results when
2144
+ # the response to a previous request was truncated. Pass this token to
2145
+ # continue listing invitations from where the previous call left off.
2146
+ #
2147
+ # @option params [required, String] :participant_type
2148
+ # Specifies the type of participant for which to list engagement
2149
+ # invitations. Identifies the role of the participant.
2150
+ #
2151
+ # @option params [Array<String>] :payload_type
2152
+ # Defines the type of payload associated with the engagement invitations
2153
+ # to be listed. The attributes in this payload help decide on acceptance
2154
+ # or rejection of the invitation.
2155
+ #
2156
+ # @option params [Array<String>] :sender_aws_account_id
2157
+ # List of sender AWS account IDs to filter the invitations.
2158
+ #
2159
+ # @option params [Types::OpportunityEngagementInvitationSort] :sort
2160
+ # Specifies the sorting options for listing engagement invitations.
2161
+ # Invitations can be sorted by fields such as `InvitationDate` or
2162
+ # `Status` to help partners view results in their preferred order.
2163
+ #
2164
+ # @option params [Array<String>] :status
2165
+ # Status values to filter the invitations.
2166
+ #
2167
+ # @return [Types::ListEngagementInvitationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2168
+ #
2169
+ # * {Types::ListEngagementInvitationsResponse#engagement_invitation_summaries #engagement_invitation_summaries} => Array&lt;Types::EngagementInvitationSummary&gt;
2170
+ # * {Types::ListEngagementInvitationsResponse#next_token #next_token} => String
2171
+ #
2172
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2173
+ #
2174
+ # @example Request syntax with placeholder values
2175
+ #
2176
+ # resp = client.list_engagement_invitations({
2177
+ # catalog: "CatalogIdentifier", # required
2178
+ # engagement_identifier: ["EngagementArnOrIdentifier"],
2179
+ # max_results: 1,
2180
+ # next_token: "String",
2181
+ # participant_type: "SENDER", # required, accepts SENDER, RECEIVER
2182
+ # payload_type: ["OpportunityInvitation"], # accepts OpportunityInvitation
2183
+ # sender_aws_account_id: ["AwsAccount"],
2184
+ # sort: {
2185
+ # sort_by: "InvitationDate", # required, accepts InvitationDate
2186
+ # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2187
+ # },
2188
+ # status: ["ACCEPTED"], # accepts ACCEPTED, PENDING, REJECTED, EXPIRED
2189
+ # })
2190
+ #
2191
+ # @example Response structure
2192
+ #
2193
+ # resp.engagement_invitation_summaries #=> Array
2194
+ # resp.engagement_invitation_summaries[0].arn #=> String
2195
+ # resp.engagement_invitation_summaries[0].catalog #=> String
2196
+ # resp.engagement_invitation_summaries[0].engagement_id #=> String
2197
+ # resp.engagement_invitation_summaries[0].engagement_title #=> String
2198
+ # resp.engagement_invitation_summaries[0].expiration_date #=> Time
2199
+ # resp.engagement_invitation_summaries[0].id #=> String
2200
+ # resp.engagement_invitation_summaries[0].invitation_date #=> Time
2201
+ # resp.engagement_invitation_summaries[0].participant_type #=> String, one of "SENDER", "RECEIVER"
2202
+ # resp.engagement_invitation_summaries[0].payload_type #=> String, one of "OpportunityInvitation"
2203
+ # resp.engagement_invitation_summaries[0].receiver.account.alias #=> String
2204
+ # resp.engagement_invitation_summaries[0].receiver.account.aws_account_id #=> String
2205
+ # resp.engagement_invitation_summaries[0].sender_aws_account_id #=> String
2206
+ # resp.engagement_invitation_summaries[0].sender_company_name #=> String
2207
+ # resp.engagement_invitation_summaries[0].status #=> String, one of "ACCEPTED", "PENDING", "REJECTED", "EXPIRED"
2208
+ # resp.next_token #=> String
2209
+ #
2210
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementInvitations AWS API Documentation
2211
+ #
2212
+ # @overload list_engagement_invitations(params = {})
2213
+ # @param [Hash] params ({})
2214
+ def list_engagement_invitations(params = {}, options = {})
2215
+ req = build_request(:list_engagement_invitations, params)
2216
+ req.send_request(options)
2217
+ end
2218
+
2219
+ # Retrieves the details of member partners in an engagement. This
2220
+ # operation can only be invoked by members of the engagement. The
2221
+ # `ListEngagementMembers` operation allows you to fetch information
2222
+ # about the members of a specific engagement. This action is restricted
2223
+ # to members of the engagement being queried.
2224
+ #
2225
+ # @option params [required, String] :catalog
2226
+ # The catalog related to the request.
2227
+ #
2228
+ # @option params [required, String] :identifier
2229
+ # Identifier of the engagement record to retrieve members from.
2230
+ #
2231
+ # @option params [Integer] :max_results
2232
+ # The maximum number of results to return in a single call.
2233
+ #
2234
+ # @option params [String] :next_token
2235
+ # The token for the next set of results.
2236
+ #
2237
+ # @return [Types::ListEngagementMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2238
+ #
2239
+ # * {Types::ListEngagementMembersResponse#engagement_member_list #engagement_member_list} => Array&lt;Types::EngagementMember&gt;
2240
+ # * {Types::ListEngagementMembersResponse#next_token #next_token} => String
2241
+ #
2242
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2243
+ #
2244
+ # @example Request syntax with placeholder values
2245
+ #
2246
+ # resp = client.list_engagement_members({
2247
+ # catalog: "CatalogIdentifier", # required
2248
+ # identifier: "EngagementArnOrIdentifier", # required
2249
+ # max_results: 1,
2250
+ # next_token: "String",
2251
+ # })
2252
+ #
2253
+ # @example Response structure
2254
+ #
2255
+ # resp.engagement_member_list #=> Array
2256
+ # resp.engagement_member_list[0].account_id #=> String
2257
+ # resp.engagement_member_list[0].company_name #=> String
2258
+ # resp.engagement_member_list[0].website_url #=> String
2259
+ # resp.next_token #=> String
2260
+ #
2261
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementMembers AWS API Documentation
2262
+ #
2263
+ # @overload list_engagement_members(params = {})
2264
+ # @param [Hash] params ({})
2265
+ def list_engagement_members(params = {}, options = {})
2266
+ req = build_request(:list_engagement_members, params)
2267
+ req.send_request(options)
2268
+ end
2269
+
2270
+ # Lists the associations between resources and engagements where the
2271
+ # caller is a member and has at least one snapshot in the engagement.
2272
+ #
2273
+ # @option params [required, String] :catalog
2274
+ # Specifies the catalog in which to search for engagement-resource
2275
+ # associations.
2276
+ #
2277
+ # @option params [String] :created_by
2278
+ # Filters the results to include only associations with resources owned
2279
+ # by the specified AWS account. Use this when you want to find
2280
+ # associations related to resources owned by a particular account.
2281
+ #
2282
+ # @option params [String] :engagement_identifier
2283
+ # Filters the results to include only associations related to the
2284
+ # specified engagement. Use this when you want to find all resources
2285
+ # associated with a specific engagement.
2286
+ #
2287
+ # @option params [Integer] :max_results
2288
+ # Limits the number of results returned in a single call. Use this to
2289
+ # control the number of results returned, especially useful for
2290
+ # pagination.
2291
+ #
2292
+ # @option params [String] :next_token
2293
+ # A token used for pagination of results. Include this token in
2294
+ # subsequent requests to retrieve the next set of results.
2295
+ #
2296
+ # @option params [String] :resource_identifier
2297
+ # Filters the results to include only associations with the specified
2298
+ # resource. Varies depending on the resource type. Use this when you
2299
+ # want to find all engagements associated with a specific resource.
2300
+ #
2301
+ # @option params [String] :resource_type
2302
+ # Filters the results to include only associations with resources of the
2303
+ # specified type.
2304
+ #
2305
+ # @return [Types::ListEngagementResourceAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2306
+ #
2307
+ # * {Types::ListEngagementResourceAssociationsResponse#engagement_resource_association_summaries #engagement_resource_association_summaries} => Array&lt;Types::EngagementResourceAssociationSummary&gt;
2308
+ # * {Types::ListEngagementResourceAssociationsResponse#next_token #next_token} => String
2309
+ #
2310
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2311
+ #
2312
+ # @example Request syntax with placeholder values
2313
+ #
2314
+ # resp = client.list_engagement_resource_associations({
2315
+ # catalog: "CatalogIdentifier", # required
2316
+ # created_by: "AwsAccount",
2317
+ # engagement_identifier: "EngagementIdentifier",
2318
+ # max_results: 1,
2319
+ # next_token: "String",
2320
+ # resource_identifier: "ResourceIdentifier",
2321
+ # resource_type: "Opportunity", # accepts Opportunity
2322
+ # })
2323
+ #
2324
+ # @example Response structure
2325
+ #
2326
+ # resp.engagement_resource_association_summaries #=> Array
2327
+ # resp.engagement_resource_association_summaries[0].catalog #=> String
2328
+ # resp.engagement_resource_association_summaries[0].created_by #=> String
2329
+ # resp.engagement_resource_association_summaries[0].engagement_id #=> String
2330
+ # resp.engagement_resource_association_summaries[0].resource_id #=> String
2331
+ # resp.engagement_resource_association_summaries[0].resource_type #=> String, one of "Opportunity"
2332
+ # resp.next_token #=> String
2333
+ #
2334
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagementResourceAssociations AWS API Documentation
2335
+ #
2336
+ # @overload list_engagement_resource_associations(params = {})
2337
+ # @param [Hash] params ({})
2338
+ def list_engagement_resource_associations(params = {}, options = {})
2339
+ req = build_request(:list_engagement_resource_associations, params)
2340
+ req.send_request(options)
2341
+ end
2342
+
2343
+ # This action allows users to retrieve a list of engagement records from
2344
+ # Partner Central. This action can be used to manage and track various
2345
+ # engagements across different stages of the partner selling process.
2346
+ #
2347
+ # @option params [required, String] :catalog
2348
+ # Specifies the catalog related to the request.
2349
+ #
2350
+ # @option params [Array<String>] :created_by
2351
+ # A list of AWS account IDs. When specified, the response includes
2352
+ # engagements created by these accounts. This filter is useful for
2353
+ # finding engagements created by specific team members.
2354
+ #
2355
+ # @option params [Array<String>] :engagement_identifier
2356
+ # An array of strings representing engagement identifiers to retrieve.
2357
+ #
2358
+ # @option params [Array<String>] :exclude_created_by
2359
+ # An array of strings representing AWS Account IDs. Use this to exclude
2360
+ # engagements created by specific users.
2361
+ #
2362
+ # @option params [Integer] :max_results
2363
+ # The maximum number of results to return in a single call.
2364
+ #
2365
+ # @option params [String] :next_token
2366
+ # The token for the next set of results. This value is returned from a
2367
+ # previous call.
2368
+ #
2369
+ # @option params [Types::EngagementSort] :sort
2370
+ # An object that specifies the sort order of the results.
2371
+ #
2372
+ # @return [Types::ListEngagementsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2373
+ #
2374
+ # * {Types::ListEngagementsResponse#engagement_summary_list #engagement_summary_list} => Array&lt;Types::EngagementSummary&gt;
2375
+ # * {Types::ListEngagementsResponse#next_token #next_token} => String
2376
+ #
2377
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2378
+ #
2379
+ # @example Request syntax with placeholder values
2380
+ #
2381
+ # resp = client.list_engagements({
2382
+ # catalog: "CatalogIdentifier", # required
2383
+ # created_by: ["AwsAccount"],
2384
+ # engagement_identifier: ["EngagementArnOrIdentifier"],
2385
+ # exclude_created_by: ["AwsAccount"],
2386
+ # max_results: 1,
2387
+ # next_token: "String",
2388
+ # sort: {
2389
+ # sort_by: "CreatedDate", # required, accepts CreatedDate
2390
+ # sort_order: "ASCENDING", # required, accepts ASCENDING, DESCENDING
2391
+ # },
2392
+ # })
2393
+ #
2394
+ # @example Response structure
2395
+ #
2396
+ # resp.engagement_summary_list #=> Array
2397
+ # resp.engagement_summary_list[0].arn #=> String
2398
+ # resp.engagement_summary_list[0].created_at #=> Time
2399
+ # resp.engagement_summary_list[0].created_by #=> String
2400
+ # resp.engagement_summary_list[0].id #=> String
2401
+ # resp.engagement_summary_list[0].member_count #=> Integer
2402
+ # resp.engagement_summary_list[0].title #=> String
2403
+ # resp.next_token #=> String
2404
+ #
2405
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListEngagements AWS API Documentation
2406
+ #
2407
+ # @overload list_engagements(params = {})
2408
+ # @param [Hash] params ({})
2409
+ def list_engagements(params = {}, options = {})
2410
+ req = build_request(:list_engagements, params)
2411
+ req.send_request(options)
2412
+ end
2413
+
2414
+ # This request accepts a list of filters that retrieve opportunity
2415
+ # subsets as well as sort options. This feature is available to partners
2416
+ # from [Partner Central][1] using the `ListOpportunities` API action.
2417
+ #
2418
+ # To synchronize your system with Amazon Web Services, only list the
2419
+ # opportunities that were newly created or updated. We recommend you
2420
+ # rely on events emitted by the service into your Amazon Web Services
2421
+ # account’s Amazon EventBridge default event bus, you can also use the
2422
+ # `ListOpportunities` action.
1350
2423
  #
1351
2424
  # We recommend the following approach:
1352
2425
  #
@@ -1446,6 +2519,7 @@ module Aws::PartnerCentralSelling
1446
2519
  #
1447
2520
  # resp.next_token #=> String
1448
2521
  # resp.opportunity_summaries #=> Array
2522
+ # resp.opportunity_summaries[0].arn #=> String
1449
2523
  # resp.opportunity_summaries[0].catalog #=> String
1450
2524
  # resp.opportunity_summaries[0].created_date #=> Time
1451
2525
  # resp.opportunity_summaries[0].customer.account.address.city #=> String
@@ -1472,6 +2546,7 @@ module Aws::PartnerCentralSelling
1472
2546
  # resp.opportunity_summaries[0].project.expected_customer_spend #=> Array
1473
2547
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].amount #=> String
1474
2548
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].currency_code #=> String, one of "USD", "EUR", "GBP", "AUD", "CAD", "CNY", "NZD", "INR", "JPY", "CHF", "SEK", "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV", "BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CDF", "CHE", "CHW", "CLF", "CLP", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "FJD", "FKP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IQD", "IRR", "ISK", "JMD", "JOD", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MXV", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USN", "UYI", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "XSU", "XUA", "YER", "ZAR", "ZMW", "ZWL"
2549
+ # resp.opportunity_summaries[0].project.expected_customer_spend[0].estimation_url #=> String
1475
2550
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1476
2551
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].target_company #=> String
1477
2552
  #
@@ -1484,6 +2559,141 @@ module Aws::PartnerCentralSelling
1484
2559
  req.send_request(options)
1485
2560
  end
1486
2561
 
2562
+ # Lists resource snapshot jobs owned by the customer. This operation
2563
+ # supports various filtering scenarios, including listing all jobs owned
2564
+ # by the caller, jobs for a specific engagement, jobs with a specific
2565
+ # status, or any combination of these filters.
2566
+ #
2567
+ # @option params [required, String] :catalog
2568
+ # Specifies the catalog related to the request.
2569
+ #
2570
+ # @option params [String] :engagement_identifier
2571
+ # The identifier of the engagement to filter the response.
2572
+ #
2573
+ # @option params [Integer] :max_results
2574
+ # The maximum number of results to return in a single call. If omitted,
2575
+ # defaults to 50.
2576
+ #
2577
+ # @option params [String] :next_token
2578
+ # The token for the next set of results.
2579
+ #
2580
+ # @option params [Types::SortObject] :sort
2581
+ # Configures the sorting of the response. If omitted, results are sorted
2582
+ # by `CreatedDate` in descending order.
2583
+ #
2584
+ # @option params [String] :status
2585
+ # The status of the jobs to filter the response.
2586
+ #
2587
+ # @return [Types::ListResourceSnapshotJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2588
+ #
2589
+ # * {Types::ListResourceSnapshotJobsResponse#next_token #next_token} => String
2590
+ # * {Types::ListResourceSnapshotJobsResponse#resource_snapshot_job_summaries #resource_snapshot_job_summaries} => Array&lt;Types::ResourceSnapshotJobSummary&gt;
2591
+ #
2592
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2593
+ #
2594
+ # @example Request syntax with placeholder values
2595
+ #
2596
+ # resp = client.list_resource_snapshot_jobs({
2597
+ # catalog: "CatalogIdentifier", # required
2598
+ # engagement_identifier: "EngagementIdentifier",
2599
+ # max_results: 1,
2600
+ # next_token: "String",
2601
+ # sort: {
2602
+ # sort_by: "CreatedDate", # accepts CreatedDate
2603
+ # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
2604
+ # },
2605
+ # status: "Running", # accepts Running, Stopped
2606
+ # })
2607
+ #
2608
+ # @example Response structure
2609
+ #
2610
+ # resp.next_token #=> String
2611
+ # resp.resource_snapshot_job_summaries #=> Array
2612
+ # resp.resource_snapshot_job_summaries[0].arn #=> String
2613
+ # resp.resource_snapshot_job_summaries[0].engagement_id #=> String
2614
+ # resp.resource_snapshot_job_summaries[0].id #=> String
2615
+ # resp.resource_snapshot_job_summaries[0].status #=> String, one of "Running", "Stopped"
2616
+ #
2617
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListResourceSnapshotJobs AWS API Documentation
2618
+ #
2619
+ # @overload list_resource_snapshot_jobs(params = {})
2620
+ # @param [Hash] params ({})
2621
+ def list_resource_snapshot_jobs(params = {}, options = {})
2622
+ req = build_request(:list_resource_snapshot_jobs, params)
2623
+ req.send_request(options)
2624
+ end
2625
+
2626
+ # Retrieves a list of resource view snapshots based on specified
2627
+ # criteria.
2628
+ #
2629
+ # @option params [required, String] :catalog
2630
+ # Specifies the catalog related to the request.
2631
+ #
2632
+ # @option params [String] :created_by
2633
+ # Filters the response to include only snapshots of resources created by
2634
+ # the specified AWS account.
2635
+ #
2636
+ # @option params [required, String] :engagement_identifier
2637
+ # The unique identifier of the engagement associated with the snapshots.
2638
+ #
2639
+ # @option params [Integer] :max_results
2640
+ # The maximum number of results to return in a single call.
2641
+ #
2642
+ # @option params [String] :next_token
2643
+ # The token for the next set of results.
2644
+ #
2645
+ # @option params [String] :resource_identifier
2646
+ # Filters the response to include only snapshots of the specified
2647
+ # resource.
2648
+ #
2649
+ # @option params [String] :resource_snapshot_template_identifier
2650
+ # Filters the response to include only snapshots created using the
2651
+ # specified template.
2652
+ #
2653
+ # @option params [String] :resource_type
2654
+ # Filters the response to include only snapshots of the specified
2655
+ # resource type.
2656
+ #
2657
+ # @return [Types::ListResourceSnapshotsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2658
+ #
2659
+ # * {Types::ListResourceSnapshotsResponse#next_token #next_token} => String
2660
+ # * {Types::ListResourceSnapshotsResponse#resource_snapshot_summaries #resource_snapshot_summaries} => Array&lt;Types::ResourceSnapshotSummary&gt;
2661
+ #
2662
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2663
+ #
2664
+ # @example Request syntax with placeholder values
2665
+ #
2666
+ # resp = client.list_resource_snapshots({
2667
+ # catalog: "CatalogIdentifier", # required
2668
+ # created_by: "AwsAccount",
2669
+ # engagement_identifier: "EngagementIdentifier", # required
2670
+ # max_results: 1,
2671
+ # next_token: "String",
2672
+ # resource_identifier: "ResourceIdentifier",
2673
+ # resource_snapshot_template_identifier: "ResourceTemplateName",
2674
+ # resource_type: "Opportunity", # accepts Opportunity
2675
+ # })
2676
+ #
2677
+ # @example Response structure
2678
+ #
2679
+ # resp.next_token #=> String
2680
+ # resp.resource_snapshot_summaries #=> Array
2681
+ # resp.resource_snapshot_summaries[0].arn #=> String
2682
+ # resp.resource_snapshot_summaries[0].created_by #=> String
2683
+ # resp.resource_snapshot_summaries[0].resource_id #=> String
2684
+ # resp.resource_snapshot_summaries[0].resource_snapshot_template_name #=> String
2685
+ # resp.resource_snapshot_summaries[0].resource_type #=> String, one of "Opportunity"
2686
+ # resp.resource_snapshot_summaries[0].revision #=> Integer
2687
+ #
2688
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListResourceSnapshots AWS API Documentation
2689
+ #
2690
+ # @overload list_resource_snapshots(params = {})
2691
+ # @param [Hash] params ({})
2692
+ def list_resource_snapshots(params = {}, options = {})
2693
+ req = build_request(:list_resource_snapshots, params)
2694
+ req.send_request(options)
2695
+ end
2696
+
1487
2697
  # Retrieves a list of Partner Solutions that the partner registered on
1488
2698
  # Partner Central. This API is used to generate a list of solutions that
1489
2699
  # an end user selects from for association with an opportunity.
@@ -1550,6 +2760,7 @@ module Aws::PartnerCentralSelling
1550
2760
  #
1551
2761
  # resp.next_token #=> String
1552
2762
  # resp.solution_summaries #=> Array
2763
+ # resp.solution_summaries[0].arn #=> String
1553
2764
  # resp.solution_summaries[0].catalog #=> String
1554
2765
  # resp.solution_summaries[0].category #=> String
1555
2766
  # resp.solution_summaries[0].created_date #=> Time
@@ -1566,6 +2777,44 @@ module Aws::PartnerCentralSelling
1566
2777
  req.send_request(options)
1567
2778
  end
1568
2779
 
2780
+ # Updates the currently set system settings, which include the IAM Role
2781
+ # used for resource snapshot jobs.
2782
+ #
2783
+ # @option params [required, String] :catalog
2784
+ # Specifies the catalog in which the settings will be updated.
2785
+ # Acceptable values include `AWS` for production and `Sandbox` for
2786
+ # testing environments.
2787
+ #
2788
+ # @option params [String] :resource_snapshot_job_role_identifier
2789
+ # Specifies the ARN of the IAM Role used for resource snapshot job
2790
+ # executions.
2791
+ #
2792
+ # @return [Types::PutSellingSystemSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2793
+ #
2794
+ # * {Types::PutSellingSystemSettingsResponse#catalog #catalog} => String
2795
+ # * {Types::PutSellingSystemSettingsResponse#resource_snapshot_job_role_arn #resource_snapshot_job_role_arn} => String
2796
+ #
2797
+ # @example Request syntax with placeholder values
2798
+ #
2799
+ # resp = client.put_selling_system_settings({
2800
+ # catalog: "CatalogIdentifier", # required
2801
+ # resource_snapshot_job_role_identifier: "ResourceSnapshotJobRoleIdentifier",
2802
+ # })
2803
+ #
2804
+ # @example Response structure
2805
+ #
2806
+ # resp.catalog #=> String
2807
+ # resp.resource_snapshot_job_role_arn #=> String
2808
+ #
2809
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/PutSellingSystemSettings AWS API Documentation
2810
+ #
2811
+ # @overload put_selling_system_settings(params = {})
2812
+ # @param [Hash] params ({})
2813
+ def put_selling_system_settings(params = {}, options = {})
2814
+ req = build_request(:put_selling_system_settings, params)
2815
+ req.send_request(options)
2816
+ end
2817
+
1569
2818
  # This action rejects an `EngagementInvitation` that AWS shared.
1570
2819
  # Rejecting an invitation indicates that the partner doesn't want to
1571
2820
  # pursue the opportunity, and all related data will become inaccessible
@@ -1650,6 +2899,7 @@ module Aws::PartnerCentralSelling
1650
2899
  # * {Types::StartEngagementByAcceptingInvitationTaskResponse#message #message} => String
1651
2900
  # * {Types::StartEngagementByAcceptingInvitationTaskResponse#opportunity_id #opportunity_id} => String
1652
2901
  # * {Types::StartEngagementByAcceptingInvitationTaskResponse#reason_code #reason_code} => String
2902
+ # * {Types::StartEngagementByAcceptingInvitationTaskResponse#resource_snapshot_job_id #resource_snapshot_job_id} => String
1653
2903
  # * {Types::StartEngagementByAcceptingInvitationTaskResponse#start_time #start_time} => Time
1654
2904
  # * {Types::StartEngagementByAcceptingInvitationTaskResponse#task_arn #task_arn} => String
1655
2905
  # * {Types::StartEngagementByAcceptingInvitationTaskResponse#task_id #task_id} => String
@@ -1668,7 +2918,8 @@ module Aws::PartnerCentralSelling
1668
2918
  # resp.engagement_invitation_id #=> String
1669
2919
  # resp.message #=> String
1670
2920
  # resp.opportunity_id #=> String
1671
- # resp.reason_code #=> String, one of "InvitationAccessDenied", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "EngagementValidationFailed", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied"
2921
+ # resp.reason_code #=> String, one of "InvitationAccessDenied", "InvitationValidationFailed", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "ResourceSnapshotJobValidationFailed", "ResourceSnapshotJobConflict", "EngagementValidationFailed", "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", "InternalError", "ServiceQuotaExceeded", "RequestThrottled"
2922
+ # resp.resource_snapshot_job_id #=> String
1672
2923
  # resp.start_time #=> Time
1673
2924
  # resp.task_arn #=> String
1674
2925
  # resp.task_id #=> String
@@ -1714,9 +2965,12 @@ module Aws::PartnerCentralSelling
1714
2965
  #
1715
2966
  # @return [Types::StartEngagementFromOpportunityTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1716
2967
  #
2968
+ # * {Types::StartEngagementFromOpportunityTaskResponse#engagement_id #engagement_id} => String
2969
+ # * {Types::StartEngagementFromOpportunityTaskResponse#engagement_invitation_id #engagement_invitation_id} => String
1717
2970
  # * {Types::StartEngagementFromOpportunityTaskResponse#message #message} => String
1718
2971
  # * {Types::StartEngagementFromOpportunityTaskResponse#opportunity_id #opportunity_id} => String
1719
2972
  # * {Types::StartEngagementFromOpportunityTaskResponse#reason_code #reason_code} => String
2973
+ # * {Types::StartEngagementFromOpportunityTaskResponse#resource_snapshot_job_id #resource_snapshot_job_id} => String
1720
2974
  # * {Types::StartEngagementFromOpportunityTaskResponse#start_time #start_time} => Time
1721
2975
  # * {Types::StartEngagementFromOpportunityTaskResponse#task_arn #task_arn} => String
1722
2976
  # * {Types::StartEngagementFromOpportunityTaskResponse#task_id #task_id} => String
@@ -1736,9 +2990,12 @@ module Aws::PartnerCentralSelling
1736
2990
  #
1737
2991
  # @example Response structure
1738
2992
  #
2993
+ # resp.engagement_id #=> String
2994
+ # resp.engagement_invitation_id #=> String
1739
2995
  # resp.message #=> String
1740
2996
  # resp.opportunity_id #=> String
1741
- # resp.reason_code #=> String, one of "InvitationAccessDenied", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "EngagementValidationFailed", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied"
2997
+ # resp.reason_code #=> String, one of "InvitationAccessDenied", "InvitationValidationFailed", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "ResourceSnapshotJobValidationFailed", "ResourceSnapshotJobConflict", "EngagementValidationFailed", "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", "InternalError", "ServiceQuotaExceeded", "RequestThrottled"
2998
+ # resp.resource_snapshot_job_id #=> String
1742
2999
  # resp.start_time #=> Time
1743
3000
  # resp.task_arn #=> String
1744
3001
  # resp.task_id #=> String
@@ -1753,6 +3010,98 @@ module Aws::PartnerCentralSelling
1753
3010
  req.send_request(options)
1754
3011
  end
1755
3012
 
3013
+ # Starts a resource snapshot job that has been previously created.
3014
+ #
3015
+ # @option params [required, String] :catalog
3016
+ # Specifies the catalog related to the request.
3017
+ #
3018
+ # @option params [required, String] :resource_snapshot_job_identifier
3019
+ # The identifier of the resource snapshot job to start.
3020
+ #
3021
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3022
+ #
3023
+ # @example Request syntax with placeholder values
3024
+ #
3025
+ # resp = client.start_resource_snapshot_job({
3026
+ # catalog: "CatalogIdentifier", # required
3027
+ # resource_snapshot_job_identifier: "ResourceSnapshotJobIdentifier", # required
3028
+ # })
3029
+ #
3030
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartResourceSnapshotJob AWS API Documentation
3031
+ #
3032
+ # @overload start_resource_snapshot_job(params = {})
3033
+ # @param [Hash] params ({})
3034
+ def start_resource_snapshot_job(params = {}, options = {})
3035
+ req = build_request(:start_resource_snapshot_job, params)
3036
+ req.send_request(options)
3037
+ end
3038
+
3039
+ # Stops a resource snapshot job. The job must be started prior to being
3040
+ # stopped.
3041
+ #
3042
+ # @option params [required, String] :catalog
3043
+ # Specifies the catalog related to the request.
3044
+ #
3045
+ # @option params [required, String] :resource_snapshot_job_identifier
3046
+ # The identifier of the job to stop.
3047
+ #
3048
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3049
+ #
3050
+ # @example Request syntax with placeholder values
3051
+ #
3052
+ # resp = client.stop_resource_snapshot_job({
3053
+ # catalog: "CatalogIdentifier", # required
3054
+ # resource_snapshot_job_identifier: "ResourceSnapshotJobIdentifier", # required
3055
+ # })
3056
+ #
3057
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StopResourceSnapshotJob AWS API Documentation
3058
+ #
3059
+ # @overload stop_resource_snapshot_job(params = {})
3060
+ # @param [Hash] params ({})
3061
+ def stop_resource_snapshot_job(params = {}, options = {})
3062
+ req = build_request(:stop_resource_snapshot_job, params)
3063
+ req.send_request(options)
3064
+ end
3065
+
3066
+ # Use this action to submit an opportunity that was previously created
3067
+ # by partner for AWS review. After you perform this action, the
3068
+ # opportunity becomes non-editable until it is reviewed by AWS and has `
3069
+ # LifeCycle.ReviewStatus ` as either `Approved` or `Action Required`.
3070
+ #
3071
+ # @option params [required, String] :catalog
3072
+ # Specifies the catalog related to the request.
3073
+ #
3074
+ # @option params [required, String] :identifier
3075
+ # The identifier of the opportunity previously created by partner and
3076
+ # needs to be submitted.
3077
+ #
3078
+ # @option params [required, String] :involvement_type
3079
+ # Specifies the level of AWS sellers' involvement on the opportunity.
3080
+ #
3081
+ # @option params [String] :visibility
3082
+ # Determines whether to restrict visibility of the opportunity from AWS
3083
+ # sales. Default value is Full.
3084
+ #
3085
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3086
+ #
3087
+ # @example Request syntax with placeholder values
3088
+ #
3089
+ # resp = client.submit_opportunity({
3090
+ # catalog: "CatalogIdentifier", # required
3091
+ # identifier: "OpportunityIdentifier", # required
3092
+ # involvement_type: "For Visibility Only", # required, accepts For Visibility Only, Co-Sell
3093
+ # visibility: "Full", # accepts Full, Limited
3094
+ # })
3095
+ #
3096
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/SubmitOpportunity AWS API Documentation
3097
+ #
3098
+ # @overload submit_opportunity(params = {})
3099
+ # @param [Hash] params ({})
3100
+ def submit_opportunity(params = {}, options = {})
3101
+ req = build_request(:submit_opportunity, params)
3102
+ req.send_request(options)
3103
+ end
3104
+
1756
3105
  # Updates the `Opportunity` record identified by a given `Identifier`.
1757
3106
  # This operation allows you to modify the details of an existing
1758
3107
  # opportunity to reflect the latest information and progress. Use this
@@ -1945,6 +3294,7 @@ module Aws::PartnerCentralSelling
1945
3294
  # {
1946
3295
  # amount: "String", # required
1947
3296
  # 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
3297
+ # estimation_url: "WebsiteUrl",
1948
3298
  # frequency: "Monthly", # required, accepts Monthly
1949
3299
  # target_company: "ExpectedCustomerSpendTargetCompanyString", # required
1950
3300
  # },
@@ -1998,7 +3348,7 @@ module Aws::PartnerCentralSelling
1998
3348
  tracer: tracer
1999
3349
  )
2000
3350
  context[:gem_name] = 'aws-sdk-partnercentralselling'
2001
- context[:gem_version] = '1.2.0'
3351
+ context[:gem_version] = '1.3.0'
2002
3352
  Seahorse::Client::Request.new(handlers, context)
2003
3353
  end
2004
3354