Skip to content

Commit 1481f5f

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Documentation updates for EC2.
1 parent f1c72fc commit 1481f5f

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
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": "Documentation updates for EC2."
6+
}

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@
21522152
},
21532153
"input":{"shape":"DescribeAwsNetworkPerformanceMetricSubscriptionsRequest"},
21542154
"output":{"shape":"DescribeAwsNetworkPerformanceMetricSubscriptionsResult"},
2155-
"documentation":"<p>Describes the curent Infrastructure Performance metric subscriptions.</p>"
2155+
"documentation":"<p>Describes the current Infrastructure Performance metric subscriptions.</p>"
21562156
},
21572157
"DescribeBundleTasks":{
21582158
"name":"DescribeBundleTasks",
@@ -3875,7 +3875,8 @@
38753875
"requestUri":"/"
38763876
},
38773877
"input":{"shape":"EnableReachabilityAnalyzerOrganizationSharingRequest"},
3878-
"output":{"shape":"EnableReachabilityAnalyzerOrganizationSharingResult"}
3878+
"output":{"shape":"EnableReachabilityAnalyzerOrganizationSharingResult"},
3879+
"documentation":"<p>Establishes a trust relationship between Reachability Analyzer and Organizations. This operation must be performed by the management account for the organization.</p> <p>After you establish a trust relationship, a user in the management account or a delegated administrator account can run a cross-account analysis using resources from the member accounts.</p>"
38793880
},
38803881
"EnableSerialConsoleAccess":{
38813882
"name":"EnableSerialConsoleAccess",
@@ -26033,14 +26034,18 @@
2603326034
"EnableReachabilityAnalyzerOrganizationSharingRequest":{
2603426035
"type":"structure",
2603526036
"members":{
26036-
"DryRun":{"shape":"Boolean"}
26037+
"DryRun":{
26038+
"shape":"Boolean",
26039+
"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>"
26040+
}
2603726041
}
2603826042
},
2603926043
"EnableReachabilityAnalyzerOrganizationSharingResult":{
2604026044
"type":"structure",
2604126045
"members":{
2604226046
"ReturnValue":{
2604326047
"shape":"Boolean",
26048+
"documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>",
2604426049
"locationName":"returnValue"
2604526050
}
2604626051
}
@@ -41186,6 +41191,7 @@
4118641191
},
4118741192
"AdditionalAccounts":{
4118841193
"shape":"ValueStringList",
41194+
"documentation":"<p>The member accounts that contain resources that the path can traverse.</p>",
4118941195
"locationName":"additionalAccountSet"
4119041196
},
4119141197
"FilterInArns":{
@@ -41240,6 +41246,7 @@
4124041246
},
4124141247
"SuggestedAccounts":{
4124241248
"shape":"ValueStringList",
41249+
"documentation":"<p>Potential intermediate accounts.</p>",
4124341250
"locationName":"suggestedAccountSet"
4124441251
},
4124541252
"Tags":{
@@ -41300,10 +41307,12 @@
4130041307
},
4130141308
"SourceArn":{
4130241309
"shape":"ResourceArn",
41310+
"documentation":"<p>The Amazon Resource Name (ARN) of the source.</p>",
4130341311
"locationName":"sourceArn"
4130441312
},
4130541313
"DestinationArn":{
4130641314
"shape":"ResourceArn",
41315+
"documentation":"<p>The Amazon Resource Name (ARN) of the destination.</p>",
4130741316
"locationName":"destinationArn"
4130841317
},
4130941318
"SourceIp":{
@@ -49796,6 +49805,7 @@
4979649805
},
4979749806
"AdditionalAccounts":{
4979849807
"shape":"ValueStringList",
49808+
"documentation":"<p>The member accounts that contain resources that the path can traverse.</p>",
4979949809
"locationName":"AdditionalAccount"
4980049810
},
4980149811
"FilterInArns":{

0 commit comments

Comments
 (0)