@aws-sdk/client-cost-explorer 3.28.0 → 3.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_1.js +13 -13
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_json1_1.js +14 -14
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/package.json +31 -31
- package/protocols/Aws_json1_1.ts +15 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cost-explorer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.32.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
|
|
7
7
|
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.32.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.32.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.32.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.32.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.32.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.32.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.32.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.32.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.32.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.32.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.32.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.32.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.32.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.32.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.32.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.32.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.32.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.32.0",
|
|
48
|
+
"@aws-sdk/types": "3.32.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.32.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.32.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.32.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.32.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.32.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.32.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.32.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.32.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.32.0",
|
|
58
58
|
"tslib": "^2.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/client-documentation-generator": "3.32.0",
|
|
62
62
|
"@types/node": "^12.7.5",
|
|
63
63
|
"downlevel-dts": "0.7.0",
|
|
64
64
|
"jest": "^26.1.0",
|
|
65
65
|
"rimraf": "^3.0.0",
|
|
66
66
|
"ts-jest": "^26.4.1",
|
|
67
67
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.3.
|
|
68
|
+
"typescript": "~4.3.5"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=10.0.0"
|
package/protocols/Aws_json1_1.ts
CHANGED
|
@@ -250,9 +250,9 @@ import {
|
|
|
250
250
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
251
251
|
import {
|
|
252
252
|
expectBoolean as __expectBoolean,
|
|
253
|
-
|
|
253
|
+
expectInt32 as __expectInt32,
|
|
254
254
|
expectString as __expectString,
|
|
255
|
-
|
|
255
|
+
limitedParseDouble as __limitedParseDouble,
|
|
256
256
|
serializeFloat as __serializeFloat,
|
|
257
257
|
} from "@aws-sdk/smithy-client";
|
|
258
258
|
import {
|
|
@@ -3712,7 +3712,7 @@ const deserializeAws_json1_1Anomaly = (output: any, context: __SerdeContext): An
|
|
|
3712
3712
|
const deserializeAws_json1_1AnomalyMonitor = (output: any, context: __SerdeContext): AnomalyMonitor => {
|
|
3713
3713
|
return {
|
|
3714
3714
|
CreationDate: __expectString(output.CreationDate),
|
|
3715
|
-
DimensionalValueCount:
|
|
3715
|
+
DimensionalValueCount: __expectInt32(output.DimensionalValueCount),
|
|
3716
3716
|
LastEvaluatedDate: __expectString(output.LastEvaluatedDate),
|
|
3717
3717
|
LastUpdatedDate: __expectString(output.LastUpdatedDate),
|
|
3718
3718
|
MonitorArn: __expectString(output.MonitorArn),
|
|
@@ -3739,8 +3739,8 @@ const deserializeAws_json1_1AnomalyMonitors = (output: any, context: __SerdeCont
|
|
|
3739
3739
|
|
|
3740
3740
|
const deserializeAws_json1_1AnomalyScore = (output: any, context: __SerdeContext): AnomalyScore => {
|
|
3741
3741
|
return {
|
|
3742
|
-
CurrentScore:
|
|
3743
|
-
MaxScore:
|
|
3742
|
+
CurrentScore: __limitedParseDouble(output.CurrentScore),
|
|
3743
|
+
MaxScore: __limitedParseDouble(output.MaxScore),
|
|
3744
3744
|
} as any;
|
|
3745
3745
|
};
|
|
3746
3746
|
|
|
@@ -3758,7 +3758,7 @@ const deserializeAws_json1_1AnomalySubscription = (output: any, context: __Serde
|
|
|
3758
3758
|
: undefined,
|
|
3759
3759
|
SubscriptionArn: __expectString(output.SubscriptionArn),
|
|
3760
3760
|
SubscriptionName: __expectString(output.SubscriptionName),
|
|
3761
|
-
Threshold:
|
|
3761
|
+
Threshold: __limitedParseDouble(output.Threshold),
|
|
3762
3762
|
} as any;
|
|
3763
3763
|
};
|
|
3764
3764
|
|
|
@@ -3869,7 +3869,7 @@ const deserializeAws_json1_1CostCategoryReference = (output: any, context: __Ser
|
|
|
3869
3869
|
EffectiveEnd: __expectString(output.EffectiveEnd),
|
|
3870
3870
|
EffectiveStart: __expectString(output.EffectiveStart),
|
|
3871
3871
|
Name: __expectString(output.Name),
|
|
3872
|
-
NumberOfRules:
|
|
3872
|
+
NumberOfRules: __expectInt32(output.NumberOfRules),
|
|
3873
3873
|
ProcessingStatus:
|
|
3874
3874
|
output.ProcessingStatus !== undefined && output.ProcessingStatus !== null
|
|
3875
3875
|
? deserializeAws_json1_1CostCategoryProcessingStatusList(output.ProcessingStatus, context)
|
|
@@ -4516,8 +4516,8 @@ const deserializeAws_json1_1GetCostCategoriesResponse = (
|
|
|
4516
4516
|
? deserializeAws_json1_1CostCategoryValuesList(output.CostCategoryValues, context)
|
|
4517
4517
|
: undefined,
|
|
4518
4518
|
NextPageToken: __expectString(output.NextPageToken),
|
|
4519
|
-
ReturnSize:
|
|
4520
|
-
TotalSize:
|
|
4519
|
+
ReturnSize: __expectInt32(output.ReturnSize),
|
|
4520
|
+
TotalSize: __expectInt32(output.TotalSize),
|
|
4521
4521
|
} as any;
|
|
4522
4522
|
};
|
|
4523
4523
|
|
|
@@ -4547,8 +4547,8 @@ const deserializeAws_json1_1GetDimensionValuesResponse = (
|
|
|
4547
4547
|
? deserializeAws_json1_1DimensionValuesWithAttributesList(output.DimensionValues, context)
|
|
4548
4548
|
: undefined,
|
|
4549
4549
|
NextPageToken: __expectString(output.NextPageToken),
|
|
4550
|
-
ReturnSize:
|
|
4551
|
-
TotalSize:
|
|
4550
|
+
ReturnSize: __expectInt32(output.ReturnSize),
|
|
4551
|
+
TotalSize: __expectInt32(output.TotalSize),
|
|
4552
4552
|
} as any;
|
|
4553
4553
|
};
|
|
4554
4554
|
|
|
@@ -4698,12 +4698,12 @@ const deserializeAws_json1_1GetSavingsPlansUtilizationResponse = (
|
|
|
4698
4698
|
const deserializeAws_json1_1GetTagsResponse = (output: any, context: __SerdeContext): GetTagsResponse => {
|
|
4699
4699
|
return {
|
|
4700
4700
|
NextPageToken: __expectString(output.NextPageToken),
|
|
4701
|
-
ReturnSize:
|
|
4701
|
+
ReturnSize: __expectInt32(output.ReturnSize),
|
|
4702
4702
|
Tags:
|
|
4703
4703
|
output.Tags !== undefined && output.Tags !== null
|
|
4704
4704
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
4705
4705
|
: undefined,
|
|
4706
|
-
TotalSize:
|
|
4706
|
+
TotalSize: __expectInt32(output.TotalSize),
|
|
4707
4707
|
} as any;
|
|
4708
4708
|
};
|
|
4709
4709
|
|
|
@@ -4765,8 +4765,8 @@ const deserializeAws_json1_1Groups = (output: any, context: __SerdeContext): Gro
|
|
|
4765
4765
|
|
|
4766
4766
|
const deserializeAws_json1_1Impact = (output: any, context: __SerdeContext): Impact => {
|
|
4767
4767
|
return {
|
|
4768
|
-
MaxImpact:
|
|
4769
|
-
TotalImpact:
|
|
4768
|
+
MaxImpact: __limitedParseDouble(output.MaxImpact),
|
|
4769
|
+
TotalImpact: __limitedParseDouble(output.TotalImpact),
|
|
4770
4770
|
} as any;
|
|
4771
4771
|
};
|
|
4772
4772
|
|