paws.storage (version 0.1.0)

efs_update_file_system: Updates the throughput mode or the amount of provisioned throughput of an existing file system

Description

Updates the throughput mode or the amount of provisioned throughput of an existing file system.

Usage

efs_update_file_system(FileSystemId, ThroughputMode,
  ProvisionedThroughputInMibps)

Arguments

FileSystemId

[required] The ID of the file system that you want to update.

ThroughputMode

(Optional) The throughput mode that you want your file system to use. If you're not updating your throughput mode, you don't need to provide this value in your request.

ProvisionedThroughputInMibps

(Optional) The amount of throughput, in MiB/s, that you want to provision for your file system. If you're not updating the amount of provisioned throughput for your file system, you don't need to provide this value in your request.

Request syntax

svc$update_file_system(
  FileSystemId = "string",
  ThroughputMode = "bursting"|"provisioned",
  ProvisionedThroughputInMibps = 123.0
)