Skip to content

Commit 159d9f0

Browse files
author
AWS
committed
AWS Cost Explorer Service Update: Added endpoint support for eusc-de-east-1 region.
1 parent 938056f commit 159d9f0

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
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": "Added endpoint support for eusc-de-east-1 region."
6+
}

services/costexplorer/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,56 @@
419419
},
420420
"type": "endpoint"
421421
},
422+
{
423+
"conditions": [
424+
{
425+
"fn": "stringEquals",
426+
"argv": [
427+
{
428+
"fn": "getAttr",
429+
"argv": [
430+
{
431+
"ref": "PartitionResult"
432+
},
433+
"name"
434+
]
435+
},
436+
"aws-eusc"
437+
]
438+
},
439+
{
440+
"fn": "booleanEquals",
441+
"argv": [
442+
{
443+
"ref": "UseFIPS"
444+
},
445+
false
446+
]
447+
},
448+
{
449+
"fn": "booleanEquals",
450+
"argv": [
451+
{
452+
"ref": "UseDualStack"
453+
},
454+
true
455+
]
456+
}
457+
],
458+
"endpoint": {
459+
"url": "https://ce.eusc-de-east-1.api.amazonwebservices.eu",
460+
"properties": {
461+
"authSchemes": [
462+
{
463+
"name": "sigv4",
464+
"signingRegion": "eusc-de-east-1"
465+
}
466+
]
467+
},
468+
"headers": {}
469+
},
470+
"type": "endpoint"
471+
},
422472
{
423473
"conditions": [
424474
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@
15531553
"members":{
15541554
"Type":{
15551555
"shape":"GenericString",
1556-
"documentation":"<p>The category or classification of the cost driver.</p> <p>Values include: BUNDLED_DISCOUNT, CREDIT, OUT_OF_CYCLE_CHARGE, REFUND, RECURRING_RESERVATION_FEE, RESERVATION_USAGE, RI_VOLUME_DISCOUNT, SAVINGS_PLAN_USAGE, SAVINGS_PLAN_NEGATION, SAVINGS_PLAN_RECURRING_FEE, SUPPORT_FEE, TAX, UPFRONT_RESERVATION_FEE, USAGE_CHANGE, COMMITMENT</p>"
1556+
"documentation":"<p>The category or classification of the cost driver.</p> <p>Values include: BUNDLED_DISCOUNT, CREDIT, OUT_OF_CYCLE_CHARGE, REFUND, RECURRING_RESERVATION_FEE, RESERVATION_USAGE, RI_VOLUME_DISCOUNT, SAVINGS_PLAN_USAGE, SAVINGS_PLAN_RECURRING_FEE, SUPPORT_FEE, TAX, UPFRONT_RESERVATION_FEE, USAGE_CHANGE, COMMITMENT</p>"
15571557
},
15581558
"Name":{
15591559
"shape":"GenericString",

0 commit comments

Comments
 (0)