Skip to content

Commit b8e67e7

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release includes new APIs for System Integrity Protection (SIP) configuration and automated root volume ownership delegation for EC2 Mac instances.
1 parent 5f55366 commit b8e67e7

File tree

3 files changed

+347
-4
lines changed

3 files changed

+347
-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 release includes new APIs for System Integrity Protection (SIP) configuration and automated root volume ownership delegation for EC2 Mac 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
@@ -372,6 +372,12 @@
372372
"output_token": "NextToken",
373373
"result_key": "MacHosts"
374374
},
375+
"DescribeMacModificationTasks": {
376+
"input_token": "NextToken",
377+
"limit_key": "MaxResults",
378+
"output_token": "NextToken",
379+
"result_key": "MacModificationTasks"
380+
},
375381
"DescribeManagedPrefixLists": {
376382
"input_token": "NextToken",
377383
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)