@aws-sdk/client-cost-and-usage-report-service 3.968.0 → 3.969.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 +8 -8
- package/dist-es/schemas/schemas_0.js +8 -8
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -250,7 +250,7 @@ const n0 = "com.amazonaws.costandusagereportservice";
|
|
|
250
250
|
var DeleteReportDefinitionRequest$ = [3, n0, _DRDR,
|
|
251
251
|
0,
|
|
252
252
|
[_RN],
|
|
253
|
-
[0]
|
|
253
|
+
[0], 1
|
|
254
254
|
];
|
|
255
255
|
var DeleteReportDefinitionResponse$ = [3, n0, _DRDRe,
|
|
256
256
|
0,
|
|
@@ -282,7 +282,7 @@ schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalError
|
|
|
282
282
|
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
283
283
|
0,
|
|
284
284
|
[_RN],
|
|
285
|
-
[0]
|
|
285
|
+
[0], 1
|
|
286
286
|
];
|
|
287
287
|
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
288
288
|
0,
|
|
@@ -292,7 +292,7 @@ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
292
292
|
var ModifyReportDefinitionRequest$ = [3, n0, _MRDR,
|
|
293
293
|
0,
|
|
294
294
|
[_RN, _RDe],
|
|
295
|
-
[0, () => ReportDefinition$]
|
|
295
|
+
[0, () => ReportDefinition$], 2
|
|
296
296
|
];
|
|
297
297
|
var ModifyReportDefinitionResponse$ = [3, n0, _MRDRo,
|
|
298
298
|
0,
|
|
@@ -302,7 +302,7 @@ var ModifyReportDefinitionResponse$ = [3, n0, _MRDRo,
|
|
|
302
302
|
var PutReportDefinitionRequest$ = [3, n0, _PRDR,
|
|
303
303
|
0,
|
|
304
304
|
[_RDe, _T],
|
|
305
|
-
[() => ReportDefinition$, () => TagList]
|
|
305
|
+
[() => ReportDefinition$, () => TagList], 1
|
|
306
306
|
];
|
|
307
307
|
var PutReportDefinitionResponse$ = [3, n0, _PRDRu,
|
|
308
308
|
0,
|
|
@@ -312,7 +312,7 @@ var PutReportDefinitionResponse$ = [3, n0, _PRDRu,
|
|
|
312
312
|
var ReportDefinition$ = [3, n0, _RDe,
|
|
313
313
|
0,
|
|
314
314
|
[_RN, _TU, _F, _C, _ASE, _SB, _SP, _SR, _AA, _RCR, _RV, _BVA, _RS],
|
|
315
|
-
[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$], 8
|
|
316
316
|
];
|
|
317
317
|
var ReportLimitReachedException$ = [-3, n0, _RLRE,
|
|
318
318
|
{ [_e]: _c },
|
|
@@ -334,12 +334,12 @@ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNo
|
|
|
334
334
|
var Tag$ = [3, n0, _Ta,
|
|
335
335
|
0,
|
|
336
336
|
[_K, _V],
|
|
337
|
-
[0, 0]
|
|
337
|
+
[0, 0], 2
|
|
338
338
|
];
|
|
339
339
|
var TagResourceRequest$ = [3, n0, _TRR,
|
|
340
340
|
0,
|
|
341
341
|
[_RN, _T],
|
|
342
|
-
[0, () => TagList]
|
|
342
|
+
[0, () => TagList], 2
|
|
343
343
|
];
|
|
344
344
|
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
345
345
|
0,
|
|
@@ -349,7 +349,7 @@ var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
349
349
|
var UntagResourceRequest$ = [3, n0, _URR,
|
|
350
350
|
0,
|
|
351
351
|
[_RN, _TK],
|
|
352
|
-
[0, 64 | 0]
|
|
352
|
+
[0, 64 | 0], 2
|
|
353
353
|
];
|
|
354
354
|
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
355
355
|
0,
|
|
@@ -63,7 +63,7 @@ import { DuplicateReportNameException, InternalErrorException, ReportLimitReache
|
|
|
63
63
|
export var DeleteReportDefinitionRequest$ = [3, n0, _DRDR,
|
|
64
64
|
0,
|
|
65
65
|
[_RN],
|
|
66
|
-
[0]
|
|
66
|
+
[0], 1
|
|
67
67
|
];
|
|
68
68
|
export var DeleteReportDefinitionResponse$ = [3, n0, _DRDRe,
|
|
69
69
|
0,
|
|
@@ -95,7 +95,7 @@ TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorExcepti
|
|
|
95
95
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
96
96
|
0,
|
|
97
97
|
[_RN],
|
|
98
|
-
[0]
|
|
98
|
+
[0], 1
|
|
99
99
|
];
|
|
100
100
|
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
101
101
|
0,
|
|
@@ -105,7 +105,7 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
105
105
|
export var ModifyReportDefinitionRequest$ = [3, n0, _MRDR,
|
|
106
106
|
0,
|
|
107
107
|
[_RN, _RDe],
|
|
108
|
-
[0, () => ReportDefinition$]
|
|
108
|
+
[0, () => ReportDefinition$], 2
|
|
109
109
|
];
|
|
110
110
|
export var ModifyReportDefinitionResponse$ = [3, n0, _MRDRo,
|
|
111
111
|
0,
|
|
@@ -115,7 +115,7 @@ export var ModifyReportDefinitionResponse$ = [3, n0, _MRDRo,
|
|
|
115
115
|
export var PutReportDefinitionRequest$ = [3, n0, _PRDR,
|
|
116
116
|
0,
|
|
117
117
|
[_RDe, _T],
|
|
118
|
-
[() => ReportDefinition$, () => TagList]
|
|
118
|
+
[() => ReportDefinition$, () => TagList], 1
|
|
119
119
|
];
|
|
120
120
|
export var PutReportDefinitionResponse$ = [3, n0, _PRDRu,
|
|
121
121
|
0,
|
|
@@ -125,7 +125,7 @@ export var PutReportDefinitionResponse$ = [3, n0, _PRDRu,
|
|
|
125
125
|
export var ReportDefinition$ = [3, n0, _RDe,
|
|
126
126
|
0,
|
|
127
127
|
[_RN, _TU, _F, _C, _ASE, _SB, _SP, _SR, _AA, _RCR, _RV, _BVA, _RS],
|
|
128
|
-
[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$], 8
|
|
129
129
|
];
|
|
130
130
|
export var ReportLimitReachedException$ = [-3, n0, _RLRE,
|
|
131
131
|
{ [_e]: _c },
|
|
@@ -147,12 +147,12 @@ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundE
|
|
|
147
147
|
export var Tag$ = [3, n0, _Ta,
|
|
148
148
|
0,
|
|
149
149
|
[_K, _V],
|
|
150
|
-
[0, 0]
|
|
150
|
+
[0, 0], 2
|
|
151
151
|
];
|
|
152
152
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
153
153
|
0,
|
|
154
154
|
[_RN, _T],
|
|
155
|
-
[0, () => TagList]
|
|
155
|
+
[0, () => TagList], 2
|
|
156
156
|
];
|
|
157
157
|
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
158
158
|
0,
|
|
@@ -162,7 +162,7 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
162
162
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
163
163
|
0,
|
|
164
164
|
[_RN, _TK],
|
|
165
|
-
[0, 64 | 0]
|
|
165
|
+
[0, 64 | 0], 2
|
|
166
166
|
];
|
|
167
167
|
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
168
168
|
0,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.969.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",
|
|
@@ -21,41 +21,41 @@
|
|
|
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.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.20.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.969.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.969.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.969.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.969.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
31
|
+
"@aws-sdk/types": "3.969.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.969.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.969.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
+
"@smithy/core": "^3.20.5",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
|
+
"@smithy/hash-node": "^4.2.8",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.6",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.22",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.7",
|
|
49
|
+
"@smithy/types": "^4.12.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.21",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.24",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
58
|
+
"@smithy/util-retry": "^4.2.8",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|