You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-cost-explorer): This release is to support retroactive Cost Categories. The new field will enable you to retroactively apply new and existing cost category rules to previous months.
Copy file name to clipboardExpand all lines: clients/client-cost-explorer/src/models/models_0.ts
+20-12Lines changed: 20 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ export enum Dimension {
224
224
exportinterfaceDimensionValues{
225
225
/**
226
226
* <p>The names of the metadata types that you can use to filter and group your results. For
227
-
* example, <code>AZ</code> returns a list of Availability Zones.</p>
227
+
* example, <code>AZ</code> returns a list of Availability Zones. <code>LINK_ACCOUNT_NAME</code> and <code>SERVICE_CODE</code> can only be used in <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/AAPI_CostCategoryRule.html">CostCategoryRule</a>.</p>
* <p>RECORD_TYPE - The different types of charges such as RI fees, usage costs, tax refunds, and credits.</p>
1272
1272
* </li>
1273
1273
* <li>
1274
-
* <p>RESOURCE_ID - The unique identifier of the resource. ResourceId is an opt-in feature only available for last 14 days for EC2-Compute Service.</p>
1274
+
* <p>RESOURCE_ID - The unique identifier of the resource. ResourceId is an opt-in feature only available for last 14 days for EC2-Compute Service. You can opt-in by enabling <code>Hourly</code> and <code>Resource Level Data</code> in Cost Management Console preferences.</p>
1275
1275
* </li>
1276
1276
* </ul>
1277
1277
* <p>If you set the context to <code>RESERVATIONS</code>, you can use the following
* <p>The name of the dimension. Each <code>Dimension</code> is available for a different <code>Context</code>.
4350
-
* For more information, see <code>Context</code>.
4351
-
*
4350
+
* For more information, see <code>Context</code>. <code>LINK_ACCOUNT_NAME</code> and <code>SERVICE_CODE</code> can only be used in <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/AAPI_CostCategoryRule.html">CostCategoryRule</a>.
* <p>The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.</p>
5953
+
*/
5954
+
EffectiveStart?: string;
5955
+
5953
5956
/**
5954
5957
* <p>The rule schema version in this particular Cost Category.</p>
* <p>The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.</p>
6035
+
*/
6036
+
EffectiveStart?: string;
6037
+
6030
6038
/**
6031
6039
* <p>The rule schema version in this particular Cost Category.</p>
0 commit comments