Skip to content

Commit faf594e

Browse files
author
AWS
committed
Partner Central Selling API Update: Adds support for the new Project.AwsPartition field on Opportunity and AWS Opportunity Summary. Use this field to specify the AWS partition where the opportunity will be deployed.
1 parent 155ec88 commit faf594e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Partner Central Selling API",
4+
"contributor": "",
5+
"description": "Adds support for the new Project.AwsPartition field on Opportunity and AWS Opportunity Summary. Use this field to specify the AWS partition where the opportunity will be deployed."
6+
}

services/partnercentralselling/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,10 @@
12741274
"ExpectedCustomerSpend":{
12751275
"shape":"ExpectedCustomerSpendList",
12761276
"documentation":"<p>Indicates the expected spending by the customer over the course of the project. This value helps partners and AWS estimate the financial impact of the opportunity. Use the <a href=\"https://calculator.aws/#/\">AWS Pricing Calculator</a> to create an estimate of the customer’s total spend. If only annual recurring revenue (ARR) is available, distribute it across 12 months to provide an average monthly value.</p>"
1277+
},
1278+
"AwsPartition":{
1279+
"shape":"AwsPartition",
1280+
"documentation":"<p>AWS partition where the opportunity will be deployed. Possible values: 'aws-eusc' for AWS European Sovereign Cloud, <code>null</code> for all other partitions</p>"
12771281
}
12781282
},
12791283
"documentation":"<p>Captures details about the project associated with the opportunity, including objectives, scope, and customer requirements.</p>"
@@ -1325,6 +1329,10 @@
13251329
"type":"list",
13261330
"member":{"shape":"AwsTeamMember"}
13271331
},
1332+
"AwsPartition":{
1333+
"type":"string",
1334+
"enum":["aws-eusc"]
1335+
},
13281336
"AwsProductDetails":{
13291337
"type":"structure",
13301338
"required":[
@@ -5554,6 +5562,10 @@
55545562
"AdditionalComments":{
55555563
"shape":"ProjectAdditionalCommentsString",
55565564
"documentation":"<p>Captures additional comments or information for the <code>Opportunity</code> that weren't captured in other fields.</p>"
5565+
},
5566+
"AwsPartition":{
5567+
"shape":"AwsPartition",
5568+
"documentation":"<p>AWS partition where the opportunity will be deployed. Possible values: 'aws-eusc' for AWS European Sovereign Cloud, <code>null</code> for all other partitions</p>"
55575569
}
55585570
},
55595571
"documentation":"<p>An object that contains the <code>Opportunity</code>'s project details.</p>"

0 commit comments

Comments
 (0)