Amazon.OpsWorksCM.AmazonOpsWorksCMClient.UpdateServer C# (CSharp) Method

UpdateServer() public method

Updates settings for a server.

This operation is synchronous.

/// The resource is in a state that does not allow you to perform a specified action. /// /// The requested resource does not exist, or access was denied. /// /// One or more of the provided request parameters are not valid. ///
public UpdateServer ( UpdateServerRequest request ) : UpdateServerResponse
request Amazon.OpsWorksCM.Model.UpdateServerRequest Container for the necessary parameters to execute the UpdateServer service method.
return Amazon.OpsWorksCM.Model.UpdateServerResponse
        public UpdateServerResponse UpdateServer(UpdateServerRequest request)
        {
            var marshaller = new UpdateServerRequestMarshaller();
            var unmarshaller = UpdateServerResponseUnmarshaller.Instance;

            return Invoke<UpdateServerRequest,UpdateServerResponse>(request, marshaller, unmarshaller);
        }