Skip to content

Commit 59a2684

Browse files
Release to show the next hop IP address for routes propagated by VPC Route Server into VPC route tables.
1 parent 7f9aaa5 commit 59a2684

30 files changed

+312
-564
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44269,6 +44269,10 @@
4426944269
"OdbNetworkArn":{
4427044270
"shape":"OdbNetworkArn",
4427144271
"locationName":"odbNetworkArn"
44272+
},
44273+
"IpAddress":{
44274+
"shape":"String",
44275+
"locationName":"ipAddress"
4427244276
}
4427344277
}
4427444278
},

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

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

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

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

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ namespace Amazon.EC2.Model
5252
/// It can take a few minutes before traffic to the specified addresses starts routing
5353
/// to Amazon Web Services because of BGP propagation delays.
5454
/// </para>
55-
///
56-
/// <para>
57-
/// To stop advertising the BYOIP CIDR, use <a>WithdrawByoipCidr</a>.
58-
/// </para>
5955
/// </summary>
6056
public partial class AdvertiseByoipCidrRequest : AmazonEC2Request
6157
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public CreateImageRequest(string instanceId, string name)
108108
/// You can't modify the encryption status of existing volumes or snapshots. To create
109109
/// an AMI with volumes or snapshots that have a different encryption status (for example,
110110
/// where the source volume and snapshots are unencrypted, and you want to create an AMI
111-
/// with encrypted volumes or snapshots), use the <a>CopyImage</a> action.
111+
/// with encrypted volumes or snapshots), copy the image instead.
112112
/// </para>
113113
/// </li> <li>
114114
/// <para>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ namespace Amazon.EC2.Model
3737
///
3838
///
3939
/// <para>
40-
/// Before you can release an address range, you must stop advertising it using <a>WithdrawByoipCidr</a>
41-
/// and you must not have any IP addresses allocated from its address range.
40+
/// Before you can release an address range, you must stop advertising it and you must
41+
/// not have any IP addresses allocated from its address range.
4242
/// </para>
4343
/// </summary>
4444
public partial class DeprovisionByoipCidrRequest : AmazonEC2Request

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,8 @@ namespace Amazon.EC2.Model
3131
{
3232
/// <summary>
3333
/// Container for the parameters to the DescribeByoipCidrs operation.
34-
/// Describes the IP address ranges that were specified in calls to <a>ProvisionByoipCidr</a>.
35-
///
36-
///
37-
/// <para>
38-
/// To describe the address pools that were created when you provisioned the address ranges,
39-
/// use <a>DescribePublicIpv4Pools</a> or <a>DescribeIpv6Pools</a>.
40-
/// </para>
34+
/// Describes the IP address ranges that were provisioned for use with Amazon Web Services
35+
/// resources through through bring your own IP addresses (BYOIP).
4136
/// </summary>
4237
public partial class DescribeByoipCidrsRequest : AmazonEC2Request
4338
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public DescribeImageAttributeRequest() { }
5656
/// Instantiates DescribeImageAttributeRequest with the parameterized properties
5757
/// </summary>
5858
/// <param name="imageId">The ID of the AMI.</param>
59-
/// <param name="attribute">The AMI attribute. <b>Note</b>: The <c>blockDeviceMapping</c> attribute is deprecated. Using this attribute returns the <c>Client.AuthFailure</c> error. To get information about the block device mappings for an AMI, use the <a>DescribeImages</a> action.</param>
59+
/// <param name="attribute">The AMI attribute. <b>Note</b>: The <c>blockDeviceMapping</c> attribute is deprecated. Using this attribute returns the <c>Client.AuthFailure</c> error. To get information about the block device mappings for an AMI, describe the image instead.</param>
6060
public DescribeImageAttributeRequest(string imageId, ImageAttributeName attribute)
6161
{
6262
_imageId = imageId;
@@ -72,7 +72,7 @@ public DescribeImageAttributeRequest(string imageId, ImageAttributeName attribut
7272
/// <para>
7373
/// <b>Note</b>: The <c>blockDeviceMapping</c> attribute is deprecated. Using this attribute
7474
/// returns the <c>Client.AuthFailure</c> error. To get information about the block device
75-
/// mappings for an AMI, use the <a>DescribeImages</a> action.
75+
/// mappings for an AMI, describe the image instead.
7676
/// </para>
7777
/// </summary>
7878
[AWSProperty(Required=true)]

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ namespace Amazon.EC2.Model
5353
/// results, with the <c>imageAllowed</c> field set to <c>true</c> for each image. In
5454
/// <c>audit-mode</c>, the <c>imageAllowed</c> field is set to <c>true</c> for images
5555
/// that meet the account's Allowed AMIs criteria, and <c>false</c> for images that don't
56-
/// meet the criteria. For more information, see <a>EnableAllowedImagesSettings</a>.
56+
/// meet the criteria. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html">Allowed
57+
/// AMIs</a>.
5758
/// </para>
5859
///
5960
/// <para>

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ namespace Amazon.EC2.Model
3232
/// <summary>
3333
/// Container for the parameters to the DescribeManagedPrefixLists operation.
3434
/// Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.
35-
///
36-
///
37-
/// <para>
38-
/// To view the entries for your prefix list, use <a>GetManagedPrefixListEntries</a>.
39-
/// </para>
4035
/// </summary>
4136
public partial class DescribeManagedPrefixListsRequest : AmazonEC2Request
4237
{

0 commit comments

Comments
 (0)