Skip to content

Commit 5a9d44f

Browse files
Doc-only updates for Amazon EC2
1 parent 8971111 commit 5a9d44f

34 files changed

+990
-816
lines changed

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

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

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

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

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ namespace Amazon.EC2.Model
3636
///
3737
/// <para>
3838
/// A route server association is the connection established between a route server and
39-
/// a VPC. This is a fundamental configuration step that enables the route server to work
40-
/// with appliances in your VPC.
39+
/// a VPC.
4140
/// </para>
4241
///
4342
/// <para>
44-
/// For more information see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Dynamic
43+
/// For more information see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html">Dynamic
4544
/// routing in your VPC with VPC Route Server</a> in the <i>Amazon VPC User Guide</i>.
4645
/// </para>
4746
/// </summary>

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,13 @@ namespace Amazon.EC2.Model
3636
///
3737
/// <para>
3838
/// A route server endpoint is an Amazon Web Services-managed component inside a subnet
39-
/// that facilitates BGP (Border Gateway Protocol) connections between your route server
40-
/// and your BGP peers. Create two endpoints per subnet for redundancy.
39+
/// that facilitates <a href="https://en.wikipedia.org/wiki/Border_Gateway_Protocol">BGP
40+
/// (Border Gateway Protocol)</a> connections between your route server and your BGP peers.
41+
/// </para>
42+
///
43+
/// <para>
44+
/// For more information see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html">Dynamic
45+
/// routing in your VPC with VPC Route Server</a> in the <i>Amazon VPC User Guide</i>.
4146
/// </para>
4247
/// </summary>
4348
public partial class CreateRouteServerEndpointRequest : AmazonEC2Request

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ namespace Amazon.EC2.Model
3535
///
3636
///
3737
/// <para>
38-
/// A route server peer is a network appliance or function deployed in Amazon Web Services,
39-
/// such as firewall appliances and other network security functions, that meet these
40-
/// requirements:
38+
/// A route server peer is a session between a route server endpoint and the device deployed
39+
/// in Amazon Web Services (such as a firewall appliance or other network security function
40+
/// running on an EC2 instance). The device must meet these requirements:
4141
/// </para>
4242
/// <ul> <li>
4343
/// <para>
@@ -51,7 +51,11 @@ namespace Amazon.EC2.Model
5151
/// <para>
5252
/// Can initiate BGP sessions
5353
/// </para>
54-
/// </li> </ul>
54+
/// </li> </ul>
55+
/// <para>
56+
/// For more information see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html">Dynamic
57+
/// routing in your VPC with VPC Route Server</a> in the <i>Amazon VPC User Guide</i>.
58+
/// </para>
5559
/// </summary>
5660
public partial class CreateRouteServerPeerRequest : AmazonEC2Request
5761
{
@@ -83,7 +87,7 @@ internal bool IsSetBgpOptions()
8387
/// <summary>
8488
/// Gets and sets the property PeerAddress.
8589
/// <para>
86-
/// The IPv4 address of the peer.
90+
/// The IPv4 address of the peer device.
8791
/// </para>
8892
/// </summary>
8993
[AWSProperty(Required=true)]

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ namespace Amazon.EC2.Model
3737
/// <para>
3838
/// Amazon VPC Route Server simplifies routing for traffic between workloads that are
3939
/// deployed within a VPC and its internet gateways. With this feature, VPC Route Server
40-
/// dynamically updates VPC and gateway route tables with your preferred IPv4 or IPv6
41-
/// routes to achieve routing fault tolerance for those workloads. This enables you to
42-
/// automatically reroute traffic within a VPC, which increases the manageability of VPC
43-
/// routing and interoperability with third-party workloads.
40+
/// dynamically updates VPC and internet gateway route tables with your preferred IPv4
41+
/// or IPv6 routes to achieve routing fault tolerance for those workloads. This enables
42+
/// you to automatically reroute traffic within a VPC, which increases the manageability
43+
/// of VPC routing and interoperability with third-party workloads.
4444
/// </para>
4545
///
4646
/// <para>
4747
/// Route server supports the follow route table types:
4848
/// </para>
4949
/// <ul> <li>
5050
/// <para>
51-
/// VPC route tables
51+
/// VPC route tables not associated with subnets
5252
/// </para>
5353
/// </li> <li>
5454
/// <para>
@@ -66,7 +66,7 @@ namespace Amazon.EC2.Model
6666
/// </para>
6767
///
6868
/// <para>
69-
/// For more information see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Dynamic
69+
/// For more information see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html">Dynamic
7070
/// routing in your VPC with VPC Route Server</a> in the <i>Amazon VPC User Guide</i>.
7171
/// </para>
7272
/// </summary>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ namespace Amazon.EC2.Model
3636
///
3737
/// <para>
3838
/// A route server endpoint is an Amazon Web Services-managed component inside a subnet
39-
/// that facilitates BGP (Border Gateway Protocol) connections between your route server
40-
/// and your BGP peers. Create two endpoints per subnet for redundancy.
39+
/// that facilitates <a href="https://en.wikipedia.org/wiki/Border_Gateway_Protocol">BGP
40+
/// (Border Gateway Protocol)</a> connections between your route server and your BGP peers.
4141
/// </para>
4242
/// </summary>
4343
public partial class DeleteRouteServerEndpointRequest : AmazonEC2Request

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ namespace Amazon.EC2.Model
3535
///
3636
///
3737
/// <para>
38-
/// A route server peer is a network appliance or function deployed in Amazon Web Services,
39-
/// such as firewall appliances and other network security functions, that meet these
40-
/// requirements:
38+
/// A route server peer is a session between a route server endpoint and the device deployed
39+
/// in Amazon Web Services (such as a firewall appliance or other network security function
40+
/// running on an EC2 instance). The device must meet these requirements:
4141
/// </para>
4242
/// <ul> <li>
4343
/// <para>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ namespace Amazon.EC2.Model
3737
/// <para>
3838
/// Amazon VPC Route Server simplifies routing for traffic between workloads that are
3939
/// deployed within a VPC and its internet gateways. With this feature, VPC Route Server
40-
/// dynamically updates VPC and gateway route tables with your preferred IPv4 or IPv6
41-
/// routes to achieve routing fault tolerance for those workloads. This enables you to
42-
/// automatically reroute traffic within a VPC, which increases the manageability of VPC
43-
/// routing and interoperability with third-party workloads.
40+
/// dynamically updates VPC and internet gateway route tables with your preferred IPv4
41+
/// or IPv6 routes to achieve routing fault tolerance for those workloads. This enables
42+
/// you to automatically reroute traffic within a VPC, which increases the manageability
43+
/// of VPC routing and interoperability with third-party workloads.
4444
/// </para>
4545
///
4646
/// <para>
4747
/// Route server supports the follow route table types:
4848
/// </para>
4949
/// <ul> <li>
5050
/// <para>
51-
/// VPC route tables
51+
/// VPC route tables not associated with subnets
5252
/// </para>
5353
/// </li> <li>
5454
/// <para>
@@ -66,7 +66,7 @@ namespace Amazon.EC2.Model
6666
/// </para>
6767
///
6868
/// <para>
69-
/// For more information see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Dynamic
69+
/// For more information see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html">Dynamic
7070
/// routing in your VPC with VPC Route Server</a> in the <i>Amazon VPC User Guide</i>.
7171
/// </para>
7272
/// </summary>

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

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,40 @@ namespace Amazon.EC2.Model
3131
{
3232
/// <summary>
3333
/// Container for the parameters to the DeregisterImage operation.
34-
/// Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch
35-
/// new instances.
34+
/// Deregisters the specified AMI. A deregistered AMI can't be used to launch new instances.
3635
///
3736
///
3837
/// <para>
39-
/// If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained
40-
/// in the Recycle Bin for the specified retention period. For more information, see <a
41-
/// href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle
42-
/// Bin</a> in the <i>Amazon EC2 User Guide</i>.
38+
/// If a deregistered EBS-backed AMI matches a Recycle Bin retention rule, it moves to
39+
/// the Recycle Bin for the specified retention period. It can be restored before its
40+
/// retention period expires, after which it is permanently deleted. If the deregistered
41+
/// AMI doesn't match a retention rule, it is permanently deleted immediately. For more
42+
/// information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle
43+
/// Bin</a> in the <i>Amazon EBS User Guide</i>.
4344
/// </para>
4445
///
4546
/// <para>
46-
/// When you deregister an AMI, it doesn't affect any instances that you've already launched
47-
/// from the AMI. You'll continue to incur usage costs for those instances until you terminate
48-
/// them.
47+
/// Deregistering an AMI does not delete the following:
4948
/// </para>
50-
///
49+
/// <ul> <li>
50+
/// <para>
51+
/// Instances already launched from the AMI. You'll continue to incur usage costs for
52+
/// the instances until you terminate them.
53+
/// </para>
54+
/// </li> <li>
55+
/// <para>
56+
/// For EBS-backed AMIs: The snapshots that were created of the root and data volumes
57+
/// of the instance during AMI creation. You'll continue to incur snapshot storage costs.
58+
/// </para>
59+
/// </li> <li>
60+
/// <para>
61+
/// For instance store-backed AMIs: The files uploaded to Amazon S3 during AMI creation.
62+
/// You'll continue to incur S3 storage costs.
63+
/// </para>
64+
/// </li> </ul>
5165
/// <para>
52-
/// When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot that
53-
/// was created for the root volume of the instance during the AMI creation process. When
54-
/// you deregister an instance store-backed AMI, it doesn't affect the files that you
55-
/// uploaded to Amazon S3 when you created the AMI.
66+
/// For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html">Deregister
67+
/// an Amazon EC2 AMI</a> in the <i>Amazon EC2 User Guide</i>.
5668
/// </para>
5769
/// </summary>
5870
public partial class DeregisterImageRequest : AmazonEC2Request

0 commit comments

Comments
 (0)