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

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

Gets the current status and future status of all offerings purchased by an AWS account. The response indicates how many offerings are currently available and the offerings that will be available in 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 GetOfferingStatus ( GetOfferingStatusRequest request ) : GetOfferingStatusResponse
request Amazon.DeviceFarm.Model.GetOfferingStatusRequest Container for the necessary parameters to execute the GetOfferingStatus service method.
Результат Amazon.DeviceFarm.Model.GetOfferingStatusResponse
        public GetOfferingStatusResponse GetOfferingStatus(GetOfferingStatusRequest request)
        {
            var marshaller = new GetOfferingStatusRequestMarshaller();
            var unmarshaller = GetOfferingStatusResponseUnmarshaller.Instance;

            return Invoke<GetOfferingStatusRequest,GetOfferingStatusResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient