Amazon.DeviceFarm.AmazonDeviceFarmClient.DeleteDevicePool C# (CSharp) Метод

DeleteDevicePool() публичный Метод

Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public DeleteDevicePool ( Amazon.DeviceFarm.Model.DeleteDevicePoolRequest request ) : DeleteDevicePoolResponse
request Amazon.DeviceFarm.Model.DeleteDevicePoolRequest Container for the necessary parameters to execute the DeleteDevicePool service method.
Результат DeleteDevicePoolResponse
        public DeleteDevicePoolResponse DeleteDevicePool(DeleteDevicePoolRequest request)
        {
            var marshaller = new DeleteDevicePoolRequestMarshaller();
            var unmarshaller = DeleteDevicePoolResponseUnmarshaller.Instance;

            return Invoke<DeleteDevicePoolRequest,DeleteDevicePoolResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient