Amazon.StepFunctions.AmazonStepFunctionsClient.DeleteStateMachine C# (CSharp) Method

DeleteStateMachine() private method

private DeleteStateMachine ( DeleteStateMachineRequest request ) : DeleteStateMachineResponse
request Amazon.StepFunctions.Model.DeleteStateMachineRequest
return DeleteStateMachineResponse
        internal DeleteStateMachineResponse DeleteStateMachine(DeleteStateMachineRequest request)
        {
            var marshaller = new DeleteStateMachineRequestMarshaller();
            var unmarshaller = DeleteStateMachineResponseUnmarshaller.Instance;

            return Invoke<DeleteStateMachineRequest,DeleteStateMachineResponse>(request, marshaller, unmarshaller);
        }