예제 #1
0
        public void DescribeHostReservationOfferingsMarshallTest()
        {
            var operation = service_model.FindOperation("DescribeHostReservationOfferings");

            var request = InstantiateClassGenerator.Execute<DescribeHostReservationOfferingsRequest>();
            var marshaller = new DescribeHostReservationOfferingsRequestMarshaller();
            var internalRequest = marshaller.Marshall(request);
            var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
            validator.Validate();


            var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute();
            UnmarshallerContext context = new EC2UnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, new WebResponseData());
            var response = DescribeHostReservationOfferingsResponseUnmarshaller.Instance.Unmarshall(context)
                as DescribeHostReservationOfferingsResponse;   
            InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);       
        }
예제 #2
0
        /// <summary>
        /// Describes the Dedicated Host Reservations that are available to purchase.
        /// 
        ///  
        /// <para>
        /// The results describe all the Dedicated Host Reservation offerings, including offerings
        /// that may not match the instance family and region of your Dedicated Hosts. When purchasing
        /// an offering, ensure that the the instance family and region of the offering matches
        /// that of the Dedicated Host/s it will be associated with. For an overview of supported
        /// instance types, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html">Dedicated
        /// Hosts Overview</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. 
        /// </para>
        /// </summary>
        /// <param name="request">Container for the necessary parameters to execute the DescribeHostReservationOfferings service method.</param>
        /// 
        /// <returns>The response from the DescribeHostReservationOfferings service method, as returned by EC2.</returns>
        public DescribeHostReservationOfferingsResponse DescribeHostReservationOfferings(DescribeHostReservationOfferingsRequest request)
        {
            var marshaller = new DescribeHostReservationOfferingsRequestMarshaller();
            var unmarshaller = DescribeHostReservationOfferingsResponseUnmarshaller.Instance;

            return Invoke<DescribeHostReservationOfferingsRequest,DescribeHostReservationOfferingsResponse>(request, marshaller, unmarshaller);
        }
예제 #3
0
        /// <summary>
        /// Initiates the asynchronous execution of the DescribeHostReservationOfferings operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the DescribeHostReservationOfferings operation on AmazonEC2Client.</param>
        /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
        /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
        ///          procedure using the AsyncState property.</param>
        /// 
        /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeHostReservationOfferings
        ///         operation.</returns>
        public IAsyncResult BeginDescribeHostReservationOfferings(DescribeHostReservationOfferingsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeHostReservationOfferingsRequestMarshaller();
            var unmarshaller = DescribeHostReservationOfferingsResponseUnmarshaller.Instance;

            return BeginInvoke<DescribeHostReservationOfferingsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
예제 #4
0
        /// <summary>
        /// Initiates the asynchronous execution of the DescribeHostReservationOfferings operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the DescribeHostReservationOfferings operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        public Task<DescribeHostReservationOfferingsResponse> DescribeHostReservationOfferingsAsync(DescribeHostReservationOfferingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeHostReservationOfferingsRequestMarshaller();
            var unmarshaller = DescribeHostReservationOfferingsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeHostReservationOfferingsRequest,DescribeHostReservationOfferingsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }