|
674 | 674 | "name": "CreateBillScenarioCommitmentModification", |
675 | 675 | "documentation": "Grants permission to create new commitments or remove existing commitment from a specified bill scenario" |
676 | 676 | }, |
677 | | - "smithy.api#documentation": "<p>\n Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.\n </p>", |
| 677 | + "smithy.api#documentation": "<p>\n Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.\n </p>\n <note>\n <p>The <code>BatchCreateBillScenarioCommitmentModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, \n include the permission <code>bcm-pricing-calculator:CreateBillScenarioCommitmentModification</code> in your policies.</p>\n </note>", |
678 | 678 | "smithy.api#idempotent": {} |
679 | 679 | } |
680 | 680 | }, |
|
902 | 902 | "name": "CreateBillScenarioUsageModification", |
903 | 903 | "documentation": "Grants permission to create usage in the specified bill scenario" |
904 | 904 | }, |
905 | | - "smithy.api#documentation": "<p>\n Create Amazon Web Services service usage that you want to model in a Bill Scenario.\n </p>", |
| 905 | + "smithy.api#documentation": "<p>\n Create Amazon Web Services service usage that you want to model in a Bill Scenario.\n </p>\n <note>\n <p>The <code>BatchCreateBillScenarioUsageModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, \n include the permission <code>bcm-pricing-calculator:CreateBillScenarioUsageModification</code> in your policies.</p>\n </note>", |
906 | 906 | "smithy.api#idempotent": {} |
907 | 907 | } |
908 | 908 | }, |
|
1207 | 1207 | "name": "CreateWorkloadEstimateUsage", |
1208 | 1208 | "documentation": "Grants permission to create usage in the specified workload estimate" |
1209 | 1209 | }, |
1210 | | - "smithy.api#documentation": "<p>\n Create Amazon Web Services service usage that you want to model in a Workload Estimate.\n </p>", |
| 1210 | + "smithy.api#documentation": "<p>\n Create Amazon Web Services service usage that you want to model in a Workload Estimate.\n </p>\n <note>\n <p>The <code>BatchCreateWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, \n include the permission <code>bcm-pricing-calculator:CreateWorkloadEstimateUsage</code> in your policies.</p>\n </note>", |
1211 | 1211 | "smithy.api#idempotent": {} |
1212 | 1212 | } |
1213 | 1213 | }, |
|
1501 | 1501 | "target": "com.amazonaws.bcmpricingcalculator#BatchDeleteBillScenarioCommitmentModificationResponse" |
1502 | 1502 | }, |
1503 | 1503 | "errors": [ |
| 1504 | + { |
| 1505 | + "target": "com.amazonaws.bcmpricingcalculator#ConflictException" |
| 1506 | + }, |
1504 | 1507 | { |
1505 | 1508 | "target": "com.amazonaws.bcmpricingcalculator#DataUnavailableException" |
1506 | 1509 | }, |
|
1513 | 1516 | "name": "DeleteBillScenarioCommitmentModification", |
1514 | 1517 | "documentation": "Grants permission to delete newly added commitments from the specified bill scenario" |
1515 | 1518 | }, |
1516 | | - "smithy.api#documentation": "<p>\n Delete commitment that you have created in a Bill Scenario. You can only delete a commitment that you had \n added and cannot model deletion (or removal) of a existing commitment. If you want model deletion of an existing \n commitment, see the negate <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BillScenarioCommitmentModificationAction.html\">\n BillScenarioCommitmentModificationAction</a> of \n <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchCreateBillScenarioUsageModification.html\">\n BatchCreateBillScenarioCommitmentModification</a> operation.\n </p>", |
| 1519 | + "smithy.api#documentation": "<p>\n Delete commitment that you have created in a Bill Scenario. You can only delete a commitment that you had \n added and cannot model deletion (or removal) of a existing commitment. If you want model deletion of an existing \n commitment, see the negate <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BillScenarioCommitmentModificationAction.html\">\n BillScenarioCommitmentModificationAction</a> of \n <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchCreateBillScenarioUsageModification.html\">\n BatchCreateBillScenarioCommitmentModification</a> operation.\n </p>\n <note>\n <p>The <code>BatchDeleteBillScenarioCommitmentModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, \n include the permission <code>bcm-pricing-calculator:DeleteBillScenarioCommitmentModification</code> in your policies.</p>\n </note>", |
1517 | 1520 | "smithy.api#idempotent": {} |
1518 | 1521 | } |
1519 | 1522 | }, |
|
1629 | 1632 | "target": "com.amazonaws.bcmpricingcalculator#BatchDeleteBillScenarioUsageModificationResponse" |
1630 | 1633 | }, |
1631 | 1634 | "errors": [ |
| 1635 | + { |
| 1636 | + "target": "com.amazonaws.bcmpricingcalculator#ConflictException" |
| 1637 | + }, |
1632 | 1638 | { |
1633 | 1639 | "target": "com.amazonaws.bcmpricingcalculator#DataUnavailableException" |
1634 | 1640 | }, |
|
1644 | 1650 | "name": "DeleteBillScenarioUsageModification", |
1645 | 1651 | "documentation": "Grants permission to delete newly added usage from the specified bill scenario" |
1646 | 1652 | }, |
1647 | | - "smithy.api#documentation": "<p>\n Delete usage that you have created in a Bill Scenario. You can only delete usage that you had added and cannot model \n deletion (or removal) of a existing usage. If you want model removal of an existing usage, see \n <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateBillScenarioUsageModification.html\">\n BatchUpdateBillScenarioUsageModification</a>.\n </p>", |
| 1653 | + "smithy.api#documentation": "<p>\n Delete usage that you have created in a Bill Scenario. You can only delete usage that you had added and cannot model \n deletion (or removal) of a existing usage. If you want model removal of an existing usage, see \n <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateBillScenarioUsageModification.html\">\n BatchUpdateBillScenarioUsageModification</a>.\n </p>\n <note>\n <p>The <code>BatchDeleteBillScenarioUsageModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, \n include the permission <code>bcm-pricing-calculator:DeleteBillScenarioUsageModification</code> in your policies.</p>\n </note>", |
1648 | 1654 | "smithy.api#idempotent": {} |
1649 | 1655 | } |
1650 | 1656 | }, |
|
1775 | 1781 | "name": "DeleteWorkloadEstimateUsage", |
1776 | 1782 | "documentation": "Grants permission to delete newly added usage from the specified workload estimate" |
1777 | 1783 | }, |
1778 | | - "smithy.api#documentation": "<p>\n Delete usage that you have created in a Workload estimate. You can only delete usage that you had added and cannot model deletion \n (or removal) of a existing usage. If you want model removal of an existing usage, see \n <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateWorkloadEstimateUsage.html\">\n BatchUpdateWorkloadEstimateUsage</a>.\n </p>", |
| 1784 | + "smithy.api#documentation": "<p>\n Delete usage that you have created in a Workload estimate. You can only delete usage that you had added and cannot model deletion \n (or removal) of a existing usage. If you want model removal of an existing usage, see \n <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateWorkloadEstimateUsage.html\">\n BatchUpdateWorkloadEstimateUsage</a>.\n </p>\n <note>\n <p>The <code>BatchDeleteWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, \n include the permission <code>bcm-pricing-calculator:DeleteWorkloadEstimateUsage</code> in your policies.</p>\n </note>", |
1779 | 1785 | "smithy.api#idempotent": {} |
1780 | 1786 | } |
1781 | 1787 | }, |
|
1868 | 1874 | "target": "com.amazonaws.bcmpricingcalculator#BatchUpdateBillScenarioCommitmentModificationResponse" |
1869 | 1875 | }, |
1870 | 1876 | "errors": [ |
| 1877 | + { |
| 1878 | + "target": "com.amazonaws.bcmpricingcalculator#ConflictException" |
| 1879 | + }, |
1871 | 1880 | { |
1872 | 1881 | "target": "com.amazonaws.bcmpricingcalculator#DataUnavailableException" |
1873 | 1882 | }, |
|
1880 | 1889 | "name": "UpdateBillScenarioCommitmentModification", |
1881 | 1890 | "documentation": "Grants permission to update commitment group of commitments in the specified bill scenario" |
1882 | 1891 | }, |
1883 | | - "smithy.api#documentation": "<p>\n Update a newly added or existing commitment. You can update the commitment group based on a commitment ID and a Bill scenario ID.\n </p>", |
| 1892 | + "smithy.api#documentation": "<p>\n Update a newly added or existing commitment. You can update the commitment group based on a commitment ID and a Bill scenario ID.\n </p>\n <note>\n <p>The <code>BatchUpdateBillScenarioCommitmentModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, \n include the permission <code>bcm-pricing-calculator:UpdateBillScenarioCommitmentModification</code> in your policies.</p>\n </note>", |
1884 | 1893 | "smithy.api#idempotent": {} |
1885 | 1894 | } |
1886 | 1895 | }, |
|
2029 | 2038 | "target": "com.amazonaws.bcmpricingcalculator#BatchUpdateBillScenarioUsageModificationResponse" |
2030 | 2039 | }, |
2031 | 2040 | "errors": [ |
| 2041 | + { |
| 2042 | + "target": "com.amazonaws.bcmpricingcalculator#ConflictException" |
| 2043 | + }, |
2032 | 2044 | { |
2033 | 2045 | "target": "com.amazonaws.bcmpricingcalculator#DataUnavailableException" |
2034 | 2046 | }, |
|
2044 | 2056 | "name": "UpdateBillScenarioUsageModification", |
2045 | 2057 | "documentation": "Grants permission to update usage amount, usage hour, and usage group in the specified bill scenario" |
2046 | 2058 | }, |
2047 | | - "smithy.api#documentation": "<p>\n Update a newly added or existing usage lines. You can update the usage amounts, usage hour, and usage group based on a usage ID and a Bill scenario ID.\n </p>", |
| 2059 | + "smithy.api#documentation": "<p>\n Update a newly added or existing usage lines. You can update the usage amounts, usage hour, and usage group based on a usage ID and a Bill scenario ID.\n </p>\n <note>\n <p>The <code>BatchUpdateBillScenarioUsageModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, \n include the permission <code>bcm-pricing-calculator:UpdateBillScenarioUsageModification</code> in your policies.</p>\n </note>", |
2048 | 2060 | "smithy.api#idempotent": {} |
2049 | 2061 | } |
2050 | 2062 | }, |
|
2214 | 2226 | "name": "UpdateWorkloadEstimateUsage", |
2215 | 2227 | "documentation": "Grants permission to update usage amount and usage group in the specified workload estimate based on the usage id" |
2216 | 2228 | }, |
2217 | | - "smithy.api#documentation": "<p>\n Update a newly added or existing usage lines. You can update the usage amounts and usage group based on a usage ID and a Workload estimate ID.\n </p>", |
| 2229 | + "smithy.api#documentation": "<p>\n Update a newly added or existing usage lines. You can update the usage amounts and usage group based on a usage ID and a Workload estimate ID.\n </p>\n <note>\n <p>The <code>BatchUpdateWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, \n include the permission <code>bcm-pricing-calculator:UpdateWorkloadEstimateUsage</code> in your policies.</p>\n </note>", |
2218 | 2230 | "smithy.api#idempotent": {} |
2219 | 2231 | } |
2220 | 2232 | }, |
|
3784 | 3796 | "target": "com.amazonaws.bcmpricingcalculator#DeleteBillScenarioResponse" |
3785 | 3797 | }, |
3786 | 3798 | "errors": [ |
| 3799 | + { |
| 3800 | + "target": "com.amazonaws.bcmpricingcalculator#ConflictException" |
| 3801 | + }, |
3787 | 3802 | { |
3788 | 3803 | "target": "com.amazonaws.bcmpricingcalculator#DataUnavailableException" |
3789 | 3804 | } |
|
4905 | 4920 | "createdAtFilter": { |
4906 | 4921 | "target": "com.amazonaws.bcmpricingcalculator#FilterTimestamp", |
4907 | 4922 | "traits": { |
4908 | | - "smithy.api#documentation": "<p>\n Filter bill estimates based on their creation date.\n </p>" |
| 4923 | + "smithy.api#documentation": "<p>\n Filter bill estimates based on the creation date.\n </p>" |
4909 | 4924 | } |
4910 | 4925 | }, |
4911 | 4926 | "expiresAtFilter": { |
4912 | 4927 | "target": "com.amazonaws.bcmpricingcalculator#FilterTimestamp", |
4913 | 4928 | "traits": { |
4914 | | - "smithy.api#documentation": "<p>\n Filter bill estimates based on their expiration date.\n </p>" |
| 4929 | + "smithy.api#documentation": "<p>\n Filter bill estimates based on the expiration date.\n </p>" |
4915 | 4930 | } |
4916 | 4931 | }, |
4917 | 4932 | "nextToken": { |
|
5207 | 5222 | "createdAtFilter": { |
5208 | 5223 | "target": "com.amazonaws.bcmpricingcalculator#FilterTimestamp", |
5209 | 5224 | "traits": { |
5210 | | - "smithy.api#documentation": "<p>\n Filter bill scenarios based on their creation date.\n </p>" |
| 5225 | + "smithy.api#documentation": "<p>\n Filter bill scenarios based on the creation date.\n </p>" |
5211 | 5226 | } |
5212 | 5227 | }, |
5213 | 5228 | "expiresAtFilter": { |
5214 | 5229 | "target": "com.amazonaws.bcmpricingcalculator#FilterTimestamp", |
5215 | 5230 | "traits": { |
5216 | | - "smithy.api#documentation": "<p>\n Filter bill scenarios based on their expiration date.\n </p>" |
| 5231 | + "smithy.api#documentation": "<p>\n Filter bill scenarios based on the expiration date.\n </p>" |
5217 | 5232 | } |
5218 | 5233 | }, |
5219 | 5234 | "nextToken": { |
|
5587 | 5602 | "createdAtFilter": { |
5588 | 5603 | "target": "com.amazonaws.bcmpricingcalculator#FilterTimestamp", |
5589 | 5604 | "traits": { |
5590 | | - "smithy.api#documentation": "<p>\n Filter workload estimates based on their creation date.\n </p>" |
| 5605 | + "smithy.api#documentation": "<p>\n Filter workload estimates based on the creation date.\n </p>" |
5591 | 5606 | } |
5592 | 5607 | }, |
5593 | 5608 | "expiresAtFilter": { |
5594 | 5609 | "target": "com.amazonaws.bcmpricingcalculator#FilterTimestamp", |
5595 | 5610 | "traits": { |
5596 | | - "smithy.api#documentation": "<p>\n Filter workload estimates based on their expiration date.\n </p>" |
| 5611 | + "smithy.api#documentation": "<p>\n Filter workload estimates based on the expiration date.\n </p>" |
5597 | 5612 | } |
5598 | 5613 | }, |
5599 | 5614 | "filters": { |
|
0 commit comments