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

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

private DeprecateThingType ( DeprecateThingTypeRequest request ) : DeprecateThingTypeResponse
request DeprecateThingTypeRequest
Результат DeprecateThingTypeResponse
        internal DeprecateThingTypeResponse DeprecateThingType(DeprecateThingTypeRequest request)
        {
            var marshaller = new DeprecateThingTypeRequestMarshaller();
            var unmarshaller = DeprecateThingTypeResponseUnmarshaller.Instance;

            return Invoke<DeprecateThingTypeRequest,DeprecateThingTypeResponse>(request, marshaller, unmarshaller);
        }
AmazonIoTClient