export_snapshot
(**kwargs)¶Exports a game configuration snapshot.
See also: AWS API Documentation
Request Syntax
response = client.export_snapshot(
GameName='string',
SnapshotId='string'
)
[REQUIRED]
The name of the game.
[REQUIRED]
The identifier of the snapshot to export.
dict
Response Syntax
{
'S3Url': 'string'
}
Response Structure
(dict) --
S3Url (string) --
The presigned URL for the snapshot data.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
Exceptions
GameSparks.Client.exceptions.ValidationException
GameSparks.Client.exceptions.AccessDeniedException
GameSparks.Client.exceptions.ThrottlingException
GameSparks.Client.exceptions.ResourceNotFoundException
GameSparks.Client.exceptions.InternalServerException