@aws-sdk/client-billingconductor 3.489.0 → 3.495.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.
Files changed (57) hide show
  1. package/dist-cjs/Billingconductor.js +1 -75
  2. package/dist-cjs/BillingconductorClient.js +1 -43
  3. package/dist-cjs/commands/AssociateAccountsCommand.js +1 -28
  4. package/dist-cjs/commands/AssociatePricingRulesCommand.js +1 -28
  5. package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +1 -28
  6. package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +1 -28
  7. package/dist-cjs/commands/CreateBillingGroupCommand.js +1 -29
  8. package/dist-cjs/commands/CreateCustomLineItemCommand.js +1 -29
  9. package/dist-cjs/commands/CreatePricingPlanCommand.js +1 -29
  10. package/dist-cjs/commands/CreatePricingRuleCommand.js +1 -29
  11. package/dist-cjs/commands/DeleteBillingGroupCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteCustomLineItemCommand.js +1 -28
  13. package/dist-cjs/commands/DeletePricingPlanCommand.js +1 -28
  14. package/dist-cjs/commands/DeletePricingRuleCommand.js +1 -28
  15. package/dist-cjs/commands/DisassociateAccountsCommand.js +1 -28
  16. package/dist-cjs/commands/DisassociatePricingRulesCommand.js +1 -28
  17. package/dist-cjs/commands/GetBillingGroupCostReportCommand.js +1 -28
  18. package/dist-cjs/commands/ListAccountAssociationsCommand.js +1 -29
  19. package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +1 -28
  20. package/dist-cjs/commands/ListBillingGroupsCommand.js +1 -29
  21. package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +1 -29
  22. package/dist-cjs/commands/ListCustomLineItemsCommand.js +1 -29
  23. package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +1 -28
  24. package/dist-cjs/commands/ListPricingPlansCommand.js +1 -29
  25. package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +1 -28
  26. package/dist-cjs/commands/ListPricingRulesCommand.js +1 -29
  27. package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +1 -28
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  29. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  30. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateBillingGroupCommand.js +1 -29
  32. package/dist-cjs/commands/UpdateCustomLineItemCommand.js +1 -29
  33. package/dist-cjs/commands/UpdatePricingPlanCommand.js +1 -29
  34. package/dist-cjs/commands/UpdatePricingRuleCommand.js +1 -29
  35. package/dist-cjs/commands/index.js +1 -35
  36. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  37. package/dist-cjs/extensionConfiguration.js +1 -2
  38. package/dist-cjs/index.js +3717 -11
  39. package/dist-cjs/models/BillingconductorServiceException.js +1 -12
  40. package/dist-cjs/models/index.js +1 -4
  41. package/dist-cjs/models/models_0.js +1 -392
  42. package/dist-cjs/pagination/GetBillingGroupCostReportPaginator.js +1 -7
  43. package/dist-cjs/pagination/Interfaces.js +1 -2
  44. package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListBillingGroupCostReportsPaginator.js +1 -7
  46. package/dist-cjs/pagination/ListBillingGroupsPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListCustomLineItemVersionsPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListCustomLineItemsPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +1 -7
  50. package/dist-cjs/pagination/ListPricingPlansPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListPricingRulesPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +1 -7
  54. package/dist-cjs/pagination/index.js +1 -15
  55. package/dist-cjs/protocols/Aws_restJson1.js +1 -2390
  56. package/dist-cjs/runtimeExtensions.js +1 -22
  57. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BillingconductorServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class BillingconductorServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, BillingconductorServiceException.prototype);
10
- }
11
- }
12
- exports.BillingconductorServiceException = BillingconductorServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,392 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePricingRuleOutputFilterSensitiveLog = exports.UpdatePricingRuleInputFilterSensitiveLog = exports.ListPricingRulesOutputFilterSensitiveLog = exports.PricingRuleListElementFilterSensitiveLog = exports.CreatePricingRuleInputFilterSensitiveLog = exports.UpdatePricingPlanOutputFilterSensitiveLog = exports.UpdatePricingPlanInputFilterSensitiveLog = exports.ListPricingPlansOutputFilterSensitiveLog = exports.PricingPlanListElementFilterSensitiveLog = exports.CreatePricingPlanInputFilterSensitiveLog = exports.ListAccountAssociationsOutputFilterSensitiveLog = exports.UpdateCustomLineItemOutputFilterSensitiveLog = exports.UpdateCustomLineItemInputFilterSensitiveLog = exports.ListCustomLineItemVersionsOutputFilterSensitiveLog = exports.CustomLineItemVersionListElementFilterSensitiveLog = exports.ListCustomLineItemsOutputFilterSensitiveLog = exports.CustomLineItemListElementFilterSensitiveLog = exports.ListCustomLineItemsInputFilterSensitiveLog = exports.ListCustomLineItemsFilterFilterSensitiveLog = exports.CreateCustomLineItemInputFilterSensitiveLog = exports.UpdateBillingGroupOutputFilterSensitiveLog = exports.UpdateBillingGroupInputFilterSensitiveLog = exports.ListBillingGroupsOutputFilterSensitiveLog = exports.BillingGroupListElementFilterSensitiveLog = exports.CreateBillingGroupInputFilterSensitiveLog = exports.AccountAssociationsListElementFilterSensitiveLog = exports.PricingRuleType = exports.PricingRuleScope = exports.GroupByAttributeName = exports.CustomLineItemRelationship = exports.CurrencyCode = exports.CustomLineItemType = exports.LineItemFilterValue = exports.MatchOption = exports.LineItemFilterAttributeName = exports.BillingGroupStatus = exports.AssociateResourceErrorReason = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceLimitExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ConflictExceptionReason = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const BillingconductorServiceException_1 = require("./BillingconductorServiceException");
6
- class AccessDeniedException extends BillingconductorServiceException_1.BillingconductorServiceException {
7
- constructor(opts) {
8
- super({
9
- name: "AccessDeniedException",
10
- $fault: "client",
11
- ...opts,
12
- });
13
- this.name = "AccessDeniedException";
14
- this.$fault = "client";
15
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
- this.Message = opts.Message;
17
- }
18
- }
19
- exports.AccessDeniedException = AccessDeniedException;
20
- exports.ConflictExceptionReason = {
21
- PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT: "PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT",
22
- PRICING_RULE_ATTACHED_TO_PRICING_PLAN_DELETE_CONFLICT: "PRICING_RULE_ATTACHED_TO_PRICING_PLAN_DELETE_CONFLICT",
23
- PRICING_RULE_IN_PRICING_PLAN_CONFLICT: "PRICING_RULE_IN_PRICING_PLAN_CONFLICT",
24
- RESOURCE_NAME_CONFLICT: "RESOURCE_NAME_CONFLICT",
25
- WRITE_CONFLICT_RETRY: "WRITE_CONFLICT_RETRY",
26
- };
27
- class ConflictException extends BillingconductorServiceException_1.BillingconductorServiceException {
28
- constructor(opts) {
29
- super({
30
- name: "ConflictException",
31
- $fault: "client",
32
- ...opts,
33
- });
34
- this.name = "ConflictException";
35
- this.$fault = "client";
36
- Object.setPrototypeOf(this, ConflictException.prototype);
37
- this.Message = opts.Message;
38
- this.ResourceId = opts.ResourceId;
39
- this.ResourceType = opts.ResourceType;
40
- this.Reason = opts.Reason;
41
- }
42
- }
43
- exports.ConflictException = ConflictException;
44
- class InternalServerException extends BillingconductorServiceException_1.BillingconductorServiceException {
45
- constructor(opts) {
46
- super({
47
- name: "InternalServerException",
48
- $fault: "server",
49
- ...opts,
50
- });
51
- this.name = "InternalServerException";
52
- this.$fault = "server";
53
- Object.setPrototypeOf(this, InternalServerException.prototype);
54
- this.Message = opts.Message;
55
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
56
- }
57
- }
58
- exports.InternalServerException = InternalServerException;
59
- class ResourceNotFoundException extends BillingconductorServiceException_1.BillingconductorServiceException {
60
- constructor(opts) {
61
- super({
62
- name: "ResourceNotFoundException",
63
- $fault: "client",
64
- ...opts,
65
- });
66
- this.name = "ResourceNotFoundException";
67
- this.$fault = "client";
68
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
69
- this.Message = opts.Message;
70
- this.ResourceId = opts.ResourceId;
71
- this.ResourceType = opts.ResourceType;
72
- }
73
- }
74
- exports.ResourceNotFoundException = ResourceNotFoundException;
75
- class ServiceLimitExceededException extends BillingconductorServiceException_1.BillingconductorServiceException {
76
- constructor(opts) {
77
- super({
78
- name: "ServiceLimitExceededException",
79
- $fault: "client",
80
- ...opts,
81
- });
82
- this.name = "ServiceLimitExceededException";
83
- this.$fault = "client";
84
- Object.setPrototypeOf(this, ServiceLimitExceededException.prototype);
85
- this.Message = opts.Message;
86
- this.ResourceId = opts.ResourceId;
87
- this.ResourceType = opts.ResourceType;
88
- this.LimitCode = opts.LimitCode;
89
- this.ServiceCode = opts.ServiceCode;
90
- }
91
- }
92
- exports.ServiceLimitExceededException = ServiceLimitExceededException;
93
- class ThrottlingException extends BillingconductorServiceException_1.BillingconductorServiceException {
94
- constructor(opts) {
95
- super({
96
- name: "ThrottlingException",
97
- $fault: "client",
98
- ...opts,
99
- });
100
- this.name = "ThrottlingException";
101
- this.$fault = "client";
102
- Object.setPrototypeOf(this, ThrottlingException.prototype);
103
- this.Message = opts.Message;
104
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
105
- }
106
- }
107
- exports.ThrottlingException = ThrottlingException;
108
- exports.ValidationExceptionReason = {
109
- ACCOUNTS_ALREADY_ASSOCIATED: "ACCOUNTS_ALREADY_ASSOCIATED",
110
- ACCOUNTS_NOT_ASSOCIATED: "ACCOUNTS_NOT_ASSOCIATED",
111
- CANNOT_DELETE_AUTO_ASSOCIATE_BILLING_GROUP: "CANNOT_DELETE_AUTO_ASSOCIATE_BILLING_GROUP",
112
- CANNOT_PARSE: "CANNOT_PARSE",
113
- CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS: "CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS",
114
- DUPLICATE_ACCOUNT: "DUPLICATE_ACCOUNT",
115
- DUPLICATE_PRICINGRULE_ARNS: "DUPLICATE_PRICINGRULE_ARNS",
116
- FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
117
- ILLEGAL_ACCOUNTS: "ILLEGAL_ACCOUNTS",
118
- ILLEGAL_ACCOUNT_ID: "ILLEGAL_ACCOUNT_ID",
119
- ILLEGAL_BILLING_ENTITY: "ILLEGAL_BILLING_ENTITY",
120
- ILLEGAL_BILLING_PERIOD: "ILLEGAL_BILLING_PERIOD",
121
- ILLEGAL_BILLING_PERIOD_RANGE: "ILLEGAL_BILLING_PERIOD_RANGE",
122
- ILLEGAL_CHARGE_DETAILS: "ILLEGAL_CHARGE_DETAILS",
123
- ILLEGAL_CHILD_ASSOCIATE_RESOURCE: "ILLEGAL_CHILD_ASSOCIATE_RESOURCE",
124
- ILLEGAL_CUSTOMLINEITEM: "ILLEGAL_CUSTOMLINEITEM",
125
- ILLEGAL_CUSTOMLINEITEM_MODIFICATION: "ILLEGAL_CUSTOMLINEITEM_MODIFICATION",
126
- ILLEGAL_CUSTOMLINEITEM_UPDATE: "ILLEGAL_CUSTOMLINEITEM_UPDATE",
127
- ILLEGAL_ENDED_BILLINGGROUP: "ILLEGAL_ENDED_BILLINGGROUP",
128
- ILLEGAL_EXPRESSION: "ILLEGAL_EXPRESSION",
129
- ILLEGAL_MODIFIER_PERCENTAGE: "ILLEGAL_MODIFIER_PERCENTAGE",
130
- ILLEGAL_OPERATION: "ILLEGAL_OPERATION",
131
- ILLEGAL_PRIMARY_ACCOUNT: "ILLEGAL_PRIMARY_ACCOUNT",
132
- ILLEGAL_RESOURCE_ARNS: "ILLEGAL_RESOURCE_ARNS",
133
- ILLEGAL_SCOPE: "ILLEGAL_SCOPE",
134
- ILLEGAL_SERVICE: "ILLEGAL_SERVICE",
135
- ILLEGAL_TIERING_INPUT: "ILLEGAL_TIERING_INPUT",
136
- ILLEGAL_TYPE: "ILLEGAL_TYPE",
137
- ILLEGAL_UPDATE_CHARGE_DETAILS: "ILLEGAL_UPDATE_CHARGE_DETAILS",
138
- ILLEGAL_USAGE_TYPE: "ILLEGAL_USAGE_TYPE",
139
- INVALID_ARN: "INVALID_ARN",
140
- INVALID_BILLINGVIEW_ARN: "INVALID_BILLINGVIEW_ARN",
141
- INVALID_BILLING_GROUP: "INVALID_BILLING_GROUP",
142
- INVALID_BILLING_GROUP_STATUS: "INVALID_BILLING_GROUP_STATUS",
143
- INVALID_BILLING_PERIOD_FOR_OPERATION: "INVALID_BILLING_PERIOD_FOR_OPERATION",
144
- INVALID_FILTER: "INVALID_FILTER",
145
- INVALID_SKU_COMBO: "INVALID_SKU_COMBO",
146
- INVALID_TIME_RANGE: "INVALID_TIME_RANGE",
147
- MISMATCHED_BILLINGGROUP_ARN: "MISMATCHED_BILLINGGROUP_ARN",
148
- MISMATCHED_BILLINGVIEW_ARN: "MISMATCHED_BILLINGVIEW_ARN",
149
- MISMATCHED_CUSTOMLINEITEM_ARN: "MISMATCHED_CUSTOMLINEITEM_ARN",
150
- MISMATCHED_PRICINGPLAN_ARN: "MISMATCHED_PRICINGPLAN_ARN",
151
- MISMATCHED_PRICINGRULE_ARN: "MISMATCHED_PRICINGRULE_ARN",
152
- MISSING_BILLINGGROUP: "MISSING_BILLINGGROUP",
153
- MISSING_CUSTOMLINEITEM: "MISSING_CUSTOMLINEITEM",
154
- MISSING_LINKED_ACCOUNT_IDS: "MISSING_LINKED_ACCOUNT_IDS",
155
- MISSING_PRICINGPLAN: "MISSING_PRICINGPLAN",
156
- MISSING_PRICING_PLAN_ARN: "MISSING_PRICING_PLAN_ARN",
157
- MULTIPLE_LINKED_ACCOUNT_IDS: "MULTIPLE_LINKED_ACCOUNT_IDS",
158
- MULTIPLE_PRICING_PLAN_ARN: "MULTIPLE_PRICING_PLAN_ARN",
159
- OTHER: "OTHER",
160
- PRICINGRULES_ALREADY_ASSOCIATED: "PRICINGRULES_ALREADY_ASSOCIATED",
161
- PRICINGRULES_NOT_ASSOCIATED: "PRICINGRULES_NOT_ASSOCIATED",
162
- PRICINGRULES_NOT_EXIST: "PRICINGRULES_NOT_EXIST",
163
- PRIMARY_CANNOT_DISASSOCIATE: "PRIMARY_CANNOT_DISASSOCIATE",
164
- PRIMARY_NOT_ASSOCIATED: "PRIMARY_NOT_ASSOCIATED",
165
- TOO_MANY_ACCOUNTS_IN_REQUEST: "TOO_MANY_ACCOUNTS_IN_REQUEST",
166
- TOO_MANY_AUTO_ASSOCIATE_BILLING_GROUPS: "TOO_MANY_AUTO_ASSOCIATE_BILLING_GROUPS",
167
- TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST: "TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST",
168
- UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
169
- };
170
- class ValidationException extends BillingconductorServiceException_1.BillingconductorServiceException {
171
- constructor(opts) {
172
- super({
173
- name: "ValidationException",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- this.name = "ValidationException";
178
- this.$fault = "client";
179
- Object.setPrototypeOf(this, ValidationException.prototype);
180
- this.Message = opts.Message;
181
- this.Reason = opts.Reason;
182
- this.Fields = opts.Fields;
183
- }
184
- }
185
- exports.ValidationException = ValidationException;
186
- exports.AssociateResourceErrorReason = {
187
- ILLEGAL_CUSTOMLINEITEM: "ILLEGAL_CUSTOMLINEITEM",
188
- INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION",
189
- INVALID_ARN: "INVALID_ARN",
190
- INVALID_BILLING_PERIOD_RANGE: "INVALID_BILLING_PERIOD_RANGE",
191
- SERVICE_LIMIT_EXCEEDED: "SERVICE_LIMIT_EXCEEDED",
192
- };
193
- exports.BillingGroupStatus = {
194
- ACTIVE: "ACTIVE",
195
- PRIMARY_ACCOUNT_MISSING: "PRIMARY_ACCOUNT_MISSING",
196
- };
197
- exports.LineItemFilterAttributeName = {
198
- LINE_ITEM_TYPE: "LINE_ITEM_TYPE",
199
- };
200
- exports.MatchOption = {
201
- NOT_EQUAL: "NOT_EQUAL",
202
- };
203
- exports.LineItemFilterValue = {
204
- SAVINGS_PLAN_NEGATION: "SAVINGS_PLAN_NEGATION",
205
- };
206
- exports.CustomLineItemType = {
207
- CREDIT: "CREDIT",
208
- FEE: "FEE",
209
- };
210
- exports.CurrencyCode = {
211
- CNY: "CNY",
212
- USD: "USD",
213
- };
214
- exports.CustomLineItemRelationship = {
215
- CHILD: "CHILD",
216
- PARENT: "PARENT",
217
- };
218
- exports.GroupByAttributeName = {
219
- BILLING_PERIOD: "BILLING_PERIOD",
220
- PRODUCT_NAME: "PRODUCT_NAME",
221
- };
222
- exports.PricingRuleScope = {
223
- BILLING_ENTITY: "BILLING_ENTITY",
224
- GLOBAL: "GLOBAL",
225
- SERVICE: "SERVICE",
226
- SKU: "SKU",
227
- };
228
- exports.PricingRuleType = {
229
- DISCOUNT: "DISCOUNT",
230
- MARKUP: "MARKUP",
231
- TIERING: "TIERING",
232
- };
233
- const AccountAssociationsListElementFilterSensitiveLog = (obj) => ({
234
- ...obj,
235
- ...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
236
- ...(obj.AccountEmail && { AccountEmail: smithy_client_1.SENSITIVE_STRING }),
237
- });
238
- exports.AccountAssociationsListElementFilterSensitiveLog = AccountAssociationsListElementFilterSensitiveLog;
239
- const CreateBillingGroupInputFilterSensitiveLog = (obj) => ({
240
- ...obj,
241
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
242
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
243
- });
244
- exports.CreateBillingGroupInputFilterSensitiveLog = CreateBillingGroupInputFilterSensitiveLog;
245
- const BillingGroupListElementFilterSensitiveLog = (obj) => ({
246
- ...obj,
247
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
248
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
249
- });
250
- exports.BillingGroupListElementFilterSensitiveLog = BillingGroupListElementFilterSensitiveLog;
251
- const ListBillingGroupsOutputFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- ...(obj.BillingGroups && {
254
- BillingGroups: obj.BillingGroups.map((item) => (0, exports.BillingGroupListElementFilterSensitiveLog)(item)),
255
- }),
256
- });
257
- exports.ListBillingGroupsOutputFilterSensitiveLog = ListBillingGroupsOutputFilterSensitiveLog;
258
- const UpdateBillingGroupInputFilterSensitiveLog = (obj) => ({
259
- ...obj,
260
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
261
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
262
- });
263
- exports.UpdateBillingGroupInputFilterSensitiveLog = UpdateBillingGroupInputFilterSensitiveLog;
264
- const UpdateBillingGroupOutputFilterSensitiveLog = (obj) => ({
265
- ...obj,
266
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
267
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
268
- });
269
- exports.UpdateBillingGroupOutputFilterSensitiveLog = UpdateBillingGroupOutputFilterSensitiveLog;
270
- const CreateCustomLineItemInputFilterSensitiveLog = (obj) => ({
271
- ...obj,
272
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
273
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
274
- });
275
- exports.CreateCustomLineItemInputFilterSensitiveLog = CreateCustomLineItemInputFilterSensitiveLog;
276
- const ListCustomLineItemsFilterFilterSensitiveLog = (obj) => ({
277
- ...obj,
278
- ...(obj.Names && { Names: smithy_client_1.SENSITIVE_STRING }),
279
- });
280
- exports.ListCustomLineItemsFilterFilterSensitiveLog = ListCustomLineItemsFilterFilterSensitiveLog;
281
- const ListCustomLineItemsInputFilterSensitiveLog = (obj) => ({
282
- ...obj,
283
- ...(obj.Filters && { Filters: (0, exports.ListCustomLineItemsFilterFilterSensitiveLog)(obj.Filters) }),
284
- });
285
- exports.ListCustomLineItemsInputFilterSensitiveLog = ListCustomLineItemsInputFilterSensitiveLog;
286
- const CustomLineItemListElementFilterSensitiveLog = (obj) => ({
287
- ...obj,
288
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
289
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
290
- });
291
- exports.CustomLineItemListElementFilterSensitiveLog = CustomLineItemListElementFilterSensitiveLog;
292
- const ListCustomLineItemsOutputFilterSensitiveLog = (obj) => ({
293
- ...obj,
294
- ...(obj.CustomLineItems && {
295
- CustomLineItems: obj.CustomLineItems.map((item) => (0, exports.CustomLineItemListElementFilterSensitiveLog)(item)),
296
- }),
297
- });
298
- exports.ListCustomLineItemsOutputFilterSensitiveLog = ListCustomLineItemsOutputFilterSensitiveLog;
299
- const CustomLineItemVersionListElementFilterSensitiveLog = (obj) => ({
300
- ...obj,
301
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
302
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
303
- });
304
- exports.CustomLineItemVersionListElementFilterSensitiveLog = CustomLineItemVersionListElementFilterSensitiveLog;
305
- const ListCustomLineItemVersionsOutputFilterSensitiveLog = (obj) => ({
306
- ...obj,
307
- ...(obj.CustomLineItemVersions && {
308
- CustomLineItemVersions: obj.CustomLineItemVersions.map((item) => (0, exports.CustomLineItemVersionListElementFilterSensitiveLog)(item)),
309
- }),
310
- });
311
- exports.ListCustomLineItemVersionsOutputFilterSensitiveLog = ListCustomLineItemVersionsOutputFilterSensitiveLog;
312
- const UpdateCustomLineItemInputFilterSensitiveLog = (obj) => ({
313
- ...obj,
314
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
315
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
316
- });
317
- exports.UpdateCustomLineItemInputFilterSensitiveLog = UpdateCustomLineItemInputFilterSensitiveLog;
318
- const UpdateCustomLineItemOutputFilterSensitiveLog = (obj) => ({
319
- ...obj,
320
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
321
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
322
- });
323
- exports.UpdateCustomLineItemOutputFilterSensitiveLog = UpdateCustomLineItemOutputFilterSensitiveLog;
324
- const ListAccountAssociationsOutputFilterSensitiveLog = (obj) => ({
325
- ...obj,
326
- ...(obj.LinkedAccounts && {
327
- LinkedAccounts: obj.LinkedAccounts.map((item) => (0, exports.AccountAssociationsListElementFilterSensitiveLog)(item)),
328
- }),
329
- });
330
- exports.ListAccountAssociationsOutputFilterSensitiveLog = ListAccountAssociationsOutputFilterSensitiveLog;
331
- const CreatePricingPlanInputFilterSensitiveLog = (obj) => ({
332
- ...obj,
333
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
334
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
335
- });
336
- exports.CreatePricingPlanInputFilterSensitiveLog = CreatePricingPlanInputFilterSensitiveLog;
337
- const PricingPlanListElementFilterSensitiveLog = (obj) => ({
338
- ...obj,
339
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
340
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
341
- });
342
- exports.PricingPlanListElementFilterSensitiveLog = PricingPlanListElementFilterSensitiveLog;
343
- const ListPricingPlansOutputFilterSensitiveLog = (obj) => ({
344
- ...obj,
345
- ...(obj.PricingPlans && {
346
- PricingPlans: obj.PricingPlans.map((item) => (0, exports.PricingPlanListElementFilterSensitiveLog)(item)),
347
- }),
348
- });
349
- exports.ListPricingPlansOutputFilterSensitiveLog = ListPricingPlansOutputFilterSensitiveLog;
350
- const UpdatePricingPlanInputFilterSensitiveLog = (obj) => ({
351
- ...obj,
352
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
353
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
354
- });
355
- exports.UpdatePricingPlanInputFilterSensitiveLog = UpdatePricingPlanInputFilterSensitiveLog;
356
- const UpdatePricingPlanOutputFilterSensitiveLog = (obj) => ({
357
- ...obj,
358
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
359
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
360
- });
361
- exports.UpdatePricingPlanOutputFilterSensitiveLog = UpdatePricingPlanOutputFilterSensitiveLog;
362
- const CreatePricingRuleInputFilterSensitiveLog = (obj) => ({
363
- ...obj,
364
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
365
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
366
- });
367
- exports.CreatePricingRuleInputFilterSensitiveLog = CreatePricingRuleInputFilterSensitiveLog;
368
- const PricingRuleListElementFilterSensitiveLog = (obj) => ({
369
- ...obj,
370
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
371
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
372
- });
373
- exports.PricingRuleListElementFilterSensitiveLog = PricingRuleListElementFilterSensitiveLog;
374
- const ListPricingRulesOutputFilterSensitiveLog = (obj) => ({
375
- ...obj,
376
- ...(obj.PricingRules && {
377
- PricingRules: obj.PricingRules.map((item) => (0, exports.PricingRuleListElementFilterSensitiveLog)(item)),
378
- }),
379
- });
380
- exports.ListPricingRulesOutputFilterSensitiveLog = ListPricingRulesOutputFilterSensitiveLog;
381
- const UpdatePricingRuleInputFilterSensitiveLog = (obj) => ({
382
- ...obj,
383
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
384
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
385
- });
386
- exports.UpdatePricingRuleInputFilterSensitiveLog = UpdatePricingRuleInputFilterSensitiveLog;
387
- const UpdatePricingRuleOutputFilterSensitiveLog = (obj) => ({
388
- ...obj,
389
- ...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
390
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
391
- });
392
- exports.UpdatePricingRuleOutputFilterSensitiveLog = UpdatePricingRuleOutputFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetBillingGroupCostReport = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const GetBillingGroupCostReportCommand_1 = require("../commands/GetBillingGroupCostReportCommand");
7
- exports.paginateGetBillingGroupCostReport = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, GetBillingGroupCostReportCommand_1.GetBillingGroupCostReportCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAccountAssociations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListAccountAssociationsCommand_1 = require("../commands/ListAccountAssociationsCommand");
7
- exports.paginateListAccountAssociations = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListAccountAssociationsCommand_1.ListAccountAssociationsCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListBillingGroupCostReports = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListBillingGroupCostReportsCommand_1 = require("../commands/ListBillingGroupCostReportsCommand");
7
- exports.paginateListBillingGroupCostReports = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListBillingGroupCostReportsCommand_1.ListBillingGroupCostReportsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListBillingGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListBillingGroupsCommand_1 = require("../commands/ListBillingGroupsCommand");
7
- exports.paginateListBillingGroups = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListBillingGroupsCommand_1.ListBillingGroupsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCustomLineItemVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListCustomLineItemVersionsCommand_1 = require("../commands/ListCustomLineItemVersionsCommand");
7
- exports.paginateListCustomLineItemVersions = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListCustomLineItemVersionsCommand_1.ListCustomLineItemVersionsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCustomLineItems = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListCustomLineItemsCommand_1 = require("../commands/ListCustomLineItemsCommand");
7
- exports.paginateListCustomLineItems = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListCustomLineItemsCommand_1.ListCustomLineItemsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPricingPlansAssociatedWithPricingRule = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListPricingPlansAssociatedWithPricingRuleCommand_1 = require("../commands/ListPricingPlansAssociatedWithPricingRuleCommand");
7
- exports.paginateListPricingPlansAssociatedWithPricingRule = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListPricingPlansAssociatedWithPricingRuleCommand_1.ListPricingPlansAssociatedWithPricingRuleCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPricingPlans = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListPricingPlansCommand_1 = require("../commands/ListPricingPlansCommand");
7
- exports.paginateListPricingPlans = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListPricingPlansCommand_1.ListPricingPlansCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPricingRulesAssociatedToPricingPlan = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListPricingRulesAssociatedToPricingPlanCommand_1 = require("../commands/ListPricingRulesAssociatedToPricingPlanCommand");
7
- exports.paginateListPricingRulesAssociatedToPricingPlan = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListPricingRulesAssociatedToPricingPlanCommand_1.ListPricingRulesAssociatedToPricingPlanCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPricingRules = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListPricingRulesCommand_1 = require("../commands/ListPricingRulesCommand");
7
- exports.paginateListPricingRules = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListPricingRulesCommand_1.ListPricingRulesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListResourcesAssociatedToCustomLineItem = void 0;
4
- const core_1 = require("@smithy/core");
5
- const BillingconductorClient_1 = require("../BillingconductorClient");
6
- const ListResourcesAssociatedToCustomLineItemCommand_1 = require("../commands/ListResourcesAssociatedToCustomLineItemCommand");
7
- exports.paginateListResourcesAssociatedToCustomLineItem = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListResourcesAssociatedToCustomLineItemCommand_1.ListResourcesAssociatedToCustomLineItemCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,15 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetBillingGroupCostReportPaginator"), exports);
5
- tslib_1.__exportStar(require("./Interfaces"), exports);
6
- tslib_1.__exportStar(require("./ListAccountAssociationsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListBillingGroupCostReportsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListBillingGroupsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListCustomLineItemVersionsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListCustomLineItemsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListPricingPlansAssociatedWithPricingRulePaginator"), exports);
12
- tslib_1.__exportStar(require("./ListPricingPlansPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListPricingRulesAssociatedToPricingPlanPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListPricingRulesPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListResourcesAssociatedToCustomLineItemPaginator"), exports);
1
+ module.exports = require("../index.js");