Skip to content

Commit fb5f5ba

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds API support for Path Component Exclusion (Filter Out ARN) for Reachability Analyzer
1 parent 6bfc3ef commit fb5f5ba

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
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": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release adds API support for Path Component Exclusion (Filter Out ARN) for Reachability Analyzer"
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50127,6 +50127,11 @@
5012750127
"documentation":"<p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>",
5012850128
"locationName":"filterInArnSet"
5012950129
},
50130+
"FilterOutArns":{
50131+
"shape":"ArnList",
50132+
"documentation":"<p>The Amazon Resource Names (ARN) of the resources that the path must ignore.</p>",
50133+
"locationName":"filterOutArnSet"
50134+
},
5013050135
"StartDate":{
5013150136
"shape":"MillisecondDateTime",
5013250137
"documentation":"<p>The time the analysis started.</p>",
@@ -60511,6 +60516,11 @@
6051160516
"documentation":"<p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>",
6051260517
"locationName":"FilterInArn"
6051360518
},
60519+
"FilterOutArns":{
60520+
"shape":"ArnList",
60521+
"documentation":"<p>The Amazon Resource Names (ARN) of the resources that the path will ignore.</p>",
60522+
"locationName":"FilterOutArn"
60523+
},
6051460524
"DryRun":{
6051560525
"shape":"Boolean",
6051660526
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"

0 commit comments

Comments
 (0)