Skip to content

Commit 5858c78

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs.
1 parent 377f2a2 commit 5858c78

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
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": "Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs."
6+
}

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

+11-1
Original file line numberDiff line numberDiff line change
@@ -21897,6 +21897,11 @@
2189721897
"shape":"AttributeBooleanValue",
2189821898
"documentation":"<p>Indicates whether DNS resolution is enabled for the VPC. If this attribute is <code>true</code>, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.</p>",
2189921899
"locationName":"enableDnsSupport"
21900+
},
21901+
"EnableNetworkAddressUsageMetrics":{
21902+
"shape":"AttributeBooleanValue",
21903+
"documentation":"<p>Indicates whether Network Address Usage metrics are enabled for your VPC.</p>",
21904+
"locationName":"enableNetworkAddressUsageMetrics"
2190021905
}
2190121906
}
2190221907
},
@@ -37789,6 +37794,10 @@
3778937794
"shape":"VpcId",
3779037795
"documentation":"<p>The ID of the VPC.</p>",
3779137796
"locationName":"vpcId"
37797+
},
37798+
"EnableNetworkAddressUsageMetrics":{
37799+
"shape":"AttributeBooleanValue",
37800+
"documentation":"<p>Indicates whether Network Address Usage metrics are enabled for your VPC.</p>"
3779237801
}
3779337802
}
3779437803
},
@@ -51923,7 +51932,8 @@
5192351932
"type":"string",
5192451933
"enum":[
5192551934
"enableDnsSupport",
51926-
"enableDnsHostnames"
51935+
"enableDnsHostnames",
51936+
"enableNetworkAddressUsageMetrics"
5192751937
]
5192851938
},
5192951939
"VpcCidrAssociationId":{"type":"string"},

0 commit comments

Comments
 (0)