Skip to content

Commit d3bfb86

Browse files
Amazon EC2 documentation updates.
1 parent 0e06d65 commit d3bfb86

File tree

102 files changed

+1892
-3011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1892
-3011
lines changed

generator/ServiceModels/ec2/ec2-2016-11-15.docs.json

Lines changed: 157 additions & 157 deletions
Large diffs are not rendered by default.

generator/ServiceModels/ec2/ec2-2016-11-15.normal.json

Lines changed: 157 additions & 157 deletions
Large diffs are not rendered by default.

sdk/src/Services/EC2/Generated/Model/AssignPrivateNatGatewayAddressRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.EC2.Model
3232
/// Container for the parameters to the AssignPrivateNatGatewayAddress operation.
3333
/// Assigns one or more private IPv4 addresses to a private NAT gateway. For more information,
3434
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work
35-
/// with NAT gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.
35+
/// with NAT gateways</a> in the <i>Amazon VPC User Guide</i>.
3636
/// </summary>
3737
public partial class AssignPrivateNatGatewayAddressRequest : AmazonEC2Request
3838
{
@@ -43,7 +43,7 @@ public partial class AssignPrivateNatGatewayAddressRequest : AmazonEC2Request
4343
/// <summary>
4444
/// Gets and sets the property NatGatewayId.
4545
/// <para>
46-
/// The NAT gateway ID.
46+
/// The ID of the NAT gateway.
4747
/// </para>
4848
/// </summary>
4949
[AWSProperty(Required=true)]

sdk/src/Services/EC2/Generated/Model/AssignPrivateNatGatewayAddressResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ internal bool IsSetNatGatewayAddresses()
5757
/// <summary>
5858
/// Gets and sets the property NatGatewayId.
5959
/// <para>
60-
/// The NAT gateway ID.
60+
/// The ID of the NAT gateway.
6161
/// </para>
6262
/// </summary>
6363
public string NatGatewayId

sdk/src/Services/EC2/Generated/Model/AssociateDhcpOptionsRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace Amazon.EC2.Model
4444
///
4545
/// <para>
4646
/// For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP
47-
/// options sets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.
47+
/// options sets</a> in the <i>Amazon VPC User Guide</i>.
4848
/// </para>
4949
/// </summary>
5050
public partial class AssociateDhcpOptionsRequest : AmazonEC2Request

sdk/src/Services/EC2/Generated/Model/AssociateNatGatewayAddressRequest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ namespace Amazon.EC2.Model
3232
/// Container for the parameters to the AssociateNatGatewayAddress operation.
3333
/// Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT
3434
/// gateway. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work
35-
/// with NAT gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.
35+
/// with NAT gateways</a> in the <i>Amazon VPC User Guide</i>.
3636
///
3737
///
3838
/// <para>
3939
/// By default, you can associate up to 2 Elastic IP addresses per public NAT gateway.
4040
/// You can increase the limit by requesting a quota adjustment. For more information,
4141
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-eips">Elastic
42-
/// IP address quotas</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.
42+
/// IP address quotas</a> in the <i>Amazon VPC User Guide</i>.
4343
/// </para>
4444
/// </summary>
4545
public partial class AssociateNatGatewayAddressRequest : AmazonEC2Request
@@ -70,7 +70,7 @@ internal bool IsSetAllocationIds()
7070
/// <summary>
7171
/// Gets and sets the property NatGatewayId.
7272
/// <para>
73-
/// The NAT gateway ID.
73+
/// The ID of the NAT gateway.
7474
/// </para>
7575
/// </summary>
7676
[AWSProperty(Required=true)]

sdk/src/Services/EC2/Generated/Model/AssociateNatGatewayAddressResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ internal bool IsSetNatGatewayAddresses()
5757
/// <summary>
5858
/// Gets and sets the property NatGatewayId.
5959
/// <para>
60-
/// The NAT gateway ID.
60+
/// The ID of the NAT gateway.
6161
/// </para>
6262
/// </summary>
6363
public string NatGatewayId

sdk/src/Services/EC2/Generated/Model/AssociateRouteTableRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace Amazon.EC2.Model
3939
///
4040
/// <para>
4141
/// For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route
42-
/// tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.
42+
/// tables</a> in the <i>Amazon VPC User Guide</i>.
4343
/// </para>
4444
/// </summary>
4545
public partial class AssociateRouteTableRequest : AmazonEC2Request

sdk/src/Services/EC2/Generated/Model/AssociateVpcCidrBlockRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ namespace Amazon.EC2.Model
4343
///
4444
/// <para>
4545
/// For more information about associating CIDR blocks with your VPC and applicable restrictions,
46-
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing">VPC
47-
/// and subnet sizing</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.
46+
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html">IP
47+
/// addressing for your VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.
4848
/// </para>
4949
/// </summary>
5050
public partial class AssociateVpcCidrBlockRequest : AmazonEC2Request

sdk/src/Services/EC2/Generated/Model/AttachClassicLinkVpcRequest.cs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ namespace Amazon.EC2.Model
3232
/// Container for the parameters to the AttachClassicLinkVpc operation.
3333
/// <note>
3434
/// <para>
35-
/// We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC.
36-
/// For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate
37-
/// from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.
35+
/// This action is deprecated.
3836
/// </para>
3937
/// </note>
4038
/// <para>
4139
/// Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of
42-
/// the VPC's security groups. You cannot link an EC2-Classic instance to more than one
40+
/// the VPC security groups. You cannot link an EC2-Classic instance to more than one
4341
/// VPC at a time. You can only link an instance that's in the <code>running</code> state.
4442
/// An instance is automatically unlinked from a VPC when it's stopped - you can link
4543
/// it to the VPC again when you restart it.
@@ -64,8 +62,8 @@ public partial class AttachClassicLinkVpcRequest : AmazonEC2Request
6462
/// <summary>
6563
/// Gets and sets the property Groups.
6664
/// <para>
67-
/// The ID of one or more of the VPC's security groups. You cannot specify security groups
68-
/// from a different VPC.
65+
/// The IDs of the security groups. You cannot specify security groups from a different
66+
/// VPC.
6967
/// </para>
7068
/// </summary>
7169
[AWSProperty(Required=true)]
@@ -84,7 +82,7 @@ internal bool IsSetGroups()
8482
/// <summary>
8583
/// Gets and sets the property InstanceId.
8684
/// <para>
87-
/// The ID of an EC2-Classic instance to link to the ClassicLink-enabled VPC.
85+
/// The ID of the EC2-Classic instance.
8886
/// </para>
8987
/// </summary>
9088
[AWSProperty(Required=true)]
@@ -103,7 +101,7 @@ internal bool IsSetInstanceId()
103101
/// <summary>
104102
/// Gets and sets the property VpcId.
105103
/// <para>
106-
/// The ID of a ClassicLink-enabled VPC.
104+
/// The ID of the ClassicLink-enabled VPC.
107105
/// </para>
108106
/// </summary>
109107
[AWSProperty(Required=true)]

0 commit comments

Comments
 (0)