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

CreateThingType() private method

private CreateThingType ( CreateThingTypeRequest request ) : CreateThingTypeResponse
request Amazon.IoT.Model.CreateThingTypeRequest
return Amazon.IoT.Model.CreateThingTypeResponse
        internal CreateThingTypeResponse CreateThingType(CreateThingTypeRequest request)
        {
            var marshaller = new CreateThingTypeRequestMarshaller();
            var unmarshaller = CreateThingTypeResponseUnmarshaller.Instance;

            return Invoke<CreateThingTypeRequest,CreateThingTypeResponse>(request, marshaller, unmarshaller);
        }
AmazonIoTClient