Amazon.ServiceCatalog.AmazonServiceCatalogClient.UpdateProduct C# (CSharp) Метод

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

Updates an existing product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProduct ( UpdateProductRequest request ) : UpdateProductResponse
request UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct service method.
Результат UpdateProductResponse
        public UpdateProductResponse UpdateProduct(UpdateProductRequest request)
        {
            var marshaller = new UpdateProductRequestMarshaller();
            var unmarshaller = UpdateProductResponseUnmarshaller.Instance;

            return Invoke<UpdateProductRequest,UpdateProductResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient