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
feat(client-imagebuilder): Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/imagebuilder.json
+20-2
Original file line number
Diff line number
Diff line change
@@ -7304,6 +7304,18 @@
7304
7304
"traits": {
7305
7305
"smithy.api#documentation": "<p>For an impacted container image, this identifies a list of URIs for associated \n\t\t\tcontainer images distributed to ECR repositories.</p>"
"smithy.api#documentation": "<p>The ending timestamp from the lifecycle action that was applied to the resource.</p>"
7318
+
}
7307
7319
}
7308
7320
},
7309
7321
"traits": {
@@ -7507,6 +7519,12 @@
7507
7519
"traits": {
7508
7520
"smithy.api#enumValue": "SUCCESS"
7509
7521
}
7522
+
},
7523
+
"PENDING": {
7524
+
"target": "smithy.api#Unit",
7525
+
"traits": {
7526
+
"smithy.api#enumValue": "PENDING"
7527
+
}
7510
7528
}
7511
7529
}
7512
7530
},
@@ -7713,7 +7731,7 @@
7713
7731
"tagMap": {
7714
7732
"target": "com.amazonaws.imagebuilder#TagMap",
7715
7733
"traits": {
7716
-
"smithy.api#documentation": "<p>Contains a list of tags that Image Builder uses to skip lifecycle actions for resources that have them.</p>"
7734
+
"smithy.api#documentation": "<p>Contains a list of tags that Image Builder uses to skip lifecycle actions for Image Builder image \n\t\t\tresources that have them.</p>"
7717
7735
}
7718
7736
},
7719
7737
"amis": {
@@ -7890,7 +7908,7 @@
7890
7908
"tagMap": {
7891
7909
"target": "com.amazonaws.imagebuilder#TagMap",
7892
7910
"traits": {
7893
-
"smithy.api#documentation": "<p>A list of tags that are used as selection criteria for the resources \n\t\t\tthat the lifecycle policy applies to.</p>"
7911
+
"smithy.api#documentation": "<p>A list of tags that are used as selection criteria for the Image Builder image \n\t\t\tresources that the lifecycle policy applies to.</p>"
0 commit comments