Skip to content

Commit 3b1f50b

Browse files
author
AWS
committed
AWS Cost Explorer Service Update: This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause
1 parent fd3c33e commit 3b1f50b

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Cost Explorer Service",
4+
"contributor": "",
5+
"description": "This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause"
6+
}

services/costexplorer/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"properties": {
88
"authSchemes": [
99
{
10+
"signingRegion": "cn-northwest-1",
1011
"name": "sigv4",
11-
"signingName": "ce",
12-
"signingRegion": "cn-northwest-1"
12+
"signingName": "ce"
1313
}
1414
]
1515
},
@@ -29,9 +29,9 @@
2929
"properties": {
3030
"authSchemes": [
3131
{
32+
"signingRegion": "us-east-1",
3233
"name": "sigv4",
33-
"signingName": "ce",
34-
"signingRegion": "us-east-1"
34+
"signingName": "ce"
3535
}
3636
]
3737
},

services/costexplorer/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3873,9 +3873,13 @@
38733873
"UsageType":{
38743874
"shape":"GenericString",
38753875
"documentation":"<p>The <code>UsageType</code> value that's associated with the cost anomaly. </p>"
3876+
},
3877+
"LinkedAccountName":{
3878+
"shape":"GenericString",
3879+
"documentation":"<p>The member account name value that's associated with the cost anomaly.</p>"
38763880
}
38773881
},
3878-
"documentation":"<p>The combination of Amazon Web Service, linked account, Region, and usage type where a cost anomaly is observed. </p>"
3882+
"documentation":"<p>The combination of Amazon Web Service, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.</p>"
38793883
},
38803884
"RootCauses":{
38813885
"type":"list",

0 commit comments

Comments
 (0)