Skip to content

Commit 15e7f83

Browse files
author
AWS
committed
AWS Storage Gateway Update: File Gateway APIs now support FSx for Windows as a cloud storage.
1 parent ec29884 commit 15e7f83

File tree

3 files changed

+361
-43
lines changed

3 files changed

+361
-43
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": "AWS Storage Gateway",
4+
"contributor": "",
5+
"description": "File Gateway APIs now support FSx for Windows as a cloud storage."
6+
}

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
3939
"output_token": "NextMarker",
4040
"result_key": "FileShareInfoList"
4141
},
42+
"ListFileSystemAssociations": {
43+
"input_token": "Marker",
44+
"limit_key": "Limit",
45+
"non_aggregate_keys": [
46+
"Marker"
47+
],
48+
"output_token": "NextMarker",
49+
"result_key": "FileSystemAssociationSummaryList"
50+
},
4251
"ListGateways": {
4352
"input_token": "Marker",
4453
"limit_key": "Limit",

0 commit comments

Comments
 (0)