Skip to content

Commit 1941555

Browse files
author
AWS
committed
Partner Central Channel API Update: Adds the Resold Unified Operations support plan and removes the Resold Business support plan in the CreateRelationship and UpdateRelationship APIs
1 parent d59b996 commit 1941555

2 files changed

Lines changed: 28 additions & 11 deletions

File tree

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 Channel API",
4+
"contributor": "",
5+
"description": "Adds the Resold Unified Operations support plan and removes the Resold Business support plan in the CreateRelationship and UpdateRelationship APIs"
6+
}

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

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,18 +1633,29 @@
16331633
"SOLUTION_PROVIDER"
16341634
]
16351635
},
1636-
"ResoldBusiness":{
1636+
"ResoldEnterprise":{
16371637
"type":"structure",
1638-
"required":["coverage"],
1638+
"required":[
1639+
"coverage",
1640+
"tamLocation"
1641+
],
16391642
"members":{
16401643
"coverage":{
16411644
"shape":"Coverage",
1642-
"documentation":"<p>The coverage level for resold business support.</p>"
1645+
"documentation":"<p>The coverage level for resold enterprise support.</p>"
1646+
},
1647+
"tamLocation":{
1648+
"shape":"String",
1649+
"documentation":"<p>The location of the Technical Account Manager (TAM).</p>"
1650+
},
1651+
"chargeAccountId":{
1652+
"shape":"AccountId",
1653+
"documentation":"<p>The AWS account ID to charge for the support plan.</p>"
16431654
}
16441655
},
1645-
"documentation":"<p>Configuration for resold business support plans.</p>"
1656+
"documentation":"<p>Configuration for resold enterprise support plans.</p>"
16461657
},
1647-
"ResoldEnterprise":{
1658+
"ResoldUnifiedOperations":{
16481659
"type":"structure",
16491660
"required":[
16501661
"coverage",
@@ -1653,7 +1664,7 @@
16531664
"members":{
16541665
"coverage":{
16551666
"shape":"Coverage",
1656-
"documentation":"<p>The coverage level for resold enterprise support.</p>"
1667+
"documentation":"<p>The coverage level for resold unified operations support.</p>"
16571668
},
16581669
"tamLocation":{
16591670
"shape":"String",
@@ -1664,7 +1675,7 @@
16641675
"documentation":"<p>The AWS account ID to charge for the support plan.</p>"
16651676
}
16661677
},
1667-
"documentation":"<p>Configuration for resold enterprise support plans.</p>"
1678+
"documentation":"<p>Configuration for resold unified operations support plans.</p>"
16681679
},
16691680
"ResourceNotFoundException":{
16701681
"type":"structure",
@@ -1913,17 +1924,17 @@
19131924
"SupportPlan":{
19141925
"type":"structure",
19151926
"members":{
1916-
"resoldBusiness":{
1917-
"shape":"ResoldBusiness",
1918-
"documentation":"<p>Configuration for resold business support plans.</p>"
1919-
},
19201927
"resoldEnterprise":{
19211928
"shape":"ResoldEnterprise",
19221929
"documentation":"<p>Configuration for resold enterprise support plans.</p>"
19231930
},
19241931
"partnerLedSupport":{
19251932
"shape":"PartnerLedSupport",
19261933
"documentation":"<p>Configuration for partner-led support plans.</p>"
1934+
},
1935+
"resoldUnifiedOperations":{
1936+
"shape":"ResoldUnifiedOperations",
1937+
"documentation":"<p>Configuration for resold unified operations support plans.</p>"
19271938
}
19281939
},
19291940
"documentation":"<p>Configuration for different types of support plans.</p>",

0 commit comments

Comments
 (0)