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

RenewOffering() public method

Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate of the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// Exception gets thrown when a user is not eligible to perform the specified transaction. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public RenewOffering ( RenewOfferingRequest request ) : RenewOfferingResponse
request Amazon.DeviceFarm.Model.RenewOfferingRequest Container for the necessary parameters to execute the RenewOffering service method.
return Amazon.DeviceFarm.Model.RenewOfferingResponse
        public RenewOfferingResponse RenewOffering(RenewOfferingRequest request)
        {
            var marshaller = new RenewOfferingRequestMarshaller();
            var unmarshaller = RenewOfferingResponseUnmarshaller.Instance;

            return Invoke<RenewOfferingRequest,RenewOfferingResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient