Skip to content

Commit 6c29433

Browse files
author
AWS
committed
AWSDeadlineCloud Update: feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job
1 parent aff46d0 commit 6c29433

File tree

4 files changed

+933
-65
lines changed

4 files changed

+933
-65
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": "feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job"
6+
}

services/deadline/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
"limit_key": "maxResults",
6767
"result_key": "licenseEndpoints"
6868
},
69+
"ListLimits": {
70+
"input_token": "nextToken",
71+
"output_token": "nextToken",
72+
"limit_key": "maxResults",
73+
"result_key": "limits"
74+
},
6975
"ListMeteredProducts": {
7076
"input_token": "nextToken",
7177
"output_token": "nextToken",
@@ -90,6 +96,12 @@
9096
"limit_key": "maxResults",
9197
"result_key": "queueFleetAssociations"
9298
},
99+
"ListQueueLimitAssociations": {
100+
"input_token": "nextToken",
101+
"output_token": "nextToken",
102+
"limit_key": "maxResults",
103+
"result_key": "queueLimitAssociations"
104+
},
93105
"ListQueueMembers": {
94106
"input_token": "nextToken",
95107
"output_token": "nextToken",

0 commit comments

Comments
 (0)