Skip to content

Commit 5b3672b

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Documentation updates for EC2.
1 parent 5a9a9ec commit 5b3672b

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
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: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
},
319319
"input":{"shape":"AuthorizeSecurityGroupEgressRequest"},
320320
"output":{"shape":"AuthorizeSecurityGroupEgressResult"},
321-
"documentation":"<p>[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.</p> <p>An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified destination security groups.</p> <p>You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.</p> <p>Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.</p> <p>For information about VPC security group quotas, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC quotas</a>.</p>"
321+
"documentation":"<p>[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.</p> <p>An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups.</p> <p>You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.</p> <p>Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.</p> <p>For information about VPC security group quotas, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html\">Amazon VPC quotas</a>.</p>"
322322
},
323323
"AuthorizeSecurityGroupIngress":{
324324
"name":"AuthorizeSecurityGroupIngress",
@@ -11216,7 +11216,10 @@
1121611216
"documentation":"<p>The ID of a VPC peering connection.</p>",
1121711217
"locationName":"vpcPeeringConnectionId"
1121811218
},
11219-
"CoreNetworkArn":{"shape":"CoreNetworkArn"}
11219+
"CoreNetworkArn":{
11220+
"shape":"CoreNetworkArn",
11221+
"documentation":"<p>The Amazon Resource Name (ARN) of the core network.</p>"
11222+
}
1122011223
}
1122111224
},
1122211225
"CreateRouteResult":{
@@ -13762,7 +13765,7 @@
1376213765
},
1376313766
"Tags":{
1376413767
"shape":"TagList",
13765-
"documentation":"<p>The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.</p> <p>If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code> prefix).</p>",
13768+
"documentation":"<p>The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.</p> <p>If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code> prefix).</p> <p>Constraints: Up to 1000 tags.</p>",
1376613769
"locationName":"tag"
1376713770
}
1376813771
}
@@ -37078,7 +37081,10 @@
3707837081
"documentation":"<p>The ID of a VPC peering connection.</p>",
3707937082
"locationName":"vpcPeeringConnectionId"
3708037083
},
37081-
"CoreNetworkArn":{"shape":"CoreNetworkArn"}
37084+
"CoreNetworkArn":{
37085+
"shape":"CoreNetworkArn",
37086+
"documentation":"<p>The Amazon Resource Name (ARN) of the core network.</p>"
37087+
}
3708237088
}
3708337089
},
3708437090
"ReplaceRouteTableAssociationRequest":{
@@ -38954,6 +38960,7 @@
3895438960
},
3895538961
"CoreNetworkArn":{
3895638962
"shape":"CoreNetworkArn",
38963+
"documentation":"<p>The Amazon Resource Name (ARN) of the core network.</p>",
3895738964
"locationName":"coreNetworkArn"
3895838965
}
3895938966
},

0 commit comments

Comments
 (0)