Amazon.GameLift.AmazonGameLiftClient.GetGameSessionLogUrl C# (CSharp) Method

GetGameSessionLogUrl() public method

Retrieves the location of stored game session logs for a specified game session. When a game session is terminated, Amazon GameLift automatically stores the logs in Amazon S3. Use this URL to download the logs.

See the AWS Service Limits page for maximum log file sizes. Log files that exceed this limit are not saved.

/// The service encountered an unrecoverable internal failure while processing the request. /// Clients can retry such requests immediately or after a waiting period. /// /// One or more parameter values in the request are invalid. Correct the invalid parameter /// values before retrying. /// /// A service resource associated with the request could not be found. Clients should /// not retry such requests. /// /// The client failed authentication. Clients should not retry such requests. ///
public GetGameSessionLogUrl ( GetGameSessionLogUrlRequest request ) : Amazon.GameLift.Model.GetGameSessionLogUrlResponse
request Amazon.GameLift.Model.GetGameSessionLogUrlRequest Container for the necessary parameters to execute the GetGameSessionLogUrl service method.
return Amazon.GameLift.Model.GetGameSessionLogUrlResponse
        public GetGameSessionLogUrlResponse GetGameSessionLogUrl(GetGameSessionLogUrlRequest request)
        {
            var marshaller = new GetGameSessionLogUrlRequestMarshaller();
            var unmarshaller = GetGameSessionLogUrlResponseUnmarshaller.Instance;

            return Invoke<GetGameSessionLogUrlRequest,GetGameSessionLogUrlResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonGameLiftClient::GetGameSessionLogUrl ( string gameSessionId ) : Amazon.GameLift.Model.GetGameSessionLogUrlResponse
AmazonGameLiftClient