|
1633 | 1633 | "SOLUTION_PROVIDER" |
1634 | 1634 | ] |
1635 | 1635 | }, |
1636 | | - "ResoldBusiness":{ |
| 1636 | + "ResoldEnterprise":{ |
1637 | 1637 | "type":"structure", |
1638 | | - "required":["coverage"], |
| 1638 | + "required":[ |
| 1639 | + "coverage", |
| 1640 | + "tamLocation" |
| 1641 | + ], |
1639 | 1642 | "members":{ |
1640 | 1643 | "coverage":{ |
1641 | 1644 | "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>" |
1643 | 1654 | } |
1644 | 1655 | }, |
1645 | | - "documentation":"<p>Configuration for resold business support plans.</p>" |
| 1656 | + "documentation":"<p>Configuration for resold enterprise support plans.</p>" |
1646 | 1657 | }, |
1647 | | - "ResoldEnterprise":{ |
| 1658 | + "ResoldUnifiedOperations":{ |
1648 | 1659 | "type":"structure", |
1649 | 1660 | "required":[ |
1650 | 1661 | "coverage", |
|
1653 | 1664 | "members":{ |
1654 | 1665 | "coverage":{ |
1655 | 1666 | "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>" |
1657 | 1668 | }, |
1658 | 1669 | "tamLocation":{ |
1659 | 1670 | "shape":"String", |
|
1664 | 1675 | "documentation":"<p>The AWS account ID to charge for the support plan.</p>" |
1665 | 1676 | } |
1666 | 1677 | }, |
1667 | | - "documentation":"<p>Configuration for resold enterprise support plans.</p>" |
| 1678 | + "documentation":"<p>Configuration for resold unified operations support plans.</p>" |
1668 | 1679 | }, |
1669 | 1680 | "ResourceNotFoundException":{ |
1670 | 1681 | "type":"structure", |
|
1913 | 1924 | "SupportPlan":{ |
1914 | 1925 | "type":"structure", |
1915 | 1926 | "members":{ |
1916 | | - "resoldBusiness":{ |
1917 | | - "shape":"ResoldBusiness", |
1918 | | - "documentation":"<p>Configuration for resold business support plans.</p>" |
1919 | | - }, |
1920 | 1927 | "resoldEnterprise":{ |
1921 | 1928 | "shape":"ResoldEnterprise", |
1922 | 1929 | "documentation":"<p>Configuration for resold enterprise support plans.</p>" |
1923 | 1930 | }, |
1924 | 1931 | "partnerLedSupport":{ |
1925 | 1932 | "shape":"PartnerLedSupport", |
1926 | 1933 | "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>" |
1927 | 1938 | } |
1928 | 1939 | }, |
1929 | 1940 | "documentation":"<p>Configuration for different types of support plans.</p>", |
|
0 commit comments