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

DeprecateThingType() private method

private DeprecateThingType ( DeprecateThingTypeRequest request ) : DeprecateThingTypeResponse
request DeprecateThingTypeRequest
return DeprecateThingTypeResponse
        internal DeprecateThingTypeResponse DeprecateThingType(DeprecateThingTypeRequest request)
        {
            var marshaller = new DeprecateThingTypeRequestMarshaller();
            var unmarshaller = DeprecateThingTypeResponseUnmarshaller.Instance;

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