aws-sdk-partnercentralselling 1.30.0 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: add1cb5649521335faf8ae3ea587561396dc893628953cf998bda79e654f89bc
4
- data.tar.gz: 8041c82fdcb0e5b0de9ac414074f02c75a1b301b2cbb9ebdb286da7f06c50542
3
+ metadata.gz: 35d1348fccc526eca9cdca727e4b6694397086aaa0f87b4a63964ad0f0efa5bf
4
+ data.tar.gz: b261d4726cd8d95c2e343e6fdb624fee3ea7bde298336a7f288192b7f3c63e9e
5
5
  SHA512:
6
- metadata.gz: efc52185d7d8d80cf0168e36ae67fcc06ce8ff25b1517e39ae8eb35f8434ed90e61e789f3921e57636b8a82638b8f041a0121440bc11d9fc71e7c8300623a709
7
- data.tar.gz: e75c509143b965a634083b81c63065cdbdbdfc8a0d96d019d41936f1a0ea9c790b147bd17dac88f1f6895ac0df26565fd3a94dbcd7bd72aa9436bba143f58ce8
6
+ metadata.gz: eb79b659916a7161f94658854d3cba4af9a0e79e5eff670ac6952d37f872dacc2bd0d3f210bb3261bd5218308b7ac36654059cc8396c255b54e8c2f07b40f613
7
+ data.tar.gz: 630013d5b335f29a9f0453f68494688a43c9bf28fa4dea6ce925429e49873b967181abffe9e23464c23403ccfac4cb4dd123e1a9a59e31bf08b13023792a2c10
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.31.0 (2026-05-15)
10
+ ------------------
11
+
12
+ * Feature - Enable TCV intake on Opportunity to improve Opportunities Hygiene and downstream revenue attribution.
13
+
4
14
  1.30.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.32.0
@@ -1231,6 +1231,10 @@ module Aws::PartnerCentralSelling
1231
1231
  # estimation_url: "EstimationUrl",
1232
1232
  # },
1233
1233
  # ],
1234
+ # expected_contract_duration: {
1235
+ # term: "Months", # required, accepts Months
1236
+ # value: "String", # required
1237
+ # },
1234
1238
  # title: "ProjectTitleString",
1235
1239
  # apn_programs: ["String"],
1236
1240
  # customer_business_problem: "ProjectCustomerBusinessProblemString",
@@ -1949,6 +1953,8 @@ module Aws::PartnerCentralSelling
1949
1953
  # resp.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
1950
1954
  # resp.project.expected_customer_spend[0].target_company #=> String
1951
1955
  # resp.project.expected_customer_spend[0].estimation_url #=> String
1956
+ # resp.project.expected_contract_duration.term #=> String, one of "Months"
1957
+ # resp.project.expected_contract_duration.value #=> String
1952
1958
  # resp.project.title #=> String
1953
1959
  # resp.project.apn_programs #=> Array
1954
1960
  # resp.project.apn_programs[0] #=> String
@@ -2122,6 +2128,8 @@ module Aws::PartnerCentralSelling
2122
2128
  # resp.payload.opportunity_summary.project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
2123
2129
  # resp.payload.opportunity_summary.project.expected_customer_spend[0].target_company #=> String
2124
2130
  # resp.payload.opportunity_summary.project.expected_customer_spend[0].estimation_url #=> String
2131
+ # resp.payload.opportunity_summary.project.expected_contract_duration.term #=> String, one of "Months"
2132
+ # resp.payload.opportunity_summary.project.expected_contract_duration.value #=> String
2125
2133
  # resp.payload.opportunity_summary.project.customer_use_case #=> String
2126
2134
  # resp.payload.opportunity_summary.project.sales_activities #=> Array
2127
2135
  # 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"
@@ -2960,6 +2968,8 @@ module Aws::PartnerCentralSelling
2960
2968
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].frequency #=> String, one of "Monthly"
2961
2969
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].target_company #=> String
2962
2970
  # resp.opportunity_summaries[0].project.expected_customer_spend[0].estimation_url #=> String
2971
+ # resp.opportunity_summaries[0].project.expected_contract_duration.term #=> String, one of "Months"
2972
+ # resp.opportunity_summaries[0].project.expected_contract_duration.value #=> String
2963
2973
  # resp.next_token #=> String
2964
2974
  #
2965
2975
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListOpportunities AWS API Documentation
@@ -4121,6 +4131,10 @@ module Aws::PartnerCentralSelling
4121
4131
  # estimation_url: "EstimationUrl",
4122
4132
  # },
4123
4133
  # ],
4134
+ # expected_contract_duration: {
4135
+ # term: "Months", # required, accepts Months
4136
+ # value: "String", # required
4137
+ # },
4124
4138
  # title: "ProjectTitleString",
4125
4139
  # apn_programs: ["String"],
4126
4140
  # customer_business_problem: "ProjectCustomerBusinessProblemString",
@@ -4201,7 +4215,7 @@ module Aws::PartnerCentralSelling
4201
4215
  tracer: tracer
4202
4216
  )
4203
4217
  context[:gem_name] = 'aws-sdk-partnercentralselling'
4204
- context[:gem_version] = '1.30.0'
4218
+ context[:gem_version] = '1.32.0'
4205
4219
  Seahorse::Client::Request.new(handlers, context)
4206
4220
  end
4207
4221
 
@@ -161,6 +161,8 @@ module Aws::PartnerCentralSelling
161
161
  EngagementTitle = Shapes::StringShape.new(name: 'EngagementTitle')
162
162
  EngagementUseCase = Shapes::StringShape.new(name: 'EngagementUseCase')
163
163
  EstimationUrl = Shapes::StringShape.new(name: 'EstimationUrl')
164
+ ExpectedContractDuration = Shapes::StructureShape.new(name: 'ExpectedContractDuration')
165
+ ExpectedContractDurationTerm = Shapes::StringShape.new(name: 'ExpectedContractDurationTerm')
164
166
  ExpectedCustomerSpend = Shapes::StructureShape.new(name: 'ExpectedCustomerSpend')
165
167
  ExpectedCustomerSpendList = Shapes::ListShape.new(name: 'ExpectedCustomerSpendList')
166
168
  ExpectedCustomerSpendTargetCompanyString = Shapes::StringShape.new(name: 'ExpectedCustomerSpendTargetCompanyString')
@@ -764,6 +766,10 @@ module Aws::PartnerCentralSelling
764
766
 
765
767
  EngagementSummaryList.member = Shapes::ShapeRef.new(shape: EngagementSummary)
766
768
 
769
+ ExpectedContractDuration.add_member(:term, Shapes::ShapeRef.new(shape: ExpectedContractDurationTerm, required: true, location_name: "Term"))
770
+ ExpectedContractDuration.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
771
+ ExpectedContractDuration.struct_class = Types::ExpectedContractDuration
772
+
767
773
  ExpectedCustomerSpend.add_member(:amount, Shapes::ShapeRef.new(shape: Amount, location_name: "Amount"))
768
774
  ExpectedCustomerSpend.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, required: true, location_name: "CurrencyCode"))
769
775
  ExpectedCustomerSpend.add_member(:frequency, Shapes::ShapeRef.new(shape: PaymentFrequency, required: true, location_name: "Frequency"))
@@ -1279,6 +1285,7 @@ module Aws::PartnerCentralSelling
1279
1285
 
1280
1286
  Project.add_member(:delivery_models, Shapes::ShapeRef.new(shape: DeliveryModels, location_name: "DeliveryModels"))
1281
1287
  Project.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
1288
+ Project.add_member(:expected_contract_duration, Shapes::ShapeRef.new(shape: ExpectedContractDuration, location_name: "ExpectedContractDuration"))
1282
1289
  Project.add_member(:title, Shapes::ShapeRef.new(shape: ProjectTitleString, location_name: "Title"))
1283
1290
  Project.add_member(:apn_programs, Shapes::ShapeRef.new(shape: ApnPrograms, location_name: "ApnPrograms"))
1284
1291
  Project.add_member(:customer_business_problem, Shapes::ShapeRef.new(shape: ProjectCustomerBusinessProblemString, location_name: "CustomerBusinessProblem"))
@@ -1300,10 +1307,12 @@ module Aws::PartnerCentralSelling
1300
1307
 
1301
1308
  ProjectSummary.add_member(:delivery_models, Shapes::ShapeRef.new(shape: DeliveryModels, location_name: "DeliveryModels"))
1302
1309
  ProjectSummary.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
1310
+ ProjectSummary.add_member(:expected_contract_duration, Shapes::ShapeRef.new(shape: ExpectedContractDuration, location_name: "ExpectedContractDuration"))
1303
1311
  ProjectSummary.struct_class = Types::ProjectSummary
1304
1312
 
1305
1313
  ProjectView.add_member(:delivery_models, Shapes::ShapeRef.new(shape: DeliveryModels, location_name: "DeliveryModels"))
1306
1314
  ProjectView.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
1315
+ ProjectView.add_member(:expected_contract_duration, Shapes::ShapeRef.new(shape: ExpectedContractDuration, location_name: "ExpectedContractDuration"))
1307
1316
  ProjectView.add_member(:customer_use_case, Shapes::ShapeRef.new(shape: String, location_name: "CustomerUseCase"))
1308
1317
  ProjectView.add_member(:sales_activities, Shapes::ShapeRef.new(shape: SalesActivities, location_name: "SalesActivities"))
1309
1318
  ProjectView.add_member(:other_solution_description, Shapes::ShapeRef.new(shape: ProjectViewOtherSolutionDescriptionString, location_name: "OtherSolutionDescription"))
@@ -2029,6 +2029,30 @@ module Aws::PartnerCentralSelling
2029
2029
  include Aws::Structure
2030
2030
  end
2031
2031
 
2032
+ # The expected duration of a partner's contract with the customer. Used
2033
+ # to convert Total Contract Value (TCV) to Monthly Recurring Revenue
2034
+ # (MRR) for opportunity dealsizing calculations.
2035
+ #
2036
+ # @!attribute [rw] term
2037
+ # The unit of measurement for the contract duration value. Currently
2038
+ # accepts only `Months`.
2039
+ # @return [String]
2040
+ #
2041
+ # @!attribute [rw] value
2042
+ # A String representation of the contract duration as an integer,
2043
+ # expressed in the unit defined by `Term`. Valid values range from `1`
2044
+ # to `144`.
2045
+ # @return [String]
2046
+ #
2047
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ExpectedContractDuration AWS API Documentation
2048
+ #
2049
+ class ExpectedContractDuration < Struct.new(
2050
+ :term,
2051
+ :value)
2052
+ SENSITIVE = []
2053
+ include Aws::Structure
2054
+ end
2055
+
2032
2056
  # Provides an estimate of the revenue that the partner is expected to
2033
2057
  # generate from the opportunity. This information helps partners assess
2034
2058
  # the financial value of the project.
@@ -2040,8 +2064,11 @@ module Aws::PartnerCentralSelling
2040
2064
  # @return [String]
2041
2065
  #
2042
2066
  # @!attribute [rw] currency_code
2043
- # Currency code for the expected customer spend. Supported currencies:
2044
- # USD, EUR
2067
+ # Indicates the currency in which the revenue estimate is provided.
2068
+ # This helps in understanding the financial impact across different
2069
+ # markets. Accepted values are `USD` (US Dollars) and `EUR` (Euros).
2070
+ # If the AWS Partition is `aws-eusc` (AWS European Sovereign Cloud),
2071
+ # the currency code must be `EUR`.
2045
2072
  # @return [String]
2046
2073
  #
2047
2074
  # @!attribute [rw] frequency
@@ -5189,6 +5216,13 @@ module Aws::PartnerCentralSelling
5189
5216
  # evaluating the potential financial value of the opportunity for AWS.
5190
5217
  # @return [Array<Types::ExpectedCustomerSpend>]
5191
5218
  #
5219
+ # @!attribute [rw] expected_contract_duration
5220
+ # Optional. The expected duration of the contract associated with this
5221
+ # opportunity. Partners use this value alongside expected customer
5222
+ # spend to convert Total Contract Value (TCV) into Monthly Recurring
5223
+ # Revenue (MRR).
5224
+ # @return [Types::ExpectedContractDuration]
5225
+ #
5192
5226
  # @!attribute [rw] title
5193
5227
  # Specifies the `Opportunity`'s title or name.
5194
5228
  # @return [String]
@@ -5316,6 +5350,7 @@ module Aws::PartnerCentralSelling
5316
5350
  class Project < Struct.new(
5317
5351
  :delivery_models,
5318
5352
  :expected_customer_spend,
5353
+ :expected_contract_duration,
5319
5354
  :title,
5320
5355
  :apn_programs,
5321
5356
  :customer_business_problem,
@@ -5402,11 +5437,18 @@ module Aws::PartnerCentralSelling
5402
5437
  # offering a high-level view of the potential financial impact.
5403
5438
  # @return [Array<Types::ExpectedCustomerSpend>]
5404
5439
  #
5440
+ # @!attribute [rw] expected_contract_duration
5441
+ # Optional. The expected contract duration for this opportunity,
5442
+ # representing the anticipated length of the contract in the unit
5443
+ # specified by `Term`.
5444
+ # @return [Types::ExpectedContractDuration]
5445
+ #
5405
5446
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ProjectSummary AWS API Documentation
5406
5447
  #
5407
5448
  class ProjectSummary < Struct.new(
5408
5449
  :delivery_models,
5409
- :expected_customer_spend)
5450
+ :expected_customer_spend,
5451
+ :expected_contract_duration)
5410
5452
  SENSITIVE = []
5411
5453
  include Aws::Structure
5412
5454
  end
@@ -5426,6 +5468,12 @@ module Aws::PartnerCentralSelling
5426
5468
  # and currency of expected expenditure.
5427
5469
  # @return [Array<Types::ExpectedCustomerSpend>]
5428
5470
  #
5471
+ # @!attribute [rw] expected_contract_duration
5472
+ # Optional. The expected contract duration for this opportunity,
5473
+ # representing the anticipated length of the contract in the unit
5474
+ # specified by `Term`.
5475
+ # @return [Types::ExpectedContractDuration]
5476
+ #
5429
5477
  # @!attribute [rw] customer_use_case
5430
5478
  # Specifies the proposed solution focus or type of workload for the
5431
5479
  # project.
@@ -5449,6 +5497,7 @@ module Aws::PartnerCentralSelling
5449
5497
  class ProjectView < Struct.new(
5450
5498
  :delivery_models,
5451
5499
  :expected_customer_spend,
5500
+ :expected_contract_duration,
5452
5501
  :customer_use_case,
5453
5502
  :sales_activities,
5454
5503
  :other_solution_description)
@@ -55,7 +55,7 @@ module Aws::PartnerCentralSelling
55
55
  autoload :EndpointProvider, 'aws-sdk-partnercentralselling/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-partnercentralselling/endpoints'
57
57
 
58
- GEM_VERSION = '1.30.0'
58
+ GEM_VERSION = '1.32.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -125,56 +125,8 @@ module Aws
125
125
  {
126
126
  id: ::String?,
127
127
  type: ("CustomerProject" | "Lead"),
128
- payload: {
129
- customer_project: {
130
- customer: {
131
- industry: ("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"),
132
- company_name: ::String,
133
- website_url: ::String,
134
- country_code: ("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")
135
- }?,
136
- project: {
137
- title: ::String,
138
- business_problem: ::String,
139
- target_completion_date: ::String
140
- }?
141
- }?,
142
- lead: {
143
- qualification_status: ::String?,
144
- customer: {
145
- industry: ("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")?,
146
- company_name: ::String,
147
- website_url: ::String?,
148
- address: {
149
- city: ::String?,
150
- postal_code: ::String?,
151
- state_or_region: ::String?,
152
- country_code: ("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")?
153
- },
154
- aws_maturity: ::String?,
155
- market_segment: ("Enterprise" | "Large" | "Medium" | "Small" | "Micro")?
156
- },
157
- interactions: Array[
158
- {
159
- source_type: ::String,
160
- source_id: ::String,
161
- source_name: ::String,
162
- usecase: ::String?,
163
- interaction_date: ::Time?,
164
- customer_action: ::String,
165
- business_problem: ::String?,
166
- contact: {
167
- business_title: ::String,
168
- email: ::String,
169
- first_name: ::String,
170
- last_name: ::String,
171
- phone: ::String?
172
- }
173
- },
174
- ]
175
- }?
176
- }?
177
- },
128
+ payload: Params::engagement_context_payload?
129
+ }
178
130
  ]
179
131
  ) -> _CreateEngagementResponseSuccess
180
132
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEngagementResponseSuccess
@@ -192,55 +144,7 @@ module Aws
192
144
  engagement_identifier: ::String,
193
145
  client_token: ::String,
194
146
  type: ("CustomerProject" | "Lead"),
195
- payload: {
196
- customer_project: {
197
- customer: {
198
- industry: ("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"),
199
- company_name: ::String,
200
- website_url: ::String,
201
- country_code: ("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")
202
- }?,
203
- project: {
204
- title: ::String,
205
- business_problem: ::String,
206
- target_completion_date: ::String
207
- }?
208
- }?,
209
- lead: {
210
- qualification_status: ::String?,
211
- customer: {
212
- industry: ("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")?,
213
- company_name: ::String,
214
- website_url: ::String?,
215
- address: {
216
- city: ::String?,
217
- postal_code: ::String?,
218
- state_or_region: ::String?,
219
- country_code: ("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")?
220
- },
221
- aws_maturity: ::String?,
222
- market_segment: ("Enterprise" | "Large" | "Medium" | "Small" | "Micro")?
223
- },
224
- interactions: Array[
225
- {
226
- source_type: ::String,
227
- source_id: ::String,
228
- source_name: ::String,
229
- usecase: ::String?,
230
- interaction_date: ::Time?,
231
- customer_action: ::String,
232
- business_problem: ::String?,
233
- contact: {
234
- business_title: ::String,
235
- email: ::String,
236
- first_name: ::String,
237
- last_name: ::String,
238
- phone: ::String?
239
- }
240
- },
241
- ]
242
- }?
243
- }
147
+ payload: Params::engagement_context_payload
244
148
  ) -> _CreateEngagementContextResponseSuccess
245
149
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEngagementContextResponseSuccess
246
150
 
@@ -271,7 +175,7 @@ module Aws
271
175
  last_name: ::String?,
272
176
  business_title: ::String?,
273
177
  phone: ::String?
274
- },
178
+ }
275
179
  ]?,
276
180
  receiver_responsibilities: Array[("Distributor" | "Reseller" | "Hardware Partner" | "Managed Service Provider" | "Software Partner" | "Services Partner" | "Training Partner" | "Co-Sell Facilitator" | "Facilitator")],
277
181
  customer: {
@@ -291,7 +195,7 @@ module Aws
291
195
  frequency: ("Monthly"),
292
196
  target_company: ::String,
293
197
  estimation_url: ::String?
294
- },
198
+ }
295
199
  ]
296
200
  }
297
201
  }?,
@@ -329,55 +233,8 @@ module Aws
329
233
  ?primary_needs_from_aws: Array[("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")],
330
234
  ?national_security: ("Yes" | "No"),
331
235
  ?partner_opportunity_identifier: ::String,
332
- ?customer: {
333
- account: {
334
- industry: ("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")?,
335
- other_industry: ::String?,
336
- company_name: ::String,
337
- website_url: ::String?,
338
- aws_account_id: ::String?,
339
- address: {
340
- city: ::String?,
341
- postal_code: ::String?,
342
- state_or_region: ::String?,
343
- country_code: ("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")?,
344
- street_address: ::String?
345
- }?,
346
- duns: ::String?
347
- }?,
348
- contacts: Array[
349
- {
350
- email: ::String?,
351
- first_name: ::String?,
352
- last_name: ::String?,
353
- business_title: ::String?,
354
- phone: ::String?
355
- },
356
- ]?
357
- },
358
- ?project: {
359
- delivery_models: Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]?,
360
- expected_customer_spend: Array[
361
- {
362
- amount: ::String?,
363
- currency_code: ("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"),
364
- frequency: ("Monthly"),
365
- target_company: ::String,
366
- estimation_url: ::String?
367
- },
368
- ]?,
369
- title: ::String?,
370
- apn_programs: Array[::String]?,
371
- customer_business_problem: ::String?,
372
- customer_use_case: ::String?,
373
- related_opportunity_identifier: ::String?,
374
- sales_activities: Array[("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")]?,
375
- competitor_name: ("Oracle Cloud" | "On-Prem" | "Co-location" | "Akamai" | "AliCloud" | "Google Cloud Platform" | "IBM Softlayer" | "Microsoft Azure" | "Other- Cost Optimization" | "No Competition" | "*Other")?,
376
- other_competitor_names: ::String?,
377
- other_solution_description: ::String?,
378
- additional_comments: ::String?,
379
- aws_partition: ("aws-eusc")?
380
- },
236
+ ?customer: Params::customer,
237
+ ?project: Params::project,
381
238
  ?opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion"),
382
239
  ?marketing: {
383
240
  campaign_name: ::String?,
@@ -386,31 +243,9 @@ module Aws
386
243
  channels: Array[("AWS Marketing Central" | "Content Syndication" | "Display" | "Email" | "Live Event" | "Out Of Home (OOH)" | "Print" | "Search" | "Social" | "Telemarketing" | "TV" | "Video" | "Virtual Event")]?,
387
244
  aws_funding_used: ("Yes" | "No")?
388
245
  },
389
- ?software_revenue: {
390
- delivery_model: ("Contract" | "Pay-as-you-go" | "Subscription")?,
391
- value: {
392
- amount: ::String,
393
- currency_code: ("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")
394
- }?,
395
- effective_date: ::String?,
396
- expiration_date: ::String?
397
- },
246
+ ?software_revenue: Params::software_revenue,
398
247
  client_token: ::String,
399
- ?life_cycle: {
400
- stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")?,
401
- closed_lost_reason: ("Customer Deficiency" | "Delay / Cancellation of Project" | "Legal / Tax / Regulatory" | "Lost to Competitor - Google" | "Lost to Competitor - Microsoft" | "Lost to Competitor - SoftLayer" | "Lost to Competitor - VMWare" | "Lost to Competitor - Other" | "No Opportunity" | "On Premises Deployment" | "Partner Gap" | "Price" | "Security / Compliance" | "Technical Limitations" | "Customer Experience" | "Other" | "People/Relationship/Governance" | "Product/Technology" | "Financial/Commercial")?,
402
- next_steps: ::String?,
403
- target_close_date: ::String?,
404
- review_status: ("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")?,
405
- review_comments: ::String?,
406
- review_status_reason: ::String?,
407
- next_steps_history: Array[
408
- {
409
- value: ::String,
410
- time: ::Time
411
- },
412
- ]?
413
- },
248
+ ?life_cycle: Params::life_cycle,
414
249
  ?origin: ("AWS Referral" | "Partner Referral"),
415
250
  ?opportunity_team: Array[
416
251
  {
@@ -419,13 +254,13 @@ module Aws
419
254
  last_name: ::String?,
420
255
  business_title: ::String?,
421
256
  phone: ::String?
422
- },
257
+ }
423
258
  ],
424
259
  ?tags: Array[
425
260
  {
426
261
  key: ::String,
427
262
  value: ::String
428
- },
263
+ }
429
264
  ]
430
265
  ) -> _CreateOpportunityResponseSuccess
431
266
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOpportunityResponseSuccess
@@ -463,7 +298,7 @@ module Aws
463
298
  {
464
299
  key: ::String,
465
300
  value: ::String
466
- },
301
+ }
467
302
  ]
468
303
  ) -> _CreateResourceSnapshotJobResponseSuccess
469
304
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceSnapshotJobResponseSuccess
@@ -917,7 +752,7 @@ module Aws
917
752
  {
918
753
  key: ::String,
919
754
  value: ::String
920
- },
755
+ }
921
756
  ]
922
757
  ) -> _StartEngagementByAcceptingInvitationTaskResponseSuccess
923
758
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartEngagementByAcceptingInvitationTaskResponseSuccess
@@ -948,7 +783,7 @@ module Aws
948
783
  {
949
784
  key: ::String,
950
785
  value: ::String
951
- },
786
+ }
952
787
  ]
953
788
  ) -> _StartEngagementFromOpportunityTaskResponseSuccess
954
789
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartEngagementFromOpportunityTaskResponseSuccess
@@ -976,7 +811,7 @@ module Aws
976
811
  {
977
812
  key: ::String,
978
813
  value: ::String
979
- },
814
+ }
980
815
  ]
981
816
  ) -> _StartOpportunityFromEngagementTaskResponseSuccess
982
817
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartOpportunityFromEngagementTaskResponseSuccess
@@ -1014,7 +849,7 @@ module Aws
1014
849
  {
1015
850
  key: ::String,
1016
851
  value: ::String
1017
- },
852
+ }
1018
853
  ]
1019
854
  ) -> _TagResourceResponseSuccess
1020
855
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -1046,49 +881,10 @@ module Aws
1046
881
  payload: {
1047
882
  lead: {
1048
883
  qualification_status: ::String?,
1049
- customer: {
1050
- industry: ("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")?,
1051
- company_name: ::String,
1052
- website_url: ::String?,
1053
- address: {
1054
- city: ::String?,
1055
- postal_code: ::String?,
1056
- state_or_region: ::String?,
1057
- country_code: ("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")?
1058
- },
1059
- aws_maturity: ::String?,
1060
- market_segment: ("Enterprise" | "Large" | "Medium" | "Small" | "Micro")?
1061
- },
1062
- interaction: {
1063
- source_type: ::String,
1064
- source_id: ::String,
1065
- source_name: ::String,
1066
- usecase: ::String?,
1067
- interaction_date: ::Time?,
1068
- customer_action: ::String,
1069
- business_problem: ::String?,
1070
- contact: {
1071
- business_title: ::String,
1072
- email: ::String,
1073
- first_name: ::String,
1074
- last_name: ::String,
1075
- phone: ::String?
1076
- }
1077
- }?
884
+ customer: Params::lead_customer,
885
+ interaction: Params::lead_interaction?
1078
886
  }?,
1079
- customer_project: {
1080
- customer: {
1081
- industry: ("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"),
1082
- company_name: ::String,
1083
- website_url: ::String,
1084
- country_code: ("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")
1085
- }?,
1086
- project: {
1087
- title: ::String,
1088
- business_problem: ::String,
1089
- target_completion_date: ::String
1090
- }?
1091
- }?
887
+ customer_project: Params::customer_projects_context?
1092
888
  }
1093
889
  ) -> _UpdateEngagementContextResponseSuccess
1094
890
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEngagementContextResponseSuccess
@@ -1104,55 +900,8 @@ module Aws
1104
900
  ?primary_needs_from_aws: Array[("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")],
1105
901
  ?national_security: ("Yes" | "No"),
1106
902
  ?partner_opportunity_identifier: ::String,
1107
- ?customer: {
1108
- account: {
1109
- industry: ("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")?,
1110
- other_industry: ::String?,
1111
- company_name: ::String,
1112
- website_url: ::String?,
1113
- aws_account_id: ::String?,
1114
- address: {
1115
- city: ::String?,
1116
- postal_code: ::String?,
1117
- state_or_region: ::String?,
1118
- country_code: ("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")?,
1119
- street_address: ::String?
1120
- }?,
1121
- duns: ::String?
1122
- }?,
1123
- contacts: Array[
1124
- {
1125
- email: ::String?,
1126
- first_name: ::String?,
1127
- last_name: ::String?,
1128
- business_title: ::String?,
1129
- phone: ::String?
1130
- },
1131
- ]?
1132
- },
1133
- ?project: {
1134
- delivery_models: Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]?,
1135
- expected_customer_spend: Array[
1136
- {
1137
- amount: ::String?,
1138
- currency_code: ("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"),
1139
- frequency: ("Monthly"),
1140
- target_company: ::String,
1141
- estimation_url: ::String?
1142
- },
1143
- ]?,
1144
- title: ::String?,
1145
- apn_programs: Array[::String]?,
1146
- customer_business_problem: ::String?,
1147
- customer_use_case: ::String?,
1148
- related_opportunity_identifier: ::String?,
1149
- sales_activities: Array[("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")]?,
1150
- competitor_name: ("Oracle Cloud" | "On-Prem" | "Co-location" | "Akamai" | "AliCloud" | "Google Cloud Platform" | "IBM Softlayer" | "Microsoft Azure" | "Other- Cost Optimization" | "No Competition" | "*Other")?,
1151
- other_competitor_names: ::String?,
1152
- other_solution_description: ::String?,
1153
- additional_comments: ::String?,
1154
- aws_partition: ("aws-eusc")?
1155
- },
903
+ ?customer: Params::customer,
904
+ ?project: Params::project,
1156
905
  ?opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion"),
1157
906
  ?marketing: {
1158
907
  campaign_name: ::String?,
@@ -1161,32 +910,10 @@ module Aws
1161
910
  channels: Array[("AWS Marketing Central" | "Content Syndication" | "Display" | "Email" | "Live Event" | "Out Of Home (OOH)" | "Print" | "Search" | "Social" | "Telemarketing" | "TV" | "Video" | "Virtual Event")]?,
1162
911
  aws_funding_used: ("Yes" | "No")?
1163
912
  },
1164
- ?software_revenue: {
1165
- delivery_model: ("Contract" | "Pay-as-you-go" | "Subscription")?,
1166
- value: {
1167
- amount: ::String,
1168
- currency_code: ("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")
1169
- }?,
1170
- effective_date: ::String?,
1171
- expiration_date: ::String?
1172
- },
913
+ ?software_revenue: Params::software_revenue,
1173
914
  last_modified_date: ::Time,
1174
915
  identifier: ::String,
1175
- ?life_cycle: {
1176
- stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")?,
1177
- closed_lost_reason: ("Customer Deficiency" | "Delay / Cancellation of Project" | "Legal / Tax / Regulatory" | "Lost to Competitor - Google" | "Lost to Competitor - Microsoft" | "Lost to Competitor - SoftLayer" | "Lost to Competitor - VMWare" | "Lost to Competitor - Other" | "No Opportunity" | "On Premises Deployment" | "Partner Gap" | "Price" | "Security / Compliance" | "Technical Limitations" | "Customer Experience" | "Other" | "People/Relationship/Governance" | "Product/Technology" | "Financial/Commercial")?,
1178
- next_steps: ::String?,
1179
- target_close_date: ::String?,
1180
- review_status: ("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")?,
1181
- review_comments: ::String?,
1182
- review_status_reason: ::String?,
1183
- next_steps_history: Array[
1184
- {
1185
- value: ::String,
1186
- time: ::Time
1187
- },
1188
- ]?
1189
- }
916
+ ?life_cycle: Params::life_cycle
1190
917
  ) -> _UpdateOpportunityResponseSuccess
1191
918
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOpportunityResponseSuccess
1192
919
  end
data/sig/params.rbs ADDED
@@ -0,0 +1,154 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module PartnerCentralSelling
10
+ module Params
11
+ type customer_projects_context = {
12
+ customer: {
13
+ industry: ("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"),
14
+ company_name: ::String,
15
+ website_url: ::String,
16
+ country_code: ("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")
17
+ }?,
18
+ project: {
19
+ title: ::String,
20
+ business_problem: ::String,
21
+ target_completion_date: ::String
22
+ }?
23
+ }
24
+
25
+ type lead_customer = {
26
+ industry: ("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")?,
27
+ company_name: ::String,
28
+ website_url: ::String?,
29
+ address: {
30
+ city: ::String?,
31
+ postal_code: ::String?,
32
+ state_or_region: ::String?,
33
+ country_code: ("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")?
34
+ },
35
+ aws_maturity: ::String?,
36
+ market_segment: ("Enterprise" | "Large" | "Medium" | "Small" | "Micro")?
37
+ }
38
+
39
+ type lead_context = {
40
+ qualification_status: ::String?,
41
+ customer: Params::lead_customer,
42
+ interactions: Array[
43
+ Params::lead_interaction
44
+ ]
45
+ }
46
+
47
+ type engagement_context_payload = {
48
+ customer_project: Params::customer_projects_context?,
49
+ lead: Params::lead_context?
50
+ }
51
+
52
+ type lead_interaction = {
53
+ source_type: ::String,
54
+ source_id: ::String,
55
+ source_name: ::String,
56
+ usecase: ::String?,
57
+ interaction_date: ::Time?,
58
+ customer_action: ::String,
59
+ business_problem: ::String?,
60
+ contact: {
61
+ business_title: ::String,
62
+ email: ::String,
63
+ first_name: ::String,
64
+ last_name: ::String,
65
+ phone: ::String?
66
+ }
67
+ }
68
+
69
+ type account = {
70
+ industry: ("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")?,
71
+ other_industry: ::String?,
72
+ company_name: ::String,
73
+ website_url: ::String?,
74
+ aws_account_id: ::String?,
75
+ address: {
76
+ city: ::String?,
77
+ postal_code: ::String?,
78
+ state_or_region: ::String?,
79
+ country_code: ("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")?,
80
+ street_address: ::String?
81
+ }?,
82
+ duns: ::String?
83
+ }
84
+
85
+ type customer = {
86
+ account: Params::account?,
87
+ contacts: Array[
88
+ {
89
+ email: ::String?,
90
+ first_name: ::String?,
91
+ last_name: ::String?,
92
+ business_title: ::String?,
93
+ phone: ::String?
94
+ }
95
+ ]?
96
+ }
97
+
98
+ type project = {
99
+ delivery_models: Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]?,
100
+ expected_customer_spend: Array[
101
+ {
102
+ amount: ::String?,
103
+ currency_code: ("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"),
104
+ frequency: ("Monthly"),
105
+ target_company: ::String,
106
+ estimation_url: ::String?
107
+ }
108
+ ]?,
109
+ expected_contract_duration: {
110
+ term: ("Months"),
111
+ value: ::String
112
+ }?,
113
+ title: ::String?,
114
+ apn_programs: Array[::String]?,
115
+ customer_business_problem: ::String?,
116
+ customer_use_case: ::String?,
117
+ related_opportunity_identifier: ::String?,
118
+ sales_activities: Array[("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")]?,
119
+ competitor_name: ("Oracle Cloud" | "On-Prem" | "Co-location" | "Akamai" | "AliCloud" | "Google Cloud Platform" | "IBM Softlayer" | "Microsoft Azure" | "Other- Cost Optimization" | "No Competition" | "*Other")?,
120
+ other_competitor_names: ::String?,
121
+ other_solution_description: ::String?,
122
+ additional_comments: ::String?,
123
+ aws_partition: ("aws-eusc")?
124
+ }
125
+
126
+ type software_revenue = {
127
+ delivery_model: ("Contract" | "Pay-as-you-go" | "Subscription")?,
128
+ value: {
129
+ amount: ::String,
130
+ currency_code: ("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")
131
+ }?,
132
+ effective_date: ::String?,
133
+ expiration_date: ::String?
134
+ }
135
+
136
+ type life_cycle = {
137
+ stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")?,
138
+ closed_lost_reason: ("Customer Deficiency" | "Delay / Cancellation of Project" | "Legal / Tax / Regulatory" | "Lost to Competitor - Google" | "Lost to Competitor - Microsoft" | "Lost to Competitor - SoftLayer" | "Lost to Competitor - VMWare" | "Lost to Competitor - Other" | "No Opportunity" | "On Premises Deployment" | "Partner Gap" | "Price" | "Security / Compliance" | "Technical Limitations" | "Customer Experience" | "Other" | "People/Relationship/Governance" | "Product/Technology" | "Financial/Commercial")?,
139
+ next_steps: ::String?,
140
+ target_close_date: ::String?,
141
+ review_status: ("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")?,
142
+ review_comments: ::String?,
143
+ review_status_reason: ::String?,
144
+ next_steps_history: Array[
145
+ {
146
+ value: ::String,
147
+ time: ::Time
148
+ }
149
+ ]?
150
+ }
151
+
152
+ end
153
+ end
154
+ end
data/sig/types.rbs CHANGED
@@ -433,6 +433,12 @@ module Aws::PartnerCentralSelling
433
433
  SENSITIVE: [:created_by, :modified_by]
434
434
  end
435
435
 
436
+ class ExpectedContractDuration
437
+ attr_accessor term: ("Months")
438
+ attr_accessor value: ::String
439
+ SENSITIVE: []
440
+ end
441
+
436
442
  class ExpectedCustomerSpend
437
443
  attr_accessor amount: ::String
438
444
  attr_accessor currency_code: ("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")
@@ -1049,6 +1055,7 @@ module Aws::PartnerCentralSelling
1049
1055
  class Project
1050
1056
  attr_accessor delivery_models: ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
1051
1057
  attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
1058
+ attr_accessor expected_contract_duration: Types::ExpectedContractDuration
1052
1059
  attr_accessor title: ::String
1053
1060
  attr_accessor apn_programs: ::Array[::String]
1054
1061
  attr_accessor customer_business_problem: ::String
@@ -1074,12 +1081,14 @@ module Aws::PartnerCentralSelling
1074
1081
  class ProjectSummary
1075
1082
  attr_accessor delivery_models: ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
1076
1083
  attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
1084
+ attr_accessor expected_contract_duration: Types::ExpectedContractDuration
1077
1085
  SENSITIVE: []
1078
1086
  end
1079
1087
 
1080
1088
  class ProjectView
1081
1089
  attr_accessor delivery_models: ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
1082
1090
  attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
1091
+ attr_accessor expected_contract_duration: Types::ExpectedContractDuration
1083
1092
  attr_accessor customer_use_case: ::String
1084
1093
  attr_accessor sales_activities: ::Array[("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")]
1085
1094
  attr_accessor other_solution_description: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-partnercentralselling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-partnercentralselling/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs