|
2271 | 2271 | "smithy.api#documentation": "<p>The type of the custom line item that indicates whether the charge is a fee or credit.</p>",
|
2272 | 2272 | "smithy.api#required": {}
|
2273 | 2273 | }
|
| 2274 | + }, |
| 2275 | + "LineItemFilters": { |
| 2276 | + "target": "com.amazonaws.billingconductor#LineItemFiltersList", |
| 2277 | + "traits": { |
| 2278 | + "smithy.api#documentation": "<p>A representation of the line item filter.</p>" |
| 2279 | + } |
2274 | 2280 | }
|
2275 | 2281 | },
|
2276 | 2282 | "traits": {
|
|
3012 | 3018 | "smithy.api#httpError": 500
|
3013 | 3019 | }
|
3014 | 3020 | },
|
| 3021 | + "com.amazonaws.billingconductor#LineItemFilter": { |
| 3022 | + "type": "structure", |
| 3023 | + "members": { |
| 3024 | + "Attribute": { |
| 3025 | + "target": "com.amazonaws.billingconductor#LineItemFilterAttributeName", |
| 3026 | + "traits": { |
| 3027 | + "smithy.api#documentation": "<p>The attribute of the line item filter. This specifies what attribute that you can filter\n on.</p>", |
| 3028 | + "smithy.api#required": {} |
| 3029 | + } |
| 3030 | + }, |
| 3031 | + "MatchOption": { |
| 3032 | + "target": "com.amazonaws.billingconductor#MatchOption", |
| 3033 | + "traits": { |
| 3034 | + "smithy.api#documentation": "<p>The match criteria of the line item filter. This parameter specifies whether not to include the resource value from the billing group total cost.</p>", |
| 3035 | + "smithy.api#required": {} |
| 3036 | + } |
| 3037 | + }, |
| 3038 | + "Values": { |
| 3039 | + "target": "com.amazonaws.billingconductor#LineItemFilterValuesList", |
| 3040 | + "traits": { |
| 3041 | + "smithy.api#documentation": "<p>The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plan discounts.</p>", |
| 3042 | + "smithy.api#required": {} |
| 3043 | + } |
| 3044 | + } |
| 3045 | + }, |
| 3046 | + "traits": { |
| 3047 | + "smithy.api#documentation": "<p>A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost. \n For example, if you create a custom line item and you want to filter out a value, such as\n Savings Plan discounts, you can update <code>LineItemFilter</code> to exclude it.</p>" |
| 3048 | + } |
| 3049 | + }, |
| 3050 | + "com.amazonaws.billingconductor#LineItemFilterAttributeName": { |
| 3051 | + "type": "string", |
| 3052 | + "traits": { |
| 3053 | + "smithy.api#enum": [ |
| 3054 | + { |
| 3055 | + "value": "LINE_ITEM_TYPE", |
| 3056 | + "name": "LINE_ITEM_TYPE" |
| 3057 | + } |
| 3058 | + ] |
| 3059 | + } |
| 3060 | + }, |
| 3061 | + "com.amazonaws.billingconductor#LineItemFilterValue": { |
| 3062 | + "type": "string", |
| 3063 | + "traits": { |
| 3064 | + "smithy.api#enum": [ |
| 3065 | + { |
| 3066 | + "value": "SAVINGS_PLAN_NEGATION", |
| 3067 | + "name": "SAVINGS_PLAN_NEGATION" |
| 3068 | + } |
| 3069 | + ] |
| 3070 | + } |
| 3071 | + }, |
| 3072 | + "com.amazonaws.billingconductor#LineItemFilterValuesList": { |
| 3073 | + "type": "list", |
| 3074 | + "member": { |
| 3075 | + "target": "com.amazonaws.billingconductor#LineItemFilterValue" |
| 3076 | + }, |
| 3077 | + "traits": { |
| 3078 | + "smithy.api#length": { |
| 3079 | + "min": 1, |
| 3080 | + "max": 1 |
| 3081 | + } |
| 3082 | + } |
| 3083 | + }, |
| 3084 | + "com.amazonaws.billingconductor#LineItemFiltersList": { |
| 3085 | + "type": "list", |
| 3086 | + "member": { |
| 3087 | + "target": "com.amazonaws.billingconductor#LineItemFilter" |
| 3088 | + }, |
| 3089 | + "traits": { |
| 3090 | + "smithy.api#length": { |
| 3091 | + "min": 0, |
| 3092 | + "max": 1 |
| 3093 | + } |
| 3094 | + } |
| 3095 | + }, |
3015 | 3096 | "com.amazonaws.billingconductor#ListAccountAssociations": {
|
3016 | 3097 | "type": "operation",
|
3017 | 3098 | "input": {
|
|
3373 | 3454 | "smithy.api#documentation": "<p>\n The type of the custom line item that indicates whether the charge is a <code>fee</code> or <code>credit</code>.\n </p>",
|
3374 | 3455 | "smithy.api#required": {}
|
3375 | 3456 | }
|
| 3457 | + }, |
| 3458 | + "LineItemFilters": { |
| 3459 | + "target": "com.amazonaws.billingconductor#LineItemFiltersList", |
| 3460 | + "traits": { |
| 3461 | + "smithy.api#documentation": "<p>A representation of the line item filter.</p>" |
| 3462 | + } |
3376 | 3463 | }
|
3377 | 3464 | },
|
3378 | 3465 | "traits": {
|
|
4291 | 4378 | "com.amazonaws.billingconductor#MarginPercentage": {
|
4292 | 4379 | "type": "string"
|
4293 | 4380 | },
|
| 4381 | + "com.amazonaws.billingconductor#MatchOption": { |
| 4382 | + "type": "string", |
| 4383 | + "traits": { |
| 4384 | + "smithy.api#enum": [ |
| 4385 | + { |
| 4386 | + "value": "NOT_EQUAL", |
| 4387 | + "name": "NOT_EQUAL" |
| 4388 | + } |
| 4389 | + ] |
| 4390 | + } |
| 4391 | + }, |
4294 | 4392 | "com.amazonaws.billingconductor#MaxBillingGroupResults": {
|
4295 | 4393 | "type": "integer",
|
4296 | 4394 | "traits": {
|
|
5335 | 5433 | "traits": {
|
5336 | 5434 | "smithy.api#documentation": "<p>\n An <code>UpdateCustomLineItemPercentageChargeDetails</code> that describes the new charge details of a percentage custom line item.\n </p>"
|
5337 | 5435 | }
|
| 5436 | + }, |
| 5437 | + "LineItemFilters": { |
| 5438 | + "target": "com.amazonaws.billingconductor#LineItemFiltersList", |
| 5439 | + "traits": { |
| 5440 | + "smithy.api#documentation": "<p>A representation of the line item filter.</p>" |
| 5441 | + } |
5338 | 5442 | }
|
5339 | 5443 | },
|
5340 | 5444 | "traits": {
|
|
0 commit comments