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

DescribeStateMachine() private method

private DescribeStateMachine ( DescribeStateMachineRequest request ) : DescribeStateMachineResponse
request Amazon.StepFunctions.Model.DescribeStateMachineRequest
return Amazon.StepFunctions.Model.DescribeStateMachineResponse
        internal DescribeStateMachineResponse DescribeStateMachine(DescribeStateMachineRequest request)
        {
            var marshaller = new DescribeStateMachineRequestMarshaller();
            var unmarshaller = DescribeStateMachineResponseUnmarshaller.Instance;

            return Invoke<DescribeStateMachineRequest,DescribeStateMachineResponse>(request, marshaller, unmarshaller);
        }