Skip to content

Commit dcf7859

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.
1 parent 68c860a commit dcf7859

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
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": "Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs."
6+
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17816,6 +17816,7 @@
1781617816
},
1781717817
"DeregisterInstanceEventNotificationAttributesRequest":{
1781817818
"type":"structure",
17819+
"required":["InstanceTagAttribute"],
1781917820
"members":{
1782017821
"DryRun":{
1782117822
"shape":"Boolean",
@@ -45649,6 +45650,7 @@
4564945650
},
4565045651
"RegisterInstanceEventNotificationAttributesRequest":{
4565145652
"type":"structure",
45653+
"required":["InstanceTagAttribute"],
4565245654
"members":{
4565345655
"DryRun":{
4565445656
"shape":"Boolean",

0 commit comments

Comments
 (0)