You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/iot/src/main/resources/codegen-resources/service-2.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,8 @@
229
229
{"shape":"InvalidRequestException"},
230
230
{"shape":"ResourceNotFoundException"},
231
231
{"shape":"ThrottlingException"},
232
-
{"shape":"ServiceUnavailableException"}
232
+
{"shape":"ServiceUnavailableException"},
233
+
{"shape":"LimitExceededException"}
233
234
],
234
235
"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>"
235
236
},
@@ -5563,6 +5564,7 @@
5563
5564
},
5564
5565
"Boolean":{"type":"boolean"},
5565
5566
"BooleanKey":{"type":"boolean"},
5567
+
"BooleanWrapperObject":{"type":"boolean"},
5566
5568
"Bucket":{
5567
5569
"type":"structure",
5568
5570
"members":{
@@ -11390,7 +11392,8 @@
11390
11392
"documentParameters":{
11391
11393
"shape":"ParameterMap",
11392
11394
"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"}
11394
11397
},
11395
11398
"documentation":"<p>The <code>Job</code> object contains details about a job.</p>"
11396
11399
},
@@ -11673,7 +11676,8 @@
11673
11676
"completedAt":{
11674
11677
"shape":"DateType",
11675
11678
"documentation":"<p>The time, in seconds since the epoch, when the job completed.</p>"
0 commit comments