[][src]Module aws_iam::io

Provides basic file read/write functions for policies.

Enums

Error

Errors possible with file read/write.

Functions

read_from_file

Read a Policy document from the file at path.

read_from_reader

Read a Policy document from any implementation of std::io::Read.

write_to_file

Write the policy object to a file at path, this will create a file if it does not exist and overwrite any file if it exists.

write_to_writer

Write the policy object to any implementation of std::io::Write.