Skip to content

Commit 72e4fd6

Browse files
author
AWS
committed
Amazon FSx Update: Add support for the ability to create Amazon S3 Access Points for Amazon FSx for OpenZFS file systems.
1 parent ef8e581 commit 72e4fd6

File tree

3 files changed

+458
-3
lines changed

3 files changed

+458
-3
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 FSx",
4+
"contributor": "",
5+
"description": "Add support for the ability to create Amazon S3 Access Points for Amazon FSx for OpenZFS file systems."
6+
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,17 @@
3030
"output_token": "NextToken",
3131
"limit_key": "MaxResults"
3232
},
33+
"DescribeS3AccessPointAttachments": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults",
37+
"result_key": "S3AccessPointAttachments"
38+
},
3339
"DescribeSnapshots": {
3440
"input_token": "NextToken",
3541
"output_token": "NextToken",
36-
"limit_key": "MaxResults"
42+
"limit_key": "MaxResults",
43+
"result_key": "Snapshots"
3744
},
3845
"DescribeStorageVirtualMachines": {
3946
"input_token": "NextToken",

0 commit comments

Comments
 (0)