Skip to content

Commit

Permalink
Amazon Elastic Compute Cloud Update: This feature enables customers t…
Browse files Browse the repository at this point in the history
…o specify weekly recurring time window(s) for scheduled events that reboot, stop or terminate EC2 instances.
  • Loading branch information
AWS committed Jul 15, 2021
1 parent 11e0a7f commit 726ad1a
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "This feature enables customers to specify weekly recurring time window(s) for scheduled events that reboot, stop or terminate EC2 instances."
}
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@
"output_token": "NextToken",
"result_key": "InstanceCreditSpecifications"
},
"DescribeInstanceEventWindows": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "InstanceEventWindows"
},
"DescribeInstanceStatus": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down
Loading

0 comments on commit 726ad1a

Please sign in to comment.