Amazon.IoT.AmazonIoTClient.UpdateThing C# (CSharp) Method

UpdateThing() private method

private UpdateThing ( UpdateThingRequest request ) : UpdateThingResponse
request UpdateThingRequest
return UpdateThingResponse
        internal UpdateThingResponse UpdateThing(UpdateThingRequest request)
        {
            var marshaller = new UpdateThingRequestMarshaller();
            var unmarshaller = UpdateThingResponseUnmarshaller.Instance;

            return Invoke<UpdateThingRequest,UpdateThingResponse>(request, marshaller, unmarshaller);
        }
AmazonIoTClient