Skip to content

Commit 4ca7b18

Browse files
author
AWS
committed
Inspector2 Update: Adding componentArn to network reachability details
1 parent 992dedb commit 4ca7b18

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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": "Inspector2",
4+
"contributor": "",
5+
"description": "Adding componentArn to network reachability details"
6+
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{"shape":"ThrottlingException"},
3232
{"shape":"InternalServerException"}
3333
],
34-
"documentation":"<p> Associates an Amazon Web Services account with an Amazon Inspector delegated administrator. An HTTP 200 response indicates the association was started but doesn’t indicate whether it completed. You can check if the association completed using <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html\">ListMembers</a> for multiple accounts or <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html\">GetMembers</a> for a single account. An HTTP 402 response indicates the association failed because the organization size exceeded its limit. For information on limits, see <a href=\"https://docs.aws.amazon.com/inspector/latest/user/quotas.html\">Amazon Inspector quotas</a>. </p>"
34+
"documentation":"<p>Associates an Amazon Web Services account with an Amazon Inspector delegated administrator. An HTTP 200 response indicates the association was successfully started, but doesn’t indicate whether it was completed. You can check if the association completed by using <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html\">ListMembers</a> for multiple accounts or <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html\">GetMembers</a> for a single account.</p>"
3535
},
3636
"BatchGetAccountStatus":{
3737
"name":"BatchGetAccountStatus",
@@ -2917,6 +2917,7 @@
29172917
"documentation":"<p>Contains information on the code vulnerability identified in your Lambda function.</p>"
29182918
},
29192919
"Component":{"type":"string"},
2920+
"ComponentArn":{"type":"string"},
29202921
"ComponentType":{"type":"string"},
29212922
"ComputePlatform":{
29222923
"type":"structure",
@@ -7628,6 +7629,10 @@
76287629
"componentType"
76297630
],
76307631
"members":{
7632+
"componentArn":{
7633+
"shape":"ComponentArn",
7634+
"documentation":"<p>The component ARN. The ARN can be null and is not displayed in the Amazon Web Services console.</p>"
7635+
},
76317636
"componentId":{
76327637
"shape":"Component",
76337638
"documentation":"<p>The component ID.</p>"

0 commit comments

Comments
 (0)