2019/05/03 - Amazon WorkMail - 2 new api methods
Changes Update workmail client to latest version
Updates a user's current mailbox quota for a specified organization and user.
See also: AWS API Documentation
Request Syntax
client.update_mailbox_quota( OrganizationId='string', UserId='string', MailboxQuota=123 )
string
[REQUIRED]
The identifier for the organization that contains the user for whom to update the mailbox quota.
string
[REQUIRED]
The identifer for the user for whom to update the mailbox quota.
integer
[REQUIRED]
The updated mailbox quota, in MB, for the specified user.
dict
Response Syntax
{}
Response Structure
(dict) --
Requests a user's mailbox details for a specified organization and user.
See also: AWS API Documentation
Request Syntax
client.get_mailbox_details( OrganizationId='string', UserId='string' )
string
[REQUIRED]
The identifier for the organization that contains the user whose mailbox details are being requested.
string
[REQUIRED]
The identifier for the user whose mailbox details are being requested.
dict
Response Syntax
{ 'MailboxQuota': 123, 'MailboxSize': 123.0 }
Response Structure
(dict) --
MailboxQuota (integer) --
The maximum allowed mailbox size, in MB, for the specified user.
MailboxSize (float) --
The current mailbox size, in MB, for the specified user.