@aws-sdk/client-billingconductor 3.721.0 → 3.726.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 +272 -141
- package/dist-es/BillingconductorClient.js +1 -0
- package/dist-es/models/models_0.js +34 -14
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -213,7 +213,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
213
213
|
}, "resolveRuntimeExtensions");
|
|
214
214
|
|
|
215
215
|
// src/BillingconductorClient.ts
|
|
216
|
-
var
|
|
216
|
+
var BillingconductorClient = class extends import_smithy_client.Client {
|
|
217
|
+
static {
|
|
218
|
+
__name(this, "BillingconductorClient");
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* The resolved configuration of BillingconductorClient class. This is resolved and normalized from the {@link BillingconductorClientConfig | constructor configuration interface}.
|
|
222
|
+
*/
|
|
223
|
+
config;
|
|
217
224
|
constructor(...[configuration]) {
|
|
218
225
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
219
226
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -223,7 +230,7 @@ var _BillingconductorClient = class _BillingconductorClient extends import_smith
|
|
|
223
230
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
224
231
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
225
232
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
226
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
233
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
227
234
|
super(_config_8);
|
|
228
235
|
this.config = _config_8;
|
|
229
236
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -251,8 +258,6 @@ var _BillingconductorClient = class _BillingconductorClient extends import_smith
|
|
|
251
258
|
super.destroy();
|
|
252
259
|
}
|
|
253
260
|
};
|
|
254
|
-
__name(_BillingconductorClient, "BillingconductorClient");
|
|
255
|
-
var BillingconductorClient = _BillingconductorClient;
|
|
256
261
|
|
|
257
262
|
// src/Billingconductor.ts
|
|
258
263
|
|
|
@@ -270,7 +275,10 @@ var import_uuid = require("uuid");
|
|
|
270
275
|
|
|
271
276
|
// src/models/BillingconductorServiceException.ts
|
|
272
277
|
|
|
273
|
-
var
|
|
278
|
+
var BillingconductorServiceException = class _BillingconductorServiceException extends import_smithy_client.ServiceException {
|
|
279
|
+
static {
|
|
280
|
+
__name(this, "BillingconductorServiceException");
|
|
281
|
+
}
|
|
274
282
|
/**
|
|
275
283
|
* @internal
|
|
276
284
|
*/
|
|
@@ -279,12 +287,16 @@ var _BillingconductorServiceException = class _BillingconductorServiceException
|
|
|
279
287
|
Object.setPrototypeOf(this, _BillingconductorServiceException.prototype);
|
|
280
288
|
}
|
|
281
289
|
};
|
|
282
|
-
__name(_BillingconductorServiceException, "BillingconductorServiceException");
|
|
283
|
-
var BillingconductorServiceException = _BillingconductorServiceException;
|
|
284
290
|
|
|
285
291
|
// src/models/models_0.ts
|
|
286
292
|
|
|
287
|
-
var
|
|
293
|
+
var AccessDeniedException = class _AccessDeniedException extends BillingconductorServiceException {
|
|
294
|
+
static {
|
|
295
|
+
__name(this, "AccessDeniedException");
|
|
296
|
+
}
|
|
297
|
+
name = "AccessDeniedException";
|
|
298
|
+
$fault = "client";
|
|
299
|
+
Message;
|
|
288
300
|
/**
|
|
289
301
|
* @internal
|
|
290
302
|
*/
|
|
@@ -294,14 +306,10 @@ var _AccessDeniedException = class _AccessDeniedException extends Billingconduct
|
|
|
294
306
|
$fault: "client",
|
|
295
307
|
...opts
|
|
296
308
|
});
|
|
297
|
-
this.name = "AccessDeniedException";
|
|
298
|
-
this.$fault = "client";
|
|
299
309
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
300
310
|
this.Message = opts.Message;
|
|
301
311
|
}
|
|
302
312
|
};
|
|
303
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
304
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
305
313
|
var ConflictExceptionReason = {
|
|
306
314
|
PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT: "PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT",
|
|
307
315
|
PRICING_RULE_ATTACHED_TO_PRICING_PLAN_DELETE_CONFLICT: "PRICING_RULE_ATTACHED_TO_PRICING_PLAN_DELETE_CONFLICT",
|
|
@@ -309,7 +317,31 @@ var ConflictExceptionReason = {
|
|
|
309
317
|
RESOURCE_NAME_CONFLICT: "RESOURCE_NAME_CONFLICT",
|
|
310
318
|
WRITE_CONFLICT_RETRY: "WRITE_CONFLICT_RETRY"
|
|
311
319
|
};
|
|
312
|
-
var
|
|
320
|
+
var ConflictException = class _ConflictException extends BillingconductorServiceException {
|
|
321
|
+
static {
|
|
322
|
+
__name(this, "ConflictException");
|
|
323
|
+
}
|
|
324
|
+
name = "ConflictException";
|
|
325
|
+
$fault = "client";
|
|
326
|
+
Message;
|
|
327
|
+
/**
|
|
328
|
+
* <p>Identifier of the resource in use.
|
|
329
|
+
* </p>
|
|
330
|
+
* @public
|
|
331
|
+
*/
|
|
332
|
+
ResourceId;
|
|
333
|
+
/**
|
|
334
|
+
* <p>Type of the resource in use.
|
|
335
|
+
* </p>
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
ResourceType;
|
|
339
|
+
/**
|
|
340
|
+
* <p>Reason for the inconsistent state.
|
|
341
|
+
* </p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
Reason;
|
|
313
345
|
/**
|
|
314
346
|
* @internal
|
|
315
347
|
*/
|
|
@@ -319,8 +351,6 @@ var _ConflictException = class _ConflictException extends BillingconductorServic
|
|
|
319
351
|
$fault: "client",
|
|
320
352
|
...opts
|
|
321
353
|
});
|
|
322
|
-
this.name = "ConflictException";
|
|
323
|
-
this.$fault = "client";
|
|
324
354
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
325
355
|
this.Message = opts.Message;
|
|
326
356
|
this.ResourceId = opts.ResourceId;
|
|
@@ -328,9 +358,19 @@ var _ConflictException = class _ConflictException extends BillingconductorServic
|
|
|
328
358
|
this.Reason = opts.Reason;
|
|
329
359
|
}
|
|
330
360
|
};
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
361
|
+
var InternalServerException = class _InternalServerException extends BillingconductorServiceException {
|
|
362
|
+
static {
|
|
363
|
+
__name(this, "InternalServerException");
|
|
364
|
+
}
|
|
365
|
+
name = "InternalServerException";
|
|
366
|
+
$fault = "server";
|
|
367
|
+
Message;
|
|
368
|
+
/**
|
|
369
|
+
* <p>Number of seconds you can retry after the call.
|
|
370
|
+
* </p>
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
RetryAfterSeconds;
|
|
334
374
|
/**
|
|
335
375
|
* @internal
|
|
336
376
|
*/
|
|
@@ -340,16 +380,30 @@ var _InternalServerException = class _InternalServerException extends Billingcon
|
|
|
340
380
|
$fault: "server",
|
|
341
381
|
...opts
|
|
342
382
|
});
|
|
343
|
-
this.name = "InternalServerException";
|
|
344
|
-
this.$fault = "server";
|
|
345
383
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
346
384
|
this.Message = opts.Message;
|
|
347
385
|
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
348
386
|
}
|
|
349
387
|
};
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
388
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends BillingconductorServiceException {
|
|
389
|
+
static {
|
|
390
|
+
__name(this, "ResourceNotFoundException");
|
|
391
|
+
}
|
|
392
|
+
name = "ResourceNotFoundException";
|
|
393
|
+
$fault = "client";
|
|
394
|
+
Message;
|
|
395
|
+
/**
|
|
396
|
+
* <p>Resource identifier that was not found.
|
|
397
|
+
* </p>
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
ResourceId;
|
|
401
|
+
/**
|
|
402
|
+
* <p>Resource type that was not found.
|
|
403
|
+
* </p>
|
|
404
|
+
* @public
|
|
405
|
+
*/
|
|
406
|
+
ResourceType;
|
|
353
407
|
/**
|
|
354
408
|
* @internal
|
|
355
409
|
*/
|
|
@@ -359,17 +413,43 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Billin
|
|
|
359
413
|
$fault: "client",
|
|
360
414
|
...opts
|
|
361
415
|
});
|
|
362
|
-
this.name = "ResourceNotFoundException";
|
|
363
|
-
this.$fault = "client";
|
|
364
416
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
365
417
|
this.Message = opts.Message;
|
|
366
418
|
this.ResourceId = opts.ResourceId;
|
|
367
419
|
this.ResourceType = opts.ResourceType;
|
|
368
420
|
}
|
|
369
421
|
};
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
422
|
+
var ServiceLimitExceededException = class _ServiceLimitExceededException extends BillingconductorServiceException {
|
|
423
|
+
static {
|
|
424
|
+
__name(this, "ServiceLimitExceededException");
|
|
425
|
+
}
|
|
426
|
+
name = "ServiceLimitExceededException";
|
|
427
|
+
$fault = "client";
|
|
428
|
+
Message;
|
|
429
|
+
/**
|
|
430
|
+
* <p>Identifier of the resource affected.
|
|
431
|
+
* </p>
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
ResourceId;
|
|
435
|
+
/**
|
|
436
|
+
* <p>Type of the resource affected.
|
|
437
|
+
* </p>
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
ResourceType;
|
|
441
|
+
/**
|
|
442
|
+
* <p>The unique code identifier of the service limit that is being exceeded.
|
|
443
|
+
* </p>
|
|
444
|
+
* @public
|
|
445
|
+
*/
|
|
446
|
+
LimitCode;
|
|
447
|
+
/**
|
|
448
|
+
* <p>The unique code for the service of the limit that is being exceeded.
|
|
449
|
+
* </p>
|
|
450
|
+
* @public
|
|
451
|
+
*/
|
|
452
|
+
ServiceCode;
|
|
373
453
|
/**
|
|
374
454
|
* @internal
|
|
375
455
|
*/
|
|
@@ -379,8 +459,6 @@ var _ServiceLimitExceededException = class _ServiceLimitExceededException extend
|
|
|
379
459
|
$fault: "client",
|
|
380
460
|
...opts
|
|
381
461
|
});
|
|
382
|
-
this.name = "ServiceLimitExceededException";
|
|
383
|
-
this.$fault = "client";
|
|
384
462
|
Object.setPrototypeOf(this, _ServiceLimitExceededException.prototype);
|
|
385
463
|
this.Message = opts.Message;
|
|
386
464
|
this.ResourceId = opts.ResourceId;
|
|
@@ -389,9 +467,19 @@ var _ServiceLimitExceededException = class _ServiceLimitExceededException extend
|
|
|
389
467
|
this.ServiceCode = opts.ServiceCode;
|
|
390
468
|
}
|
|
391
469
|
};
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
470
|
+
var ThrottlingException = class _ThrottlingException extends BillingconductorServiceException {
|
|
471
|
+
static {
|
|
472
|
+
__name(this, "ThrottlingException");
|
|
473
|
+
}
|
|
474
|
+
name = "ThrottlingException";
|
|
475
|
+
$fault = "client";
|
|
476
|
+
Message;
|
|
477
|
+
/**
|
|
478
|
+
* <p>Number of seconds you can safely retry after the call.
|
|
479
|
+
* </p>
|
|
480
|
+
* @public
|
|
481
|
+
*/
|
|
482
|
+
RetryAfterSeconds;
|
|
395
483
|
/**
|
|
396
484
|
* @internal
|
|
397
485
|
*/
|
|
@@ -401,15 +489,11 @@ var _ThrottlingException = class _ThrottlingException extends BillingconductorSe
|
|
|
401
489
|
$fault: "client",
|
|
402
490
|
...opts
|
|
403
491
|
});
|
|
404
|
-
this.name = "ThrottlingException";
|
|
405
|
-
this.$fault = "client";
|
|
406
492
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
407
493
|
this.Message = opts.Message;
|
|
408
494
|
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
409
495
|
}
|
|
410
496
|
};
|
|
411
|
-
__name(_ThrottlingException, "ThrottlingException");
|
|
412
|
-
var ThrottlingException = _ThrottlingException;
|
|
413
497
|
var ValidationExceptionReason = {
|
|
414
498
|
ACCOUNTS_ALREADY_ASSOCIATED: "ACCOUNTS_ALREADY_ASSOCIATED",
|
|
415
499
|
ACCOUNTS_NOT_ASSOCIATED: "ACCOUNTS_NOT_ASSOCIATED",
|
|
@@ -472,7 +556,25 @@ var ValidationExceptionReason = {
|
|
|
472
556
|
TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST: "TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST",
|
|
473
557
|
UNKNOWN_OPERATION: "UNKNOWN_OPERATION"
|
|
474
558
|
};
|
|
475
|
-
var
|
|
559
|
+
var ValidationException = class _ValidationException extends BillingconductorServiceException {
|
|
560
|
+
static {
|
|
561
|
+
__name(this, "ValidationException");
|
|
562
|
+
}
|
|
563
|
+
name = "ValidationException";
|
|
564
|
+
$fault = "client";
|
|
565
|
+
Message;
|
|
566
|
+
/**
|
|
567
|
+
* <p>The reason the request's validation failed.
|
|
568
|
+
* </p>
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
571
|
+
Reason;
|
|
572
|
+
/**
|
|
573
|
+
* <p>The fields that caused the error, if applicable.
|
|
574
|
+
* </p>
|
|
575
|
+
* @public
|
|
576
|
+
*/
|
|
577
|
+
Fields;
|
|
476
578
|
/**
|
|
477
579
|
* @internal
|
|
478
580
|
*/
|
|
@@ -482,16 +584,12 @@ var _ValidationException = class _ValidationException extends BillingconductorSe
|
|
|
482
584
|
$fault: "client",
|
|
483
585
|
...opts
|
|
484
586
|
});
|
|
485
|
-
this.name = "ValidationException";
|
|
486
|
-
this.$fault = "client";
|
|
487
587
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
488
588
|
this.Message = opts.Message;
|
|
489
589
|
this.Reason = opts.Reason;
|
|
490
590
|
this.Fields = opts.Fields;
|
|
491
591
|
}
|
|
492
592
|
};
|
|
493
|
-
__name(_ValidationException, "ValidationException");
|
|
494
|
-
var ValidationException = _ValidationException;
|
|
495
593
|
var AssociateResourceErrorReason = {
|
|
496
594
|
ILLEGAL_CUSTOMLINEITEM: "ILLEGAL_CUSTOMLINEITEM",
|
|
497
595
|
INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION",
|
|
@@ -2008,449 +2106,481 @@ var _tK = "tagKeys";
|
|
|
2008
2106
|
var _xact = "x-amzn-client-token";
|
|
2009
2107
|
|
|
2010
2108
|
// src/commands/AssociateAccountsCommand.ts
|
|
2011
|
-
var
|
|
2109
|
+
var AssociateAccountsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2012
2110
|
return [
|
|
2013
2111
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2014
2112
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2015
2113
|
];
|
|
2016
2114
|
}).s("AWSBillingConductor", "AssociateAccounts", {}).n("BillingconductorClient", "AssociateAccountsCommand").f(void 0, void 0).ser(se_AssociateAccountsCommand).de(de_AssociateAccountsCommand).build() {
|
|
2115
|
+
static {
|
|
2116
|
+
__name(this, "AssociateAccountsCommand");
|
|
2117
|
+
}
|
|
2017
2118
|
};
|
|
2018
|
-
__name(_AssociateAccountsCommand, "AssociateAccountsCommand");
|
|
2019
|
-
var AssociateAccountsCommand = _AssociateAccountsCommand;
|
|
2020
2119
|
|
|
2021
2120
|
// src/commands/AssociatePricingRulesCommand.ts
|
|
2022
2121
|
|
|
2023
2122
|
|
|
2024
2123
|
|
|
2025
|
-
var
|
|
2124
|
+
var AssociatePricingRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2026
2125
|
return [
|
|
2027
2126
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2028
2127
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2029
2128
|
];
|
|
2030
2129
|
}).s("AWSBillingConductor", "AssociatePricingRules", {}).n("BillingconductorClient", "AssociatePricingRulesCommand").f(void 0, void 0).ser(se_AssociatePricingRulesCommand).de(de_AssociatePricingRulesCommand).build() {
|
|
2130
|
+
static {
|
|
2131
|
+
__name(this, "AssociatePricingRulesCommand");
|
|
2132
|
+
}
|
|
2031
2133
|
};
|
|
2032
|
-
__name(_AssociatePricingRulesCommand, "AssociatePricingRulesCommand");
|
|
2033
|
-
var AssociatePricingRulesCommand = _AssociatePricingRulesCommand;
|
|
2034
2134
|
|
|
2035
2135
|
// src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts
|
|
2036
2136
|
|
|
2037
2137
|
|
|
2038
2138
|
|
|
2039
|
-
var
|
|
2139
|
+
var BatchAssociateResourcesToCustomLineItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2040
2140
|
return [
|
|
2041
2141
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2042
2142
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2043
2143
|
];
|
|
2044
2144
|
}).s("AWSBillingConductor", "BatchAssociateResourcesToCustomLineItem", {}).n("BillingconductorClient", "BatchAssociateResourcesToCustomLineItemCommand").f(void 0, void 0).ser(se_BatchAssociateResourcesToCustomLineItemCommand).de(de_BatchAssociateResourcesToCustomLineItemCommand).build() {
|
|
2145
|
+
static {
|
|
2146
|
+
__name(this, "BatchAssociateResourcesToCustomLineItemCommand");
|
|
2147
|
+
}
|
|
2045
2148
|
};
|
|
2046
|
-
__name(_BatchAssociateResourcesToCustomLineItemCommand, "BatchAssociateResourcesToCustomLineItemCommand");
|
|
2047
|
-
var BatchAssociateResourcesToCustomLineItemCommand = _BatchAssociateResourcesToCustomLineItemCommand;
|
|
2048
2149
|
|
|
2049
2150
|
// src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts
|
|
2050
2151
|
|
|
2051
2152
|
|
|
2052
2153
|
|
|
2053
|
-
var
|
|
2154
|
+
var BatchDisassociateResourcesFromCustomLineItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2054
2155
|
return [
|
|
2055
2156
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2056
2157
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2057
2158
|
];
|
|
2058
2159
|
}).s("AWSBillingConductor", "BatchDisassociateResourcesFromCustomLineItem", {}).n("BillingconductorClient", "BatchDisassociateResourcesFromCustomLineItemCommand").f(void 0, void 0).ser(se_BatchDisassociateResourcesFromCustomLineItemCommand).de(de_BatchDisassociateResourcesFromCustomLineItemCommand).build() {
|
|
2160
|
+
static {
|
|
2161
|
+
__name(this, "BatchDisassociateResourcesFromCustomLineItemCommand");
|
|
2162
|
+
}
|
|
2059
2163
|
};
|
|
2060
|
-
__name(_BatchDisassociateResourcesFromCustomLineItemCommand, "BatchDisassociateResourcesFromCustomLineItemCommand");
|
|
2061
|
-
var BatchDisassociateResourcesFromCustomLineItemCommand = _BatchDisassociateResourcesFromCustomLineItemCommand;
|
|
2062
2164
|
|
|
2063
2165
|
// src/commands/CreateBillingGroupCommand.ts
|
|
2064
2166
|
|
|
2065
2167
|
|
|
2066
2168
|
|
|
2067
|
-
var
|
|
2169
|
+
var CreateBillingGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2068
2170
|
return [
|
|
2069
2171
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2070
2172
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2071
2173
|
];
|
|
2072
2174
|
}).s("AWSBillingConductor", "CreateBillingGroup", {}).n("BillingconductorClient", "CreateBillingGroupCommand").f(CreateBillingGroupInputFilterSensitiveLog, void 0).ser(se_CreateBillingGroupCommand).de(de_CreateBillingGroupCommand).build() {
|
|
2175
|
+
static {
|
|
2176
|
+
__name(this, "CreateBillingGroupCommand");
|
|
2177
|
+
}
|
|
2073
2178
|
};
|
|
2074
|
-
__name(_CreateBillingGroupCommand, "CreateBillingGroupCommand");
|
|
2075
|
-
var CreateBillingGroupCommand = _CreateBillingGroupCommand;
|
|
2076
2179
|
|
|
2077
2180
|
// src/commands/CreateCustomLineItemCommand.ts
|
|
2078
2181
|
|
|
2079
2182
|
|
|
2080
2183
|
|
|
2081
|
-
var
|
|
2184
|
+
var CreateCustomLineItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2082
2185
|
return [
|
|
2083
2186
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2084
2187
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2085
2188
|
];
|
|
2086
2189
|
}).s("AWSBillingConductor", "CreateCustomLineItem", {}).n("BillingconductorClient", "CreateCustomLineItemCommand").f(CreateCustomLineItemInputFilterSensitiveLog, void 0).ser(se_CreateCustomLineItemCommand).de(de_CreateCustomLineItemCommand).build() {
|
|
2190
|
+
static {
|
|
2191
|
+
__name(this, "CreateCustomLineItemCommand");
|
|
2192
|
+
}
|
|
2087
2193
|
};
|
|
2088
|
-
__name(_CreateCustomLineItemCommand, "CreateCustomLineItemCommand");
|
|
2089
|
-
var CreateCustomLineItemCommand = _CreateCustomLineItemCommand;
|
|
2090
2194
|
|
|
2091
2195
|
// src/commands/CreatePricingPlanCommand.ts
|
|
2092
2196
|
|
|
2093
2197
|
|
|
2094
2198
|
|
|
2095
|
-
var
|
|
2199
|
+
var CreatePricingPlanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2096
2200
|
return [
|
|
2097
2201
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2098
2202
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2099
2203
|
];
|
|
2100
2204
|
}).s("AWSBillingConductor", "CreatePricingPlan", {}).n("BillingconductorClient", "CreatePricingPlanCommand").f(CreatePricingPlanInputFilterSensitiveLog, void 0).ser(se_CreatePricingPlanCommand).de(de_CreatePricingPlanCommand).build() {
|
|
2205
|
+
static {
|
|
2206
|
+
__name(this, "CreatePricingPlanCommand");
|
|
2207
|
+
}
|
|
2101
2208
|
};
|
|
2102
|
-
__name(_CreatePricingPlanCommand, "CreatePricingPlanCommand");
|
|
2103
|
-
var CreatePricingPlanCommand = _CreatePricingPlanCommand;
|
|
2104
2209
|
|
|
2105
2210
|
// src/commands/CreatePricingRuleCommand.ts
|
|
2106
2211
|
|
|
2107
2212
|
|
|
2108
2213
|
|
|
2109
|
-
var
|
|
2214
|
+
var CreatePricingRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2110
2215
|
return [
|
|
2111
2216
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2112
2217
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2113
2218
|
];
|
|
2114
2219
|
}).s("AWSBillingConductor", "CreatePricingRule", {}).n("BillingconductorClient", "CreatePricingRuleCommand").f(CreatePricingRuleInputFilterSensitiveLog, void 0).ser(se_CreatePricingRuleCommand).de(de_CreatePricingRuleCommand).build() {
|
|
2220
|
+
static {
|
|
2221
|
+
__name(this, "CreatePricingRuleCommand");
|
|
2222
|
+
}
|
|
2115
2223
|
};
|
|
2116
|
-
__name(_CreatePricingRuleCommand, "CreatePricingRuleCommand");
|
|
2117
|
-
var CreatePricingRuleCommand = _CreatePricingRuleCommand;
|
|
2118
2224
|
|
|
2119
2225
|
// src/commands/DeleteBillingGroupCommand.ts
|
|
2120
2226
|
|
|
2121
2227
|
|
|
2122
2228
|
|
|
2123
|
-
var
|
|
2229
|
+
var DeleteBillingGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2124
2230
|
return [
|
|
2125
2231
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2126
2232
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2127
2233
|
];
|
|
2128
2234
|
}).s("AWSBillingConductor", "DeleteBillingGroup", {}).n("BillingconductorClient", "DeleteBillingGroupCommand").f(void 0, void 0).ser(se_DeleteBillingGroupCommand).de(de_DeleteBillingGroupCommand).build() {
|
|
2235
|
+
static {
|
|
2236
|
+
__name(this, "DeleteBillingGroupCommand");
|
|
2237
|
+
}
|
|
2129
2238
|
};
|
|
2130
|
-
__name(_DeleteBillingGroupCommand, "DeleteBillingGroupCommand");
|
|
2131
|
-
var DeleteBillingGroupCommand = _DeleteBillingGroupCommand;
|
|
2132
2239
|
|
|
2133
2240
|
// src/commands/DeleteCustomLineItemCommand.ts
|
|
2134
2241
|
|
|
2135
2242
|
|
|
2136
2243
|
|
|
2137
|
-
var
|
|
2244
|
+
var DeleteCustomLineItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2138
2245
|
return [
|
|
2139
2246
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2140
2247
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2141
2248
|
];
|
|
2142
2249
|
}).s("AWSBillingConductor", "DeleteCustomLineItem", {}).n("BillingconductorClient", "DeleteCustomLineItemCommand").f(void 0, void 0).ser(se_DeleteCustomLineItemCommand).de(de_DeleteCustomLineItemCommand).build() {
|
|
2250
|
+
static {
|
|
2251
|
+
__name(this, "DeleteCustomLineItemCommand");
|
|
2252
|
+
}
|
|
2143
2253
|
};
|
|
2144
|
-
__name(_DeleteCustomLineItemCommand, "DeleteCustomLineItemCommand");
|
|
2145
|
-
var DeleteCustomLineItemCommand = _DeleteCustomLineItemCommand;
|
|
2146
2254
|
|
|
2147
2255
|
// src/commands/DeletePricingPlanCommand.ts
|
|
2148
2256
|
|
|
2149
2257
|
|
|
2150
2258
|
|
|
2151
|
-
var
|
|
2259
|
+
var DeletePricingPlanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2152
2260
|
return [
|
|
2153
2261
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2154
2262
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2155
2263
|
];
|
|
2156
2264
|
}).s("AWSBillingConductor", "DeletePricingPlan", {}).n("BillingconductorClient", "DeletePricingPlanCommand").f(void 0, void 0).ser(se_DeletePricingPlanCommand).de(de_DeletePricingPlanCommand).build() {
|
|
2265
|
+
static {
|
|
2266
|
+
__name(this, "DeletePricingPlanCommand");
|
|
2267
|
+
}
|
|
2157
2268
|
};
|
|
2158
|
-
__name(_DeletePricingPlanCommand, "DeletePricingPlanCommand");
|
|
2159
|
-
var DeletePricingPlanCommand = _DeletePricingPlanCommand;
|
|
2160
2269
|
|
|
2161
2270
|
// src/commands/DeletePricingRuleCommand.ts
|
|
2162
2271
|
|
|
2163
2272
|
|
|
2164
2273
|
|
|
2165
|
-
var
|
|
2274
|
+
var DeletePricingRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2166
2275
|
return [
|
|
2167
2276
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2168
2277
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2169
2278
|
];
|
|
2170
2279
|
}).s("AWSBillingConductor", "DeletePricingRule", {}).n("BillingconductorClient", "DeletePricingRuleCommand").f(void 0, void 0).ser(se_DeletePricingRuleCommand).de(de_DeletePricingRuleCommand).build() {
|
|
2280
|
+
static {
|
|
2281
|
+
__name(this, "DeletePricingRuleCommand");
|
|
2282
|
+
}
|
|
2171
2283
|
};
|
|
2172
|
-
__name(_DeletePricingRuleCommand, "DeletePricingRuleCommand");
|
|
2173
|
-
var DeletePricingRuleCommand = _DeletePricingRuleCommand;
|
|
2174
2284
|
|
|
2175
2285
|
// src/commands/DisassociateAccountsCommand.ts
|
|
2176
2286
|
|
|
2177
2287
|
|
|
2178
2288
|
|
|
2179
|
-
var
|
|
2289
|
+
var DisassociateAccountsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2180
2290
|
return [
|
|
2181
2291
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2182
2292
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2183
2293
|
];
|
|
2184
2294
|
}).s("AWSBillingConductor", "DisassociateAccounts", {}).n("BillingconductorClient", "DisassociateAccountsCommand").f(void 0, void 0).ser(se_DisassociateAccountsCommand).de(de_DisassociateAccountsCommand).build() {
|
|
2295
|
+
static {
|
|
2296
|
+
__name(this, "DisassociateAccountsCommand");
|
|
2297
|
+
}
|
|
2185
2298
|
};
|
|
2186
|
-
__name(_DisassociateAccountsCommand, "DisassociateAccountsCommand");
|
|
2187
|
-
var DisassociateAccountsCommand = _DisassociateAccountsCommand;
|
|
2188
2299
|
|
|
2189
2300
|
// src/commands/DisassociatePricingRulesCommand.ts
|
|
2190
2301
|
|
|
2191
2302
|
|
|
2192
2303
|
|
|
2193
|
-
var
|
|
2304
|
+
var DisassociatePricingRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2194
2305
|
return [
|
|
2195
2306
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2196
2307
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2197
2308
|
];
|
|
2198
2309
|
}).s("AWSBillingConductor", "DisassociatePricingRules", {}).n("BillingconductorClient", "DisassociatePricingRulesCommand").f(void 0, void 0).ser(se_DisassociatePricingRulesCommand).de(de_DisassociatePricingRulesCommand).build() {
|
|
2310
|
+
static {
|
|
2311
|
+
__name(this, "DisassociatePricingRulesCommand");
|
|
2312
|
+
}
|
|
2199
2313
|
};
|
|
2200
|
-
__name(_DisassociatePricingRulesCommand, "DisassociatePricingRulesCommand");
|
|
2201
|
-
var DisassociatePricingRulesCommand = _DisassociatePricingRulesCommand;
|
|
2202
2314
|
|
|
2203
2315
|
// src/commands/GetBillingGroupCostReportCommand.ts
|
|
2204
2316
|
|
|
2205
2317
|
|
|
2206
2318
|
|
|
2207
|
-
var
|
|
2319
|
+
var GetBillingGroupCostReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2208
2320
|
return [
|
|
2209
2321
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2210
2322
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2211
2323
|
];
|
|
2212
2324
|
}).s("AWSBillingConductor", "GetBillingGroupCostReport", {}).n("BillingconductorClient", "GetBillingGroupCostReportCommand").f(void 0, void 0).ser(se_GetBillingGroupCostReportCommand).de(de_GetBillingGroupCostReportCommand).build() {
|
|
2325
|
+
static {
|
|
2326
|
+
__name(this, "GetBillingGroupCostReportCommand");
|
|
2327
|
+
}
|
|
2213
2328
|
};
|
|
2214
|
-
__name(_GetBillingGroupCostReportCommand, "GetBillingGroupCostReportCommand");
|
|
2215
|
-
var GetBillingGroupCostReportCommand = _GetBillingGroupCostReportCommand;
|
|
2216
2329
|
|
|
2217
2330
|
// src/commands/ListAccountAssociationsCommand.ts
|
|
2218
2331
|
|
|
2219
2332
|
|
|
2220
2333
|
|
|
2221
|
-
var
|
|
2334
|
+
var ListAccountAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2222
2335
|
return [
|
|
2223
2336
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2224
2337
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2225
2338
|
];
|
|
2226
2339
|
}).s("AWSBillingConductor", "ListAccountAssociations", {}).n("BillingconductorClient", "ListAccountAssociationsCommand").f(void 0, ListAccountAssociationsOutputFilterSensitiveLog).ser(se_ListAccountAssociationsCommand).de(de_ListAccountAssociationsCommand).build() {
|
|
2340
|
+
static {
|
|
2341
|
+
__name(this, "ListAccountAssociationsCommand");
|
|
2342
|
+
}
|
|
2227
2343
|
};
|
|
2228
|
-
__name(_ListAccountAssociationsCommand, "ListAccountAssociationsCommand");
|
|
2229
|
-
var ListAccountAssociationsCommand = _ListAccountAssociationsCommand;
|
|
2230
2344
|
|
|
2231
2345
|
// src/commands/ListBillingGroupCostReportsCommand.ts
|
|
2232
2346
|
|
|
2233
2347
|
|
|
2234
2348
|
|
|
2235
|
-
var
|
|
2349
|
+
var ListBillingGroupCostReportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2236
2350
|
return [
|
|
2237
2351
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2238
2352
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2239
2353
|
];
|
|
2240
2354
|
}).s("AWSBillingConductor", "ListBillingGroupCostReports", {}).n("BillingconductorClient", "ListBillingGroupCostReportsCommand").f(void 0, void 0).ser(se_ListBillingGroupCostReportsCommand).de(de_ListBillingGroupCostReportsCommand).build() {
|
|
2355
|
+
static {
|
|
2356
|
+
__name(this, "ListBillingGroupCostReportsCommand");
|
|
2357
|
+
}
|
|
2241
2358
|
};
|
|
2242
|
-
__name(_ListBillingGroupCostReportsCommand, "ListBillingGroupCostReportsCommand");
|
|
2243
|
-
var ListBillingGroupCostReportsCommand = _ListBillingGroupCostReportsCommand;
|
|
2244
2359
|
|
|
2245
2360
|
// src/commands/ListBillingGroupsCommand.ts
|
|
2246
2361
|
|
|
2247
2362
|
|
|
2248
2363
|
|
|
2249
|
-
var
|
|
2364
|
+
var ListBillingGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2250
2365
|
return [
|
|
2251
2366
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2252
2367
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2253
2368
|
];
|
|
2254
2369
|
}).s("AWSBillingConductor", "ListBillingGroups", {}).n("BillingconductorClient", "ListBillingGroupsCommand").f(void 0, ListBillingGroupsOutputFilterSensitiveLog).ser(se_ListBillingGroupsCommand).de(de_ListBillingGroupsCommand).build() {
|
|
2370
|
+
static {
|
|
2371
|
+
__name(this, "ListBillingGroupsCommand");
|
|
2372
|
+
}
|
|
2255
2373
|
};
|
|
2256
|
-
__name(_ListBillingGroupsCommand, "ListBillingGroupsCommand");
|
|
2257
|
-
var ListBillingGroupsCommand = _ListBillingGroupsCommand;
|
|
2258
2374
|
|
|
2259
2375
|
// src/commands/ListCustomLineItemsCommand.ts
|
|
2260
2376
|
|
|
2261
2377
|
|
|
2262
2378
|
|
|
2263
|
-
var
|
|
2379
|
+
var ListCustomLineItemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2264
2380
|
return [
|
|
2265
2381
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2266
2382
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2267
2383
|
];
|
|
2268
2384
|
}).s("AWSBillingConductor", "ListCustomLineItems", {}).n("BillingconductorClient", "ListCustomLineItemsCommand").f(ListCustomLineItemsInputFilterSensitiveLog, ListCustomLineItemsOutputFilterSensitiveLog).ser(se_ListCustomLineItemsCommand).de(de_ListCustomLineItemsCommand).build() {
|
|
2385
|
+
static {
|
|
2386
|
+
__name(this, "ListCustomLineItemsCommand");
|
|
2387
|
+
}
|
|
2269
2388
|
};
|
|
2270
|
-
__name(_ListCustomLineItemsCommand, "ListCustomLineItemsCommand");
|
|
2271
|
-
var ListCustomLineItemsCommand = _ListCustomLineItemsCommand;
|
|
2272
2389
|
|
|
2273
2390
|
// src/commands/ListCustomLineItemVersionsCommand.ts
|
|
2274
2391
|
|
|
2275
2392
|
|
|
2276
2393
|
|
|
2277
|
-
var
|
|
2394
|
+
var ListCustomLineItemVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2278
2395
|
return [
|
|
2279
2396
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2280
2397
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2281
2398
|
];
|
|
2282
2399
|
}).s("AWSBillingConductor", "ListCustomLineItemVersions", {}).n("BillingconductorClient", "ListCustomLineItemVersionsCommand").f(void 0, ListCustomLineItemVersionsOutputFilterSensitiveLog).ser(se_ListCustomLineItemVersionsCommand).de(de_ListCustomLineItemVersionsCommand).build() {
|
|
2400
|
+
static {
|
|
2401
|
+
__name(this, "ListCustomLineItemVersionsCommand");
|
|
2402
|
+
}
|
|
2283
2403
|
};
|
|
2284
|
-
__name(_ListCustomLineItemVersionsCommand, "ListCustomLineItemVersionsCommand");
|
|
2285
|
-
var ListCustomLineItemVersionsCommand = _ListCustomLineItemVersionsCommand;
|
|
2286
2404
|
|
|
2287
2405
|
// src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts
|
|
2288
2406
|
|
|
2289
2407
|
|
|
2290
2408
|
|
|
2291
|
-
var
|
|
2409
|
+
var ListPricingPlansAssociatedWithPricingRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2292
2410
|
return [
|
|
2293
2411
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2294
2412
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2295
2413
|
];
|
|
2296
2414
|
}).s("AWSBillingConductor", "ListPricingPlansAssociatedWithPricingRule", {}).n("BillingconductorClient", "ListPricingPlansAssociatedWithPricingRuleCommand").f(void 0, void 0).ser(se_ListPricingPlansAssociatedWithPricingRuleCommand).de(de_ListPricingPlansAssociatedWithPricingRuleCommand).build() {
|
|
2415
|
+
static {
|
|
2416
|
+
__name(this, "ListPricingPlansAssociatedWithPricingRuleCommand");
|
|
2417
|
+
}
|
|
2297
2418
|
};
|
|
2298
|
-
__name(_ListPricingPlansAssociatedWithPricingRuleCommand, "ListPricingPlansAssociatedWithPricingRuleCommand");
|
|
2299
|
-
var ListPricingPlansAssociatedWithPricingRuleCommand = _ListPricingPlansAssociatedWithPricingRuleCommand;
|
|
2300
2419
|
|
|
2301
2420
|
// src/commands/ListPricingPlansCommand.ts
|
|
2302
2421
|
|
|
2303
2422
|
|
|
2304
2423
|
|
|
2305
|
-
var
|
|
2424
|
+
var ListPricingPlansCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2306
2425
|
return [
|
|
2307
2426
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2308
2427
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2309
2428
|
];
|
|
2310
2429
|
}).s("AWSBillingConductor", "ListPricingPlans", {}).n("BillingconductorClient", "ListPricingPlansCommand").f(void 0, ListPricingPlansOutputFilterSensitiveLog).ser(se_ListPricingPlansCommand).de(de_ListPricingPlansCommand).build() {
|
|
2430
|
+
static {
|
|
2431
|
+
__name(this, "ListPricingPlansCommand");
|
|
2432
|
+
}
|
|
2311
2433
|
};
|
|
2312
|
-
__name(_ListPricingPlansCommand, "ListPricingPlansCommand");
|
|
2313
|
-
var ListPricingPlansCommand = _ListPricingPlansCommand;
|
|
2314
2434
|
|
|
2315
2435
|
// src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts
|
|
2316
2436
|
|
|
2317
2437
|
|
|
2318
2438
|
|
|
2319
|
-
var
|
|
2439
|
+
var ListPricingRulesAssociatedToPricingPlanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2320
2440
|
return [
|
|
2321
2441
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2322
2442
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2323
2443
|
];
|
|
2324
2444
|
}).s("AWSBillingConductor", "ListPricingRulesAssociatedToPricingPlan", {}).n("BillingconductorClient", "ListPricingRulesAssociatedToPricingPlanCommand").f(void 0, void 0).ser(se_ListPricingRulesAssociatedToPricingPlanCommand).de(de_ListPricingRulesAssociatedToPricingPlanCommand).build() {
|
|
2445
|
+
static {
|
|
2446
|
+
__name(this, "ListPricingRulesAssociatedToPricingPlanCommand");
|
|
2447
|
+
}
|
|
2325
2448
|
};
|
|
2326
|
-
__name(_ListPricingRulesAssociatedToPricingPlanCommand, "ListPricingRulesAssociatedToPricingPlanCommand");
|
|
2327
|
-
var ListPricingRulesAssociatedToPricingPlanCommand = _ListPricingRulesAssociatedToPricingPlanCommand;
|
|
2328
2449
|
|
|
2329
2450
|
// src/commands/ListPricingRulesCommand.ts
|
|
2330
2451
|
|
|
2331
2452
|
|
|
2332
2453
|
|
|
2333
|
-
var
|
|
2454
|
+
var ListPricingRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2334
2455
|
return [
|
|
2335
2456
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2336
2457
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2337
2458
|
];
|
|
2338
2459
|
}).s("AWSBillingConductor", "ListPricingRules", {}).n("BillingconductorClient", "ListPricingRulesCommand").f(void 0, ListPricingRulesOutputFilterSensitiveLog).ser(se_ListPricingRulesCommand).de(de_ListPricingRulesCommand).build() {
|
|
2460
|
+
static {
|
|
2461
|
+
__name(this, "ListPricingRulesCommand");
|
|
2462
|
+
}
|
|
2339
2463
|
};
|
|
2340
|
-
__name(_ListPricingRulesCommand, "ListPricingRulesCommand");
|
|
2341
|
-
var ListPricingRulesCommand = _ListPricingRulesCommand;
|
|
2342
2464
|
|
|
2343
2465
|
// src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts
|
|
2344
2466
|
|
|
2345
2467
|
|
|
2346
2468
|
|
|
2347
|
-
var
|
|
2469
|
+
var ListResourcesAssociatedToCustomLineItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2348
2470
|
return [
|
|
2349
2471
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2350
2472
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2351
2473
|
];
|
|
2352
2474
|
}).s("AWSBillingConductor", "ListResourcesAssociatedToCustomLineItem", {}).n("BillingconductorClient", "ListResourcesAssociatedToCustomLineItemCommand").f(void 0, void 0).ser(se_ListResourcesAssociatedToCustomLineItemCommand).de(de_ListResourcesAssociatedToCustomLineItemCommand).build() {
|
|
2475
|
+
static {
|
|
2476
|
+
__name(this, "ListResourcesAssociatedToCustomLineItemCommand");
|
|
2477
|
+
}
|
|
2353
2478
|
};
|
|
2354
|
-
__name(_ListResourcesAssociatedToCustomLineItemCommand, "ListResourcesAssociatedToCustomLineItemCommand");
|
|
2355
|
-
var ListResourcesAssociatedToCustomLineItemCommand = _ListResourcesAssociatedToCustomLineItemCommand;
|
|
2356
2479
|
|
|
2357
2480
|
// src/commands/ListTagsForResourceCommand.ts
|
|
2358
2481
|
|
|
2359
2482
|
|
|
2360
2483
|
|
|
2361
|
-
var
|
|
2484
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2362
2485
|
return [
|
|
2363
2486
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2364
2487
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2365
2488
|
];
|
|
2366
2489
|
}).s("AWSBillingConductor", "ListTagsForResource", {}).n("BillingconductorClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
2490
|
+
static {
|
|
2491
|
+
__name(this, "ListTagsForResourceCommand");
|
|
2492
|
+
}
|
|
2367
2493
|
};
|
|
2368
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
2369
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
2370
2494
|
|
|
2371
2495
|
// src/commands/TagResourceCommand.ts
|
|
2372
2496
|
|
|
2373
2497
|
|
|
2374
2498
|
|
|
2375
|
-
var
|
|
2499
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2376
2500
|
return [
|
|
2377
2501
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2378
2502
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2379
2503
|
];
|
|
2380
2504
|
}).s("AWSBillingConductor", "TagResource", {}).n("BillingconductorClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
2505
|
+
static {
|
|
2506
|
+
__name(this, "TagResourceCommand");
|
|
2507
|
+
}
|
|
2381
2508
|
};
|
|
2382
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
2383
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
2384
2509
|
|
|
2385
2510
|
// src/commands/UntagResourceCommand.ts
|
|
2386
2511
|
|
|
2387
2512
|
|
|
2388
2513
|
|
|
2389
|
-
var
|
|
2514
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2390
2515
|
return [
|
|
2391
2516
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2392
2517
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2393
2518
|
];
|
|
2394
2519
|
}).s("AWSBillingConductor", "UntagResource", {}).n("BillingconductorClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
2520
|
+
static {
|
|
2521
|
+
__name(this, "UntagResourceCommand");
|
|
2522
|
+
}
|
|
2395
2523
|
};
|
|
2396
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
2397
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
2398
2524
|
|
|
2399
2525
|
// src/commands/UpdateBillingGroupCommand.ts
|
|
2400
2526
|
|
|
2401
2527
|
|
|
2402
2528
|
|
|
2403
|
-
var
|
|
2529
|
+
var UpdateBillingGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2404
2530
|
return [
|
|
2405
2531
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2406
2532
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2407
2533
|
];
|
|
2408
2534
|
}).s("AWSBillingConductor", "UpdateBillingGroup", {}).n("BillingconductorClient", "UpdateBillingGroupCommand").f(UpdateBillingGroupInputFilterSensitiveLog, UpdateBillingGroupOutputFilterSensitiveLog).ser(se_UpdateBillingGroupCommand).de(de_UpdateBillingGroupCommand).build() {
|
|
2535
|
+
static {
|
|
2536
|
+
__name(this, "UpdateBillingGroupCommand");
|
|
2537
|
+
}
|
|
2409
2538
|
};
|
|
2410
|
-
__name(_UpdateBillingGroupCommand, "UpdateBillingGroupCommand");
|
|
2411
|
-
var UpdateBillingGroupCommand = _UpdateBillingGroupCommand;
|
|
2412
2539
|
|
|
2413
2540
|
// src/commands/UpdateCustomLineItemCommand.ts
|
|
2414
2541
|
|
|
2415
2542
|
|
|
2416
2543
|
|
|
2417
|
-
var
|
|
2544
|
+
var UpdateCustomLineItemCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2418
2545
|
return [
|
|
2419
2546
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2420
2547
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2421
2548
|
];
|
|
2422
2549
|
}).s("AWSBillingConductor", "UpdateCustomLineItem", {}).n("BillingconductorClient", "UpdateCustomLineItemCommand").f(UpdateCustomLineItemInputFilterSensitiveLog, UpdateCustomLineItemOutputFilterSensitiveLog).ser(se_UpdateCustomLineItemCommand).de(de_UpdateCustomLineItemCommand).build() {
|
|
2550
|
+
static {
|
|
2551
|
+
__name(this, "UpdateCustomLineItemCommand");
|
|
2552
|
+
}
|
|
2423
2553
|
};
|
|
2424
|
-
__name(_UpdateCustomLineItemCommand, "UpdateCustomLineItemCommand");
|
|
2425
|
-
var UpdateCustomLineItemCommand = _UpdateCustomLineItemCommand;
|
|
2426
2554
|
|
|
2427
2555
|
// src/commands/UpdatePricingPlanCommand.ts
|
|
2428
2556
|
|
|
2429
2557
|
|
|
2430
2558
|
|
|
2431
|
-
var
|
|
2559
|
+
var UpdatePricingPlanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2432
2560
|
return [
|
|
2433
2561
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2434
2562
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2435
2563
|
];
|
|
2436
2564
|
}).s("AWSBillingConductor", "UpdatePricingPlan", {}).n("BillingconductorClient", "UpdatePricingPlanCommand").f(UpdatePricingPlanInputFilterSensitiveLog, UpdatePricingPlanOutputFilterSensitiveLog).ser(se_UpdatePricingPlanCommand).de(de_UpdatePricingPlanCommand).build() {
|
|
2565
|
+
static {
|
|
2566
|
+
__name(this, "UpdatePricingPlanCommand");
|
|
2567
|
+
}
|
|
2437
2568
|
};
|
|
2438
|
-
__name(_UpdatePricingPlanCommand, "UpdatePricingPlanCommand");
|
|
2439
|
-
var UpdatePricingPlanCommand = _UpdatePricingPlanCommand;
|
|
2440
2569
|
|
|
2441
2570
|
// src/commands/UpdatePricingRuleCommand.ts
|
|
2442
2571
|
|
|
2443
2572
|
|
|
2444
2573
|
|
|
2445
|
-
var
|
|
2574
|
+
var UpdatePricingRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2446
2575
|
return [
|
|
2447
2576
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2448
2577
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2449
2578
|
];
|
|
2450
2579
|
}).s("AWSBillingConductor", "UpdatePricingRule", {}).n("BillingconductorClient", "UpdatePricingRuleCommand").f(UpdatePricingRuleInputFilterSensitiveLog, UpdatePricingRuleOutputFilterSensitiveLog).ser(se_UpdatePricingRuleCommand).de(de_UpdatePricingRuleCommand).build() {
|
|
2580
|
+
static {
|
|
2581
|
+
__name(this, "UpdatePricingRuleCommand");
|
|
2582
|
+
}
|
|
2451
2583
|
};
|
|
2452
|
-
__name(_UpdatePricingRuleCommand, "UpdatePricingRuleCommand");
|
|
2453
|
-
var UpdatePricingRuleCommand = _UpdatePricingRuleCommand;
|
|
2454
2584
|
|
|
2455
2585
|
// src/Billingconductor.ts
|
|
2456
2586
|
var commands = {
|
|
@@ -2487,10 +2617,11 @@ var commands = {
|
|
|
2487
2617
|
UpdatePricingPlanCommand,
|
|
2488
2618
|
UpdatePricingRuleCommand
|
|
2489
2619
|
};
|
|
2490
|
-
var
|
|
2620
|
+
var Billingconductor = class extends BillingconductorClient {
|
|
2621
|
+
static {
|
|
2622
|
+
__name(this, "Billingconductor");
|
|
2623
|
+
}
|
|
2491
2624
|
};
|
|
2492
|
-
__name(_Billingconductor, "Billingconductor");
|
|
2493
|
-
var Billingconductor = _Billingconductor;
|
|
2494
2625
|
(0, import_smithy_client.createAggregatedClient)(commands, Billingconductor);
|
|
2495
2626
|
|
|
2496
2627
|
// src/pagination/GetBillingGroupCostReportPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class BillingconductorClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { BillingconductorServiceException as __BaseException } from "./BillingconductorServiceException";
|
|
3
3
|
export class AccessDeniedException extends __BaseException {
|
|
4
|
+
name = "AccessDeniedException";
|
|
5
|
+
$fault = "client";
|
|
6
|
+
Message;
|
|
4
7
|
constructor(opts) {
|
|
5
8
|
super({
|
|
6
9
|
name: "AccessDeniedException",
|
|
7
10
|
$fault: "client",
|
|
8
11
|
...opts,
|
|
9
12
|
});
|
|
10
|
-
this.name = "AccessDeniedException";
|
|
11
|
-
this.$fault = "client";
|
|
12
13
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
14
|
this.Message = opts.Message;
|
|
14
15
|
}
|
|
@@ -21,14 +22,18 @@ export const ConflictExceptionReason = {
|
|
|
21
22
|
WRITE_CONFLICT_RETRY: "WRITE_CONFLICT_RETRY",
|
|
22
23
|
};
|
|
23
24
|
export class ConflictException extends __BaseException {
|
|
25
|
+
name = "ConflictException";
|
|
26
|
+
$fault = "client";
|
|
27
|
+
Message;
|
|
28
|
+
ResourceId;
|
|
29
|
+
ResourceType;
|
|
30
|
+
Reason;
|
|
24
31
|
constructor(opts) {
|
|
25
32
|
super({
|
|
26
33
|
name: "ConflictException",
|
|
27
34
|
$fault: "client",
|
|
28
35
|
...opts,
|
|
29
36
|
});
|
|
30
|
-
this.name = "ConflictException";
|
|
31
|
-
this.$fault = "client";
|
|
32
37
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
33
38
|
this.Message = opts.Message;
|
|
34
39
|
this.ResourceId = opts.ResourceId;
|
|
@@ -37,28 +42,33 @@ export class ConflictException extends __BaseException {
|
|
|
37
42
|
}
|
|
38
43
|
}
|
|
39
44
|
export class InternalServerException extends __BaseException {
|
|
45
|
+
name = "InternalServerException";
|
|
46
|
+
$fault = "server";
|
|
47
|
+
Message;
|
|
48
|
+
RetryAfterSeconds;
|
|
40
49
|
constructor(opts) {
|
|
41
50
|
super({
|
|
42
51
|
name: "InternalServerException",
|
|
43
52
|
$fault: "server",
|
|
44
53
|
...opts,
|
|
45
54
|
});
|
|
46
|
-
this.name = "InternalServerException";
|
|
47
|
-
this.$fault = "server";
|
|
48
55
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
49
56
|
this.Message = opts.Message;
|
|
50
57
|
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
51
58
|
}
|
|
52
59
|
}
|
|
53
60
|
export class ResourceNotFoundException extends __BaseException {
|
|
61
|
+
name = "ResourceNotFoundException";
|
|
62
|
+
$fault = "client";
|
|
63
|
+
Message;
|
|
64
|
+
ResourceId;
|
|
65
|
+
ResourceType;
|
|
54
66
|
constructor(opts) {
|
|
55
67
|
super({
|
|
56
68
|
name: "ResourceNotFoundException",
|
|
57
69
|
$fault: "client",
|
|
58
70
|
...opts,
|
|
59
71
|
});
|
|
60
|
-
this.name = "ResourceNotFoundException";
|
|
61
|
-
this.$fault = "client";
|
|
62
72
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
63
73
|
this.Message = opts.Message;
|
|
64
74
|
this.ResourceId = opts.ResourceId;
|
|
@@ -66,14 +76,19 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
66
76
|
}
|
|
67
77
|
}
|
|
68
78
|
export class ServiceLimitExceededException extends __BaseException {
|
|
79
|
+
name = "ServiceLimitExceededException";
|
|
80
|
+
$fault = "client";
|
|
81
|
+
Message;
|
|
82
|
+
ResourceId;
|
|
83
|
+
ResourceType;
|
|
84
|
+
LimitCode;
|
|
85
|
+
ServiceCode;
|
|
69
86
|
constructor(opts) {
|
|
70
87
|
super({
|
|
71
88
|
name: "ServiceLimitExceededException",
|
|
72
89
|
$fault: "client",
|
|
73
90
|
...opts,
|
|
74
91
|
});
|
|
75
|
-
this.name = "ServiceLimitExceededException";
|
|
76
|
-
this.$fault = "client";
|
|
77
92
|
Object.setPrototypeOf(this, ServiceLimitExceededException.prototype);
|
|
78
93
|
this.Message = opts.Message;
|
|
79
94
|
this.ResourceId = opts.ResourceId;
|
|
@@ -83,14 +98,16 @@ export class ServiceLimitExceededException extends __BaseException {
|
|
|
83
98
|
}
|
|
84
99
|
}
|
|
85
100
|
export class ThrottlingException extends __BaseException {
|
|
101
|
+
name = "ThrottlingException";
|
|
102
|
+
$fault = "client";
|
|
103
|
+
Message;
|
|
104
|
+
RetryAfterSeconds;
|
|
86
105
|
constructor(opts) {
|
|
87
106
|
super({
|
|
88
107
|
name: "ThrottlingException",
|
|
89
108
|
$fault: "client",
|
|
90
109
|
...opts,
|
|
91
110
|
});
|
|
92
|
-
this.name = "ThrottlingException";
|
|
93
|
-
this.$fault = "client";
|
|
94
111
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
95
112
|
this.Message = opts.Message;
|
|
96
113
|
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
@@ -159,14 +176,17 @@ export const ValidationExceptionReason = {
|
|
|
159
176
|
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
160
177
|
};
|
|
161
178
|
export class ValidationException extends __BaseException {
|
|
179
|
+
name = "ValidationException";
|
|
180
|
+
$fault = "client";
|
|
181
|
+
Message;
|
|
182
|
+
Reason;
|
|
183
|
+
Fields;
|
|
162
184
|
constructor(opts) {
|
|
163
185
|
super({
|
|
164
186
|
name: "ValidationException",
|
|
165
187
|
$fault: "client",
|
|
166
188
|
...opts,
|
|
167
189
|
});
|
|
168
|
-
this.name = "ValidationException";
|
|
169
|
-
this.$fault = "client";
|
|
170
190
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
171
191
|
this.Message = opts.Message;
|
|
172
192
|
this.Reason = opts.Reason;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
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.
|
|
4
|
+
"version": "3.726.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",
|
|
@@ -20,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.726.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.726.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.726.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.726.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.726.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.726.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|