Amazon.DeviceFarm.AmazonDeviceFarmClient.CreateDevicePool C# (CSharp) Method

CreateDevicePool() public method

Creates a device pool.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public CreateDevicePool ( Amazon.DeviceFarm.Model.CreateDevicePoolRequest request ) : Amazon.DeviceFarm.Model.CreateDevicePoolResponse
request Amazon.DeviceFarm.Model.CreateDevicePoolRequest Container for the necessary parameters to execute the CreateDevicePool service method.
return Amazon.DeviceFarm.Model.CreateDevicePoolResponse
        public CreateDevicePoolResponse CreateDevicePool(CreateDevicePoolRequest request)
        {
            var marshaller = new CreateDevicePoolRequestMarshaller();
            var unmarshaller = CreateDevicePoolResponseUnmarshaller.Instance;

            return Invoke<CreateDevicePoolRequest,CreateDevicePoolResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient