@aws-sdk/client-cost-and-usage-report-service 3.956.0 → 3.958.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/README.md +3 -21
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +116 -87
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/models/errors.js +1 -1
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +122 -93
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -16,7 +16,6 @@ usage type, and operation that your Amazon Web Services account uses.
|
|
|
16
16
|
|
|
17
17
|
You can configure the Amazon Web Services Cost and Usage Report to show only the data that you want, using the
|
|
18
18
|
Amazon Web Services Cost and Usage Report API.</p>
|
|
19
|
-
|
|
20
19
|
<p>Service Endpoint</p>
|
|
21
20
|
<p>The Amazon Web Services Cost and Usage Report API provides the following endpoint:</p>
|
|
22
21
|
<ul>
|
|
@@ -26,10 +25,8 @@ Amazon Web Services Cost and Usage Report API.</p>
|
|
|
26
25
|
</ul>
|
|
27
26
|
|
|
28
27
|
## Installing
|
|
29
|
-
|
|
30
28
|
To install this package, simply type add or install @aws-sdk/client-cost-and-usage-report-service
|
|
31
29
|
using your favorite package manager:
|
|
32
|
-
|
|
33
30
|
- `npm install @aws-sdk/client-cost-and-usage-report-service`
|
|
34
31
|
- `yarn add @aws-sdk/client-cost-and-usage-report-service`
|
|
35
32
|
- `pnpm add @aws-sdk/client-cost-and-usage-report-service`
|
|
@@ -44,18 +41,12 @@ the commands you need, for example `ListTagsForResourceCommand`:
|
|
|
44
41
|
|
|
45
42
|
```js
|
|
46
43
|
// ES5 example
|
|
47
|
-
const {
|
|
48
|
-
CostAndUsageReportServiceClient,
|
|
49
|
-
ListTagsForResourceCommand,
|
|
50
|
-
} = require("@aws-sdk/client-cost-and-usage-report-service");
|
|
44
|
+
const { CostAndUsageReportServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cost-and-usage-report-service");
|
|
51
45
|
```
|
|
52
46
|
|
|
53
47
|
```ts
|
|
54
48
|
// ES6+ example
|
|
55
|
-
import {
|
|
56
|
-
CostAndUsageReportServiceClient,
|
|
57
|
-
ListTagsForResourceCommand,
|
|
58
|
-
} from "@aws-sdk/client-cost-and-usage-report-service";
|
|
49
|
+
import { CostAndUsageReportServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-cost-and-usage-report-service";
|
|
59
50
|
```
|
|
60
51
|
|
|
61
52
|
### Usage
|
|
@@ -71,9 +62,7 @@ To send a request, you:
|
|
|
71
62
|
// a client can be shared by different commands.
|
|
72
63
|
const client = new CostAndUsageReportServiceClient({ region: "REGION" });
|
|
73
64
|
|
|
74
|
-
const params = {
|
|
75
|
-
/** input parameters */
|
|
76
|
-
};
|
|
65
|
+
const params = { /** input parameters */ };
|
|
77
66
|
const command = new ListTagsForResourceCommand(params);
|
|
78
67
|
```
|
|
79
68
|
|
|
@@ -232,7 +221,6 @@ DeleteReportDefinition
|
|
|
232
221
|
</summary>
|
|
233
222
|
|
|
234
223
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-and-usage-report-service/command/DeleteReportDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/DeleteReportDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/DeleteReportDefinitionCommandOutput/)
|
|
235
|
-
|
|
236
224
|
</details>
|
|
237
225
|
<details>
|
|
238
226
|
<summary>
|
|
@@ -240,7 +228,6 @@ DescribeReportDefinitions
|
|
|
240
228
|
</summary>
|
|
241
229
|
|
|
242
230
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-and-usage-report-service/command/DescribeReportDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/DescribeReportDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/DescribeReportDefinitionsCommandOutput/)
|
|
243
|
-
|
|
244
231
|
</details>
|
|
245
232
|
<details>
|
|
246
233
|
<summary>
|
|
@@ -248,7 +235,6 @@ ListTagsForResource
|
|
|
248
235
|
</summary>
|
|
249
236
|
|
|
250
237
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-and-usage-report-service/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/ListTagsForResourceCommandOutput/)
|
|
251
|
-
|
|
252
238
|
</details>
|
|
253
239
|
<details>
|
|
254
240
|
<summary>
|
|
@@ -256,7 +242,6 @@ ModifyReportDefinition
|
|
|
256
242
|
</summary>
|
|
257
243
|
|
|
258
244
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-and-usage-report-service/command/ModifyReportDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/ModifyReportDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/ModifyReportDefinitionCommandOutput/)
|
|
259
|
-
|
|
260
245
|
</details>
|
|
261
246
|
<details>
|
|
262
247
|
<summary>
|
|
@@ -264,7 +249,6 @@ PutReportDefinition
|
|
|
264
249
|
</summary>
|
|
265
250
|
|
|
266
251
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-and-usage-report-service/command/PutReportDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/PutReportDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/PutReportDefinitionCommandOutput/)
|
|
267
|
-
|
|
268
252
|
</details>
|
|
269
253
|
<details>
|
|
270
254
|
<summary>
|
|
@@ -272,7 +256,6 @@ TagResource
|
|
|
272
256
|
</summary>
|
|
273
257
|
|
|
274
258
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-and-usage-report-service/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/TagResourceCommandOutput/)
|
|
275
|
-
|
|
276
259
|
</details>
|
|
277
260
|
<details>
|
|
278
261
|
<summary>
|
|
@@ -280,5 +263,4 @@ UntagResource
|
|
|
280
263
|
</summary>
|
|
281
264
|
|
|
282
265
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-and-usage-report-service/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-and-usage-report-service/Interface/UntagResourceCommandOutput/)
|
|
283
|
-
|
|
284
266
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultCostAndUsageReportServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultCostAndUsageReportServiceHttpAuthSchemeParametersProvider = defaultCostAndUsageReportServiceHttpAuthSchemeParametersProvider;
|
package/dist-cjs/index.js
CHANGED
|
@@ -247,120 +247,149 @@ const _lS = "lastStatus";
|
|
|
247
247
|
const _s = "server";
|
|
248
248
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.costandusagereportservice";
|
|
249
249
|
const n0 = "com.amazonaws.costandusagereportservice";
|
|
250
|
-
var DeleteReportDefinitionRequest$ = [3, n0, _DRDR,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
250
|
+
var DeleteReportDefinitionRequest$ = [3, n0, _DRDR,
|
|
251
|
+
0,
|
|
252
|
+
[_RN],
|
|
253
|
+
[0]
|
|
254
|
+
];
|
|
255
|
+
var DeleteReportDefinitionResponse$ = [3, n0, _DRDRe,
|
|
256
|
+
0,
|
|
257
|
+
[_RM],
|
|
258
|
+
[0]
|
|
259
|
+
];
|
|
260
|
+
var DescribeReportDefinitionsRequest$ = [3, n0, _DRDRes,
|
|
261
|
+
0,
|
|
262
|
+
[_MR, _NT],
|
|
263
|
+
[1, 0]
|
|
264
|
+
];
|
|
265
|
+
var DescribeReportDefinitionsResponse$ = [3, n0, _DRDResc,
|
|
257
266
|
0,
|
|
258
267
|
[_RD, _NT],
|
|
259
|
-
[() => ReportDefinitionList, 0]
|
|
268
|
+
[() => ReportDefinitionList, 0]
|
|
269
|
+
];
|
|
270
|
+
var DuplicateReportNameException$ = [-3, n0, _DRNE,
|
|
271
|
+
{ [_e]: _c },
|
|
272
|
+
[_M],
|
|
273
|
+
[0]
|
|
260
274
|
];
|
|
261
|
-
var DuplicateReportNameException$ = [-3, n0, _DRNE, { [_e]: _c }, [_M], [0]];
|
|
262
275
|
schema.TypeRegistry.for(n0).registerError(DuplicateReportNameException$, DuplicateReportNameException);
|
|
263
|
-
var InternalErrorException$ = [-3, n0, _IEE,
|
|
276
|
+
var InternalErrorException$ = [-3, n0, _IEE,
|
|
277
|
+
{ [_e]: _s },
|
|
278
|
+
[_M],
|
|
279
|
+
[0]
|
|
280
|
+
];
|
|
264
281
|
schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
265
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
282
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
283
|
+
0,
|
|
284
|
+
[_RN],
|
|
285
|
+
[0]
|
|
286
|
+
];
|
|
287
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
288
|
+
0,
|
|
289
|
+
[_T],
|
|
290
|
+
[() => TagList]
|
|
291
|
+
];
|
|
292
|
+
var ModifyReportDefinitionRequest$ = [3, n0, _MRDR,
|
|
271
293
|
0,
|
|
272
294
|
[_RN, _RDe],
|
|
273
|
-
[0, () => ReportDefinition$]
|
|
295
|
+
[0, () => ReportDefinition$]
|
|
296
|
+
];
|
|
297
|
+
var ModifyReportDefinitionResponse$ = [3, n0, _MRDRo,
|
|
298
|
+
0,
|
|
299
|
+
[],
|
|
300
|
+
[]
|
|
274
301
|
];
|
|
275
|
-
var
|
|
276
|
-
var PutReportDefinitionRequest$ = [
|
|
277
|
-
3,
|
|
278
|
-
n0,
|
|
279
|
-
_PRDR,
|
|
302
|
+
var PutReportDefinitionRequest$ = [3, n0, _PRDR,
|
|
280
303
|
0,
|
|
281
304
|
[_RDe, _T],
|
|
282
|
-
[() => ReportDefinition$, () => TagList]
|
|
305
|
+
[() => ReportDefinition$, () => TagList]
|
|
283
306
|
];
|
|
284
|
-
var PutReportDefinitionResponse$ = [3, n0, _PRDRu,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
307
|
+
var PutReportDefinitionResponse$ = [3, n0, _PRDRu,
|
|
308
|
+
0,
|
|
309
|
+
[],
|
|
310
|
+
[]
|
|
311
|
+
];
|
|
312
|
+
var ReportDefinition$ = [3, n0, _RDe,
|
|
289
313
|
0,
|
|
290
314
|
[_RN, _TU, _F, _C, _ASE, _SB, _SP, _SR, _AA, _RCR, _RV, _BVA, _RS],
|
|
291
|
-
[0, 0, 0, 0, 64 | 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => ReportStatus$]
|
|
315
|
+
[0, 0, 0, 0, 64 | 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => ReportStatus$]
|
|
316
|
+
];
|
|
317
|
+
var ReportLimitReachedException$ = [-3, n0, _RLRE,
|
|
318
|
+
{ [_e]: _c },
|
|
319
|
+
[_M],
|
|
320
|
+
[0]
|
|
292
321
|
];
|
|
293
|
-
var ReportLimitReachedException$ = [-3, n0, _RLRE, { [_e]: _c }, [_M], [0]];
|
|
294
322
|
schema.TypeRegistry.for(n0).registerError(ReportLimitReachedException$, ReportLimitReachedException);
|
|
295
|
-
var ReportStatus$ = [3, n0, _RS,
|
|
296
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_M], [0]];
|
|
297
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
298
|
-
var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
299
|
-
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RN, _T], [0, () => TagList]];
|
|
300
|
-
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
301
|
-
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RN, _TK], [0, 64 | 0]];
|
|
302
|
-
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
303
|
-
var ValidationException$ = [-3, n0, _VE, { [_e]: _c }, [_M], [0]];
|
|
304
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
305
|
-
var CostAndUsageReportServiceServiceException$ = [
|
|
306
|
-
-3,
|
|
307
|
-
_sm,
|
|
308
|
-
"CostAndUsageReportServiceServiceException",
|
|
323
|
+
var ReportStatus$ = [3, n0, _RS,
|
|
309
324
|
0,
|
|
310
|
-
[],
|
|
311
|
-
[]
|
|
325
|
+
[_lD, _lS],
|
|
326
|
+
[0, 0]
|
|
312
327
|
];
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
9,
|
|
318
|
-
n0,
|
|
319
|
-
_DRD,
|
|
320
|
-
0,
|
|
321
|
-
() => DeleteReportDefinitionRequest$,
|
|
322
|
-
() => DeleteReportDefinitionResponse$,
|
|
328
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
329
|
+
{ [_e]: _c },
|
|
330
|
+
[_M],
|
|
331
|
+
[0]
|
|
323
332
|
];
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
n0,
|
|
327
|
-
_DRDe,
|
|
333
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
334
|
+
var Tag$ = [3, n0, _Ta,
|
|
328
335
|
0,
|
|
329
|
-
|
|
330
|
-
|
|
336
|
+
[_K, _V],
|
|
337
|
+
[0, 0]
|
|
331
338
|
];
|
|
332
|
-
var
|
|
333
|
-
9,
|
|
334
|
-
n0,
|
|
335
|
-
_LTFR,
|
|
339
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
336
340
|
0,
|
|
337
|
-
|
|
338
|
-
() =>
|
|
341
|
+
[_RN, _T],
|
|
342
|
+
[0, () => TagList]
|
|
339
343
|
];
|
|
340
|
-
var
|
|
341
|
-
9,
|
|
342
|
-
n0,
|
|
343
|
-
_MRD,
|
|
344
|
+
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
344
345
|
0,
|
|
345
|
-
|
|
346
|
-
|
|
346
|
+
[],
|
|
347
|
+
[]
|
|
347
348
|
];
|
|
348
|
-
var
|
|
349
|
-
9,
|
|
350
|
-
n0,
|
|
351
|
-
_PRD,
|
|
349
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
352
350
|
0,
|
|
353
|
-
|
|
354
|
-
|
|
351
|
+
[_RN, _TK],
|
|
352
|
+
[0, 64 | 0]
|
|
355
353
|
];
|
|
356
|
-
var
|
|
357
|
-
var UntagResource$ = [
|
|
358
|
-
9,
|
|
359
|
-
n0,
|
|
360
|
-
_UR,
|
|
354
|
+
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
361
355
|
0,
|
|
362
|
-
|
|
363
|
-
|
|
356
|
+
[],
|
|
357
|
+
[]
|
|
358
|
+
];
|
|
359
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
360
|
+
{ [_e]: _c },
|
|
361
|
+
[_M],
|
|
362
|
+
[0]
|
|
363
|
+
];
|
|
364
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
365
|
+
var CostAndUsageReportServiceServiceException$ = [-3, _sm, "CostAndUsageReportServiceServiceException", 0, [], []];
|
|
366
|
+
schema.TypeRegistry.for(_sm).registerError(CostAndUsageReportServiceServiceException$, CostAndUsageReportServiceServiceException);
|
|
367
|
+
var ReportDefinitionList = [1, n0, _RDL,
|
|
368
|
+
0, () => ReportDefinition$
|
|
369
|
+
];
|
|
370
|
+
var TagList = [1, n0, _TL,
|
|
371
|
+
0, () => Tag$
|
|
372
|
+
];
|
|
373
|
+
var DeleteReportDefinition$ = [9, n0, _DRD,
|
|
374
|
+
0, () => DeleteReportDefinitionRequest$, () => DeleteReportDefinitionResponse$
|
|
375
|
+
];
|
|
376
|
+
var DescribeReportDefinitions$ = [9, n0, _DRDe,
|
|
377
|
+
0, () => DescribeReportDefinitionsRequest$, () => DescribeReportDefinitionsResponse$
|
|
378
|
+
];
|
|
379
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
380
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
381
|
+
];
|
|
382
|
+
var ModifyReportDefinition$ = [9, n0, _MRD,
|
|
383
|
+
0, () => ModifyReportDefinitionRequest$, () => ModifyReportDefinitionResponse$
|
|
384
|
+
];
|
|
385
|
+
var PutReportDefinition$ = [9, n0, _PRD,
|
|
386
|
+
0, () => PutReportDefinitionRequest$, () => PutReportDefinitionResponse$
|
|
387
|
+
];
|
|
388
|
+
var TagResource$ = [9, n0, _TR,
|
|
389
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
390
|
+
];
|
|
391
|
+
var UntagResource$ = [9, n0, _UR,
|
|
392
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
364
393
|
];
|
|
365
394
|
|
|
366
395
|
class DeleteReportDefinitionCommand extends smithyClient.Command
|
|
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
defaultsMode,
|
|
25
25
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
|
|
26
26
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
-
(0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
28
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
29
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
30
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -34,11 +34,9 @@ const getRuntimeConfig = (config) => {
|
|
|
34
34
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
35
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
36
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
38
|
-
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
39
38
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
40
|
-
region: config?.region ??
|
|
41
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
39
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
42
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
43
41
|
retryMode: config?.retryMode ??
|
|
44
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
|
3
3
|
export const defaultCostAndUsageReportServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
5
5
|
operation: getSmithyContext(context).operation,
|
|
6
|
-
region:
|
|
7
|
-
(
|
|
8
|
-
|
|
9
|
-
})(),
|
|
6
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
7
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
8
|
+
})(),
|
|
10
9
|
};
|
|
11
10
|
};
|
|
12
11
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
package/dist-es/models/errors.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CostAndUsageReportServiceServiceException as __BaseException } from "./CostAndUsageReportServiceServiceException";
|
|
1
|
+
import { CostAndUsageReportServiceServiceException as __BaseException, } from "./CostAndUsageReportServiceServiceException";
|
|
2
2
|
export class InternalErrorException extends __BaseException {
|
|
3
3
|
name = "InternalErrorException";
|
|
4
4
|
$fault = "server";
|
|
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
20
20
|
defaultsMode,
|
|
21
21
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
22
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
23
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
24
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
25
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
26
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import {
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import {
|
|
4
|
+
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
|
|
|
30
30
|
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
33
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
35
34
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
36
|
-
region: config?.region ??
|
|
37
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
35
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
38
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
39
37
|
retryMode: config?.retryMode ??
|
|
40
38
|
loadNodeConfig({
|
|
@@ -60,121 +60,150 @@ const n0 = "com.amazonaws.costandusagereportservice";
|
|
|
60
60
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
61
61
|
import { CostAndUsageReportServiceServiceException } from "../models/CostAndUsageReportServiceServiceException";
|
|
62
62
|
import { DuplicateReportNameException, InternalErrorException, ReportLimitReachedException, ResourceNotFoundException, ValidationException, } from "../models/errors";
|
|
63
|
-
export var DeleteReportDefinitionRequest$ = [3, n0, _DRDR,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
63
|
+
export var DeleteReportDefinitionRequest$ = [3, n0, _DRDR,
|
|
64
|
+
0,
|
|
65
|
+
[_RN],
|
|
66
|
+
[0]
|
|
67
|
+
];
|
|
68
|
+
export var DeleteReportDefinitionResponse$ = [3, n0, _DRDRe,
|
|
69
|
+
0,
|
|
70
|
+
[_RM],
|
|
71
|
+
[0]
|
|
72
|
+
];
|
|
73
|
+
export var DescribeReportDefinitionsRequest$ = [3, n0, _DRDRes,
|
|
74
|
+
0,
|
|
75
|
+
[_MR, _NT],
|
|
76
|
+
[1, 0]
|
|
77
|
+
];
|
|
78
|
+
export var DescribeReportDefinitionsResponse$ = [3, n0, _DRDResc,
|
|
70
79
|
0,
|
|
71
80
|
[_RD, _NT],
|
|
72
|
-
[() => ReportDefinitionList, 0]
|
|
81
|
+
[() => ReportDefinitionList, 0]
|
|
82
|
+
];
|
|
83
|
+
export var DuplicateReportNameException$ = [-3, n0, _DRNE,
|
|
84
|
+
{ [_e]: _c },
|
|
85
|
+
[_M],
|
|
86
|
+
[0]
|
|
73
87
|
];
|
|
74
|
-
export var DuplicateReportNameException$ = [-3, n0, _DRNE, { [_e]: _c }, [_M], [0]];
|
|
75
88
|
TypeRegistry.for(n0).registerError(DuplicateReportNameException$, DuplicateReportNameException);
|
|
76
|
-
export var InternalErrorException$ = [-3, n0, _IEE,
|
|
89
|
+
export var InternalErrorException$ = [-3, n0, _IEE,
|
|
90
|
+
{ [_e]: _s },
|
|
91
|
+
[_M],
|
|
92
|
+
[0]
|
|
93
|
+
];
|
|
77
94
|
TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
78
|
-
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
95
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
96
|
+
0,
|
|
97
|
+
[_RN],
|
|
98
|
+
[0]
|
|
99
|
+
];
|
|
100
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
101
|
+
0,
|
|
102
|
+
[_T],
|
|
103
|
+
[() => TagList]
|
|
104
|
+
];
|
|
105
|
+
export var ModifyReportDefinitionRequest$ = [3, n0, _MRDR,
|
|
84
106
|
0,
|
|
85
107
|
[_RN, _RDe],
|
|
86
|
-
[0, () => ReportDefinition$]
|
|
108
|
+
[0, () => ReportDefinition$]
|
|
87
109
|
];
|
|
88
|
-
export var ModifyReportDefinitionResponse$ = [3, n0, _MRDRo,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
110
|
+
export var ModifyReportDefinitionResponse$ = [3, n0, _MRDRo,
|
|
111
|
+
0,
|
|
112
|
+
[],
|
|
113
|
+
[]
|
|
114
|
+
];
|
|
115
|
+
export var PutReportDefinitionRequest$ = [3, n0, _PRDR,
|
|
93
116
|
0,
|
|
94
117
|
[_RDe, _T],
|
|
95
|
-
[() => ReportDefinition$, () => TagList]
|
|
118
|
+
[() => ReportDefinition$, () => TagList]
|
|
119
|
+
];
|
|
120
|
+
export var PutReportDefinitionResponse$ = [3, n0, _PRDRu,
|
|
121
|
+
0,
|
|
122
|
+
[],
|
|
123
|
+
[]
|
|
96
124
|
];
|
|
97
|
-
export var
|
|
98
|
-
export var ReportDefinition$ = [
|
|
99
|
-
3,
|
|
100
|
-
n0,
|
|
101
|
-
_RDe,
|
|
125
|
+
export var ReportDefinition$ = [3, n0, _RDe,
|
|
102
126
|
0,
|
|
103
127
|
[_RN, _TU, _F, _C, _ASE, _SB, _SP, _SR, _AA, _RCR, _RV, _BVA, _RS],
|
|
104
|
-
[0, 0, 0, 0, 64 | 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => ReportStatus$]
|
|
128
|
+
[0, 0, 0, 0, 64 | 0, 0, 0, 0, 64 | 0, 2, 0, 0, () => ReportStatus$]
|
|
129
|
+
];
|
|
130
|
+
export var ReportLimitReachedException$ = [-3, n0, _RLRE,
|
|
131
|
+
{ [_e]: _c },
|
|
132
|
+
[_M],
|
|
133
|
+
[0]
|
|
105
134
|
];
|
|
106
|
-
export var ReportLimitReachedException$ = [-3, n0, _RLRE, { [_e]: _c }, [_M], [0]];
|
|
107
135
|
TypeRegistry.for(n0).registerError(ReportLimitReachedException$, ReportLimitReachedException);
|
|
108
|
-
export var ReportStatus$ = [3, n0, _RS,
|
|
109
|
-
|
|
136
|
+
export var ReportStatus$ = [3, n0, _RS,
|
|
137
|
+
0,
|
|
138
|
+
[_lD, _lS],
|
|
139
|
+
[0, 0]
|
|
140
|
+
];
|
|
141
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
142
|
+
{ [_e]: _c },
|
|
143
|
+
[_M],
|
|
144
|
+
[0]
|
|
145
|
+
];
|
|
110
146
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
111
|
-
export var Tag$ = [3, n0, _Ta,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
export var
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
147
|
+
export var Tag$ = [3, n0, _Ta,
|
|
148
|
+
0,
|
|
149
|
+
[_K, _V],
|
|
150
|
+
[0, 0]
|
|
151
|
+
];
|
|
152
|
+
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
153
|
+
0,
|
|
154
|
+
[_RN, _T],
|
|
155
|
+
[0, () => TagList]
|
|
156
|
+
];
|
|
157
|
+
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
122
158
|
0,
|
|
123
159
|
[],
|
|
160
|
+
[]
|
|
161
|
+
];
|
|
162
|
+
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
163
|
+
0,
|
|
164
|
+
[_RN, _TK],
|
|
165
|
+
[0, 64 | 0]
|
|
166
|
+
];
|
|
167
|
+
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
168
|
+
0,
|
|
124
169
|
[],
|
|
170
|
+
[]
|
|
125
171
|
];
|
|
172
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
173
|
+
{ [_e]: _c },
|
|
174
|
+
[_M],
|
|
175
|
+
[0]
|
|
176
|
+
];
|
|
177
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
178
|
+
export var CostAndUsageReportServiceServiceException$ = [-3, _sm, "CostAndUsageReportServiceServiceException", 0, [], []];
|
|
126
179
|
TypeRegistry.for(_sm).registerError(CostAndUsageReportServiceServiceException$, CostAndUsageReportServiceServiceException);
|
|
127
180
|
var AdditionalArtifactList = 64 | 0;
|
|
128
|
-
var ReportDefinitionList = [1, n0, _RDL,
|
|
181
|
+
var ReportDefinitionList = [1, n0, _RDL,
|
|
182
|
+
0, () => ReportDefinition$
|
|
183
|
+
];
|
|
129
184
|
var SchemaElementList = 64 | 0;
|
|
130
185
|
var TagKeyList = 64 | 0;
|
|
131
|
-
var TagList = [1, n0, _TL,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
() =>
|
|
139
|
-
];
|
|
140
|
-
export var
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
0,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
() =>
|
|
154
|
-
() => ListTagsForResourceResponse$,
|
|
155
|
-
];
|
|
156
|
-
export var ModifyReportDefinition$ = [
|
|
157
|
-
9,
|
|
158
|
-
n0,
|
|
159
|
-
_MRD,
|
|
160
|
-
0,
|
|
161
|
-
() => ModifyReportDefinitionRequest$,
|
|
162
|
-
() => ModifyReportDefinitionResponse$,
|
|
163
|
-
];
|
|
164
|
-
export var PutReportDefinition$ = [
|
|
165
|
-
9,
|
|
166
|
-
n0,
|
|
167
|
-
_PRD,
|
|
168
|
-
0,
|
|
169
|
-
() => PutReportDefinitionRequest$,
|
|
170
|
-
() => PutReportDefinitionResponse$,
|
|
171
|
-
];
|
|
172
|
-
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
173
|
-
export var UntagResource$ = [
|
|
174
|
-
9,
|
|
175
|
-
n0,
|
|
176
|
-
_UR,
|
|
177
|
-
0,
|
|
178
|
-
() => UntagResourceRequest$,
|
|
179
|
-
() => UntagResourceResponse$,
|
|
186
|
+
var TagList = [1, n0, _TL,
|
|
187
|
+
0, () => Tag$
|
|
188
|
+
];
|
|
189
|
+
export var DeleteReportDefinition$ = [9, n0, _DRD,
|
|
190
|
+
0, () => DeleteReportDefinitionRequest$, () => DeleteReportDefinitionResponse$
|
|
191
|
+
];
|
|
192
|
+
export var DescribeReportDefinitions$ = [9, n0, _DRDe,
|
|
193
|
+
0, () => DescribeReportDefinitionsRequest$, () => DescribeReportDefinitionsResponse$
|
|
194
|
+
];
|
|
195
|
+
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
196
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
197
|
+
];
|
|
198
|
+
export var ModifyReportDefinition$ = [9, n0, _MRD,
|
|
199
|
+
0, () => ModifyReportDefinitionRequest$, () => ModifyReportDefinitionResponse$
|
|
200
|
+
];
|
|
201
|
+
export var PutReportDefinition$ = [9, n0, _PRD,
|
|
202
|
+
0, () => PutReportDefinitionRequest$, () => PutReportDefinitionResponse$
|
|
203
|
+
];
|
|
204
|
+
export var TagResource$ = [9, n0, _TR,
|
|
205
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
206
|
+
];
|
|
207
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
208
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
180
209
|
];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cost-and-usage-report-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cost And Usage Report Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.958.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cost-and-usage-report-service",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
|
-
"build:include:deps": "
|
|
9
|
+
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.957.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.958.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.957.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.957.0",
|
|
31
|
+
"@aws-sdk/types": "3.957.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.957.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.957.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.957.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.5",
|
|
36
36
|
"@smithy/core": "^3.20.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.8",
|