@aws-sdk/client-billingconductor 3.947.0 → 3.949.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -266,6 +266,7 @@ const _ARRE = "AssociateResourceResponseElement";
266
266
  const _ARRL = "AssociateResourcesResponseList";
267
267
  const _AS = "AssociationSize";
268
268
  const _AV = "AssociatedValues";
269
+ const _AVt = "AttributeValues";
269
270
  const _AWSC = "AWSCost";
270
271
  const _Ac = "Activated";
271
272
  const _Ar = "Arns";
@@ -829,7 +830,7 @@ var InternalServerException = [
829
830
  [0, [1, { [_hH]: _RA_ }]],
830
831
  ];
831
832
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
832
- var LineItemFilter = [3, n0, _LIFi, 0, [_At, _MO, _Va], [0, 0, 64 | 0]];
833
+ var LineItemFilter = [3, n0, _LIFi, 0, [_At, _MO, _Va, _AVt], [0, 0, 64 | 0, 64 | 0]];
833
834
  var ListAccountAssociationsFilter = [3, n0, _LAAF, 0, [_As, _AI, _AIc], [0, 0, 64 | 0]];
834
835
  var ListAccountAssociationsInput = [
835
836
  3,
@@ -2020,6 +2021,7 @@ const ValidationExceptionReason = {
2020
2021
  ILLEGAL_ACCOUNTS: "ILLEGAL_ACCOUNTS",
2021
2022
  ILLEGAL_ACCOUNT_ID: "ILLEGAL_ACCOUNT_ID",
2022
2023
  ILLEGAL_BILLING_ENTITY: "ILLEGAL_BILLING_ENTITY",
2024
+ ILLEGAL_BILLING_GROUP_PRICING_PLAN: "ILLEGAL_BILLING_GROUP_PRICING_PLAN",
2023
2025
  ILLEGAL_BILLING_GROUP_TYPE: "ILLEGAL_BILLING_GROUP_TYPE",
2024
2026
  ILLEGAL_BILLING_PERIOD: "ILLEGAL_BILLING_PERIOD",
2025
2027
  ILLEGAL_BILLING_PERIOD_RANGE: "ILLEGAL_BILLING_PERIOD_RANGE",
@@ -2095,8 +2097,10 @@ const BillingGroupStatus = {
2095
2097
  };
2096
2098
  const LineItemFilterAttributeName = {
2097
2099
  LINE_ITEM_TYPE: "LINE_ITEM_TYPE",
2100
+ SERVICE: "SERVICE",
2098
2101
  };
2099
2102
  const MatchOption = {
2103
+ EQUAL: "EQUAL",
2100
2104
  NOT_EQUAL: "NOT_EQUAL",
2101
2105
  };
2102
2106
  const LineItemFilterValue = {
@@ -2108,6 +2112,7 @@ const CustomLineItemType = {
2108
2112
  };
2109
2113
  const ComputationRuleEnum = {
2110
2114
  CONSOLIDATED: "CONSOLIDATED",
2115
+ ITEMIZED: "ITEMIZED",
2111
2116
  };
2112
2117
  const CurrencyCode = {
2113
2118
  CNY: "CNY",
@@ -18,6 +18,7 @@ export const ValidationExceptionReason = {
18
18
  ILLEGAL_ACCOUNTS: "ILLEGAL_ACCOUNTS",
19
19
  ILLEGAL_ACCOUNT_ID: "ILLEGAL_ACCOUNT_ID",
20
20
  ILLEGAL_BILLING_ENTITY: "ILLEGAL_BILLING_ENTITY",
21
+ ILLEGAL_BILLING_GROUP_PRICING_PLAN: "ILLEGAL_BILLING_GROUP_PRICING_PLAN",
21
22
  ILLEGAL_BILLING_GROUP_TYPE: "ILLEGAL_BILLING_GROUP_TYPE",
22
23
  ILLEGAL_BILLING_PERIOD: "ILLEGAL_BILLING_PERIOD",
23
24
  ILLEGAL_BILLING_PERIOD_RANGE: "ILLEGAL_BILLING_PERIOD_RANGE",
@@ -93,8 +94,10 @@ export const BillingGroupStatus = {
93
94
  };
94
95
  export const LineItemFilterAttributeName = {
95
96
  LINE_ITEM_TYPE: "LINE_ITEM_TYPE",
97
+ SERVICE: "SERVICE",
96
98
  };
97
99
  export const MatchOption = {
100
+ EQUAL: "EQUAL",
98
101
  NOT_EQUAL: "NOT_EQUAL",
99
102
  };
100
103
  export const LineItemFilterValue = {
@@ -106,6 +109,7 @@ export const CustomLineItemType = {
106
109
  };
107
110
  export const ComputationRuleEnum = {
108
111
  CONSOLIDATED: "CONSOLIDATED",
112
+ ITEMIZED: "ITEMIZED",
109
113
  };
110
114
  export const CurrencyCode = {
111
115
  CNY: "CNY",
@@ -22,6 +22,7 @@ const _ARRE = "AssociateResourceResponseElement";
22
22
  const _ARRL = "AssociateResourcesResponseList";
23
23
  const _AS = "AssociationSize";
24
24
  const _AV = "AssociatedValues";
25
+ const _AVt = "AttributeValues";
25
26
  const _AWSC = "AWSCost";
26
27
  const _Ac = "Activated";
27
28
  const _Ar = "Arns";
@@ -588,7 +589,7 @@ export var InternalServerException = [
588
589
  [0, [1, { [_hH]: _RA_ }]],
589
590
  ];
590
591
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
591
- export var LineItemFilter = [3, n0, _LIFi, 0, [_At, _MO, _Va], [0, 0, 64 | 0]];
592
+ export var LineItemFilter = [3, n0, _LIFi, 0, [_At, _MO, _Va, _AVt], [0, 0, 64 | 0, 64 | 0]];
592
593
  export var ListAccountAssociationsFilter = [3, n0, _LAAF, 0, [_As, _AI, _AIc], [0, 0, 64 | 0]];
593
594
  export var ListAccountAssociationsInput = [
594
595
  3,
@@ -1023,6 +1024,7 @@ export var AccountIdFilterList = 64 | 0;
1023
1024
  export var AccountIdList = 64 | 0;
1024
1025
  export var AssociateResourcesResponseList = [1, n0, _ARRL, 0, () => AssociateResourceResponseElement];
1025
1026
  export var AttributesList = [1, n0, _AL, 0, () => Attribute];
1027
+ export var AttributeValueList = 64 | 0;
1026
1028
  export var BillingGroupArnList = 64 | 0;
1027
1029
  export var BillingGroupCostReportList = [1, n0, _BGCRL, 0, () => BillingGroupCostReportElement];
1028
1030
  export var BillingGroupCostReportResultsList = [
@@ -61,16 +61,19 @@ declare const CreateCustomLineItemCommand_base: {
61
61
  * Type: "CREDIT" || "FEE", // required
62
62
  * LineItemFilters: [ // LineItemFiltersList
63
63
  * { // LineItemFilter
64
- * Attribute: "LINE_ITEM_TYPE", // required
65
- * MatchOption: "NOT_EQUAL", // required
66
- * Values: [ // LineItemFilterValuesList // required
64
+ * Attribute: "LINE_ITEM_TYPE" || "SERVICE", // required
65
+ * MatchOption: "NOT_EQUAL" || "EQUAL", // required
66
+ * Values: [ // LineItemFilterValuesList
67
67
  * "SAVINGS_PLAN_NEGATION",
68
68
  * ],
69
+ * AttributeValues: [ // AttributeValueList
70
+ * "STRING_VALUE",
71
+ * ],
69
72
  * },
70
73
  * ],
71
74
  * },
72
75
  * AccountId: "STRING_VALUE",
73
- * ComputationRule: "CONSOLIDATED",
76
+ * ComputationRule: "ITEMIZED" || "CONSOLIDATED",
74
77
  * PresentationDetails: { // PresentationObject
75
78
  * Service: "STRING_VALUE", // required
76
79
  * },
@@ -63,11 +63,14 @@ declare const ListCustomLineItemVersionsCommand_base: {
63
63
  * // Type: "CREDIT" || "FEE", // required
64
64
  * // LineItemFilters: [ // LineItemFiltersList
65
65
  * // { // LineItemFilter
66
- * // Attribute: "LINE_ITEM_TYPE", // required
67
- * // MatchOption: "NOT_EQUAL", // required
68
- * // Values: [ // LineItemFilterValuesList // required
66
+ * // Attribute: "LINE_ITEM_TYPE" || "SERVICE", // required
67
+ * // MatchOption: "NOT_EQUAL" || "EQUAL", // required
68
+ * // Values: [ // LineItemFilterValuesList
69
69
  * // "SAVINGS_PLAN_NEGATION",
70
70
  * // ],
71
+ * // AttributeValues: [ // AttributeValueList
72
+ * // "STRING_VALUE",
73
+ * // ],
71
74
  * // },
72
75
  * // ],
73
76
  * // },
@@ -83,7 +86,7 @@ declare const ListCustomLineItemVersionsCommand_base: {
83
86
  * // Arn: "STRING_VALUE",
84
87
  * // StartTime: Number("long"),
85
88
  * // AccountId: "STRING_VALUE",
86
- * // ComputationRule: "CONSOLIDATED",
89
+ * // ComputationRule: "ITEMIZED" || "CONSOLIDATED",
87
90
  * // PresentationDetails: { // PresentationObject
88
91
  * // Service: "STRING_VALUE", // required
89
92
  * // },
@@ -72,11 +72,14 @@ declare const ListCustomLineItemsCommand_base: {
72
72
  * // Type: "CREDIT" || "FEE", // required
73
73
  * // LineItemFilters: [ // LineItemFiltersList
74
74
  * // { // LineItemFilter
75
- * // Attribute: "LINE_ITEM_TYPE", // required
76
- * // MatchOption: "NOT_EQUAL", // required
77
- * // Values: [ // LineItemFilterValuesList // required
75
+ * // Attribute: "LINE_ITEM_TYPE" || "SERVICE", // required
76
+ * // MatchOption: "NOT_EQUAL" || "EQUAL", // required
77
+ * // Values: [ // LineItemFilterValuesList
78
78
  * // "SAVINGS_PLAN_NEGATION",
79
79
  * // ],
80
+ * // AttributeValues: [ // AttributeValueList
81
+ * // "STRING_VALUE",
82
+ * // ],
80
83
  * // },
81
84
  * // ],
82
85
  * // },
@@ -88,7 +91,7 @@ declare const ListCustomLineItemsCommand_base: {
88
91
  * // LastModifiedTime: Number("long"),
89
92
  * // AssociationSize: Number("long"),
90
93
  * // AccountId: "STRING_VALUE",
91
- * // ComputationRule: "CONSOLIDATED",
94
+ * // ComputationRule: "ITEMIZED" || "CONSOLIDATED",
92
95
  * // PresentationDetails: { // PresentationObject
93
96
  * // Service: "STRING_VALUE", // required
94
97
  * // },
@@ -49,11 +49,14 @@ declare const UpdateCustomLineItemCommand_base: {
49
49
  * },
50
50
  * LineItemFilters: [ // LineItemFiltersList
51
51
  * { // LineItemFilter
52
- * Attribute: "LINE_ITEM_TYPE", // required
53
- * MatchOption: "NOT_EQUAL", // required
54
- * Values: [ // LineItemFilterValuesList // required
52
+ * Attribute: "LINE_ITEM_TYPE" || "SERVICE", // required
53
+ * MatchOption: "NOT_EQUAL" || "EQUAL", // required
54
+ * Values: [ // LineItemFilterValuesList
55
55
  * "SAVINGS_PLAN_NEGATION",
56
56
  * ],
57
+ * AttributeValues: [ // AttributeValueList
58
+ * "STRING_VALUE",
59
+ * ],
57
60
  * },
58
61
  * ],
59
62
  * },
@@ -79,11 +82,14 @@ declare const UpdateCustomLineItemCommand_base: {
79
82
  * // Type: "CREDIT" || "FEE", // required
80
83
  * // LineItemFilters: [ // LineItemFiltersList
81
84
  * // { // LineItemFilter
82
- * // Attribute: "LINE_ITEM_TYPE", // required
83
- * // MatchOption: "NOT_EQUAL", // required
84
- * // Values: [ // LineItemFilterValuesList // required
85
+ * // Attribute: "LINE_ITEM_TYPE" || "SERVICE", // required
86
+ * // MatchOption: "NOT_EQUAL" || "EQUAL", // required
87
+ * // Values: [ // LineItemFilterValuesList
85
88
  * // "SAVINGS_PLAN_NEGATION",
86
89
  * // ],
90
+ * // AttributeValues: [ // AttributeValueList
91
+ * // "STRING_VALUE",
92
+ * // ],
87
93
  * // },
88
94
  * // ],
89
95
  * // },
@@ -30,6 +30,7 @@ export declare const ValidationExceptionReason: {
30
30
  readonly ILLEGAL_ACCOUNTS: "ILLEGAL_ACCOUNTS";
31
31
  readonly ILLEGAL_ACCOUNT_ID: "ILLEGAL_ACCOUNT_ID";
32
32
  readonly ILLEGAL_BILLING_ENTITY: "ILLEGAL_BILLING_ENTITY";
33
+ readonly ILLEGAL_BILLING_GROUP_PRICING_PLAN: "ILLEGAL_BILLING_GROUP_PRICING_PLAN";
33
34
  readonly ILLEGAL_BILLING_GROUP_TYPE: "ILLEGAL_BILLING_GROUP_TYPE";
34
35
  readonly ILLEGAL_BILLING_PERIOD: "ILLEGAL_BILLING_PERIOD";
35
36
  readonly ILLEGAL_BILLING_PERIOD_RANGE: "ILLEGAL_BILLING_PERIOD_RANGE";
@@ -145,6 +146,7 @@ export type BillingGroupStatus = (typeof BillingGroupStatus)[keyof typeof Billin
145
146
  */
146
147
  export declare const LineItemFilterAttributeName: {
147
148
  readonly LINE_ITEM_TYPE: "LINE_ITEM_TYPE";
149
+ readonly SERVICE: "SERVICE";
148
150
  };
149
151
  /**
150
152
  * @public
@@ -155,6 +157,7 @@ export type LineItemFilterAttributeName = (typeof LineItemFilterAttributeName)[k
155
157
  * @enum
156
158
  */
157
159
  export declare const MatchOption: {
160
+ readonly EQUAL: "EQUAL";
158
161
  readonly NOT_EQUAL: "NOT_EQUAL";
159
162
  };
160
163
  /**
@@ -190,6 +193,7 @@ export type CustomLineItemType = (typeof CustomLineItemType)[keyof typeof Custom
190
193
  */
191
194
  export declare const ComputationRuleEnum: {
192
195
  readonly CONSOLIDATED: "CONSOLIDATED";
196
+ readonly ITEMIZED: "ITEMIZED";
193
197
  };
194
198
  /**
195
199
  * @public
@@ -688,7 +688,12 @@ export interface LineItemFilter {
688
688
  * <p>The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plans discounts.</p>
689
689
  * @public
690
690
  */
691
- Values: LineItemFilterValue[] | undefined;
691
+ Values?: LineItemFilterValue[] | undefined;
692
+ /**
693
+ * <p>The values of the line item filter. This specifies the values to filter on.</p>
694
+ * @public
695
+ */
696
+ AttributeValues?: string[] | undefined;
692
697
  }
693
698
  /**
694
699
  * <p>A representation of the charge details that are associated with a percentage custom line item.</p>
@@ -133,6 +133,7 @@ export declare var AccountIdFilterList: number;
133
133
  export declare var AccountIdList: number;
134
134
  export declare var AssociateResourcesResponseList: StaticListSchema;
135
135
  export declare var AttributesList: StaticListSchema;
136
+ export declare var AttributeValueList: number;
136
137
  export declare var BillingGroupArnList: number;
137
138
  export declare var BillingGroupCostReportList: StaticListSchema;
138
139
  export declare var BillingGroupCostReportResultsList: StaticListSchema;
@@ -20,6 +20,7 @@ export declare const ValidationExceptionReason: {
20
20
  readonly ILLEGAL_ACCOUNTS: "ILLEGAL_ACCOUNTS";
21
21
  readonly ILLEGAL_ACCOUNT_ID: "ILLEGAL_ACCOUNT_ID";
22
22
  readonly ILLEGAL_BILLING_ENTITY: "ILLEGAL_BILLING_ENTITY";
23
+ readonly ILLEGAL_BILLING_GROUP_PRICING_PLAN: "ILLEGAL_BILLING_GROUP_PRICING_PLAN";
23
24
  readonly ILLEGAL_BILLING_GROUP_TYPE: "ILLEGAL_BILLING_GROUP_TYPE";
24
25
  readonly ILLEGAL_BILLING_PERIOD: "ILLEGAL_BILLING_PERIOD";
25
26
  readonly ILLEGAL_BILLING_PERIOD_RANGE: "ILLEGAL_BILLING_PERIOD_RANGE";
@@ -104,10 +105,12 @@ export type BillingGroupStatus =
104
105
  (typeof BillingGroupStatus)[keyof typeof BillingGroupStatus];
105
106
  export declare const LineItemFilterAttributeName: {
106
107
  readonly LINE_ITEM_TYPE: "LINE_ITEM_TYPE";
108
+ readonly SERVICE: "SERVICE";
107
109
  };
108
110
  export type LineItemFilterAttributeName =
109
111
  (typeof LineItemFilterAttributeName)[keyof typeof LineItemFilterAttributeName];
110
112
  export declare const MatchOption: {
113
+ readonly EQUAL: "EQUAL";
111
114
  readonly NOT_EQUAL: "NOT_EQUAL";
112
115
  };
113
116
  export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
@@ -124,6 +127,7 @@ export type CustomLineItemType =
124
127
  (typeof CustomLineItemType)[keyof typeof CustomLineItemType];
125
128
  export declare const ComputationRuleEnum: {
126
129
  readonly CONSOLIDATED: "CONSOLIDATED";
130
+ readonly ITEMIZED: "ITEMIZED";
127
131
  };
128
132
  export type ComputationRuleEnum =
129
133
  (typeof ComputationRuleEnum)[keyof typeof ComputationRuleEnum];
@@ -187,7 +187,8 @@ export interface CustomLineItemFlatChargeDetails {
187
187
  export interface LineItemFilter {
188
188
  Attribute: LineItemFilterAttributeName | undefined;
189
189
  MatchOption: MatchOption | undefined;
190
- Values: LineItemFilterValue[] | undefined;
190
+ Values?: LineItemFilterValue[] | undefined;
191
+ AttributeValues?: string[] | undefined;
191
192
  }
192
193
  export interface CustomLineItemPercentageChargeDetails {
193
194
  PercentageValue: number | undefined;
@@ -139,6 +139,7 @@ export declare var AccountIdFilterList: number;
139
139
  export declare var AccountIdList: number;
140
140
  export declare var AssociateResourcesResponseList: StaticListSchema;
141
141
  export declare var AttributesList: StaticListSchema;
142
+ export declare var AttributeValueList: number;
142
143
  export declare var BillingGroupArnList: number;
143
144
  export declare var BillingGroupCostReportList: StaticListSchema;
144
145
  export declare var BillingGroupCostReportResultsList: StaticListSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-billingconductor",
3
3
  "description": "AWS SDK for JavaScript Billingconductor Client for Node.js, Browser and React Native",
4
- "version": "3.947.0",
4
+ "version": "3.949.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-billingconductor",
@@ -22,10 +22,10 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "3.947.0",
25
- "@aws-sdk/credential-provider-node": "3.947.0",
25
+ "@aws-sdk/credential-provider-node": "3.948.0",
26
26
  "@aws-sdk/middleware-host-header": "3.936.0",
27
27
  "@aws-sdk/middleware-logger": "3.936.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.948.0",
29
29
  "@aws-sdk/middleware-user-agent": "3.947.0",
30
30
  "@aws-sdk/region-config-resolver": "3.936.0",
31
31
  "@aws-sdk/types": "3.936.0",