Skip to content

Commit fceb1d7

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Add serviceManaged field to DescribeAddresses API response.
1 parent 93457c4 commit fceb1d7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
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": "Add serviceManaged field to DescribeAddresses API response."
6+
}

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7273,6 +7273,11 @@
72737273
"documentation":"<p>The carrier IP address associated. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance). </p>",
72747274
"locationName":"carrierIp"
72757275
},
7276+
"ServiceManaged":{
7277+
"shape":"ServiceManaged",
7278+
"documentation":"<p>The service that manages the elastic IP address.</p> <note> <p>The only option supported today is <code>alb</code>.</p> </note>",
7279+
"locationName":"serviceManaged"
7280+
},
72767281
"InstanceId":{
72777282
"shape":"String",
72787283
"documentation":"<p>The ID of the instance that the address is associated with (if any).</p>",
@@ -15609,7 +15614,7 @@
1560915614
},
1561015615
"GroupName":{
1561115616
"shape":"String",
15612-
"documentation":"<p>The name of the security group.</p> <p>Constraints: Up to 255 characters in length. Cannot start with <code>sg-</code>.</p> <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>"
15617+
"documentation":"<p>The name of the security group. Names are case-insensitive and must be unique within the VPC.</p> <p>Constraints: Up to 255 characters in length. Can't start with <code>sg-</code>.</p> <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>"
1561315618
},
1561415619
"VpcId":{
1561515620
"shape":"VpcId",
@@ -57051,6 +57056,13 @@
5705157056
"locationName":"item"
5705257057
}
5705357058
},
57059+
"ServiceManaged":{
57060+
"type":"string",
57061+
"enum":[
57062+
"alb",
57063+
"nlb"
57064+
]
57065+
},
5705457066
"ServiceNetworkArn":{"type":"string"},
5705557067
"ServiceState":{
5705657068
"type":"string",

0 commit comments

Comments
 (0)