Skip to content

Commit 03b03bb

Browse files
author
AWS
committed
EC2 Image Builder Update: Updated the CreateImageRecipeRequest ParentImage description to include all valid values as updated with the SSM Parameters project.
1 parent c81b4fd commit 03b03bb

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
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": "Updated the CreateImageRecipeRequest ParentImage description to include all valid values as updated with the SSM Parameters project."
6+
}

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,7 @@
25072507
},
25082508
"parentImage":{
25092509
"shape":"NonEmptyString",
2510-
"documentation":"<p>The base image of the image recipe. The value of the string can be the ARN of the base image or an AMI ID. The format for the ARN follows this example: <code>arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x</code>. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder.</p>"
2510+
"documentation":"<p>The base image for customizations specified in the image recipe. You can specify the parent image using one of the following options:</p> <ul> <li> <p>AMI ID</p> </li> <li> <p>Image Builder image Amazon Resource Name (ARN)</p> </li> <li> <p>Amazon Web Services Systems Manager (SSM) Parameter Store Parameter, prefixed by <code>ssm:</code>, followed by the parameter name or ARN.</p> </li> <li> <p>Amazon Web Services Marketplace product ID</p> </li> </ul> <p>If you enter an AMI ID or an SSM parameter that contains the AMI ID, you must have access to the AMI, and the AMI must be in the source Region.</p>"
25112511
},
25122512
"blockDeviceMappings":{
25132513
"shape":"InstanceBlockDeviceMappings",
@@ -7451,8 +7451,7 @@
74517451
},
74527452
"TagResourceResponse":{
74537453
"type":"structure",
7454-
"members":{
7455-
}
7454+
"members":{}
74567455
},
74577456
"TagValue":{
74587457
"type":"string",
@@ -7518,8 +7517,7 @@
75187517
},
75197518
"UntagResourceResponse":{
75207519
"type":"structure",
7521-
"members":{
7522-
}
7520+
"members":{}
75237521
},
75247522
"UpdateDistributionConfigurationRequest":{
75257523
"type":"structure",

0 commit comments

Comments
 (0)