Skip to content

Commit 229bce7

Browse files
author
AWS
committed
AWS Cost Explorer Service Update: AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.
1 parent 7b6ff07 commit 229bce7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
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": "AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers."
6+
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,6 @@
13151315
"PLATFORM",
13161316
"SUBSCRIPTION_ID",
13171317
"LEGAL_ENTITY_NAME",
1318-
"INVOICING_ENTITY",
13191318
"DEPLOYMENT_OPTION",
13201319
"DATABASE_ENGINE",
13211320
"CACHE_ENGINE",
@@ -1328,7 +1327,8 @@
13281327
"SAVINGS_PLAN_ARN",
13291328
"PAYMENT_OPTION",
13301329
"AGREEMENT_END_DATE_TIME_AFTER",
1331-
"AGREEMENT_END_DATE_TIME_BEFORE"
1330+
"AGREEMENT_END_DATE_TIME_BEFORE",
1331+
"INVOICING_ENTITY"
13321332
]
13331333
},
13341334
"DimensionValues":{
@@ -3954,7 +3954,7 @@
39543954
"type":"string",
39553955
"max":302,
39563956
"min":6,
3957-
"pattern":"(^[a-zA-Z0-9.!#$%&'*+=?^_‘{|}~-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+$)"
3957+
"pattern":"(^[a-zA-Z0-9.!#$%&'*+=?^_‘{|}~-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+(\\.fifo)?$)"
39583958
},
39593959
"SubscriberStatus":{
39603960
"type":"string",

0 commit comments

Comments
 (0)