Skip to content

Commit 38ce2a9

Browse files
author
AWS
committed
Amazon Elastic File System Update: This release adds support for managing EFS file system policies and EFS Access Points.
1 parent 0086b77 commit 38ce2a9

File tree

3 files changed

+642
-11
lines changed

3 files changed

+642
-11
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic File System",
4+
"description": "This release adds support for managing EFS file system policies and EFS Access Points."
5+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
{
22
"pagination": {
3+
"DescribeAccessPoints": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults"
7+
},
8+
"DescribeFileSystems": {
9+
"input_token": "Marker",
10+
"output_token": "NextMarker",
11+
"limit_key": "MaxItems"
12+
},
13+
"DescribeTags": {
14+
"input_token": "Marker",
15+
"output_token": "NextMarker",
16+
"limit_key": "MaxItems"
17+
},
18+
"ListTagsForResource": {
19+
"input_token": "NextToken",
20+
"output_token": "NextToken",
21+
"limit_key": "MaxResults"
22+
}
323
}
424
}

0 commit comments

Comments
 (0)