Amazon.GameLift.AmazonGameLiftClient.UpdateAlias C# (CSharp) Метод

UpdateAlias() публичный Метод

Updates properties for an alias. To update properties, specify the alias ID to be updated and provide the information to be changed. To reassign an alias to another fleet, provide an updated routing strategy. If successful, the updated alias record is returned.
/// 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 UpdateAlias ( UpdateAliasRequest request ) : Amazon.GameLift.Model.UpdateAliasResponse
request Amazon.GameLift.Model.UpdateAliasRequest Container for the necessary parameters to execute the UpdateAlias service method.
Результат Amazon.GameLift.Model.UpdateAliasResponse
        public UpdateAliasResponse UpdateAlias(UpdateAliasRequest request)
        {
            var marshaller = new UpdateAliasRequestMarshaller();
            var unmarshaller = UpdateAliasResponseUnmarshaller.Instance;

            return Invoke<UpdateAliasRequest,UpdateAliasResponse>(request, marshaller, unmarshaller);
        }
AmazonGameLiftClient