aws-sdk-partnercentralselling 1.30.0 → 1.31.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: 0efcbb38692f25dd09461701044603459db251ee36287136eecfb1c4a5ab3f7b
4
+ data.tar.gz: aeec48ad05692d685555a62a274947f0e7855230edb72aa15b68b91d2475dbe1
5
5
  SHA512:
6
- metadata.gz: efc52185d7d8d80cf0168e36ae67fcc06ce8ff25b1517e39ae8eb35f8434ed90e61e789f3921e57636b8a82638b8f041a0121440bc11d9fc71e7c8300623a709
7
- data.tar.gz: e75c509143b965a634083b81c63065cdbdbdfc8a0d96d019d41936f1a0ea9c790b147bd17dac88f1f6895ac0df26565fd3a94dbcd7bd72aa9436bba143f58ce8
6
+ metadata.gz: 3a567fe75e02a9d26743af3a934486770214e74f45028e9daac84cb7b00eb4707dea0770ec0c0ccefb51aad8349ee65e384050164a38691ea5ddff359de3dba2
7
+ data.tar.gz: b218b5ea39b2d0b1c08ddf4ba27c8731c04a9a03434579ab29c1c039d42497aeed9bada685375934ecf5268ffca1962c54d0781e375e8f5c4ddafb2b41ef6354
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2026-05-15)
5
+ ------------------
6
+
7
+ * Feature - Enable TCV intake on Opportunity to improve Opportunities Hygiene and downstream revenue attribution.
8
+
4
9
  1.30.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.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.31.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.31.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -366,6 +366,10 @@ module Aws
366
366
  estimation_url: ::String?
367
367
  },
368
368
  ]?,
369
+ expected_contract_duration: {
370
+ term: ("Months"),
371
+ value: ::String
372
+ }?,
369
373
  title: ::String?,
370
374
  apn_programs: Array[::String]?,
371
375
  customer_business_problem: ::String?,
@@ -1141,6 +1145,10 @@ module Aws
1141
1145
  estimation_url: ::String?
1142
1146
  },
1143
1147
  ]?,
1148
+ expected_contract_duration: {
1149
+ term: ("Months"),
1150
+ value: ::String
1151
+ }?,
1144
1152
  title: ::String?,
1145
1153
  apn_programs: Array[::String]?,
1146
1154
  customer_business_problem: ::String?,
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.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services