Skip to content

Commit 1417c37

Browse files
author
AWS
committed
AWSDeadlineCloud Update: AWS Deadline Cloud now supports cost scale factors for farms, enabling studios to adjust reported costs to reflect their actual rendering economics. Adjusted costs are reflected in Deadline Cloud's Usage Explorer and Budgets.
1 parent 5a6d9fc commit 1417c37

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWSDeadlineCloud",
4+
"contributor": "",
5+
"description": "AWS Deadline Cloud now supports cost scale factors for farms, enabling studios to adjust reported costs to reflect their actual rendering economics. Adjusted costs are reflected in Deadline Cloud's Usage Explorer and Budgets."
6+
}

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3370,6 +3370,13 @@
33703370
}
33713371
}
33723372
},
3373+
"CostScaleFactor":{
3374+
"type":"float",
3375+
"documentation":"<p>A multiplier applied to calculated costs. Valid range is 0 to 100. Values less than 1.0 represent discounts, values greater than 1.0 represent markups, and a value of 1.0 represents no adjustment.</p>",
3376+
"box":true,
3377+
"max":100,
3378+
"min":0
3379+
},
33733380
"CpuArchitectureType":{
33743381
"type":"string",
33753382
"enum":[
@@ -3464,6 +3471,10 @@
34643471
"shape":"KmsKeyArn",
34653472
"documentation":"<p>The ARN of the KMS key to use on the farm.</p>"
34663473
},
3474+
"costScaleFactor":{
3475+
"shape":"CostScaleFactor",
3476+
"documentation":"<p>The cost scale factor to apply on the farm.</p>"
3477+
},
34673478
"tags":{
34683479
"shape":"Tags",
34693480
"documentation":"<p>The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.</p>"
@@ -5428,6 +5439,7 @@
54285439
"required":[
54295440
"farmId",
54305441
"displayName",
5442+
"costScaleFactor",
54315443
"createdAt",
54325444
"createdBy"
54335445
],
@@ -5448,6 +5460,10 @@
54485460
"shape":"KmsKeyArn",
54495461
"documentation":"<p>The ARN of the KMS key used on the farm.</p>"
54505462
},
5463+
"costScaleFactor":{
5464+
"shape":"CostScaleFactor",
5465+
"documentation":"<p>The cost scale factor applied on the farm.</p>"
5466+
},
54515467
"createdAt":{
54525468
"shape":"CreatedAt",
54535469
"documentation":"<p>The date and time the resource was created.</p>"
@@ -12094,6 +12110,10 @@
1209412110
"description":{
1209512111
"shape":"Description",
1209612112
"documentation":"<p>The description of the farm to update.</p> <important> <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p> </important>"
12113+
},
12114+
"costScaleFactor":{
12115+
"shape":"CostScaleFactor",
12116+
"documentation":"<p>The cost scale factor of the farm to update.</p>"
1209712117
}
1209812118
}
1209912119
},

0 commit comments

Comments
 (0)