Updates the throughput mode or the amount of provisioned throughput of an existing file system.
put/2015-02-01/file-systems/{FileSystemId}
Path parameters
FileSystemIdstring required
The ID of the file system that you want to update.
Request body
Response
Success
Example response
{
"CreationTime": "1481841524.0",
"CreationToken": "tokenstring",
"Encrypted": true,
"FileSystemId": "fs-01234567",
"LifeCycleState": "creating",
"NumberOfMountTargets": 0,
"OwnerId": 12345678912,
"PerformanceMode": "generalPurpose",
"SizeInBytes": {
"Value": 0
},
"Tags": [
{
"Key": "Name",
"Value": "MyFileSystem"
}
]
}