|
3003 | 3003 | "type":"string", |
3004 | 3004 | "pattern":"https://(calculator\\.aws|pricing\\.calculator\\.aws\\.eu)/#/estimate\\?id=[a-f0-9]{32,64}" |
3005 | 3005 | }, |
| 3006 | + "ExpectedContractDuration":{ |
| 3007 | + "type":"structure", |
| 3008 | + "required":[ |
| 3009 | + "Term", |
| 3010 | + "Value" |
| 3011 | + ], |
| 3012 | + "members":{ |
| 3013 | + "Term":{ |
| 3014 | + "shape":"ExpectedContractDurationTerm", |
| 3015 | + "documentation":"<p>The unit of measurement for the contract duration value. Currently accepts only <code>Months</code>.</p>" |
| 3016 | + }, |
| 3017 | + "Value":{ |
| 3018 | + "shape":"String", |
| 3019 | + "documentation":"<p>A String representation of the contract duration as an integer, expressed in the unit defined by <code>Term</code>. Valid values range from <code>1</code> to <code>144</code>.</p>" |
| 3020 | + } |
| 3021 | + }, |
| 3022 | + "documentation":"<p>The expected duration of a partner's contract with the customer. Used to convert Total Contract Value (TCV) to Monthly Recurring Revenue (MRR) for opportunity dealsizing calculations.</p>" |
| 3023 | + }, |
| 3024 | + "ExpectedContractDurationTerm":{ |
| 3025 | + "type":"string", |
| 3026 | + "documentation":"<p>The unit of measurement for the contract duration value. Currently accepts only <code>Months</code>.</p>", |
| 3027 | + "enum":["Months"] |
| 3028 | + }, |
3006 | 3029 | "ExpectedCustomerSpend":{ |
3007 | 3030 | "type":"structure", |
3008 | 3031 | "required":[ |
|
3017 | 3040 | }, |
3018 | 3041 | "CurrencyCode":{ |
3019 | 3042 | "shape":"CurrencyCode", |
3020 | | - "documentation":"<p>Currency code for the expected customer spend. Supported currencies: USD, EUR</p>" |
| 3043 | + "documentation":"<p>Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets. Accepted values are <code>USD</code> (US Dollars) and <code>EUR</code> (Euros). If the AWS Partition is <code>aws-eusc</code> (AWS European Sovereign Cloud), the currency code must be <code>EUR</code>.</p>" |
3021 | 3044 | }, |
3022 | 3045 | "Frequency":{ |
3023 | 3046 | "shape":"PaymentFrequency", |
|
5239 | 5262 | "shape":"ExpectedCustomerSpendList", |
5240 | 5263 | "documentation":"<p>Represents the estimated amount that the customer is expected to spend on AWS services related to the opportunity. This helps in evaluating the potential financial value of the opportunity for AWS.</p>" |
5241 | 5264 | }, |
| 5265 | + "ExpectedContractDuration":{ |
| 5266 | + "shape":"ExpectedContractDuration", |
| 5267 | + "documentation":"<p>Optional. The expected duration of the contract associated with this opportunity. Partners use this value alongside expected customer spend to convert Total Contract Value (TCV) into Monthly Recurring Revenue (MRR).</p>" |
| 5268 | + }, |
5242 | 5269 | "Title":{ |
5243 | 5270 | "shape":"ProjectTitleString", |
5244 | 5271 | "documentation":"<p>Specifies the <code>Opportunity</code>'s title or name.</p>" |
|
5346 | 5373 | "ExpectedCustomerSpend":{ |
5347 | 5374 | "shape":"ExpectedCustomerSpendList", |
5348 | 5375 | "documentation":"<p>Provides a summary of the expected customer spend for the project, offering a high-level view of the potential financial impact.</p>" |
| 5376 | + }, |
| 5377 | + "ExpectedContractDuration":{ |
| 5378 | + "shape":"ExpectedContractDuration", |
| 5379 | + "documentation":"<p>Optional. The expected contract duration for this opportunity, representing the anticipated length of the contract in the unit specified by <code>Term</code>.</p>" |
5349 | 5380 | } |
5350 | 5381 | }, |
5351 | 5382 | "documentation":"<p>An object that contains a <code>Project</code> object's subset of fields.</p>" |
|
5366 | 5397 | "shape":"ExpectedCustomerSpendList", |
5367 | 5398 | "documentation":"<p> Provides information about the anticipated customer spend related to this project. This may include details such as amount, frequency, and currency of expected expenditure. </p>" |
5368 | 5399 | }, |
| 5400 | + "ExpectedContractDuration":{ |
| 5401 | + "shape":"ExpectedContractDuration", |
| 5402 | + "documentation":"<p>Optional. The expected contract duration for this opportunity, representing the anticipated length of the contract in the unit specified by <code>Term</code>.</p>" |
| 5403 | + }, |
5369 | 5404 | "CustomerUseCase":{ |
5370 | 5405 | "shape":"String", |
5371 | 5406 | "documentation":"<p> Specifies the proposed solution focus or type of workload for the project. </p>" |
|
0 commit comments