Skip to content

Commit c06ae8a

Browse files
author
AWS
committed
AWSDeadlineCloud Update: AWS Deadline Cloud service-managed fleets now support storage profiles. With storage profiles, you can map file paths between a workstation and the worker hosts running the job.
1 parent d8a0929 commit c06ae8a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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": "AWSDeadlineCloud",
4+
"contributor": "",
5+
"description": "AWS Deadline Cloud service-managed fleets now support storage profiles. With storage profiles, you can map file paths between a workstation and the worker hosts running the job."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10359,6 +10359,10 @@
1035910359
"instanceMarketOptions":{
1036010360
"shape":"ServiceManagedEc2InstanceMarketOptions",
1036110361
"documentation":"<p>The Amazon EC2 market type.</p>"
10362+
},
10363+
"storageProfileId":{
10364+
"shape":"StorageProfileId",
10365+
"documentation":"<p>The storage profile ID.</p>"
1036210366
}
1036310367
},
1036410368
"documentation":"<p>The configuration details for a service managed Amazon EC2 fleet.</p>"

0 commit comments

Comments
 (0)