@aws-sdk/client-billingconductor 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateAccountsCommand.js +2 -2
- package/dist-cjs/commands/AssociatePricingRulesCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/CreateBillingGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/CreatePricingPlanCommand.js +2 -2
- package/dist-cjs/commands/CreatePricingRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteBillingGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/DeletePricingPlanCommand.js +2 -2
- package/dist-cjs/commands/DeletePricingRuleCommand.js +2 -2
- package/dist-cjs/commands/DisassociateAccountsCommand.js +2 -2
- package/dist-cjs/commands/DisassociatePricingRulesCommand.js +2 -2
- package/dist-cjs/commands/ListAccountAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +2 -2
- package/dist-cjs/commands/ListBillingGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomLineItemsCommand.js +2 -2
- package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -2
- package/dist-cjs/commands/ListPricingPlansCommand.js +2 -2
- package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -2
- package/dist-cjs/commands/ListPricingRulesCommand.js +2 -2
- package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateBillingGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -2
- package/dist-cjs/commands/UpdatePricingRuleCommand.js +2 -2
- package/dist-cjs/models/models_0.js +414 -594
- package/dist-cjs/protocols/Aws_restJson1.js +365 -582
- package/dist-es/commands/AssociateAccountsCommand.js +3 -3
- package/dist-es/commands/AssociatePricingRulesCommand.js +3 -3
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +3 -3
- package/dist-es/commands/CreateBillingGroupCommand.js +3 -3
- package/dist-es/commands/CreateCustomLineItemCommand.js +3 -3
- package/dist-es/commands/CreatePricingPlanCommand.js +3 -3
- package/dist-es/commands/CreatePricingRuleCommand.js +3 -3
- package/dist-es/commands/DeleteBillingGroupCommand.js +3 -3
- package/dist-es/commands/DeleteCustomLineItemCommand.js +3 -3
- package/dist-es/commands/DeletePricingPlanCommand.js +3 -3
- package/dist-es/commands/DeletePricingRuleCommand.js +3 -3
- package/dist-es/commands/DisassociateAccountsCommand.js +3 -3
- package/dist-es/commands/DisassociatePricingRulesCommand.js +3 -3
- package/dist-es/commands/ListAccountAssociationsCommand.js +3 -3
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +3 -3
- package/dist-es/commands/ListBillingGroupsCommand.js +3 -3
- package/dist-es/commands/ListCustomLineItemsCommand.js +3 -3
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +3 -3
- package/dist-es/commands/ListPricingPlansCommand.js +3 -3
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +3 -3
- package/dist-es/commands/ListPricingRulesCommand.js +3 -3
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateBillingGroupCommand.js +3 -3
- package/dist-es/commands/UpdateCustomLineItemCommand.js +3 -3
- package/dist-es/commands/UpdatePricingPlanCommand.js +3 -3
- package/dist-es/commands/UpdatePricingRuleCommand.js +3 -3
- package/dist-es/models/models_0.js +100 -370
- package/dist-es/protocols/Aws_restJson1.js +463 -576
- package/dist-types/models/models_0.d.ts +360 -540
- package/dist-types/ts3.4/models/models_0.d.ts +180 -360
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdatePricingRuleInputFilterSensitiveLog, UpdatePricingRuleOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdatePricingRuleCommand, serializeAws_restJson1UpdatePricingRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdatePricingRuleCommand = (function (_super) {
|
|
7
7
|
__extends(UpdatePricingRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdatePricingRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdatePricingRuleInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdatePricingRuleOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -14,22 +14,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
14
14
|
return AccessDeniedException;
|
|
15
15
|
}(__BaseException));
|
|
16
16
|
export { AccessDeniedException };
|
|
17
|
-
export var AccountAssociationsListElement;
|
|
18
|
-
(function (AccountAssociationsListElement) {
|
|
19
|
-
AccountAssociationsListElement.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AccountName && { AccountName: SENSITIVE_STRING })), (obj.AccountEmail && { AccountEmail: SENSITIVE_STRING }))); };
|
|
20
|
-
})(AccountAssociationsListElement || (AccountAssociationsListElement = {}));
|
|
21
|
-
export var AccountGrouping;
|
|
22
|
-
(function (AccountGrouping) {
|
|
23
|
-
AccountGrouping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
24
|
-
})(AccountGrouping || (AccountGrouping = {}));
|
|
25
|
-
export var AssociateAccountsInput;
|
|
26
|
-
(function (AssociateAccountsInput) {
|
|
27
|
-
AssociateAccountsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
28
|
-
})(AssociateAccountsInput || (AssociateAccountsInput = {}));
|
|
29
|
-
export var AssociateAccountsOutput;
|
|
30
|
-
(function (AssociateAccountsOutput) {
|
|
31
|
-
AssociateAccountsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
|
-
})(AssociateAccountsOutput || (AssociateAccountsOutput = {}));
|
|
33
17
|
var ConflictException = (function (_super) {
|
|
34
18
|
__extends(ConflictException, _super);
|
|
35
19
|
function ConflictException(opts) {
|
|
@@ -105,10 +89,6 @@ var ThrottlingException = (function (_super) {
|
|
|
105
89
|
return ThrottlingException;
|
|
106
90
|
}(__BaseException));
|
|
107
91
|
export { ThrottlingException };
|
|
108
|
-
export var ValidationExceptionField;
|
|
109
|
-
(function (ValidationExceptionField) {
|
|
110
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
112
92
|
export var ValidationExceptionReason;
|
|
113
93
|
(function (ValidationExceptionReason) {
|
|
114
94
|
ValidationExceptionReason["ACCOUNTS_ALREADY_ASSOCIATED"] = "ACCOUNTS_ALREADY_ASSOCIATED";
|
|
@@ -171,14 +151,6 @@ var ValidationException = (function (_super) {
|
|
|
171
151
|
return ValidationException;
|
|
172
152
|
}(__BaseException));
|
|
173
153
|
export { ValidationException };
|
|
174
|
-
export var AssociatePricingRulesInput;
|
|
175
|
-
(function (AssociatePricingRulesInput) {
|
|
176
|
-
AssociatePricingRulesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(AssociatePricingRulesInput || (AssociatePricingRulesInput = {}));
|
|
178
|
-
export var AssociatePricingRulesOutput;
|
|
179
|
-
(function (AssociatePricingRulesOutput) {
|
|
180
|
-
AssociatePricingRulesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(AssociatePricingRulesOutput || (AssociatePricingRulesOutput = {}));
|
|
182
154
|
export var AssociateResourceErrorReason;
|
|
183
155
|
(function (AssociateResourceErrorReason) {
|
|
184
156
|
AssociateResourceErrorReason["ILLEGAL_CUSTOMLINEITEM"] = "ILLEGAL_CUSTOMLINEITEM";
|
|
@@ -186,302 +158,26 @@ export var AssociateResourceErrorReason;
|
|
|
186
158
|
AssociateResourceErrorReason["INVALID_ARN"] = "INVALID_ARN";
|
|
187
159
|
AssociateResourceErrorReason["SERVICE_LIMIT_EXCEEDED"] = "SERVICE_LIMIT_EXCEEDED";
|
|
188
160
|
})(AssociateResourceErrorReason || (AssociateResourceErrorReason = {}));
|
|
189
|
-
export var AssociateResourceError;
|
|
190
|
-
(function (AssociateResourceError) {
|
|
191
|
-
AssociateResourceError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
-
})(AssociateResourceError || (AssociateResourceError = {}));
|
|
193
|
-
export var AssociateResourceResponseElement;
|
|
194
|
-
(function (AssociateResourceResponseElement) {
|
|
195
|
-
AssociateResourceResponseElement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
-
})(AssociateResourceResponseElement || (AssociateResourceResponseElement = {}));
|
|
197
|
-
export var ComputationPreference;
|
|
198
|
-
(function (ComputationPreference) {
|
|
199
|
-
ComputationPreference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(ComputationPreference || (ComputationPreference = {}));
|
|
201
|
-
export var CreateBillingGroupInput;
|
|
202
|
-
(function (CreateBillingGroupInput) {
|
|
203
|
-
CreateBillingGroupInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
204
|
-
})(CreateBillingGroupInput || (CreateBillingGroupInput = {}));
|
|
205
|
-
export var CreateBillingGroupOutput;
|
|
206
|
-
(function (CreateBillingGroupOutput) {
|
|
207
|
-
CreateBillingGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(CreateBillingGroupOutput || (CreateBillingGroupOutput = {}));
|
|
209
|
-
export var DeleteBillingGroupInput;
|
|
210
|
-
(function (DeleteBillingGroupInput) {
|
|
211
|
-
DeleteBillingGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(DeleteBillingGroupInput || (DeleteBillingGroupInput = {}));
|
|
213
|
-
export var DeleteBillingGroupOutput;
|
|
214
|
-
(function (DeleteBillingGroupOutput) {
|
|
215
|
-
DeleteBillingGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
-
})(DeleteBillingGroupOutput || (DeleteBillingGroupOutput = {}));
|
|
217
|
-
export var DisassociateAccountsInput;
|
|
218
|
-
(function (DisassociateAccountsInput) {
|
|
219
|
-
DisassociateAccountsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
-
})(DisassociateAccountsInput || (DisassociateAccountsInput = {}));
|
|
221
|
-
export var DisassociateAccountsOutput;
|
|
222
|
-
(function (DisassociateAccountsOutput) {
|
|
223
|
-
DisassociateAccountsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
-
})(DisassociateAccountsOutput || (DisassociateAccountsOutput = {}));
|
|
225
|
-
export var ListBillingGroupsFilter;
|
|
226
|
-
(function (ListBillingGroupsFilter) {
|
|
227
|
-
ListBillingGroupsFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
-
})(ListBillingGroupsFilter || (ListBillingGroupsFilter = {}));
|
|
229
|
-
export var ListBillingGroupsInput;
|
|
230
|
-
(function (ListBillingGroupsInput) {
|
|
231
|
-
ListBillingGroupsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
-
})(ListBillingGroupsInput || (ListBillingGroupsInput = {}));
|
|
233
161
|
export var BillingGroupStatus;
|
|
234
162
|
(function (BillingGroupStatus) {
|
|
235
163
|
BillingGroupStatus["ACTIVE"] = "ACTIVE";
|
|
236
164
|
BillingGroupStatus["PRIMARY_ACCOUNT_MISSING"] = "PRIMARY_ACCOUNT_MISSING";
|
|
237
165
|
})(BillingGroupStatus || (BillingGroupStatus = {}));
|
|
238
|
-
export var BillingGroupListElement;
|
|
239
|
-
(function (BillingGroupListElement) {
|
|
240
|
-
BillingGroupListElement.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
241
|
-
})(BillingGroupListElement || (BillingGroupListElement = {}));
|
|
242
|
-
export var ListBillingGroupsOutput;
|
|
243
|
-
(function (ListBillingGroupsOutput) {
|
|
244
|
-
ListBillingGroupsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BillingGroups && {
|
|
245
|
-
BillingGroups: obj.BillingGroups.map(function (item) { return BillingGroupListElement.filterSensitiveLog(item); }),
|
|
246
|
-
}))); };
|
|
247
|
-
})(ListBillingGroupsOutput || (ListBillingGroupsOutput = {}));
|
|
248
|
-
export var UpdateBillingGroupInput;
|
|
249
|
-
(function (UpdateBillingGroupInput) {
|
|
250
|
-
UpdateBillingGroupInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
251
|
-
})(UpdateBillingGroupInput || (UpdateBillingGroupInput = {}));
|
|
252
|
-
export var UpdateBillingGroupOutput;
|
|
253
|
-
(function (UpdateBillingGroupOutput) {
|
|
254
|
-
UpdateBillingGroupOutput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
255
|
-
})(UpdateBillingGroupOutput || (UpdateBillingGroupOutput = {}));
|
|
256
|
-
export var CustomLineItemBillingPeriodRange;
|
|
257
|
-
(function (CustomLineItemBillingPeriodRange) {
|
|
258
|
-
CustomLineItemBillingPeriodRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
-
})(CustomLineItemBillingPeriodRange || (CustomLineItemBillingPeriodRange = {}));
|
|
260
|
-
export var BatchAssociateResourcesToCustomLineItemInput;
|
|
261
|
-
(function (BatchAssociateResourcesToCustomLineItemInput) {
|
|
262
|
-
BatchAssociateResourcesToCustomLineItemInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(BatchAssociateResourcesToCustomLineItemInput || (BatchAssociateResourcesToCustomLineItemInput = {}));
|
|
264
|
-
export var BatchAssociateResourcesToCustomLineItemOutput;
|
|
265
|
-
(function (BatchAssociateResourcesToCustomLineItemOutput) {
|
|
266
|
-
BatchAssociateResourcesToCustomLineItemOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
-
})(BatchAssociateResourcesToCustomLineItemOutput || (BatchAssociateResourcesToCustomLineItemOutput = {}));
|
|
268
|
-
export var BatchDisassociateResourcesFromCustomLineItemInput;
|
|
269
|
-
(function (BatchDisassociateResourcesFromCustomLineItemInput) {
|
|
270
|
-
BatchDisassociateResourcesFromCustomLineItemInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
-
})(BatchDisassociateResourcesFromCustomLineItemInput || (BatchDisassociateResourcesFromCustomLineItemInput = {}));
|
|
272
|
-
export var DisassociateResourceResponseElement;
|
|
273
|
-
(function (DisassociateResourceResponseElement) {
|
|
274
|
-
DisassociateResourceResponseElement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
-
})(DisassociateResourceResponseElement || (DisassociateResourceResponseElement = {}));
|
|
276
|
-
export var BatchDisassociateResourcesFromCustomLineItemOutput;
|
|
277
|
-
(function (BatchDisassociateResourcesFromCustomLineItemOutput) {
|
|
278
|
-
BatchDisassociateResourcesFromCustomLineItemOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
-
})(BatchDisassociateResourcesFromCustomLineItemOutput || (BatchDisassociateResourcesFromCustomLineItemOutput = {}));
|
|
280
|
-
export var CustomLineItemFlatChargeDetails;
|
|
281
|
-
(function (CustomLineItemFlatChargeDetails) {
|
|
282
|
-
CustomLineItemFlatChargeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
-
})(CustomLineItemFlatChargeDetails || (CustomLineItemFlatChargeDetails = {}));
|
|
284
|
-
export var CustomLineItemPercentageChargeDetails;
|
|
285
|
-
(function (CustomLineItemPercentageChargeDetails) {
|
|
286
|
-
CustomLineItemPercentageChargeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
-
})(CustomLineItemPercentageChargeDetails || (CustomLineItemPercentageChargeDetails = {}));
|
|
288
166
|
export var CustomLineItemType;
|
|
289
167
|
(function (CustomLineItemType) {
|
|
290
168
|
CustomLineItemType["CREDIT"] = "CREDIT";
|
|
291
169
|
CustomLineItemType["FEE"] = "FEE";
|
|
292
170
|
})(CustomLineItemType || (CustomLineItemType = {}));
|
|
293
|
-
export var CustomLineItemChargeDetails;
|
|
294
|
-
(function (CustomLineItemChargeDetails) {
|
|
295
|
-
CustomLineItemChargeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(CustomLineItemChargeDetails || (CustomLineItemChargeDetails = {}));
|
|
297
|
-
export var CreateCustomLineItemInput;
|
|
298
|
-
(function (CreateCustomLineItemInput) {
|
|
299
|
-
CreateCustomLineItemInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
300
|
-
})(CreateCustomLineItemInput || (CreateCustomLineItemInput = {}));
|
|
301
|
-
export var CreateCustomLineItemOutput;
|
|
302
|
-
(function (CreateCustomLineItemOutput) {
|
|
303
|
-
CreateCustomLineItemOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
-
})(CreateCustomLineItemOutput || (CreateCustomLineItemOutput = {}));
|
|
305
|
-
export var DeleteCustomLineItemInput;
|
|
306
|
-
(function (DeleteCustomLineItemInput) {
|
|
307
|
-
DeleteCustomLineItemInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
-
})(DeleteCustomLineItemInput || (DeleteCustomLineItemInput = {}));
|
|
309
|
-
export var DeleteCustomLineItemOutput;
|
|
310
|
-
(function (DeleteCustomLineItemOutput) {
|
|
311
|
-
DeleteCustomLineItemOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
-
})(DeleteCustomLineItemOutput || (DeleteCustomLineItemOutput = {}));
|
|
313
|
-
export var ListCustomLineItemsFilter;
|
|
314
|
-
(function (ListCustomLineItemsFilter) {
|
|
315
|
-
ListCustomLineItemsFilter.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Names && { Names: SENSITIVE_STRING }))); };
|
|
316
|
-
})(ListCustomLineItemsFilter || (ListCustomLineItemsFilter = {}));
|
|
317
|
-
export var ListCustomLineItemsInput;
|
|
318
|
-
(function (ListCustomLineItemsInput) {
|
|
319
|
-
ListCustomLineItemsInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Filters && { Filters: ListCustomLineItemsFilter.filterSensitiveLog(obj.Filters) }))); };
|
|
320
|
-
})(ListCustomLineItemsInput || (ListCustomLineItemsInput = {}));
|
|
321
|
-
export var ListCustomLineItemFlatChargeDetails;
|
|
322
|
-
(function (ListCustomLineItemFlatChargeDetails) {
|
|
323
|
-
ListCustomLineItemFlatChargeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
-
})(ListCustomLineItemFlatChargeDetails || (ListCustomLineItemFlatChargeDetails = {}));
|
|
325
|
-
export var ListCustomLineItemPercentageChargeDetails;
|
|
326
|
-
(function (ListCustomLineItemPercentageChargeDetails) {
|
|
327
|
-
ListCustomLineItemPercentageChargeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
-
})(ListCustomLineItemPercentageChargeDetails || (ListCustomLineItemPercentageChargeDetails = {}));
|
|
329
|
-
export var ListCustomLineItemChargeDetails;
|
|
330
|
-
(function (ListCustomLineItemChargeDetails) {
|
|
331
|
-
ListCustomLineItemChargeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(ListCustomLineItemChargeDetails || (ListCustomLineItemChargeDetails = {}));
|
|
333
171
|
export var CurrencyCode;
|
|
334
172
|
(function (CurrencyCode) {
|
|
335
173
|
CurrencyCode["CNY"] = "CNY";
|
|
336
174
|
CurrencyCode["USD"] = "USD";
|
|
337
175
|
})(CurrencyCode || (CurrencyCode = {}));
|
|
338
|
-
export var CustomLineItemListElement;
|
|
339
|
-
(function (CustomLineItemListElement) {
|
|
340
|
-
CustomLineItemListElement.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
341
|
-
})(CustomLineItemListElement || (CustomLineItemListElement = {}));
|
|
342
|
-
export var ListCustomLineItemsOutput;
|
|
343
|
-
(function (ListCustomLineItemsOutput) {
|
|
344
|
-
ListCustomLineItemsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CustomLineItems && {
|
|
345
|
-
CustomLineItems: obj.CustomLineItems.map(function (item) { return CustomLineItemListElement.filterSensitiveLog(item); }),
|
|
346
|
-
}))); };
|
|
347
|
-
})(ListCustomLineItemsOutput || (ListCustomLineItemsOutput = {}));
|
|
348
176
|
export var CustomLineItemRelationship;
|
|
349
177
|
(function (CustomLineItemRelationship) {
|
|
350
178
|
CustomLineItemRelationship["CHILD"] = "CHILD";
|
|
351
179
|
CustomLineItemRelationship["PARENT"] = "PARENT";
|
|
352
180
|
})(CustomLineItemRelationship || (CustomLineItemRelationship = {}));
|
|
353
|
-
export var ListResourcesAssociatedToCustomLineItemFilter;
|
|
354
|
-
(function (ListResourcesAssociatedToCustomLineItemFilter) {
|
|
355
|
-
ListResourcesAssociatedToCustomLineItemFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(ListResourcesAssociatedToCustomLineItemFilter || (ListResourcesAssociatedToCustomLineItemFilter = {}));
|
|
357
|
-
export var ListResourcesAssociatedToCustomLineItemInput;
|
|
358
|
-
(function (ListResourcesAssociatedToCustomLineItemInput) {
|
|
359
|
-
ListResourcesAssociatedToCustomLineItemInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(ListResourcesAssociatedToCustomLineItemInput || (ListResourcesAssociatedToCustomLineItemInput = {}));
|
|
361
|
-
export var ListResourcesAssociatedToCustomLineItemResponseElement;
|
|
362
|
-
(function (ListResourcesAssociatedToCustomLineItemResponseElement) {
|
|
363
|
-
ListResourcesAssociatedToCustomLineItemResponseElement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(ListResourcesAssociatedToCustomLineItemResponseElement || (ListResourcesAssociatedToCustomLineItemResponseElement = {}));
|
|
365
|
-
export var ListResourcesAssociatedToCustomLineItemOutput;
|
|
366
|
-
(function (ListResourcesAssociatedToCustomLineItemOutput) {
|
|
367
|
-
ListResourcesAssociatedToCustomLineItemOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
-
})(ListResourcesAssociatedToCustomLineItemOutput || (ListResourcesAssociatedToCustomLineItemOutput = {}));
|
|
369
|
-
export var UpdateCustomLineItemFlatChargeDetails;
|
|
370
|
-
(function (UpdateCustomLineItemFlatChargeDetails) {
|
|
371
|
-
UpdateCustomLineItemFlatChargeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(UpdateCustomLineItemFlatChargeDetails || (UpdateCustomLineItemFlatChargeDetails = {}));
|
|
373
|
-
export var UpdateCustomLineItemPercentageChargeDetails;
|
|
374
|
-
(function (UpdateCustomLineItemPercentageChargeDetails) {
|
|
375
|
-
UpdateCustomLineItemPercentageChargeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(UpdateCustomLineItemPercentageChargeDetails || (UpdateCustomLineItemPercentageChargeDetails = {}));
|
|
377
|
-
export var UpdateCustomLineItemChargeDetails;
|
|
378
|
-
(function (UpdateCustomLineItemChargeDetails) {
|
|
379
|
-
UpdateCustomLineItemChargeDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(UpdateCustomLineItemChargeDetails || (UpdateCustomLineItemChargeDetails = {}));
|
|
381
|
-
export var UpdateCustomLineItemInput;
|
|
382
|
-
(function (UpdateCustomLineItemInput) {
|
|
383
|
-
UpdateCustomLineItemInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
384
|
-
})(UpdateCustomLineItemInput || (UpdateCustomLineItemInput = {}));
|
|
385
|
-
export var UpdateCustomLineItemOutput;
|
|
386
|
-
(function (UpdateCustomLineItemOutput) {
|
|
387
|
-
UpdateCustomLineItemOutput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
388
|
-
})(UpdateCustomLineItemOutput || (UpdateCustomLineItemOutput = {}));
|
|
389
|
-
export var ListAccountAssociationsFilter;
|
|
390
|
-
(function (ListAccountAssociationsFilter) {
|
|
391
|
-
ListAccountAssociationsFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(ListAccountAssociationsFilter || (ListAccountAssociationsFilter = {}));
|
|
393
|
-
export var ListAccountAssociationsInput;
|
|
394
|
-
(function (ListAccountAssociationsInput) {
|
|
395
|
-
ListAccountAssociationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(ListAccountAssociationsInput || (ListAccountAssociationsInput = {}));
|
|
397
|
-
export var ListAccountAssociationsOutput;
|
|
398
|
-
(function (ListAccountAssociationsOutput) {
|
|
399
|
-
ListAccountAssociationsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.LinkedAccounts && {
|
|
400
|
-
LinkedAccounts: obj.LinkedAccounts.map(function (item) { return AccountAssociationsListElement.filterSensitiveLog(item); }),
|
|
401
|
-
}))); };
|
|
402
|
-
})(ListAccountAssociationsOutput || (ListAccountAssociationsOutput = {}));
|
|
403
|
-
export var ListBillingGroupCostReportsFilter;
|
|
404
|
-
(function (ListBillingGroupCostReportsFilter) {
|
|
405
|
-
ListBillingGroupCostReportsFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
-
})(ListBillingGroupCostReportsFilter || (ListBillingGroupCostReportsFilter = {}));
|
|
407
|
-
export var ListBillingGroupCostReportsInput;
|
|
408
|
-
(function (ListBillingGroupCostReportsInput) {
|
|
409
|
-
ListBillingGroupCostReportsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
-
})(ListBillingGroupCostReportsInput || (ListBillingGroupCostReportsInput = {}));
|
|
411
|
-
export var BillingGroupCostReportElement;
|
|
412
|
-
(function (BillingGroupCostReportElement) {
|
|
413
|
-
BillingGroupCostReportElement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
-
})(BillingGroupCostReportElement || (BillingGroupCostReportElement = {}));
|
|
415
|
-
export var ListBillingGroupCostReportsOutput;
|
|
416
|
-
(function (ListBillingGroupCostReportsOutput) {
|
|
417
|
-
ListBillingGroupCostReportsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
-
})(ListBillingGroupCostReportsOutput || (ListBillingGroupCostReportsOutput = {}));
|
|
419
|
-
export var ListTagsForResourceRequest;
|
|
420
|
-
(function (ListTagsForResourceRequest) {
|
|
421
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
423
|
-
export var ListTagsForResourceResponse;
|
|
424
|
-
(function (ListTagsForResourceResponse) {
|
|
425
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
427
|
-
export var CreatePricingPlanInput;
|
|
428
|
-
(function (CreatePricingPlanInput) {
|
|
429
|
-
CreatePricingPlanInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
430
|
-
})(CreatePricingPlanInput || (CreatePricingPlanInput = {}));
|
|
431
|
-
export var CreatePricingPlanOutput;
|
|
432
|
-
(function (CreatePricingPlanOutput) {
|
|
433
|
-
CreatePricingPlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
-
})(CreatePricingPlanOutput || (CreatePricingPlanOutput = {}));
|
|
435
|
-
export var DeletePricingPlanInput;
|
|
436
|
-
(function (DeletePricingPlanInput) {
|
|
437
|
-
DeletePricingPlanInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
})(DeletePricingPlanInput || (DeletePricingPlanInput = {}));
|
|
439
|
-
export var DeletePricingPlanOutput;
|
|
440
|
-
(function (DeletePricingPlanOutput) {
|
|
441
|
-
DeletePricingPlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
})(DeletePricingPlanOutput || (DeletePricingPlanOutput = {}));
|
|
443
|
-
export var DisassociatePricingRulesInput;
|
|
444
|
-
(function (DisassociatePricingRulesInput) {
|
|
445
|
-
DisassociatePricingRulesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(DisassociatePricingRulesInput || (DisassociatePricingRulesInput = {}));
|
|
447
|
-
export var DisassociatePricingRulesOutput;
|
|
448
|
-
(function (DisassociatePricingRulesOutput) {
|
|
449
|
-
DisassociatePricingRulesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(DisassociatePricingRulesOutput || (DisassociatePricingRulesOutput = {}));
|
|
451
|
-
export var ListPricingPlansFilter;
|
|
452
|
-
(function (ListPricingPlansFilter) {
|
|
453
|
-
ListPricingPlansFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
-
})(ListPricingPlansFilter || (ListPricingPlansFilter = {}));
|
|
455
|
-
export var ListPricingPlansInput;
|
|
456
|
-
(function (ListPricingPlansInput) {
|
|
457
|
-
ListPricingPlansInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
-
})(ListPricingPlansInput || (ListPricingPlansInput = {}));
|
|
459
|
-
export var PricingPlanListElement;
|
|
460
|
-
(function (PricingPlanListElement) {
|
|
461
|
-
PricingPlanListElement.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
462
|
-
})(PricingPlanListElement || (PricingPlanListElement = {}));
|
|
463
|
-
export var ListPricingPlansOutput;
|
|
464
|
-
(function (ListPricingPlansOutput) {
|
|
465
|
-
ListPricingPlansOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PricingPlans && {
|
|
466
|
-
PricingPlans: obj.PricingPlans.map(function (item) { return PricingPlanListElement.filterSensitiveLog(item); }),
|
|
467
|
-
}))); };
|
|
468
|
-
})(ListPricingPlansOutput || (ListPricingPlansOutput = {}));
|
|
469
|
-
export var ListPricingPlansAssociatedWithPricingRuleInput;
|
|
470
|
-
(function (ListPricingPlansAssociatedWithPricingRuleInput) {
|
|
471
|
-
ListPricingPlansAssociatedWithPricingRuleInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
-
})(ListPricingPlansAssociatedWithPricingRuleInput || (ListPricingPlansAssociatedWithPricingRuleInput = {}));
|
|
473
|
-
export var ListPricingPlansAssociatedWithPricingRuleOutput;
|
|
474
|
-
(function (ListPricingPlansAssociatedWithPricingRuleOutput) {
|
|
475
|
-
ListPricingPlansAssociatedWithPricingRuleOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
-
})(ListPricingPlansAssociatedWithPricingRuleOutput || (ListPricingPlansAssociatedWithPricingRuleOutput = {}));
|
|
477
|
-
export var UpdatePricingPlanInput;
|
|
478
|
-
(function (UpdatePricingPlanInput) {
|
|
479
|
-
UpdatePricingPlanInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
480
|
-
})(UpdatePricingPlanInput || (UpdatePricingPlanInput = {}));
|
|
481
|
-
export var UpdatePricingPlanOutput;
|
|
482
|
-
(function (UpdatePricingPlanOutput) {
|
|
483
|
-
UpdatePricingPlanOutput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
484
|
-
})(UpdatePricingPlanOutput || (UpdatePricingPlanOutput = {}));
|
|
485
181
|
export var PricingRuleScope;
|
|
486
182
|
(function (PricingRuleScope) {
|
|
487
183
|
PricingRuleScope["GLOBAL"] = "GLOBAL";
|
|
@@ -492,69 +188,103 @@ export var PricingRuleType;
|
|
|
492
188
|
PricingRuleType["DISCOUNT"] = "DISCOUNT";
|
|
493
189
|
PricingRuleType["MARKUP"] = "MARKUP";
|
|
494
190
|
})(PricingRuleType || (PricingRuleType = {}));
|
|
495
|
-
export var
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
export var
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
export var
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
export var
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
export var
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
})(
|
|
519
|
-
export var
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
export var
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
})(
|
|
529
|
-
export var
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export var
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
export var
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
})
|
|
541
|
-
export var
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
export var
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
})(
|
|
549
|
-
export var
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
export var
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
191
|
+
export var AccountAssociationsListElementFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AccountName && { AccountName: SENSITIVE_STRING })), (obj.AccountEmail && { AccountEmail: SENSITIVE_STRING }))); };
|
|
192
|
+
export var AccountGroupingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var AssociateAccountsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var AssociateAccountsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var ValidationExceptionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var AssociatePricingRulesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var AssociatePricingRulesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var AssociateResourceErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var AssociateResourceResponseElementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
+
export var ComputationPreferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var CreateBillingGroupInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
202
|
+
export var CreateBillingGroupOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var DeleteBillingGroupInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var DeleteBillingGroupOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var DisassociateAccountsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var DisassociateAccountsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var ListBillingGroupsFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var ListBillingGroupsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var BillingGroupListElementFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
210
|
+
export var ListBillingGroupsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BillingGroups && {
|
|
211
|
+
BillingGroups: obj.BillingGroups.map(function (item) { return BillingGroupListElementFilterSensitiveLog(item); }),
|
|
212
|
+
}))); };
|
|
213
|
+
export var UpdateBillingGroupInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
214
|
+
export var UpdateBillingGroupOutputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
215
|
+
export var CustomLineItemBillingPeriodRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var BatchAssociateResourcesToCustomLineItemInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var BatchAssociateResourcesToCustomLineItemOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var BatchDisassociateResourcesFromCustomLineItemInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var DisassociateResourceResponseElementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var BatchDisassociateResourcesFromCustomLineItemOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var CustomLineItemFlatChargeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var CustomLineItemPercentageChargeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var CustomLineItemChargeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var CreateCustomLineItemInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
225
|
+
export var CreateCustomLineItemOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var DeleteCustomLineItemInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var DeleteCustomLineItemOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var ListCustomLineItemsFilterFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Names && { Names: SENSITIVE_STRING }))); };
|
|
229
|
+
export var ListCustomLineItemsInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Filters && { Filters: ListCustomLineItemsFilterFilterSensitiveLog(obj.Filters) }))); };
|
|
230
|
+
export var ListCustomLineItemFlatChargeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var ListCustomLineItemPercentageChargeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var ListCustomLineItemChargeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var CustomLineItemListElementFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
234
|
+
export var ListCustomLineItemsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CustomLineItems && {
|
|
235
|
+
CustomLineItems: obj.CustomLineItems.map(function (item) { return CustomLineItemListElementFilterSensitiveLog(item); }),
|
|
236
|
+
}))); };
|
|
237
|
+
export var ListResourcesAssociatedToCustomLineItemFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var ListResourcesAssociatedToCustomLineItemInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var ListResourcesAssociatedToCustomLineItemResponseElementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var ListResourcesAssociatedToCustomLineItemOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var UpdateCustomLineItemFlatChargeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var UpdateCustomLineItemPercentageChargeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var UpdateCustomLineItemChargeDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var UpdateCustomLineItemInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
245
|
+
export var UpdateCustomLineItemOutputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
246
|
+
export var ListAccountAssociationsFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var ListAccountAssociationsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var ListAccountAssociationsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.LinkedAccounts && {
|
|
249
|
+
LinkedAccounts: obj.LinkedAccounts.map(function (item) { return AccountAssociationsListElementFilterSensitiveLog(item); }),
|
|
250
|
+
}))); };
|
|
251
|
+
export var ListBillingGroupCostReportsFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var ListBillingGroupCostReportsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var BillingGroupCostReportElementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var ListBillingGroupCostReportsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var CreatePricingPlanInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
258
|
+
export var CreatePricingPlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var DeletePricingPlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var DeletePricingPlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var DisassociatePricingRulesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var DisassociatePricingRulesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var ListPricingPlansFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var ListPricingPlansInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var PricingPlanListElementFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
266
|
+
export var ListPricingPlansOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PricingPlans && {
|
|
267
|
+
PricingPlans: obj.PricingPlans.map(function (item) { return PricingPlanListElementFilterSensitiveLog(item); }),
|
|
268
|
+
}))); };
|
|
269
|
+
export var ListPricingPlansAssociatedWithPricingRuleInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var ListPricingPlansAssociatedWithPricingRuleOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var UpdatePricingPlanInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
272
|
+
export var UpdatePricingPlanOutputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
273
|
+
export var CreatePricingRuleInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
274
|
+
export var CreatePricingRuleOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var DeletePricingRuleInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var DeletePricingRuleOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var ListPricingRulesFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var ListPricingRulesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var PricingRuleListElementFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
280
|
+
export var ListPricingRulesOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PricingRules && {
|
|
281
|
+
PricingRules: obj.PricingRules.map(function (item) { return PricingRuleListElementFilterSensitiveLog(item); }),
|
|
282
|
+
}))); };
|
|
283
|
+
export var ListPricingRulesAssociatedToPricingPlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var ListPricingRulesAssociatedToPricingPlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var UpdatePricingRuleInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
286
|
+
export var UpdatePricingRuleOutputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Description && { Description: SENSITIVE_STRING }))); };
|
|
287
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|