Skip to content

Commit 105607c

Browse files
author
AWS
committed
EC2 Image Builder Update: Version ARNs are no longer required for the EC2 Image Builder list-image-build-version, list-component-build-version, and list-workflow-build-version APIs. Calling these APIs without the ARN returns all build versions for the given resource type in the requesting account.
1 parent 3433834 commit 105607c

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

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": "Version ARNs are no longer required for the EC2 Image Builder list-image-build-version, list-component-build-version, and list-workflow-build-version APIs. Calling these APIs without the ARN returns all build versions for the given resource type in the requesting account."
6+
}

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5805,7 +5805,6 @@
58055805
},
58065806
"ListComponentBuildVersionsRequest":{
58075807
"type":"structure",
5808-
"required":["componentVersionArn"],
58095808
"members":{
58105809
"componentVersionArn":{
58115810
"shape":"ComponentVersionArn",
@@ -5958,7 +5957,6 @@
59585957
},
59595958
"ListImageBuildVersionsRequest":{
59605959
"type":"structure",
5961-
"required":["imageVersionArn"],
59625960
"members":{
59635961
"imageVersionArn":{
59645962
"shape":"ImageVersionArn",
@@ -6451,7 +6449,6 @@
64516449
},
64526450
"ListWorkflowBuildVersionsRequest":{
64536451
"type":"structure",
6454-
"required":["workflowVersionArn"],
64556452
"members":{
64566453
"workflowVersionArn":{
64576454
"shape":"WorkflowWildcardVersionArn",

0 commit comments

Comments
 (0)