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
EC2 Image Builder Update: Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
Copy file name to clipboardExpand all lines: services/imagebuilder/src/main/resources/codegen-resources/service-2.json
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5165,6 +5165,14 @@
5165
5165
"imageUris":{
5166
5166
"shape":"StringList",
5167
5167
"documentation":"<p>For an impacted container image, this identifies a list of URIs for associated container images distributed to ECR repositories.</p>"
5168
+
},
5169
+
"startTime":{
5170
+
"shape":"DateTimeTimestamp",
5171
+
"documentation":"<p>The starting timestamp from the lifecycle action that was applied to the resource.</p>"
5172
+
},
5173
+
"endTime":{
5174
+
"shape":"DateTimeTimestamp",
5175
+
"documentation":"<p>The ending timestamp from the lifecycle action that was applied to the resource.</p>"
5168
5176
}
5169
5177
},
5170
5178
"documentation":"<p>Contains details for a resource that the runtime instance of the lifecycle policy identified for action.</p>"
@@ -5268,7 +5276,8 @@
5268
5276
"CANCELLED",
5269
5277
"CANCELLING",
5270
5278
"FAILED",
5271
-
"SUCCESS"
5279
+
"SUCCESS",
5280
+
"PENDING"
5272
5281
]
5273
5282
},
5274
5283
"LifecycleExecutionsList":{
@@ -5402,7 +5411,7 @@
5402
5411
"members":{
5403
5412
"tagMap":{
5404
5413
"shape":"TagMap",
5405
-
"documentation":"<p>Contains a list of tags that Image Builder uses to skip lifecycle actions for resources that have them.</p>"
5414
+
"documentation":"<p>Contains a list of tags that Image Builder uses to skip lifecycle actions for Image Builder image resources that have them.</p>"
"documentation":"<p>A list of tags that are used as selection criteria for the resources that the lifecycle policy applies to.</p>"
5530
+
"documentation":"<p>A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.</p>"
5522
5531
}
5523
5532
},
5524
5533
"documentation":"<p>Resource selection criteria for the lifecycle policy.</p>"
0 commit comments