Skip to content

Commit 744408f

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds support for G5g and M6a instances. This release also adds support for Amazon EBS Snapshots Archive, a feature that enables you to archive your EBS snapshots; and Recycle Bin, a feature that enables you to protect your EBS snapshots against accidental deletion.
1 parent ab51d8d commit 744408f

File tree

3 files changed

+464
-2
lines changed

3 files changed

+464
-2
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 release adds support for G5g and M6a instances. This release also adds support for Amazon EBS Snapshots Archive, a feature that enables you to archive your EBS snapshots; and Recycle Bin, a feature that enables you to protect your EBS snapshots against accidental deletion."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,12 @@
398398
"output_token": "NextToken",
399399
"result_key": "SecurityGroups"
400400
},
401+
"DescribeSnapshotTierStatus": {
402+
"input_token": "NextToken",
403+
"limit_key": "MaxResults",
404+
"output_token": "NextToken",
405+
"result_key": "SnapshotTierStatuses"
406+
},
401407
"DescribeSnapshots": {
402408
"input_token": "NextToken",
403409
"limit_key": "MaxResults",
@@ -662,6 +668,12 @@
662668
"output_token": "NextToken",
663669
"result_key": "VpnConnectionDeviceTypes"
664670
},
671+
"ListSnapshotsInRecycleBin": {
672+
"input_token": "NextToken",
673+
"limit_key": "MaxResults",
674+
"output_token": "NextToken",
675+
"result_key": "Snapshots"
676+
},
665677
"SearchLocalGatewayRoutes": {
666678
"input_token": "NextToken",
667679
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)