2019/10/07 - Amazon Import/Export Snowball - 1 new api methods
Changes Update snowball client to latest version
Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.
See also: AWS API Documentation
Request Syntax
client.get_software_updates( JobId='string' )
string
[REQUIRED]
The ID for a job that you want to get the software update file for, for example JID123e4567-e89b-12d3-a456-426655440000.
dict
Response Syntax
{ 'UpdatesURI': 'string' }
Response Structure
(dict) --
UpdatesURI (string) --
The Amazon S3 presigned URL for the update file associated with the specified JobId value. The software update will be available for 2 days after this request is made. To access an update after the 2 days have passed, you'll have to make another call to GetSoftwareUpdates.