Skip to content

Commit bf01cf0

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent bb64065 commit bf01cf0

File tree

6 files changed

+133
-20
lines changed

6 files changed

+133
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::ECS - Updated the API, and documentation for Amazon EC2 Container Service.
5+
6+
* Feature - Aws::GameLift - Updated the API, and documentation for Amazon GameLift.
7+
8+
* Feature - Aws::ResourceGroupsTaggingAPI - Updated the documentation for AWS Resource Groups Tagging API.
9+
410
2.11.345 (2019-08-30)
511
------------------
612

aws-sdk-core/apis/ecs/2014-11-13/api-2.json

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,6 +1540,32 @@
15401540
"sourcePath":{"shape":"String"}
15411541
}
15421542
},
1543+
"InferenceAccelerator":{
1544+
"type":"structure",
1545+
"required":[
1546+
"deviceName",
1547+
"deviceType"
1548+
],
1549+
"members":{
1550+
"deviceName":{"shape":"String"},
1551+
"deviceType":{"shape":"String"}
1552+
}
1553+
},
1554+
"InferenceAcceleratorOverride":{
1555+
"type":"structure",
1556+
"members":{
1557+
"deviceName":{"shape":"String"},
1558+
"deviceType":{"shape":"String"}
1559+
}
1560+
},
1561+
"InferenceAcceleratorOverrides":{
1562+
"type":"list",
1563+
"member":{"shape":"InferenceAcceleratorOverride"}
1564+
},
1565+
"InferenceAccelerators":{
1566+
"type":"list",
1567+
"member":{"shape":"InferenceAccelerator"}
1568+
},
15431569
"Integer":{"type":"integer"},
15441570
"InvalidParameterException":{
15451571
"type":"structure",
@@ -2045,7 +2071,8 @@
20452071
"tags":{"shape":"Tags"},
20462072
"pidMode":{"shape":"PidMode"},
20472073
"ipcMode":{"shape":"IpcMode"},
2048-
"proxyConfiguration":{"shape":"ProxyConfiguration"}
2074+
"proxyConfiguration":{"shape":"ProxyConfiguration"},
2075+
"inferenceAccelerators":{"shape":"InferenceAccelerators"}
20492076
}
20502077
},
20512078
"RegisterTaskDefinitionResponse":{
@@ -2100,7 +2127,10 @@
21002127
},
21012128
"ResourceType":{
21022129
"type":"string",
2103-
"enum":["GPU"]
2130+
"enum":[
2131+
"GPU",
2132+
"InferenceAccelerator"
2133+
]
21042134
},
21052135
"Resources":{
21062136
"type":"list",
@@ -2504,7 +2534,8 @@
25042534
"platformVersion":{"shape":"String"},
25052535
"attachments":{"shape":"Attachments"},
25062536
"healthStatus":{"shape":"HealthStatus"},
2507-
"tags":{"shape":"Tags"}
2537+
"tags":{"shape":"Tags"},
2538+
"inferenceAccelerators":{"shape":"InferenceAccelerators"}
25082539
}
25092540
},
25102541
"TaskDefinition":{
@@ -2580,6 +2611,7 @@
25802611
"type":"structure",
25812612
"members":{
25822613
"containerOverrides":{"shape":"ContainerOverrides"},
2614+
"inferenceAcceleratorOverrides":{"shape":"InferenceAcceleratorOverrides"},
25832615
"taskRoleArn":{"shape":"String"},
25842616
"executionRoleArn":{"shape":"String"}
25852617
}

0 commit comments

Comments
 (0)