Skip to content

Commit 6a580a6

Browse files
author
AWS
committed
EC2 Image Builder Update: Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
1 parent daf4819 commit 6a580a6

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-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": "EC2 Image Builder",
4+
"contributor": "",
5+
"description": "Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response."
6+
}

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5165,6 +5165,14 @@
51655165
"imageUris":{
51665166
"shape":"StringList",
51675167
"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>"
51685176
}
51695177
},
51705178
"documentation":"<p>Contains details for a resource that the runtime instance of the lifecycle policy identified for action.</p>"
@@ -5268,7 +5276,8 @@
52685276
"CANCELLED",
52695277
"CANCELLING",
52705278
"FAILED",
5271-
"SUCCESS"
5279+
"SUCCESS",
5280+
"PENDING"
52725281
]
52735282
},
52745283
"LifecycleExecutionsList":{
@@ -5402,7 +5411,7 @@
54025411
"members":{
54035412
"tagMap":{
54045413
"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>"
54065415
},
54075416
"amis":{
54085417
"shape":"LifecyclePolicyDetailExclusionRulesAmis",
@@ -5518,7 +5527,7 @@
55185527
},
55195528
"tagMap":{
55205529
"shape":"TagMap",
5521-
"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>"
55225531
}
55235532
},
55245533
"documentation":"<p>Resource selection criteria for the lifecycle policy.</p>"

0 commit comments

Comments
 (0)