Amazon.IoT.AmazonIoTClient.UpdateThing C# (CSharp) Метод

UpdateThing() приватный Метод

private UpdateThing ( UpdateThingRequest request ) : UpdateThingResponse
request UpdateThingRequest
Результат UpdateThingResponse
        internal UpdateThingResponse UpdateThing(UpdateThingRequest request)
        {
            var marshaller = new UpdateThingRequestMarshaller();
            var unmarshaller = UpdateThingResponseUnmarshaller.Instance;

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