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

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

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

            return Invoke<UpdateConstraintRequest,UpdateConstraintResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient