Skip to content

Commit 096aabf

Browse files
author
AWS
committed
AWS IoT Update: AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control.
1 parent cc307f1 commit 096aabf

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
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": "AWS IoT",
4+
"contributor": "",
5+
"description": "AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control."
6+
}

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@
229229
{"shape":"InvalidRequestException"},
230230
{"shape":"ResourceNotFoundException"},
231231
{"shape":"ThrottlingException"},
232-
{"shape":"ServiceUnavailableException"}
232+
{"shape":"ServiceUnavailableException"},
233+
{"shape":"LimitExceededException"}
233234
],
234235
"documentation":"<p>Cancels a job.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">CancelJob</a> action.</p>"
235236
},
@@ -5563,6 +5564,7 @@
55635564
},
55645565
"Boolean":{"type":"boolean"},
55655566
"BooleanKey":{"type":"boolean"},
5567+
"BooleanWrapperObject":{"type":"boolean"},
55665568
"Bucket":{
55675569
"type":"structure",
55685570
"members":{
@@ -11390,7 +11392,8 @@
1139011392
"documentParameters":{
1139111393
"shape":"ParameterMap",
1139211394
"documentation":"<p>A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.</p>"
11393-
}
11395+
},
11396+
"isConcurrent":{"shape":"BooleanWrapperObject"}
1139411397
},
1139511398
"documentation":"<p>The <code>Job</code> object contains details about a job.</p>"
1139611399
},
@@ -11673,7 +11676,8 @@
1167311676
"completedAt":{
1167411677
"shape":"DateType",
1167511678
"documentation":"<p>The time, in seconds since the epoch, when the job completed.</p>"
11676-
}
11679+
},
11680+
"isConcurrent":{"shape":"BooleanWrapperObject"}
1167711681
},
1167811682
"documentation":"<p>The job summary.</p>"
1167911683
},

0 commit comments

Comments
 (0)