Skip to content

Commit 726ad1a

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This feature enables customers to specify weekly recurring time window(s) for scheduled events that reboot, stop or terminate EC2 instances.
1 parent 11e0a7f commit 726ad1a

File tree

3 files changed

+524
-4
lines changed

3 files changed

+524
-4
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": "This feature enables customers to specify weekly recurring time window(s) for scheduled events that reboot, stop or terminate EC2 instances."
6+
}

services/ec2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@
174174
"output_token": "NextToken",
175175
"result_key": "InstanceCreditSpecifications"
176176
},
177+
"DescribeInstanceEventWindows": {
178+
"input_token": "NextToken",
179+
"limit_key": "MaxResults",
180+
"output_token": "NextToken",
181+
"result_key": "InstanceEventWindows"
182+
},
177183
"DescribeInstanceStatus": {
178184
"input_token": "NextToken",
179185
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)