Skip to content

Commit 73fff72

Browse files
author
AWS
committed
AWSDeadlineCloud Update: Add support for VPC resource endpoints in Service Managed Fleets
1 parent d49f14c commit 73fff72

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-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": "Add support for VPC resource endpoints in Service Managed Fleets"
6+
}

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7454,6 +7454,14 @@
74547454
"shape":"StartedAt",
74557455
"documentation":"<p>The date and time the resource started running.</p>"
74567456
},
7457+
"updatedAt":{
7458+
"shape":"UpdatedAt",
7459+
"documentation":"<p>The date and time the resource was updated.</p>"
7460+
},
7461+
"updatedBy":{
7462+
"shape":"UpdatedBy",
7463+
"documentation":"<p>The user or system that updated this resource.</p>"
7464+
},
74577465
"jobParameters":{
74587466
"shape":"JobParameters",
74597467
"documentation":"<p>The job parameters.</p>"
@@ -10380,6 +10388,10 @@
1038010388
"shape":"ServiceManagedEc2InstanceMarketOptions",
1038110389
"documentation":"<p>The Amazon EC2 market type.</p>"
1038210390
},
10391+
"vpcConfiguration":{
10392+
"shape":"VpcConfiguration",
10393+
"documentation":"<p>The VPC configuration details for a service managed Amazon EC2 fleet.</p>"
10394+
},
1038310395
"storageProfileId":{
1038410396
"shape":"StorageProfileId",
1038510397
"documentation":"<p>The storage profile ID.</p>"
@@ -11223,6 +11235,10 @@
1122311235
"shape":"CreatedAt",
1122411236
"documentation":"<p>The date and time the resource was created.</p>"
1122511237
},
11238+
"createdBy":{
11239+
"shape":"CreatedBy",
11240+
"documentation":"<p>The user or system that created this resource.</p>"
11241+
},
1122611242
"startedAt":{
1122711243
"shape":"StartedAt",
1122811244
"documentation":"<p>The date and time the resource started running.</p>"
@@ -11231,6 +11247,14 @@
1123111247
"shape":"EndedAt",
1123211248
"documentation":"<p>The date and time the resource ended running.</p>"
1123311249
},
11250+
"updatedAt":{
11251+
"shape":"UpdatedAt",
11252+
"documentation":"<p>The date and time the resource was updated.</p>"
11253+
},
11254+
"updatedBy":{
11255+
"shape":"UpdatedBy",
11256+
"documentation":"<p>The user or system that updated this resource.</p>"
11257+
},
1123411258
"parameterSpace":{
1123511259
"shape":"ParameterSpace",
1123611260
"documentation":"<p>The parameters and combination expressions for the search.</p>"
@@ -11674,6 +11698,14 @@
1167411698
"endedAt":{
1167511699
"shape":"EndedAt",
1167611700
"documentation":"<p>The date and time the resource ended running.</p>"
11701+
},
11702+
"updatedAt":{
11703+
"shape":"UpdatedAt",
11704+
"documentation":"<p>The date and time the resource was updated.</p>"
11705+
},
11706+
"updatedBy":{
11707+
"shape":"UpdatedBy",
11708+
"documentation":"<p>The user or system that updated this resource.</p>"
1167711709
}
1167811710
},
1167911711
"documentation":"<p>The details of a task search.</p>"
@@ -12854,12 +12886,31 @@
1285412886
"OTHER"
1285512887
]
1285612888
},
12889+
"VpcConfiguration":{
12890+
"type":"structure",
12891+
"members":{
12892+
"resourceConfigurationArns":{
12893+
"shape":"VpcResourceConfigurationArns",
12894+
"documentation":"<p>The ARNs of the VPC Lattice resource configurations attached to the fleet.</p>"
12895+
}
12896+
},
12897+
"documentation":"<p>The configuration options for a service managed fleet's VPC.</p>"
12898+
},
1285712899
"VpcId":{
1285812900
"type":"string",
1285912901
"max":32,
1286012902
"min":1,
1286112903
"pattern":"vpc-[\\w]{1,120}"
1286212904
},
12905+
"VpcResourceConfigurationArn":{
12906+
"type":"string",
12907+
"max":2048,
12908+
"min":1
12909+
},
12910+
"VpcResourceConfigurationArns":{
12911+
"type":"list",
12912+
"member":{"shape":"VpcResourceConfigurationArn"}
12913+
},
1286312914
"WindowsUser":{
1286412915
"type":"structure",
1286512916
"required":[

0 commit comments

Comments
 (0)